- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problem binding to NIS server; child ypbind -s...
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
01-24-2002 02:34 PM
01-24-2002 02:34 PM
problem binding to NIS server; child ypbind -set processes
I am trying to set up a system as a NIS client.
The system used to be a trusted system with
auditing running. I turned off auditing (audsys -f and
AUDITING=0) and I unconverting the system
via the tsconvert command. The namesvrs
is all set with YPBIND_OPTIONS set to -ypset
and YPSET_ADDR set to the NIS server IP.
The NIS server has been already set with some NIS
clients. I wanted to connect this one system
that used to be a "stand-alone" trusted system to
the LAN and have it become a NIS client just like
the others.
When the system boots up, nis.client start fails.
I noticed that the system has ypbind -ypset running
with 1 or 2 or 3 child processes by the same process name. I tried to kill the child processes and run ypset
to the server.
I stop the nis.client and execute line by line the
command in /sbin/init.d/nis.client to start it.
But, still, the ypbind -ypset spawns off children.
I looked at the other clients and did the step by step approach and they had no problem. The /etc/hosts
looks good.
Upon boot up, I did notice that a message about "syslogd udp unknown service" or something like that is shown when starting the system logging daemon but it starts OK.
Well, any ideas? I've checked through some related
postings and tried some suggestions from them but
with no success.
Boy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 02:45 PM
01-24-2002 02:45 PM
Re: problem binding to NIS server; child ypbind -set processes
Here is a link from hp docs site on how to configure a NIS client and to check the functionality of the same.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&con=/hpux/onlinedocs/B1031-90048/00/00/24-con.html&toc=/hpux/onlinedocs/B1031-90048/00/00/24-toc.html&searchterms=nis%20client&queryid=20020124-145027
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 04:17 AM
01-25-2002 04:17 AM
Re: problem binding to NIS server; child ypbind -set processes
Still no success.
We were able to eliminate the
message about "syslogd udp
unknown service". That was
due to a typo in the /etc/nsswitch.conf file.
Still don't know why our
machine is spawning off
children processes of "ypbind
-ypset". Wonder if
it is related to the fact that
it used to be a trusted system.
Boyd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 05:56 AM
01-25-2002 05:56 AM
Re: problem binding to NIS server; child ypbind -set processes
First try this, and then if it doesn't work, try the link,
Shutdown NIS Client,
# /sbin/init.d/nis.client stop
# mv /var/yp/secureservers /var/yp/secureservers.save
restart NIS client:
# /sbin/init.d/nis.client start
Do a "ypwhich" and see if the client binds to the master server.
If this doesn't work, try this link, Can you post any errors or your problem in more detail.
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=0bc4762c0681f26761/screen=ckiDisplayDocument?docId=200000018910967
Hope this helps.
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 01:03 PM
01-30-2002 01:03 PM
Re: problem binding to NIS server; child ypbind -set processes
Need to setup the
/etc/resolv.conf with the
domain and nameservers as well
as the
/etc/rc.config.d/netconf
with the BROADCAST_ADDRESS and
ROUTE information.
thanks,
Boyd