- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NIS client configuration --server and 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
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-16-2009 02:26 AM
04-16-2009 02:26 AM
NIS client configuration --server and slave
We hve some problem with NIS master serer.So we configured slave server also.
we hve hpux client machines.how to configure nis master and slave in the nis client machine.
My requirement is:
if NIS master goes down client should contact slave server automatically.how to configure this?.
Thanks in advance..
Regards
Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2009 03:10 AM
04-16-2009 03:10 AM
Re: NIS client configuration --server and slave
The follwing link will be helpful
javascript:openExternal('http://docs.hp.com/en/B1031-90043/ch04s03.html')
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2009 03:28 AM
04-16-2009 03:28 AM
Re: NIS client configuration --server and slave
Client side nothing to configure to achieve this. If you have NIS slave servers in the same domain clients will automatically bind to the slave servers when master server is not available.
You can use "ypset" command to manually bind NIS clients to particular NIS servers.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2009 04:01 AM
04-16-2009 04:01 AM
Re: NIS client configuration --server and slave
Regards,
Sri.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2009 05:14 AM
04-16-2009 05:14 AM
Re: NIS client configuration --server and slave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 09:52 PM
04-17-2009 09:52 PM
Re: NIS client configuration --server and slave
Hi Vas,
Check the below link for NIS in details,
http://docs.hp.com/en/5991-1154/5991-1154.pdf
Rgds//
Taifur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 10:21 PM
04-17-2009 10:21 PM
Re: NIS client configuration --server and slave
Check the below links:
http://www.snow.nl/dist/htmlc/ch10s02.html
http://www.apcupsd.org/manual/Configuration_Examples.html
http://www.freebsd.org/doc/en/books/handbook/network-nis.html
Rgds-Kranti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2009 07:32 AM
04-18-2009 07:32 AM
Re: NIS client configuration --server and slave
look for the following lines in the /etc/rc.config.d/namesvrs:
YPBIND_OPTIONS="-ypset"
YPSET_ADDR="ip-of-the-nis-master"
with these two options you can skip the broadcasting and connect directly to the given IP (be it master or slave)
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2009 07:33 AM
04-18-2009 07:33 AM
Re: NIS client configuration --server and slave
Unix operates with beer.