Stop the Fault Monitor Deamon

 

Disable the fault monitor processes:
1) Log on as root.
2) Locate where the db2fmcu command runs from by issuing the command: “ps -ef”

For example, on AIX the db2fmcu command is run from DB2DIR/bin directory, where DB2DIR is the location where the DB2 copy is installed.
Switch to the directory indicated by the ps command.
Disable the Fault Monitor Coordinator (FMC) by issuing the command: db2fmcu -d
ie
To prevent the fault monitor controller from being launched at system startup, run the following command “./db2fmcu -d”

Since there is only one Fault Monitor Coordinator, this step affects all DB2 copies on the system.

[root@mercury bin]# cd /opt/ibm/db2/V9.1/bin
[root@mercury bin]# ./db2fmcu -d

=============================================================
To stop the Fault Monitor Daemon
=============================================================
Issue the command: DB2DIR/bin/db2fm -i iname -D
where DB2DIR is the location where the DB2 copy is installed and iname represents the instance owner name.

[root@mercury bin]# cd /opt/ibm/db2/V9.1/bin
[root@mercury bin]# ./db2fm -i db2inst1 -D

 

Leave a Reply

Your email address will not be published. Required fields are marked *