- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Changing ipaddress of HP-UX Server..
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
03-13-2007 12:37 AM
03-13-2007 12:37 AM
Changing ipaddress of HP-UX Server..
I am planning to change the ipaddress of the HP-UX servers.What are the file i have change?.(should bind to New DNS and NIS Servers also).
->/etc/rc.config.d/netconf
IP_ADDRESS[0]=xxxxxxxxxxxxx
SUBNET_MASK[0]=xxxxxxxxxxxxx
ROUTE_GATEWAY[0]=xxxxxxxxxxx
->/etc/rc.config.d/namesrv
->/etc/hosts
->/etc/resolv.conf
I am thinking that above four files are enough.Is it correct?
I have written one perl script that will chagne above files.I don't want to use set_parms commands.Need to change more than 5 Servers ipaddresses.
Please help me..
Regards,
Srinu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 12:39 AM
03-13-2007 12:39 AM
Re: Changing ipaddress of HP-UX Server..
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 12:41 AM
03-13-2007 12:41 AM
Re: Changing ipaddress of HP-UX Server..
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 12:41 AM
03-13-2007 12:41 AM
Re: Changing ipaddress of HP-UX Server..
you can use set_parms ip_address
(reboot required)
or
SAM
(no imediate reboot)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 12:50 AM
03-13-2007 12:50 AM
Re: Changing ipaddress of HP-UX Server..
You can change the ipaddress and to make the change into effect immediate without reboot.
restart the network service.
#/sbin/init.d/net stop
#/sbin/init.d/net start
#/sbin/init.d/net.init stop
#/sbin/init.d/net.init start
Regards.
ITLearner.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 12:50 AM
03-13-2007 12:50 AM
Re: Changing ipaddress of HP-UX Server..
I need to change ipaddress of more than 5 Servers.I can't login to each and every servers and change the ipaddress.
I wrote one perl script that will chagne the ipaddresses of all Servers in one shot..My script will modify above four files.
Regards,
Srinu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 12:58 AM
03-13-2007 12:58 AM
Re: Changing ipaddress of HP-UX Server..
Srinu,
Missed the line about not using set_parms.
Modifying the files you listed will change the IP address, however the system will still have the original IP address being referenced by some apps.
you will need at a minimum, to restart the networking services.
Sometimes it is less risky to do the change one system at a time.........