The fencing node is out of the cluster now. but still from node1 it is trying to fence.
Here is the cluster config file..
<clusternodes>
<clusternode name="node1-priv.xxx.xxx" nodeid="1" votes="1">
<fence><method name="1">
<device name="ilo-node1r" action="">
</fence>
</clusternode>
<clusternode name="node2-priv.xxx.xxx" nodeid="2" votes="1">
<fence><method name="1">
<device name="ilo-node2r" action="">
</fence>
</clusternode>
----------<snip>------
<fencedevices>
<fencedevice agent="fence_ilo" hostname="node1r" login="Admin" name="ilo-node1r" passwd="xxxxxxxx"/>
<fencedevice agent="fence_ilo" hostname="node3r" login="Admin" name="ilo-node3r" passwd="xxxxxxxx"/>
<fencedevice agent="fence_ilo" hostname="node2r" login="Admin" name="ilo-node2r" passwd="xxxxxxxx"/>
------------<snip>------------
</fencedevices>
<rm>
<failoverdomains/>
<resources/>
I tried to login ILO of node2 with ssh , using the ILO user/passw as Admin/xxxxxxxx, it worked
Here the report:
[root@node1 tmp]# ssh
Admin@node2rAdmin@node2r's password:
User:Admin logged-in to node2R.(xxx.xx.xx.xx)
iLO 2 Standard Blade Edition 2.01 at 11:16:29 Aug 04 2010
Server Name: node2
Server Power: On
</>hpiLO->
One more information : The dns entries of ILO has no reverse entry . only the ip in the dns.
I have tested the ilo fencing in the lab .. and it works fine...
Any advice will be appreciated , where to look, why the fence did not work.
Thanks again