Ok, after removing the instance user here is what I did:
Code:
localhost instance # groupadd db2fadm1
localhost instance # groupadd db2iadm1
groupadd: group 'db2iadm1' already exists
localhost instance # useradd -m -g db2fadm1 db2fenc1
localhost instance # /opt/ibm/db2/V9.7/instance/db2icrt -p db2inst1 -u db2fenc1 db2inst1
DBI1070I Program db2icrt completed successfully.
localhost instance # man db2icrt
No manual entry for db2icrt
localhost instance # su - db2inst1
db2inst1@localhost ~ $ db2start
SQL1042C An unexpected system error occurred.
db2inst1@localhost ~ $ db2
Display all 186 possibilities? (y or n)
db2inst1@localhost ~ $ db2st
db2star2 db2start db2stop db2stop2 db2stst
db2inst1@localhost ~ $ db2st
db2star2 db2start db2stop db2stop2 db2stst
db2inst1@localhost ~ $ db2start
SQL5043N Support for one or more communications protocols failed to start successfully. However, core database manager functionality started successfully.
db2inst1@localhost ~ $ db2stop
SQL1064N DB2STOP processing was successful.
db2inst1@localhost ~ $ db2stop
SQL1032N No start database manager command was issued.
db2inst1@localhost ~ $
So, it looks like things are still not right because of the db2start complaints. Any suggestions?