DB2 9.5安装没有在/etc/inittab中创建Fault Monitor

2010年4月17日 | 标签: ,

今天在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

相关文章:

  1. 自动启动DB2 administration server
  2. DB2开机自动启动实例
  3. 一些典型场景的Postfix配置说明
  4. 给自己的博客做个备份站
  5. openvz网络配置
目前还没有任何评论.