Hi,
1. in file /etc/inittab there is the following data:
Code:
fmc:2345:respawn:/opt/ibm/db2/V9.1/bin/db2fmcd #DB2 Fault Monitor Coordinator
2. I have created the file /etc/init.d/db2 assign privileges (chmod 777 db2) and put into the following commands:
Code:
#! /bin/sh
. /home/db2inst1/sqllib/db2profile
su -c /opt/ibm/db2/V9.1/adm/db2start db2inst1
3. Reboot Linux and DB2 still doesn't start.
By the way I have executed the /etc/init.d/db2 manually and DB2 starts successfully. It just looks like /etc/init.d/db2 file is not executed at startup.
Any idea?