- 论坛徽章:
- 0
|
为什么 启动fenced启动补了,错误日志如下:
Jan 8 16:15:48 node-1 ccsd[9092]: process_get: Invalid connection descriptor received.
Jan 8 16:15:48 node-1 ccsd[9092]: Error while processing get: Invalid request descriptor
Jan 8 16:15:48 node-1 fenced[8782]: fence "node-2" failed
请兄弟们帮忙看看?
谢谢!
hosts:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
192.168.1.220 node-1
192.168.1.221 node-2
192.168.1.222 gnbd
cluster.conf:
<?xml version="1.0" ?>
<cluster config_version="1" name="alpha_cluster">
<fence_daemon post_fail_delay="0" post_join_delay="3"/>
<clusternodes>
<clusternode name="node-1" votes="1">
<fence>
<method name="1"/>
</fence>
</clusternode>
<clusternode name="node-2" votes="1">
<fence>
<method name="1"/>
</fence>
</clusternode>
</clusternodes>
<cman expected_votes="1" two_node="1"/>
<fencedevices>
<fencedevice agent="fence_manual" name="web"/>
</fencedevices>
<rm>
<failoverdomains>
<failoverdomain name="web" ordered="0" restricted="0">
<failoverdomainnode name="node-1" priority="1"/>
<failoverdomainnode name="node-2" priority="1"/>
</failoverdomain>
</failoverdomains>
<resources>
<ip address="192.168.1.224" monitor_link="1"/>
<script file="/etc/init.d/httpd" name="httpd"/>
</resources>
</rm>
</cluster>
[ 本帖最后由 huifeideluotuo 于 2008-1-11 17:19 编辑 ] |
|