- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NIS Client login problem
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
03-23-2006 11:51 PM
03-23-2006 11:51 PM
NIS Client login problem
Few observations:
ypwhich -m gives the desired output with master server name for all maps.
ypcat -m passwd list the newly created id.
I have the below entries in /etc/passwd and group file on NIS client:
+::-2:60001::: in /etc/passwd
+:*:* in /etc/group.
'domainname' command gives the proper domain name.
Still I am not able to login to client machine with the user id.
Pls let me know if you have faced this prob or have a solution to it.
Thanks,Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 11:53 PM
03-23-2006 11:53 PM
Re: NIS Client login problem
If so, log in to the server with the home directory and make sure the home directory is in /etc/exports, then run exportfs -av.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2006 12:23 AM
03-24-2006 12:23 AM
Re: NIS Client login problem
thanks,Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2006 12:28 AM
03-24-2006 12:28 AM
Re: NIS Client login problem
Is this from one machine or many machines?
I've had this problem with an old 11.00 NIS server and made it go away with a stop/start of the NIS and related daemons.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2006 12:33 AM
03-24-2006 12:33 AM
Re: NIS Client login problem
while starting on the client I got this message:
starting NIS CLIENT networking
starting up the rpcbind
rpcbind already started, using pid: 899
domainname pune.ad.infosys.com
starting up the Network Information Service
starting up the ypbind daemon
ypbind will not use the server list available in the file /var/yp/binding/
option, then -broadcast option is ignored.
/usr/lib/netsvc/yp/ypbind -ypset
calling ypset with
Checking NIS binding.
Bound to NIS server using domain pune.ad.infosys.com.
starting up the keyserv daemon
/usr/sbin/keyserv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2006 01:58 AM
03-24-2006 01:58 AM
Re: NIS Client login problem
Do you have a NIS entry in /etc/nsswitch.conf ?
BTW, is the user a first NIS user and, if not, do other users have similar problem ?
Additionally please check whether the user ID is unique on the machine.
HTH