- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to change the system name
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2001 03:54 PM
02-14-2001 03:54 PM
How to change the system name
Is there a checklist for this? I'd hate to miss a step and hose my system.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2001 04:21 PM
02-14-2001 04:21 PM
Re: How to change the system name
I assume you want to change the system's "hostname". To do this you can run:
# /sbin/set_parms hostname
(you will be prompted appropriately. Plan a reboot).
-- or you can manually edit the following, and then reboot:
> /etc/hosts
> /etc/rc.config.d/netconf
> /etc/resolv.conf ...if domain is changing...
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2001 04:32 PM
02-14-2001 04:32 PM
Re: How to change the system name
Procedure:
hostname NEWNAME
uname -S NEWNAME
vi /etc/hosts (change name)
vi /etc/rc.config.d/netconf (change name for appropriate interface)
/sbin/init.d/net stop
/sbin/init.d/net start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2001 05:04 PM
02-14-2001 05:04 PM
Re: How to change the system name
Changing the domain name could affect a lot of other things as well. Anything that would use the fully qualified system name (system.xyz.com) will be affected and have to be changed.
Keep this in mind if you are in fact changing the domain name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2001 03:50 PM
02-15-2001 03:50 PM
Re: How to change the system name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2001 06:17 AM
02-16-2001 06:17 AM
Re: How to change the system name
Good Luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2001 07:00 AM
02-16-2001 07:00 AM
Re: How to change the system name
A real nice thing to do in your web server (assuming you are running one for the old and new company) is to have a redirect from the old url address to the new url address and keep the old site up for a few months.
Customers seem to get upset when the old url suddenly quits working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2001 11:38 AM
02-16-2001 11:38 AM
Re: How to change the system name
/var/adm/sw/security/_ACL and _OWNER and
/var/adm/sw/products/ifiles/_ACL and _OWNER.
set_parms hostname WILL update these files.
Jon