- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NIS: server not responding
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
Discussions
Discussions
Discussions
Forums
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
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-18-2005 02:09 AM
тАО07-18-2005 02:09 AM
YPBIND_OPTIONS="-ypsetme"
YPSET_ADDR="10.48.154.18"
Ocassionally, I encounter a problem where the server does not resolve NIS users and the following error appears on the system console:
NIS: server not responding for domain тАЬdomnameтАЭ; still trying
07.18 08:13:46 nodename pid=2814 /usr/lib/netsvc/yp/bind
When this occurs loginтАЩs become disabled to the server and the only work around is to login to the console and stop/start nis.client
Has anyone run across this? What is causing this?
Thank you,
-alan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2005 02:15 PM
тАО07-18-2005 02:15 PM
SolutionYou can try the following instead.
* Run 'ypinit -c' on the client to create /var/yp/binding/
* Remove ypsetme from YPBIND_OPTIONS and IP address from YPSET_ADDR in /etc/rc.config.d/namesvrs
This will make ypbind on the client bind to IP addresses in ypservers file. Make sure ypbind is not started with ypset/ypsetme or broadcast options. With this method when network connection goes down you shouldn't need to restart NIS client processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-19-2005 12:11 AM
тАО07-19-2005 12:11 AM
Re: NIS: server not responding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-19-2005 12:49 AM
тАО07-19-2005 12:49 AM
Re: NIS: server not responding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-19-2005 01:00 AM
тАО07-19-2005 01:00 AM
Re: NIS: server not responding
I tried the ypinit -c command and it did not work returning messages that only ypinit -m or -s were viable switches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-20-2005 06:23 AM
тАО07-20-2005 06:23 AM
Re: NIS: server not responding
You also have to have the following patches loaded in order to have this functionality.
11.0 PHNE_24034
11.11 PHNE_24910
Thanks for your help