728x90
Problem(Abstract)
When using IBM DB2 for Linux, UNIX and Windows, running db2icrt/db2idrop against an DB2 instance name results in db2icrt/db2idrop process hangs when it is executing db2isrv in child process.
Symptom
db2icrt/db2idrop hangs when executing db2isrv
Cause
DB2 port entries in /etc/services file are missing or in wrong order etc.
Example 1:
DB2_db2instance1 entry is missing:
DB2_db2instance1_1 60045/tcp
DB2_db2instance1_2 60046/tcp
DB2_db2instance1_END 60047/tcp
Example 2:
DB2_instance2 related port entries are in wrong order:
- DB2_db2instance2_1 60001/tcp
DB2_db2instance2_2 60002/tcp
DB2_db2instance2_END 60003/tcp
DB2_db2instance2 5914/tcp
Resolving the problem
1. Remove DB2 port entries related to the instance name in /etc/services file
2. Run db2icrt/db2idrop command again.
http://www-01.ibm.com/support/docview.wss?uid=swg21441874
http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.qb.server.doc/doc/t0008487.html
728x90
'Db2 > Db2 troubleshooting' 카테고리의 다른 글
SQL 복제 구성에서 캡쳐 프로세스 오류 (0) | 2012.04.06 |
---|---|
no resources to create process or thread 오류 (0) | 2012.01.05 |
Why is db2top screen output not being shown in colors? (0) | 2011.11.17 |
DB2START Fails with SQL10007N Message "-1390" could not be retrieved. (0) | 2011.10.18 |
Install fails with "FILE keyword is not valid" error (0) | 2011.10.13 |