Issue:
During setting up DB2 for Sametime 8.5.x and Sametime 9.0 install of the Sametime Console, we could not run the System Console database script.
The db2 instance did not survive the reboot. With RedHat 6.x the etc/inittab is not supported.
Entering the following command as db2inst1 results in this failure message for the fault module.
$ db2fm -s -S
Gcf module 'fault monitor' is NOT operable
Gcf module '/opt/ibm/db2/V10.1/lib64/libdb2gcf.so' state is AVAILABLE
Solution:
Enter the following commands as root:
# cd /opt/ibm/db2/V10.1/bin/
# ./db2fmcu -u -p /opt/ibm/db2/V9.7/bin/db2fmcd
# ./db2fm -i db2inst1 -U
# ./db2fm -i db2inst1 -u
# ./db2fm -i db2inst1 -f on
Switch to the dbinst1 user and enter the following command:
$ db2fm -s -S
Sudo or su again and issue reboot:
# reboot
After reboot, enter the following command again as db2inst1:
$ db2fm -s -S
Gcf module 'fault monitor' state is AVAILABLE
Gcf module '/opt/ibm/db2/V10.1/lib64/libdb2gcf.so' state is AVAILABLE
Wait about 30 seconds after boot and you should find your db2 instance is started.
previous page
|