|
我上面没表达清楚,是这样的,我也碰到同样的问题
$ db2level
DB21085I Instance "db2ocrm" uses "32" bits and DB2 code release "SQL08016"
with level identifier "02070106".
Informational tokens are "DB2 v8.1.1.58", "s040914", "U800265", and FixPak "6".
Product is installed at "/usr/opt/db2_08_01".
$ oslevel
5.3.0.0
$ db2 connect to ocrmdb
DB21015E The Command Line Processor backend process request queue or input
queue was not created within the timeout period.
----------------------------------------
db2diag.log的错误如下:
2009-01-14-19.31.10.791380 Instance:db2ocrm Node:000
PID:708826(db2) TID:1 Appid:none
command line process clp_start_bp Probe:3
CLP frontend unable to get REQUEST queue handle
0x2FF2086C : 0x870F0042 ...B
-----------------------------
按照你的方法,我也作了db2trc on -t -f db2trc.dmp,可是db2trc.dmp 文件有2.9G ,我接下来该如何追踪下去呢,我的db2diag.log并没有你案例中提到的2170这样的值
由于db2trc.dmp太大, db2trc flw -t db2trc.dmp db2trc.flw 产生的db2trc.flw也很大,估计得有2G,用vi根本没法打开,用grep main db2trc.flw 也没有发现包含你案例中提到的clp_bp_main 段落,
另外我用db2trc flw -t -p 708826 db2trc.dmp db2trc.flw 挑选出错connect process的flw,供你参考 |
|