利用AS3自带的cluster软件做HA,服务不能自动切换问题!
双服务器mx1,mx2,共用SAN存储。利用AS3自带的cluster软件做HA。配置完成后。
先启动mx1,做主服务器,再启动mx2做备服务器。正常。
reboot 服务器mx1,mx2的clumanager自动启动应用服务,运行正常。
再reboot服务器mx2,则不能自动把服务切换到mx1服务器上。必须手动重新启动mx1的clumanager服务,才能运行正常。
---------
reboot 服务器mx2后的状态:
[root@mx1 root]# clustat
Cluster Status - anycluster 14:15:15
Cluster Quorum Incarnation #3
Shared State: Shared Raw Device Driver v1.2
Member Status
------------------ ----------
mx1 Active <-- You are here
mx2 Inactive
Service Status Owner (Last) Last Transition Chk Restarts
-------------- -------- ---------------- --------------- --- --------
anymail started mx2 14:07:18 Feb 25 4 0
[root@mx1 root]#
即:owner仍然为mx2,不能转换为mx1。
-----------------------------------
重新启动mx1的clumanager服务后的状态:
[root@mx1 root]# service clumanager restart
[root@mx1 root]# clustat
Cluster Status - anycluster 14:17:11
Cluster Quorum Incarnation #1
Shared State: Shared Raw Device Driver v1.2
Member Status
------------------ ----------
mx1 Active <-- You are here
mx2 Inactive
Service Status Owner (Last) Last Transition Chk Restarts
-------------- -------- ---------------- --------------- --- --------
anymail started mx1 14:16:50 Feb 25 4 0
[root@mx1 root]#
o即owner转换为mx1。
请问如何解决这个问题,使得能自动切换!!!????
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你用chkconfig --add servicename把clumanager设置成开机启动试试。
netbee 说的对,要把它设成开机启动就可以了,