- 论坛徽章:
- 0
|
环境2台CENTOS5
node237 eth0:192.168.0.237 eth1:192.168.100.250(主节点)
node239 eth0:192.168.0.239 eth1:192.168.100.240
通过交叉线来发送心跳。启动 ./heatbeat 报以下错误
[root@node237 init.d]# ./heartbeat start
logd is already running
Starting High-Availability services:
2007/12/03_21:10:11 INFO: Running OK
2007/12/03_21:10:11 CRITICAL: Resource 192.168.0.238 is active, and should not be!
2007/12/03_21:10:11 CRITICAL: Non-idle resources can affect data integrity!
2007/12/03_21:10:11 info: If you don't know what this means, then get help!
2007/12/03_21:10:11 info: Read the docs and/or source to /usr/share/heartbeat/ResourceManager for more details.
CRITICAL: Resource 192.168.0.238 is active, and should not be!
CRITICAL: Non-idle resources can affect data integrity!
info: If you don't know what this means, then get help!
info: Read the docs and/or the source to /usr/share/heartbeat/ResourceManager for more details.
2007/12/03_21:10:11 CRITICAL: Non-idle resources will affect resource takeback!
2007/12/03_21:10:11 CRITICAL: Non-idle resources may affect data integrity!
[FAILED]
heartbeat[4104]: 2007/12/03_21:10:11 ERROR: Invalid uid [userid] specified for client child
heartbeat[4104]: 2007/12/03_21:10:11 ERROR: Heartbeat not started: configuration error.
heartbeat[4104]: 2007/12/03_21:10:11 ERROR: Configuration error, heartbeat not started.
但是NODE239正常。配置文件都一样
Starting High-Availability services:
2007/12/03_21:18:21 INFO: Running OK
2007/12/03_21:18:21 CRITICAL: Resource 192.168.0.238 is active, and should not be!
2007/12/03_21:18:21 CRITICAL: Non-idle resources can affect data integrity!
2007/12/03_21:18:21 info: If you don't know what this means, then get help!
2007/12/03_21:18:21 info: Read the docs and/or source to /usr/share/heartbeat/ResourceManager for more details.
CRITICAL: Resource 192.168.0.238 is active, and should not be!
CRITICAL: Non-idle resources can affect data integrity!
info: If you don't know what this means, then get help!
info: Read the docs and/or the source to /usr/share/heartbeat/ResourceManager for more details.
2007/12/03_21:18:21 CRITICAL: Non-idle resources will affect resource takeback!
2007/12/03_21:18:21 CRITICAL: Non-idle resources may affect data integrity!
[O K]
[root@node239 ha.d]# more haresources
#node-name resource1 resource2 ... resourceN
node239 192.168.0.238 /root/ipad.sh
-------------------------------------------------------------
#node-name resource1 resource2 ... resourceN
node239 192.168.0.238 /root/ipad.sh
请问一下这个是什么导致的呢? |
|