Hi all
I have a error when uninstall Db2 V9.1, I put this command
/opt/IBM/db2/V9.1/instance/db2idrop db2ixq
And I got the message:
-
DBI1135E The primary group users of user ID
db2ixq is invalid.
Explanation:
The primary group name of the instance user ID cannot:
1. be one of "guests", "admins", "users" or "local".
2. start with "sql" or "ibm".
3. start with a numeral or contain characters other than a-z, $,
#, @, or 0-9.
User Response:
Change the primary group of the instance user ID to a group with
a valid name and then try the command again.
DBI1079I Output is saved in the log file /tmp/db2idrop.log.11484.
Explanation:
All processed and failed operations have been saved into this log
file.
User Response:
Do not modify this file in any way. This file is for IBM
Technical Support reference.
-
I reviewed the user and group users the instance db2ixq:
drwxr-xr-x 4 db2ixq dbixqadm 1024 Mar 27 10:49 db2ixq
I don`t know How solved this problem
Thanks you