- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with NIS Client
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-31-2005 07:40 PM
01-31-2005 07:40 PM
Problem with NIS Client
pearl:/> /sbin/init.d/nis.client start
starting NIS CLIENT networking
starting up the rpcbind
rpcbind already started, using pid: 806
domainname wslon
starting up the Network Information Service
starting up the ypbind daemon
/usr/lib/netsvc/yp/ypbind
calling ypset with ontools
Sorry, ypbind on host pearl has rejected your request.
Checking NIS binding.
Bound to NIS server using domain wslon.
starting up the keyserv daemon
/usr/sbin/keyserv
pearl:/> id srichan
Can't find user srichan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 07:43 PM
01-31-2005 07:43 PM
Re: Problem with NIS Client
I hope ,
both server and client are in the same subnet
domainname is set
Regds,
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 08:06 PM
01-31-2005 08:06 PM
Re: Problem with NIS Client
pearl:/> ypwhich
ontools
pearl:/> ypwhich -x
Use "passwd" for map "passwd.byname"
Use "group" for map "group.byname"
Use "networks" for map "networks.byaddr"
Use "hosts" for map "hosts.byaddr"
Use "protocols" for map "protocols.bynumber"
Use "services" for map "services.byname"
Use "aliases" for map "mail.aliases"
Use "ethers" for map "ethers.byname"
pearl:/>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2005 04:53 AM
02-05-2005 04:53 AM
Re: Problem with NIS Client
And then make sure you connecto the right NIS server. The domainname is wslon in your case?
Use ypset to connect to a master or slave DNS.
# ypset -h masterhost
or
# ypset -h masterhost -d wslon
Regards,
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2005 10:33 AM
02-06-2005 10:33 AM
Re: Problem with NIS Client
did you used "ypset" options to bind to a specific server ?
if you used ypset then you have to specify the IP address of NIS server not hostname
YPBIND_OPTIONS="-ypset"
....
....
YPSET_ADDR="128.87.164.98"
hope this helps
thanks
Nan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 11:50 PM
02-10-2005 11:50 PM
Re: Problem with NIS Client
have you set a '+' at the end of the clients passwd, group and hosts?
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2005 11:27 PM
02-11-2005 11:27 PM
Re: Problem with NIS Client
yppush
to push the information thru other slave NIS servers, in case you have those.
And if the data is out-of-date the remake the nis information on the NIS server with
ypmake
Regards,
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 09:08 PM
02-13-2005 09:08 PM
Re: Problem with NIS Client
Anything new?
Which file is in /var/yp/binding ?
And have you checked /etc/rc.config.d/namesvrs for the right nis server?
HTH
V.