- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Server 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
11-30-2000 12:31 PM
11-30-2000 12:31 PM
Server IP Address Change
I have three boxes that I have to change to IP addresses on. I believe the best way to do this is to run set_parms. Is there anything else I should be aware of? Any potential problems or pitfalls? None of these servers are running named and the host names are going to stay the same. Any help or advice would be appreciated.
TIA
R.Smith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 12:36 PM
11-30-2000 12:36 PM
Re: Server IP Address Change
Before changing ip addresss ping the address on your lan to ensure that it is not already allocated and also if moving an ip address from one server to another remember to move the target ip address first.
Just a couple of Ideas..
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 12:41 PM
11-30-2000 12:41 PM
Re: Server IP Address Change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 12:46 PM
11-30-2000 12:46 PM
Re: Server IP Address Change
It's just as easy to edit /etc/rc.config.d/netconf . Remember to check/change your ROUTE_GATEWAY. Also, edit /etc/hosts for your own address.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 12:51 PM
11-30-2000 12:51 PM
Re: Server IP Address Change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 02:13 PM
11-30-2000 02:13 PM
Re: Server IP Address Change
In addition to /etc/rc.config.d/netconf, set_parms also modifies /etc/hosts. Don't forget that file if you are "doing it by hand" or else the system probably won't boot past run level 1.
You may be able to avoid the reboot altogether by editing the above two files and then using the ifconfig(1m) command to change the ip address of the current session.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2000 12:56 AM
12-01-2000 12:56 AM
Re: Server IP Address Change
# /sbin/init.d/net stop
and
# /sbin/init.d/net start
Regards
Harri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2000 01:43 AM
12-01-2000 01:43 AM
Re: Server IP Address Change
If you've any application, which is IP-Address sensitive, like Openview products, you need to do a license move.
If you're using DNS, make sure that the DNS database is updated properly.
If you're not using DNS, you should modify all the hosts files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2000 04:22 AM
12-01-2000 04:22 AM
Re: Server IP Address Change
ie and xterm will require to requalify
it's boot server, you should change its
config file.
Other client apps may also be affected.
It really depends on what you've got
hard-coded.
Typically set_params and /etc/hosts
perhaps /etc/bootptab should be
changed.
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2000 04:39 AM
12-01-2000 04:39 AM
Re: Server IP Address Change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2000 06:21 AM
12-01-2000 06:21 AM
Re: Server IP Address Change
You need to worry about any software with the IP address hard coded as well as the files mentioned above (etc/hosts, netconf, bootptab.)