Try adding the nodename attribute to each device as seen here:
Mauro Casiraghi wrote:
I have two cluster nodes with the follow configuration
For each node i had setup manual fencing
<?xml version="1.0"?>
<cluster alias="rhcs" config_version="13" name="mauro">
<fence_daemon clean_start="0" post_fail_delay="0"
post_join_delay="3"/>
<clusternodes>
<clusternode name="node0" nodeid="1" votes="1">
<fence>
<method name="1">
<device name="Manual-0"
nodename="node0"/>
</method>
</fence>
</clusternode>
<clusternode name="node1" nodeid="2" votes="1">
<fence>
<method name="1">
<device name="Manual-1"
nodename="node1"/>
</method>
</fence>
</clusternode>
</clusternodes>
<cman expected_votes="1" two_node="1"/>
<fencedevices>
<fencedevice agent="fence_manual" name="Manual-0" />
<fencedevice agent="fence_manual" name="Manual-1" />
</fencedevices>
<rm>
<failoverdomains>
<failoverdomain name="rhcs-domain" ordered="0"
restricted="1">
<failoverdomainnode name="node0"
priority="1"/>
<failoverdomainnode name="node1"
priority="1"/>
</failoverdomain>
</failoverdomains>
<resources>
<ip address="xx.xxx.xx.78" monitor_link="1"/>
</resources>
<service autostart="1" domain="rhcs-domain"
exclusive="0" name="rhcs-web" recovery="relocate">
<ip ref="xx.xxx.xx..78"/>
</service>
</rm>
</cluster>
On my messages (node0) i had recived this message
Nov 13 12:06:34 lxxxxxxx fenced[2002]: fencing node "node1"
Nov 13 12:06:34 lxxxxxxx fenced[2002]: agent "fence_manual" reports:
failed: fence_manual no node name
How can i fix this problem
-John
--
Linux-cluster mailing list
Linux-cluster@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/linux-cluster