![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We have setup a new physical server, with a number of virtual servers on top of it. When we run db2start on any of the virtual servers we get: ~]$ db2start SQL5043N *Support for one or more communications protocols failed to start successfully. However, core database manager functionality started successfully. ]$ echo $? 6 Everything seems to be working fine, and it is possible to do both local and remote connections to databases. Both db2tcpcm and db2ipccm appears to be running: ~]$ db2pd -edus | grep cm 15 * * * *47018219137344 16577 * * * * *db2tcpcm * * * *0.000000 * * 0.000000 14 * * * *47018223331648 16576 * * * * *db2ipccm * * * *0.000000 * * 0.000000 The only protocol specified is tcpip: # db2set | grep DB2COMM DB2COMM=tcpip and /etc/services seems ok: ~]$ grep db2 /etc/services db2c_db2inst1 * 50000/tcp * * * * * * * * * * * #DB2 related Any ideas what might cause the error message? /Lennart |
#3
| |||
| |||
|
|
What messages do you get in db2diag.log ? |
#4
| |||
| |||
|
|
On 2010-11-29 18:20, Ian wrote: [...] What messages do you get in db2diag.log ? Hi Ian, see my response to globomike in this thread |
#5
| |||
| |||
|
|
On Nov 29, 11:57 am, Lennart Jonsson <erik.lennart.jons... (AT) gmail (DOT) com wrote: On 2010-11-29 18:20, Ian wrote: [...] What messages do you get in db2diag.log ? Hi Ian, see my response to globomike in this thread OK. I have seen an error in the past where there's SPM log corruption, but I don't remember what the db2diag.log entries look like. |
|
Is the SPM_NAME dbm cfg parameter set for your instance? This enables the SPM protocol. |
|
IFF this is the case, then the solution is basically to ensure that there aren't any indoubt transactions (using LIST DRDA INDOUBT TRANSACTIONS), and if there aren't, then shut down the instance, remove the SPM log files (see SPM_LOG_PATH dbm cfg for location) and restart the instance. DB2 will automatically generate new SPM log files. This procedure is described (kind of) for the error SPM0439N in the documentation. |
#6
| |||
| |||
|
|
I guess the files won't have to deleted if the cfg is changed, but it's probably a good idea anyhow. |
![]() |
| Thread Tools | |
| Display Modes | |
| |