- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Change Host 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
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
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
тАО10-17-2001 08:36 AM
тАО10-17-2001 08:36 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-17-2001 08:42 AM
тАО10-17-2001 08:42 AM
Re: Change Host Name
2. Edit /etc/rc.config.d/netconf. Search for HOSTNAME and change it there.
Edit /etc/hosts and replace the old hostname with the new one.
Run /sbin/init.d/hostname start to set the hostname.
Verify the hostname by running the command "hostname" and "uname -n".
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-17-2001 08:42 AM
тАО10-17-2001 08:42 AM
Re: Change Host Name
if you just want to change the name of the host you can do it my modify the file
/etc/rc.config.d/netconf .
or you can user the command :
set_parms hostname .
if you will change the hostname or the ip of an omniback server you can also go the the
site link : http://www.webware.hp.com/
over there you can change the ip of your license .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-17-2001 08:46 AM
тАО10-17-2001 08:46 AM
Re: Change Host Name
/etc/rc.config.d/netconf
/etc/mail/sendmail.cw
/var/adm/sw/target_hosts
/var/opt/perf/parm
find your other files by using:
find / -type f -size -100000c -exec grep -l
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-17-2001 10:32 PM
тАО10-17-2001 10:32 PM
Re: Change Host Name
/sbin/set_parms hostname
you will have to modify the DNS entry for the server(s) on the DNS server as well.
Changing the hostname of the machine is not causing too much problems anyway. It's like calling your pet with another name. Well, bad example, your pet may not answer another name, but your computer will surely do. Computers are sooo flexible :)
E.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2001 01:46 AM
тАО10-18-2001 01:46 AM
SolutionAlso, you probably want to update /etc/hosts and run /etc/set_params hostname (which I believe does a reboot).
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2001 04:03 AM
тАО10-18-2001 04:03 AM
Re: Change Host Name
#set_parms hostname
changes the hostname in hosts, netconf files. whereas if you have databases oracle/DB2/sybase you need to change in few files like tnsnames.ora in case of oracle.
ofcourse you need to reboot the system