- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Change 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-06-2002 05:13 AM
02-06-2002 05:13 AM
Change System Name
i want to change the name of my HP-Workstation.
OS is HP-UX 10.20 and it is a Model 715/80.
Which files must i edit, to change a new name for this machine.
Background:
I want to change this machine from net to stand alone.
Greetings from Germany
Klaus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 05:23 AM
02-06-2002 05:23 AM
Re: Change System Name
I assume, by name, you mean the 'hostname'. The easy way is to run (then reboot):
# /sbin/set_parms hostname
Otherwise, at a minimum, change:
# /etc/hosts
# /etc/rc.config.d/netconf
# /etc/mail/sendmail.cw
If you are running DNS, you may need to make changes to it too.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 05:23 AM
02-06-2002 05:23 AM
Re: Change System Name
/etc/hosts
/etc/rc.config.d/netconf
or use /sbin/set_parms hostname
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 05:31 AM
02-06-2002 05:31 AM
Re: Change System Name
You can use "/sbin/set_parms". Use,
to set hostname,
# /sbin/set_parms hostname
to Set ipaddress,
# /sbin/set_parms ip_address
To set other network parameters,
# /sbin/set_parms addl_netwrk
Do a "man set_parms" for more info.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 05:50 AM
02-06-2002 05:50 AM
Re: Change System Name
my prefer way is t change it in the /etc/rc.config.d/netconf and then reboot the computer .
you can also use the set_parms but i thing if you need to reboot the system later and you dont want remember it later it is the prefer method
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 06:02 AM
02-06-2002 06:02 AM
Re: Change System Name
#set_parms hostname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 12:36 AM
02-07-2002 12:36 AM
Re: Change System Name
Thanks for all the help!!!!!. I will try your answers on weekend.
Greetings
Klaus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 12:55 AM
02-07-2002 12:55 AM
Re: Change System Name
In addition the the other things mentioned you should considder keeping the old hostname as an alias for a while and notifying the other systems/users in the network about the change. They may want to do some changes to comply with the new hostname. (.rhosts .netrc hosts scripts etc..)
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 11:05 PM
02-13-2002 11:05 PM
Re: Change System Name
thanks to all for all the great solutions. The hostname is changed but the machine hangs up at reboot. It is not possible to start the "NFS Client" was displayed and so the Service hangs up "busy". Maybe it is the result of an FAIL configuration of the LAN Adapter which is shown at Autoboot!!???
Greetings
Klaus
(Sorry about my bad english)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 11:19 PM
02-13-2002 11:19 PM
Re: Change System Name
Which files did you edit, what are the current entrys? You can boot the computer, and when it arrives at starting NFS- Client, you press the escape- and/or break- key. You will get a root-login-prompt, enter the password and have a look to the following files:
/etc/hosts
/etc/rc.config.d/netconf
/etc/mail/sendmail.cw
check the entries, also check the settings in the namesvrs- file. Is the NFS- Client set to 1?
run the hostname- command and look at the output.
Allways stay at the bright side of life!
Peter
p.s. Greetings from Germany!