|
原帖由 wangzhonnew 于 2009-1-17 16:01 发表 ![]()
what kind of trace did you do?
start time: Thu Oct 25 16:20:33 2007
stop time: Thu Oct 25 16:20:39 2007
6 seconds interval??? i think at least your CONNECT will not timeout within 60 sec...
and there's no db2 processes being captured....
guess you may want to look at the file first to make sure it include valid data 
maybe can try trace again, or get a truss...
bottom line is we need to find some way to find out why the db2bp process is terminated before getting into main() function
trace -L 80000000 -ao aixtrace.raw
db2trc on -t -f db2trc.dmp
db2
db2trc off
trcstop
trcrpt -O exec=on,pid=on > aixtrace.txt (trcrpt -O exec=on,pid=on aixtrace.raw aixtrace.fmt 语法有错,我换成左边那条命令了)
上面这些命令我都是放在一个脚本里执行的
是不是问题出在 trcrpt -O exec=on,pid=on > aixtrace.txt ,
生成的aixtrace.raw有80M ,不知道如何用trcrpt format下, 另是不是因为-L 80000000 不够大? |
|