- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: IP address 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
06-27-2003 05:39 AM
06-27-2003 05:39 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 05:40 AM
06-27-2003 05:40 AM
Re: IP address change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 05:41 AM
06-27-2003 05:41 AM
Re: IP address change
I think that you should rather use "set_parms ip_address" to do this. And also, I would strongly advise a reboot after that ...
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 05:42 AM
06-27-2003 05:42 AM
Re: IP address change
I think you may change it without having to reboot the workstation.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 05:42 AM
06-27-2003 05:42 AM
Re: IP address change
# /sbin/init.d/net stop then start
Cheers,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 05:44 AM
06-27-2003 05:44 AM
Re: IP address change
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 05:44 AM
06-27-2003 05:44 AM
Re: IP address change
#set_parms ip_address
which should change the ip,update the files and then reboot the workstation
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 05:46 AM
06-27-2003 05:46 AM
SolutionManually editting '/etc/hosts' and '/etc/rc.config.d/netconf' is one way of chaning the IPAddress, although you will need to reboot or do:
# /sbin/init.d/net start
Another way is to run:
# /sbin/set_parms ip_address
...which will reboot.
Make sure that you make any requisite changes to your GATEWAY and/or network MASK when changing your IPAddress.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 05:48 AM
06-27-2003 05:48 AM
Re: IP address change
Make appropriate change on the switch if needed. Reboot. Do it from console.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:30 AM
06-27-2003 07:30 AM
Re: IP address change
Ofcource you can, edit the /etc/hosts
/etc/rc.config.d/netconf
or you can use the set_params utility with
parameters you want to change ip, hostname etc.
without accepting the option of reboot.
Choose one of the ways and in the end made
/sbin/init.d/net start
And the new parameters will start to work.
Caesar