- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unresolved 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
04-16-2003 12:46 AM
04-16-2003 12:46 AM
Unresolved user id
I used the SAM utility to perform this task. At the end of the creation, SAM warned me not to create again the home directory dir1 (because already existing) and I did not select the creation option.
After this operation a third user, say "user3", already existing and configured in the YP, belonging to group1, on machine1 could not be resolved in terms of user id.
The command "id user3" has the output "Can't find user user3", and its home directory, say "dir3", could not resolve the owner name, putting a code instead.
The same checks performed on a different machine belonging to the same NIS domain are successful, though! Therefore it must be a local problem of "machine1".
What can I do?
Thanks,
Stefano.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 01:03 AM
04-16-2003 01:03 AM
Re: Unresolved user id
Identical group name or groupid ?
# ypcat group | grep group1
# grep group1 /etc/group
repeat with groupid
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 01:13 AM
04-16-2003 01:13 AM
Re: Unresolved user id
no duplication.
Group1 is only a yp group and is not configured in the Yellow Pages. Nor any id duplication is present.
Bedankt voor de steun,
S.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 02:08 AM
04-16-2003 02:08 AM
Re: Unresolved user id
I mistyped ... Group1 is only in the YP and not present locally.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 02:49 AM
04-16-2003 02:49 AM
Re: Unresolved user id
Have you tried running pwck and grpck ?
Kind regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 03:06 AM
04-16-2003 03:06 AM
Re: Unresolved user id
grpck and pwck show no information (so no errors) about user3. I guess because user3 is a NIS user and locally does not exist.
I think the problem lies somewhere in the local machine in terms of NIS database. The machine is a NIS slave server. I stopped and started it (both client and server) again but the problem remained.
Thanks,
Stefano.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 05:19 AM
04-17-2003 05:19 AM
Re: Unresolved user id
The yp implementations I worked with were very sensitive to corruption in the maps and/or their source files. Check to make sure the map xfers are going to the slave successfully. Look for errors generated by map builds and lookups. I used to regularly have to ypremove/ypmake on slave systems with problems like you describe and/or with map errors.