- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to change the 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
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
11-13-2005 10:28 PM
11-13-2005 10:28 PM
I could not change the hostanme in hpux 11.. The problem if I change the systemname it get resetted after the reboot ...
Can anybody help me
Thanks
Binu
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2005 10:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2005 10:33 PM
11-13-2005 10:33 PM
Re: Unable to change the host name
Go to /etc/rc.config.d/netconf file and change HOSTNAME="
Or
/sbin/set_parms hostname
will change hostname.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2005 10:41 PM
11-13-2005 10:41 PM
Re: Unable to change the host name
Change it there and boot and it will not get changed back.
Exception: You system could have some custom script that copies the netconf data from a central repository. Your permissions might not permit you to change that file.
Check crontab -l and permissions on netconf.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2005 10:45 PM
11-13-2005 10:45 PM
Re: Unable to change the host name
You can change it with command:
set_parms hostanme
and reboot after.
Also be awared that some applications depends on the hostname like Oracle Financials etc.
Regards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2005 10:47 PM
11-13-2005 10:47 PM
Re: Unable to change the host name
run " /sbin/set_parms hostname " to change the hostname to make permanent.
#set_parms ? will give you the other options.
Alternate option is to edit /etc/rc.config.d/netconf and change the name which is presently there towards HOSTNAME="xxxx" to the desired one.
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2005 10:54 PM
11-13-2005 10:54 PM
Re: Unable to change the host name
use set_parms command
OR
edit /etc/rc.config.d/netconf and modify
HOSTNAME=
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2005 10:59 PM
11-13-2005 10:59 PM
Re: Unable to change the host name
1. set_parms hostname
2. Update /etc/rc.config.d/netconf with new hostname
3. Update /etc/hosts file with new hostname
Reboot the server.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 12:08 AM
11-14-2005 12:08 AM
Re: Unable to change the host name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 12:36 AM
11-14-2005 12:36 AM
Re: Unable to change the host name
I there was one more file in /etc/rc.config.d/org_neconf which was referrring diffrent name ..I have modified the name and it started working
Thanks
Binu