- 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
02-24-2003 11:09 PM
02-24-2003 11:09 PM
I will need to bring several workstations including hp and sun from another site to our site.
We are using DNS. I will need to change ip address, hostname, NIS domain change, subnet mask, gateway...
Can anybody tell me the details steps besides set_pams and SAM.
Is it better to make the changes before shutting them down or after?
Thanks,
Jane
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 11:15 PM
02-24-2003 11:15 PM
Re: ip address change
edit /etc/rc.config.d/netconf
and /etc/hosts
do the required changes on IP address and subnet mask
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 11:20 PM
02-24-2003 11:20 PM
Re: ip address change
It is better you change before the shutdown and move it to new site to save time because while starting services may seem to hang if it is not able to find NIS domain.
Regards
Sudhakar J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 11:26 PM
02-24-2003 11:26 PM
SolutionBring them to the new network.
There is no need to change any files on those machines.
Just doing a
#set_parms initial
which should be able to change all the things you have mentioned and should update all the files automatically.
To check them you can use
DNS--->check the /etc/resolv.conf file for the server ip.
check the /etc/nsswitch.conf file for the lookup order.Make sure that dns is placed first before files.
For ip and hostname,subnet-mask,gateway check,
/etc/hosts
/etc/rc.config.d/netconf
For the sun machines,
Disable all ip-address on the machines.move them to the new network.
For ip and hostname
Edit the /etc/hosts file and change the ip-address change address
Also edit the /etc/hostname.
you can just do a
ifconfig
to change the ip.
For DNS
you can use teh /etc/resolv.conf
file to make the changes
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 11:35 PM
02-24-2003 11:35 PM
Re: ip address change
the machines will be down when they are shifted to your new place.
power ON the machines, interrupt the boot process and get into single user mode
#mount -a
#set_parms initial
machines will reboot and will be on your network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 10:50 AM
02-25-2003 10:50 AM
Re: ip address change
Thanks for the detailed info.
Revert, DNS server is controlled by another group, I will disable the old ip and hostname, bring the machines on site and then acquire new IP address as well as hostname before I run "set_parms initial".
Also, Running this command in single user mode?
Any special attention about the NIS domain change?
Regards,
Jane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 12:24 PM
02-25-2003 12:24 PM
Re: ip address change
get into single user mode
#mount -a
#set_parms initial
Jane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 12:34 PM
02-25-2003 12:34 PM
Re: ip address change
On the Sun solaris machines, I'd run a 'sys-unconfig' on the machines before you shut them down. This will unconfigure the machines at bring them down to the 'ok' prompt.
When you get them to the new location and power them up they will boot up into the Sun configuration dialog and allow you to set the IP address, NIS domain name, and everything else.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 02:40 PM
02-25-2003 02:40 PM
Re: ip address change
Thanks, I will try it out with the move.
Jane