Hi guys, i'm new user of forum.
I need help for solved my problem with HA in Proxmox 3.2 VE. I have 3 proxmox nodes, all in a cluster and migration VM working perfectly.
Now I want try HA, I do step by step of wiki proxmox and others forums but not working never. If I stop service "RGManager" the VM moving and migrate other nodes good, but if I halt the node 1 for example, not moving and migrate the VM until I start the node again.
This is my cluster_conf:
And fence_tool ls:
I wait your comments please.
Sorry my English bad.
Regards to alls.
I need help for solved my problem with HA in Proxmox 3.2 VE. I have 3 proxmox nodes, all in a cluster and migration VM working perfectly.
Now I want try HA, I do step by step of wiki proxmox and others forums but not working never. If I stop service "RGManager" the VM moving and migrate other nodes good, but if I halt the node 1 for example, not moving and migrate the VM until I start the node again.
This is my cluster_conf:
<cluster config_version="23" name="CLUSTER-LAB">
<cman expected_votes="1" keyfile="/var/lib/pve-cluster/corosync.authkey"/>
<fencedevices>
<fencedevice agent="fence_ilo" ipaddr="192.168.150.1" login="root" name="fencea" passwd="passproxmox"/>
<fencedevice agent="fence_ilo" ipaddr="192.168.150.2" login="root" name="fenceb" passwd="passproxmox"/>
<fencedevice agent="fence_ilo" ipaddr="192.168.150.3" login="root" name="fencec" passwd="passproxmox"/>
</fencedevices>
<clusternodes>
<clusternode name="proxmox-lab" nodeid="1" votes="1">
<fence>
<method name="1">
<device action="reboot" name="fencea"/>
</method>
</fence>
</clusternode>
<clusternode name="proxmox2-lab" nodeid="2" votes="1">
<fence>
<method name="1">
<device action="reboot" name="fenceb"/>
</method>
</fence>
</clusternode>
<clusternode name="proxmox3-lab" nodeid="3" votes="1">
<fence>
<method name="1">
<device action="reboot" name="fencec"/>
</method>
</fence>
</clusternode>
</clusternodes>
<rm/>
</cluster>
And fence_tool ls:
lsfence domain
member count 3
victim count 0
victim now 0
master nodeid 1
wait state none
members 1 2 3
I wait your comments please.
Sorry my English bad.
Regards to alls.