- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to remove a slave server from ypcat -k ypserve...
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
07-22-2003 08:32 AM
07-22-2003 08:32 AM
The server in question no longer exist.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 08:38 AM
07-22-2003 08:38 AM
Solution# cd /var/yp/
# makedbm -u ypservers >> ../nis-server-list
# vi ../nis-server-list
==> Delete the hostname of the unwanted server.
# makedbm ../nis-server-list ypservers
# /var/yp/ypmake
==> That should push/update the new ypservers map out to the rest of the slaves. Check on the slaves side just to make sure /var/yp/
FYI you can also (instead of running ypmake) run ..
# yppush -v ypservers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 12:15 PM
07-22-2003 12:15 PM
Re: How to remove a slave server from ypcat -k ypservers list ?
As mr. Chan wrote or you can made ypinit for
the server and give the new list.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 01:07 PM
07-22-2003 01:07 PM
Re: How to remove a slave server from ypcat -k ypservers list ?
Works like a charm. But how come when I do a "ypcat -k ypservers" on master server, I do not see the deleted server (as it should). But on slave server, the same command show the old server name.Anyway, your answers was worth 10 points.
Thannks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 01:07 PM
07-22-2003 01:07 PM
Re: How to remove a slave server from ypcat -k ypservers list ?
Works like a charm. But how come when I do a "ypcat -k ypservers" on master server, I do not see the deleted server (as it should). But on slave server, the same command show the old server name.Any ideas ???Anyway, your answers was worth 10 points.
Thannks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 01:13 PM
07-22-2003 01:13 PM
Re: How to remove a slave server from ypcat -k ypservers list ?
Thanks indeed.
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 01:18 PM
07-22-2003 01:18 PM
Re: How to remove a slave server from ypcat -k ypservers list ?
Did you verify (on the slave side) that /var/yp/
$ yppush -v ypservers
anyway to copy the ypservers db map and see if that works for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 01:23 PM
07-22-2003 01:23 PM
Re: How to remove a slave server from ypcat -k ypservers list ?
I had to yppush to make it work. And dates on the slaves are current now
Thanks a bunch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 01:24 PM
07-22-2003 01:24 PM