This is a discussion on Newbie - User add failure within the AIX Operating System forums, part of the Unix Operating Systems category; --> Logged in as root and received the following error when executing useradd. And the directory /home/userid exists Command executed: ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Logged in as root and received the following error when executing useradd. And the directory /home/userid exists Command executed: useradd -u 1004 -g db2iadm1 -G db2iadm1 -m -d /home/userid userid Error: 3004-692 Error changing "pgrp" to "db2iadm1" : Value is invalid. |
| ||||
| Justin wrote: > Logged in as root and received the following error when executing > useradd. > And the directory /home/userid exists > > > Command executed: > useradd -u 1004 -g db2iadm1 -G db2iadm1 -m -d /home/userid userid > > Error: > 3004-692 Error changing "pgrp" to "db2iadm1" : Value is invalid. > Create the group "db2iadm1" before creating the user. You can't add a user to a group that doesn't exist. |