- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cannot create user account
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
05-23-2002 05:13 AM
05-23-2002 05:13 AM
One thing is wired: only one account cannot be created wherever from sam or command line of useradd. I got the error mesage saying that "an unknow error in /usr/sam/lbin/useradd.sam". Actually, this is linked to /usr/sbin/useradd. It works for all other accounts....
By the way, it is hp-ux 11.0 box and trusted...
Thanks...Crystal
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 05:15 AM
05-23-2002 05:15 AM
Re: cannot create user account
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 05:20 AM
05-23-2002 05:20 AM
Re: cannot create user account
I just got the update: the issue was transfered from my buddy. The situation is that the user used the account before last week when he found he could not get in...then my buddy removed the account and created again. It did not work...
Shell is the regular /bin/ksh..
Tx, Crystal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 05:24 AM
05-23-2002 05:24 AM
Re: cannot create user account
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 05:37 AM
05-23-2002 05:37 AM
Re: cannot create user account
Wired? I want to solve the problem to let the user in with the same username...
idea?
Crystal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 05:42 AM
05-23-2002 05:42 AM
Re: cannot create user account
Just a thought - Are you using NIS ? If yes, check the golbal passwd file (NIS passwd file). If the user is an NIS user, then the entry will be in the NIS passwd file. You can safely check this with SAM -> Users and Groups
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 05:42 AM
05-23-2002 05:42 AM
Re: cannot create user account
Crystal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 05:42 AM
05-23-2002 05:42 AM
Re: cannot create user account
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 05:43 AM
05-23-2002 05:43 AM
SolutionGL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 06:11 AM
05-23-2002 06:11 AM
Re: cannot create user account
What is the user name?
Is this a "trusted" server - does /tcb exist?
Are you "root"?
Their home directory probably still exists, what is the "UID" and "GID" - "ls -l /home/username"
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 06:35 AM
05-23-2002 06:35 AM
Re: cannot create user account
It look like the user directory exist with the some uid and gid which is being used. SO this issue . Couple of ideas.
1. check for the uniqueness in terms of the username , user directories etc.
2. create using some other user name and then edit /etc/passwd to the user name which you want for this entry , this way you bypass the error but still it will do your work.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 07:07 AM
05-23-2002 07:07 AM
Re: cannot create user account
I got it working right now... by checking the tcb dir with authck -p or pwck -s command...
Two questions here:
1.How can I resolve the following problem:
"username has a duplicate audit id xx"
2.How can I know if the system is using NIS/NIS+?
Tx, Crystal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 08:14 AM
05-23-2002 08:14 AM
Re: cannot create user account
To see if you are using NIS/NIS+
Check these setting in /etc/rc.config.d/namesvrs file make sure that they are all zeros...
NIS_MASTER_SERVER=0
NIS_SLAVE_SERVER=0
NIS_CLIENT=0
NISPLUS_SERVER=0
NISPLUS_CLIENT=0
NIS_DOMAIN=
MAX_NISCHECKS=2
EMULYP=""
YPSERV_OPTIONS=""
YPBIND_OPTIONS=""
YPPASSWDD_OPTIONS="/etc/passwd -m passwd PWFILE=/etc/passwd"
KEYSERV_OPTIONS=""
YPUPDATED_OPTIONS=""
YPXFRD_OPTIONS=""
RPC_NISD_OPTIONS="$EMULYP"
GL,C