- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SAM add account 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
Forums
Discussions
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
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
11-24-2005 05:10 PM
11-24-2005 05:10 PM
NOTE:
OS: 11.11
/users/ftp/common was alreday exist.
SAM patch and useradd patch are latest
SAM message:
============
Failed to add the user "a94366". An invalid argument was supplied to an option in the command "/usr/sam/lbin/useradd.sam". The output from this command was: '/users/ftp/./common' is not a valid directory.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2005 05:19 PM
11-24-2005 05:19 PM
Re: SAM add account problem
/users/ftp/common
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2005 05:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2005 05:30 PM
11-24-2005 05:30 PM
Re: SAM add account problem
if u want to create an user under the directory /users/ftp/common, the best procedure to create an user is as follows..
#cd /users/ftp/common
#mkdir
#useradd -d /users/ftp/common\test -s /usr/bin/ksh test (user name)
#passwd test
enter the password for the user test.
#chmod -d 755 test ( according to the permission u want to set for the user)
#chown test:others test (other is the default group name)
it should work fine..
chrees
indrajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2005 05:33 PM
11-24-2005 05:33 PM
Re: SAM add account problem
Currently there're many user use the same home directory (users/ftp/./common), but it can not add user throgh SAM now, due to SAM indicated the /users/ftp/./common not invalid.
So, I set the /users/ftp/common in SAM, then modify the /etc/passwd becoming /usrs/ftp/./common
Do you have other suggestion, how to fix this problem?