DB2在redhat下做集群,脚本的格式是什么?

最近在做redhat+db2 v9.7的集群,用的是rhcs集群套件
集群资源:ip fs db2脚本
当集群资源只有ip和fs的时候,集群可以正常启动并切换
但是只要把db2的脚本加到rhcs里,集群就启动失败:提示 stop on script:(db2脚本的路径)failed
然后我就在想:是不是脚本出问题了呢?
但是我手动执行脚本,都没出问题啊。于是又想到,是不是在rhcs里,脚本有特殊的格式呢?请大家帮帮我

下面就是我的db2的脚本内容,
su - db2inst1 -c "cp /home/db2inst1/sqllib/db2nodes.cfg.a /zmdata/db2inst1/sqllib/db2nodes.cfg"
su - db2inst1 -c "db2start" >>/tmp/db2start.log

在系统里手动执行脚本可以的,但是加到rhcs集群里,就无法执行
麻烦各位给点建议,谢谢

作者: spyself   发布时间: 2011-06-20

you should be care for the PATH variant, normally you can use the full path for the db2start command in RHCS script

作者: devkaps1111   发布时间: 2011-06-20