- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NIS Servers Binding Troubles
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
09-05-2001 11:24 AM
09-05-2001 11:24 AM
NIS Servers Binding Troubles
We have a NIS Master Server along with six Slave servers, but when I log into one of the slaves and do a ypwhich, they are mostly bound to themselves. Should they be bound to the master server? Also, if I do a ypwhich on the Master server, it's bound to one of the slaves. In their /etc/rc.config.d/namesvrs files, the appropriate flags are set for each of them. (server/client and slave/client).
Any insight appreciated.
Thanks,
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 04:47 AM
09-06-2001 04:47 AM
Re: NIS Servers Binding Troubles
I know in the SUN world, you must boot the master NIS Server first otherwise the slaves have no way to validate their configurations?
HTH,
Vito
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 05:59 AM
09-06-2001 05:59 AM
Re: NIS Servers Binding Troubles
When ypbind starts at boot time it uses two metod to bind to nis server.
1. Broadcast: it ask in network if any of the nis server is available if someone replys then it binds there.
2. fixed server: ask that server only.
You can change your bind if you are using -ypset options.
#ypset servername (man on ypset for more options)
ypset will not make your system go down so give it a try.
If you want to use ypset option you can define in /etc/rc.config.d/namesvrs
YPBIND_OPTIONS=-ypset
If you want to bind to fixed server all the time then
YPSET_ADDR="ip of server"
I hope this will help.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 06:08 AM
09-06-2001 06:08 AM
Re: NIS Servers Binding Troubles
We have an environment much like yours, though not as many slave servers, and the couple of slaves I have checked are bound to themselves. The master is also bound to itself, but I would worry about the master binding to a slave, that shouldn't be a problem either.
As long as all of your NIS maps on your slaves are getting updated regularly and everything is in sync you are OK.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 07:15 AM
09-06-2001 07:15 AM
Re: NIS Servers Binding Troubles
you might have changed the booting sequence, first the master than the slaves. In our network. all the slaves are binding to master and master binding to itself. all the clients are binding to either slave or master.
But what matters here is whether slaves receiving the modified maps from master or not. since in your case it is happening well, no need to worry.