- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remove NIS Slave
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-12-2004 03:57 AM
тАО10-12-2004 03:57 AM
Thanks
Brian.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2004 04:18 AM
тАО10-12-2004 04:18 AM
Solution/sbin/init.d/nis.server stop
edit /etc/rc.config.d/namesvrs and set NIS_SLAVE_SERVER=0
cd /var/yp
and remove all the files.
On the NIS master:
cd /var/yp
ypcat -k ypservers | grep -v old_slave_server_hostname | makedbm - /var/yp/'mydomainname'/ypservers
The grep -v will remove the old_slave_server_hostname from the ypservers list and we will use the remaining hostnames to rebuild the ypservers map.
That should fix you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2004 05:04 AM
тАО10-12-2004 05:04 AM
Re: Remove NIS Slave
That was perfect. Could you explain it please? Is this the only way? What i did was the same except i did edit the file nis-serverlist (list of all servers) and then did the makedbm -u ypservers > nis-server-list.
Thanks
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2004 05:08 AM
тАО10-12-2004 05:08 AM
Re: Remove NIS Slave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2004 06:24 AM
тАО10-12-2004 06:24 AM
Re: Remove NIS Slave
What you could do is update the securenets and secureservers file in /var/yp by deleting the ip-address of the nis slave.
Regards,
Gideon