- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NIS Question
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-19-2002 08:12 AM
04-19-2002 08:12 AM
when I run ypwhich all but one state it is using the primary nis server. The on that is not says it is using one of the slave servers.
my question is why is it using the slave and where and how is this set. I looked into the /etc/rc.config.d/namesvrs file but this just sets the domainname.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 08:17 AM
04-19-2002 08:17 AM
Re: NIS Question
In the namesvrs file is there an entry YPSET_ADDR - if so check the IP - is it the IP of the slave?
If so change to the master & bounce the client.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 08:19 AM
04-19-2002 08:19 AM
Re: NIS Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 08:42 AM
04-19-2002 08:42 AM
SolutionIf I want my NIS client to bind to a specific server, I'll put ..
YPBIND_OPTIONS="ypset"
YPSET_ADDR="
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 09:09 AM
04-19-2002 09:09 AM
Re: NIS Question
That namesrvs option needs to be
YPBIND_OPTIONS="-ypset"
as it'll be a command line option.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2002 08:19 PM
04-21-2002 08:19 PM
Re: NIS Question
I have a sugesation.
If you have less than 10 servers and good fast LAN then its always better that
you make all your server as slave and bind it localy. This will increase the performeance drastically.
you need to set the YESET option to
"-ypsetme" and start the NIS server first and then nis.client .
I have the similar setup and it works fine.
-Niraj