on 2012 Dec 29 4:38 AM
Hi,
while starting DB2 I am getting below error
hostname:db2sid 35> db2start
12/29/2012 12:30:04 0 0 SQL5043N Support for one or more communications protocols failed to start successfully. However, core database manager functionality started successfully.
SQL1063N DB2START processing was successful.
hostname:db2sid 36>
***************************************************************************************
hostname:/db2/db2sid/sqllib # grep -i SVCE /etc/services
hostname:/db2/db2sid/sqllib # grep -i db2 /etc/services
ibm-db2 523/tcp # IBM-DB2
ibm-db2 523/udp # IBM-DB2
questdb2-lnchr 5677/tcp # Quest Central DB2 Launchr
questdb2-lnchr 5677/udp # Quest Central DB2 Launchr
sapdb2sid 5912/tcp # SAP DB2 Communication Port
DB2_db2sid 5914/tcp
DB2_db2sid_1 5915/tcp
DB2_db2sid_2 5916/tcp
DB2_db2sid_END 5917/tcp
hostname:/db2/db2sid/sqllib #
hostname:db2sid 36> db2 get dbm cfg | grep SVCE
TCP/IP Service name (SVCENAME) =
SSL service name (SSL_SVCENAME) =
***************************************************************************************
Retrans -d
| 4 ETW000 [ | dev trc,00000] *** ERROR in DB6Connect[dbdb6.c, 1866] CON = 0 (BEGIN) | 33 7.846606 | |
| 4 ETW000 [ | dev trc,00000] &+ | DbSlConnectDB6( SQLConnect 😞 [IBM][CLI Driver] SQL30081N A communication error has been detected. Communication | |
| 4 ETW000 | 55 7.846661 | ||
| 4 ETW000 [ | dev trc,00000] &+ | protocol being used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: " | |
| 4 ETW000 | 41 7.846702 | ||
| 4 ETW000 [ | dev trc,00000] &+ | 146.215.108.46". Communication function detecting the error: "connect". Protocol specific error code(s): "79", " | |
| 4 ETW000 | 47 7.846749 | ||
| 4 ETW000 [ | dev trc,00000] &+ | *", "*". SQLSTATE=08001 |
Thanks and Regards
Mohsin
Request clarification before answering.
Hi,
db2 update dbm cfg using SVCENAME sapdb2QA2
Issue resolved with above command
Thanks and Regards
Mohsin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mohsin ,
Please update your dbm cfg as follows
db2 update dbm cfg using SVCENAME sapdb2sid
Restart the database and try .
Check whether any service is blocking the port 5912 . You may restart the server if the issue still persists
Thanks ,
Manu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Team,
When ever any DBM ( Instance level) and DB (Database level) parameters are updated we can
cross check whether recycle required or not by using the below method.
db2 attach to DBSID
db2 get dbm cfg show detail |grep -i SVCENAME
if the current value and delayed vaules are same no need to recycle and if they are not same we
need to recycle to make them effect.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.