hi all,
I am encountering a weird issue here, i have configured db2fm as below:
root@chialeep:/opt/ibm/db2/V9.7/bin# grep db2 /etc/inittab
fmc:2345:respawn:/opt/ibm/db2/V9.7/bin/db2fmcd #DB2 Fault Monitor Coordinator
started db2fm with below command:
./db2fm -i db2inst1 -m /home/db2inst1/sqllib/lib/libdb2gcf.so.1 -U -u
however, when i issue db2stop via user: db2inst1 (instance owner), the fault monitor service will not able to startup by itself:
root@chialeep:/opt/ibm/db2/V9.7/bin# grep db2 /etc/inittab
fmc:2345:respawn:/opt/ibm/db2/V9.7/bin/db2fmcd #DB2 Fault Monitor Coordinator
Any idea?
