We're using DB2 UDB V8.1 FP3 on AIX 5.2L.
It looks like the fault monitor coordinator isn't working correctly.
We start monitoring the instance with the following commands:
1) db2fm -i db2inst1
2) db2fm -f on
3) db2fm -U
If we kill a db2inst1 process the fault monitor will restart te the instance as expected.
But if we kill the db2fmd process, i.e. the fault monitor watching the instance db2inst1, the fault monitor coordinator will not restart it as stated in the manuals:
>>>>>>>>>>>>>>>>>>>>>>>
The Fault Monitor Coordinator (FMC) is the process of the Fault Monitor
Facility that is started at the UNIX boot sequence. The init daemon starts
the FMC and will restart it if it terminates abnormally. The FMC starts one
fault monitor for each DB2 instance. Each fault monitor runs as a daemon
process and has the same user privileges as the DB2 instance. Once a fault
monitor is started, it will be monitored to make sure it does not exit
prematurely. If a fault monitor fails, it will be restarted by the FMC.
Each fault monitor will, in turn, be responsible for monitoring one DB2
instance. If the DB2 instance exits prematurely, the fault monitor will
restart it.
<<<<<<<<<<<<<<<<<<<<<<<<
So what are we doing wrong?
Bernhard