- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NIS Slave server and Client
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
03-21-2000 02:05 AM
03-21-2000 02:05 AM
NIS Slave server and Client
I have system which is client in domain1. I want to set this same system as
slave server for different domain. Both domains are on same network.
When I did ypinit -s "sarver" DOM="domain2" I did not get any error it create
directory with all maps.
Then When I try to run ypserv and ypxfr it says "directory /var/yp/domain1 is
not exist or maps for domain1 is missing. And I want to set this system as
slave for domian2.
Thanks
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2000 02:28 AM
03-21-2000 02:28 AM
Re: NIS Slave server and Client
time. The bindings are generally set at boot time. You can recycle yp
services and repoint the machine to domain2, but I do not believe it is
possible to have the machine active in both domains at once.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2000 02:47 AM
03-21-2000 02:47 AM
Re: NIS Slave server and Client
Just checked the documentation of HP-UX training material. It says:
" Each node can belong to a maximum of ONE domain ".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2000 04:33 AM
03-21-2000 04:33 AM
Re: NIS Slave server and Client
was probably assigned the original domain. You can check this by executing the
domainname command. I imagine that this will return the original domain. You
should be able to change the DOMAIN variable in /etc/rc.config.d/namesvrs to be
the new domain and then restart the NIS services to rebind under the new
domain:
# /sbin/init.d/nis.client stop
# /sbin/init.d/nis.client start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2000 05:11 AM
03-21-2000 05:11 AM
Re: NIS Slave server and Client
slave of another. what about Multi-master relationships
Sachin