- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Trouble pushing out new NIS map
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
07-12-2000 06:17 AM
07-12-2000 06:17 AM
Trouble pushing out new NIS map
I edited the Makefile on the master to build the new map (auto.asgp).
I edited the /etc/auto_master on the master and created the /etc/auto.asgp file on the master.
When I run make i get the following error.
updated auto.asgp
No response from ypxfr on arara
No response from ypxfr on dolphin
No response from ypxfr on margay
No response from ypxfr on odin
pushed auto.asgp
If I try ypxfr from the salve servers I get.
dolphin#>/usr/sbin/ypxfr auto.asgp
ypxfr: can't get master of auto.asgp
reason: no such map in server's NIS domain
From the master I can do a ypcat and get the contents of the auto.asgp map, but the slaves give the following error.
dolphin#>ypcat auto.asgp
ypcat: no such map in server's NIS domain
dolphin#>
Any help would be appreciated...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2000 06:22 AM
07-12-2000 06:22 AM
Re: Trouble pushing out new NIS map
Check the /etc/rc.config.d/namesvrs file to ensure that the NIS services are to start at boot and that you have NIS_MASTER_SERVER, NIS_SLAVE_SERVER, and NIS_CLIENT set accordingly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2000 06:36 AM
07-12-2000 06:36 AM
Re: Trouble pushing out new NIS map
The steps you need to follow should be similar to those in document ID: KBAN00000049
at:
http://us-support.external.hp.com/cki/bin/doc.pl/
Good Luck,
Brian
<*(((>< er
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2000 06:40 AM
07-12-2000 06:40 AM
Re: Trouble pushing out new NIS map
For yp slaves, you can do ps -ef | grep yp and see the process for ypbind, ypxfer, and
ypserv - for clients only you will see just ypbind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2000 06:41 AM
07-12-2000 06:41 AM
Re: Trouble pushing out new NIS map
Since the creation of the new map on the Master server I have not run ypinit -s again on the Slave's. Do I need to do this? Why can't I just do a ypxfr from the Slave's to pull the new map over?
Thanks for your quit response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2000 06:47 AM
07-12-2000 06:47 AM
Re: Trouble pushing out new NIS map
You will probably want all systems as NIS_CLIENTS and set the NIS_MASTER_SERVER and NIS_SLAVE_SERVER as needed.