- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIS Push error
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
07-03-2003 10:18 AM
07-03-2003 10:18 AM
NIS Push error
Building map hosts.byaddr
Pushing hosts.byname
Status received from ypxfr on tshp2:
Failed - dbm operation on map failed.
Status received from ypxfr on penguin:
Failed - dbm operation on map failed.
Status received from ypxfr on macaw:
Failed - dbm operation on map failed.
Status received from ypxfr on stork:
Failed - dbm operation on map failed.
Any idea why I am getting this errors? Servers listed in error messages are not consistent. Each time a push is initiated server are different.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2003 10:27 AM
07-03-2003 10:27 AM
Re: NIS Push error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2003 10:31 AM
07-03-2003 10:31 AM
Re: NIS Push error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2003 10:59 AM
07-03-2003 10:59 AM
Re: NIS Push error
I remember working on this problem, but this was long time back. I think I added route entry for the slave with -p optin for transmittin unit.
by route -p
man route for more info on -p option
before that do
#set tcp_pmtu 1
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2003 12:23 PM
07-03-2003 12:23 PM
Re: NIS Push error
# /sbin/init.d/nis.client stop
# /sbin/init.d/nis.client start
Is this your case ? The error also sounds like it could be a possible NIS DB corruption. To confirm this you can rebuild one of the slaves and see if it helps. On one of the slave .. (assuming your domain name is "engr") ..
# cd /var/yp
# mv engr engr.org
# domainname engr
# /usr/sbin/ypinit -s
==> This will copy all of NIS DB from the master to slave.
# /sbin/init.d/nis.server stop
# /sbin/init.d/nis.client stop
# /sbin/init.d/nis.server start
# /sbin/init.d/nis.client start
Now on the master server, make a change to any of the NIS-managed file and push it out. Do you still see the same error on the slave you have just rebuilt ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2003 12:54 PM
07-03-2003 12:54 PM
Re: NIS Push error
What you need to do is to init your
nis slave servers that they will take
the maps from the master server.
ypinit -s
Caesar