DB2 9.5安装没有在/etc/inittab中创建Fault Monitor
今天在Linux下安装Db2 9.5,安装完成后发现并没有象9.1版那样在/etc/inittab文件中有下面一行:
fmc:2345:respawn:/opt/ibm/db2/V9.5/bin/db2fmcd #DB2 Fault
这样原结果是Db2不能开机自动启动。
其实这是DB2 9.5的一个bug,在Fixpack 2以后的版本中就修正了。
自己可以手工修正。
1.Uninstall and reinstall DB2:
db2_deinstall -a then install DB2 again
or
2.create the inittab entry manually:
db2fmcu -u -p DB2DIR/bin/db2fmcd
where DB2DIR is the directory where DB2 is installed.
For example, if you installed DB2 V9.5 under /opt/ibm/db2/V9.5
db2fmcu -u -p /opt/ibm/db2/V9.5/bin/db2fmcd
相关文章:
发表评论
| Trackback
