- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to update the NIS client IP..
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
04-30-2009 07:52 AM
04-30-2009 07:52 AM
Could you please help on the below issue...
I want to updat my client ip..
I want to change the ip 193.128.151.146 to 207.218.29.249
PLease let us know how to do it.
root@uk204:/var/yp> nslookup superdrugftp
Using /etc/hosts on: uk204
looking up FILES
Name: spdftp
Address: 193.128.151.146
Aliases: superdrugftp
root@uk204:/var/yp>
thanks
Prasanth Thomas
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2009 09:19 AM
04-30-2009 09:19 AM
Re: How to update the NIS client IP..
NIS administers the IPaddress-to-name tables only.
If your client needs a new IP-address, it has to be changed locally: Most server don't use DHCP.
The change of data for NIS-tables is performed only on the NIS-master itself. After the 'yppush' (e.g.) als NIS-servers share the same updated information.
Next: your output shows no usage of NIS.
- maybe your system seems to use just the plain /etc/hosts file. Look/change the line starting with 'hosts:' in the file /etc/nswitch.conf
- perhaps 'files' is found before 'nis' and you did include this host into the local /etc/hosts file? So the old data is found first.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2009 09:29 AM
04-30-2009 09:29 AM
Solution1. Change the IP address in the host itself. You need to use the "/sbin/set_parms ip_address" command (requires reboot). Before rebooting check the /etc/hosts and /etc/rc.config.d/netconf file to ensure that IP got changed.
2. Change the NIS map for this hostname. You need to go on the uk204 server and modify its /etc/hosts file and change the IP address of your NIS client and then push the change by running "ypmake hosts"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2009 09:48 AM
04-30-2009 09:48 AM
Re: How to update the NIS client IP..
Finally one last thing. Check http://forums11.itrc.hp.com/service/forums/helptips.do?#28
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2009 05:14 AM
05-01-2009 05:14 AM
Re: How to update the NIS client IP..
Many Thanks for the help...
its done....have changed in etc/hosts file in uk204 server(nis master) and run the ypupdae command...
Thanks
Prasanth.................