- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: not binding to nis server
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-10-2001 05:49 AM
07-10-2001 05:49 AM
not binding to nis server
I have L-2000 server which is on DHCP (9.184.196.112) and my nis server is on static ip(9.184.216.131) when i tried to make client to nis server it gives an error"The process /sbin/init.d/nis.client start failed. before you can enable client, it has to be bound to a server" .anybody has solution please respond.
TIA
ravi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2001 06:10 AM
07-10-2001 06:10 AM
Re: not binding to nis server
It's not possible from the data that you have supplied to determine if these two hosts are on the same subnet. If not, you will need to do a ypset command on the client to identify the NIS server.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2001 06:15 AM
07-10-2001 06:15 AM
Re: not binding to nis server
If not, try to set the server with "ypset
good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2001 06:42 AM
07-10-2001 06:42 AM
Re: not binding to nis server
L-1000 server and nis server are on different subnet(hp server is on DHCP nis server is on static ip) when i issued the command #ypset -V1 -h 9.184.196.112 -d domain_name nis_server . it gives me the error"sorry, ypbind on host 9.184.196.112 has rejeted your request"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2001 09:44 AM
07-10-2001 09:44 AM
Re: not binding to nis server
set your domainname by using
#domainname name_of_your_nisdomain
then run ypset without -h and -d
#ypset -V1 9.184.216.131
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 09:19 AM
07-17-2001 09:19 AM
Re: not binding to nis server
Just noticed your NIS issue, and have a suggestion. Since your L is on a different subnet than the NIS Master, I would suggest that you configure the L as BOTH a Slave Server and a Client. That way, you will not have to worry about binding the client outside of its subnet with "ypset". Configure the Slave on the L class either by editing the /etc/rc.config.d/ files or thru SAM. (SAM will also automatically start the processes). Then, using SAM, on the NIS Master, edit the list of Slave Servers to include the new Slave. Once the edit/update process is complete on the Master server, use the command "/var/yp/yppush ypservers" to repush new copies of all the maps to all the slaves including the newly configured L class.
By doing this, you will eliminate the need to force the client onto a slave outside its subnet, and you will have a more secure NIS environment as ypbind can run without ypsetme
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2002 10:47 AM
02-01-2002 10:47 AM
Re: not binding to nis server
I havea similar problem with a 9000 running 11.00 that drops its yp binding everytime there is a glitch in the yp server or the network tat causes it to miss a YP RPC call. Ypbind stays up but is loses its binding and never rebinds.
If this happens again I might write a little daemon that runs every minute and checks that yp is bound, and re-runs ypset if the binding is lost.
I am pretty sure that ypset will allow the lost binding to be recovered without running /sbin/rc2.d/S420nis.client {stop|start}