- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: nodename/IP change
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
09-29-2003 06:00 AM
09-29-2003 06:00 AM
Thanks,
Ross
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 06:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 06:06 AM
09-29-2003 06:06 AM
Re: nodename/IP change
set_parms ip_address
Man set_parms for details. Of course, you must update any DNS,NIS,NIS+ or /etc/hosts entries which could be on many hosts but hopefully you are using DNS (or NIS) so that those changes can be done in one place.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 06:09 AM
09-29-2003 06:09 AM
Re: nodename/IP change
1) Use the set_parms command. 'man set_parms' for more information.
# set_parms hostname
# set_parms ip_address
# set_parms addl_network
2) You could manually edit the /etc/hosts file and put in the new IP and hostname and also edit /etc/rc.config.d/netconf and put the new information there as well.
I prefer the manual method, but either will work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 06:12 AM
09-29-2003 06:12 AM
Re: nodename/IP change
hostname newhostname
edit /etc/hosts to change hostname and ip address in there too
ifconfig lanX 128.xxx.xxx.xxx netmask xxx.xx.xxx.xxx
route add (the rest of this depends on how different your ip address is but suffice to say, set up your routing)
edit /etc/rc.config.d/netconf (so that you get the right settings when you boot up again)
There may be one or two extra things but this covers it mostly. We had to do this ourselves a couple of weeks ago and haven't had any ill effects as yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 01:39 AM
09-10-2004 01:39 AM