Munual fencing ?

baudinpr

Member
Feb 14, 2011
40
0
6
Hi all,

I'm just testing a 3 node PVE 2.3 cluster.
I'm trying manual fencing...

Here my cluster.conf:
<?xml version="1.0"?>
<cluster config_version="4" name="CLUSTERNAME">
<cman keyfile="/var/lib/pve-cluster/corosync.authkey"/>
<fencedevices>
<fencedevice agent="fence_manual" name="human"/>
</fencedevices>
<clusternodes>
<clusternode name="proxmox1" nodeid="1" votes="1">
<fence>
<method name="single">
<device name="human" nodename="proxmox1"/>
</method>
</fence>
</clusternode>
<clusternode name="proxmox2" nodeid="2" votes="1">
<fence>
<method name="single">
<device name="human" nodename="proxmox2"/>
</method>
</fence>
</clusternode>
<clusternode name="proxmox3" nodeid="3" votes="1">
<fence>
<method name="single">
<device name="human" nodename="proxmox3"/>
</method>
</fence>
</clusternode>
</clusternodes>
<rm>
<pvevm autostart="1" vmid="100"/>
</rm>
</cluster>

When I try to fence a node manually using fence_node command, I have the following result:

root@proxmox2:~# fence_node -v proxmox1
fence proxmox1 dev 0.0 agent fence_manual result: error from agent
fence proxmox1 failed

What's the problem ?

Thanks
PieroB
 
root@proxmox2:~# fence_node -v proxmox1
fence proxmox1 dev 0.0 agent fence_manual result: error from agent
fence proxmox1 failed

Oh, you want a 'manual' fence agent which works automatically? I guess you need to run 'fence_ack_manual <nodename>' on the fence master .
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!