- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: id: cannot find name for user ID
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-14-2004 11:21 PM
07-14-2004 11:21 PM
When i try to login to a linux m/c (NIS client), it gives the error id: cannot find name for user ID xxx.
My NIS server is hp-ux. It works fine from other HP-UX NIS clients but not from linux NIS Clients.
Please help. I have checked permissions on home directory.
Regards,
Kusuma
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2004 11:32 PM
07-14-2004 11:32 PM
Re: id: cannot find name for user ID
Are you configured the /etc/nsswitch.conf file in linux with nis for hosts,passwd,networks as like other hp-ux clients.
Make the linux /etc/nsswitch.conf file as like hp-ux nsswitch.conf file. ID will work.
Regards,
Muthukumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2004 11:39 PM
07-14-2004 11:39 PM
Re: id: cannot find name for user ID
I forgot to say that it doesn't happen for all the users on linux. which means that nsswitch.conf must be ok.
Rgds,
Kusuma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2004 11:56 PM
07-14-2004 11:56 PM
Re: id: cannot find name for user ID
/etc/group files are world readable.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 12:11 AM
07-15-2004 12:11 AM
SolutionIs ypdomainname command showing the NIS domain name.
what is saying grep user /etc/passwd; which user failed on ID. what is ur /etc/nsswitch.conf file entries. IF you are having files on passwd, the id will work for that user.
I hope your linux machine not having user as like in hp-ux server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 01:35 AM
07-15-2004 01:35 AM
Re: id: cannot find name for user ID
Double check to make sure the linux box is in the correct NIS domain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 01:54 AM
07-15-2004 01:54 AM
Re: id: cannot find name for user ID
From linux machine, can you do ypcat -k passwd|grep "user"
Also is there a command like nsquery on linux?? Can you check that the user is indeed resolvable from linux box??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 04:00 PM
07-15-2004 04:00 PM
Re: id: cannot find name for user ID
It is working now. I had done some stupid mistake regarding nis user and home directory.
Kusuma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 04:30 PM
07-15-2004 04:30 PM
Re: id: cannot find name for user ID
It is good that your problem solved. And more,it is good to give some points to the mail replies to encourage the responder(s).
Regards,
Muthukumar.