- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problems creating accounts on hp ux 11i
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
08-16-2004 08:40 PM
08-16-2004 08:40 PM
Problems creating accounts on hp ux 11i
When I try to create a new user (checked for unique UID), I've got the message:
Note (hocdh01n)
The user's files cannot be updated because user "jchartie" does not
exist.
Failed to create the home directory for the user. Other than this,
the user was successfully added or modified.
â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â
[[ OK ]]
â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â
Then, checking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2004 08:46 PM
08-16-2004 08:46 PM
Re: Problems creating accounts on hp ux 11i
can you re-post the issue ? Looks like it's truncated.
But from the message looks like you are not creating a new user, but changing an old one. Otherwise, why the message " The user's files cannot be updated" ?
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2004 09:01 PM
08-16-2004 09:01 PM
Re: Problems creating accounts on hp ux 11i
Are you creating user through command line?
If yes pls try doing this via sam just
to check if you get an error.
Revert back if you are already using sam
for the same.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2004 09:12 PM
08-16-2004 09:12 PM
Re: Problems creating accounts on hp ux 11i
I've tried both (command as well as sam) ... :o(
Cheers
Jérô
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2004 09:48 PM
08-16-2004 09:48 PM
Re: Problems creating accounts on hp ux 11i
just wondering, did you try to create the user "jchartier" or "jchartie". If you did try the former, the reason is probably that the id exceeds eight characters.
Just a thought...
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2004 09:52 PM
08-16-2004 09:52 PM
Re: Problems creating accounts on hp ux 11i
Is "jchartie" the full user name, or are you actually entering more than those 8 characters?
Can you try adding a new user called jch as a test?
It would also be useful to know which OS you are running, when you last successfully added
a user, and any changes since that time.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2004 10:04 PM
08-16-2004 10:04 PM
Re: Problems creating accounts on hp ux 11i
I was able to create the user jch with no problem ...
The user I was trying to create was jchartie (8 chars)
Cheers
Jerome C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2004 10:10 PM
08-16-2004 10:10 PM
Re: Problems creating accounts on hp ux 11i
Jerome - is this a trusted system? If so, run authck -pv, otherwise just try a normal pwck to check the password file.
Does /home/jchartie already exist with different ownership?
Does jchartie appear in the passwd file?
Can you create a different user with an 8 character name?
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2004 10:38 PM
08-16-2004 10:38 PM
Re: Problems creating accounts on hp ux 11i
ll /home/jchartie
userdel jchartie
useradd -md /home/jchartie jchartie
What are you getting out there.
And more where are you trying to make home directory to the user jchartie?
is it in /home/ or ??
If you try to create on NFS mounted you will get lot errors out/
Give your work arounds and directory where you tried?