I'm sure it is quite common error, however i can't find answer anywhere.
Every time I try to create table with ControlCenterCommand (db2cc) it says "SQL4414N Administration Server is not active". But when I do execute
db2admin start with a DAS it says it's running already.
Code:
sh-3.1$ ./db2set -all
[i] DB2PROCESSORS=0
[i] DB2COMM=tcpip
[g] DB2SYSTEM=debian
[g] DB2INSTDEF=db2inst2
[g] DB2ADMINSERVER=dasusr2
Those are correct users. I can execute CREATE TABLE in db2 CLP. My firewall is configured properly. DB2 is installed on local server.
Maybe DB2 hates debian?! I actually can execute any db2 tool only by executing it directly (example)
./sqllib/adm/db2start. I noticed that there isn't any db2 tool in
/usr/bin. Moreover - i had to copy
db2javit to /usr/bin because of error that
db2cc had given.