- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIS Slave - Can't find maps that are in Master.
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
10-20-2003 06:27 AM
10-20-2003 06:27 AM
Transferring auto.master for domain some-domain-name from nis-master-server...
ypxfr: can't get order number for map auto.master from ypserv at nis-master-server
reason: no such map in server's NIS domain
Transferring rpc.byname for domain some-domain-name from nis-master-server...
ypxfr: can't get order number for map rpc.byname from ypserv at nis-master-server
reason: no such map in server's NIS domain
Transferring servi.bynp for domain some-domain-name from nis-master-server...
ypxfr: can't get order number for map servi.bynp from ypserv at nis-master-server
reason: no such map in server's NIS domain
The files exist on the NIS Master server and I can ypcat the files from it or servers served by it.
The server I'm trying to make into a slave is running HP-UX 11.11 and the master server is a Sun server.
Any ideas???
Thanks!
Jason
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 07:01 AM
10-20-2003 07:01 AM
Re: NIS Slave - Can't find maps that are in Master.
ypinit -m (* answer questions *)
Test from client with:
/usr/bin/ypwhich
domainname
/usr/bin/ypmatch username passwd
/usr/contrib/bin/nsquery hosts hostname
/usr/bin/ypwhich -m hosts
/usr/bin/ypmatch hostname hosts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 07:07 AM
10-20-2003 07:07 AM
Re: NIS Slave - Can't find maps that are in Master.
Thanks!
Jason
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 12:38 AM
10-21-2003 12:38 AM
SolutionIn the ypwhich -m on the NIS master, is the
NIS Master server listed as these maps:
auto.master rpc.byname servi.byhp ?
Also verify that on the NIS master, that you can yppoll -h localhost
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 02:37 AM
10-21-2003 02:37 AM
Re: NIS Slave - Can't find maps that are in Master.
Thanks for all your help!
Jason