Following my previous post, the config file below;
etc/pve/cluster.conf.new
<?xml version="1.0"?>
<cluster config_version="20" name="clustertest">
<cman expected_votes="1" keyfile="/var/lib/pve-cluster/corosync.authkey" two_node="1"/>
<fencedevices>
<fencedevice agent="fence_apc" name="apc" lanplus="1" ipaddr="192.168.1.60" login="apc" passwd="apc" power_wait="5"/>
</fencedevices>
<clusternodes>
<clusternode name="proxmox01" nodeid="1" votes="1">
<fence>
<method name="1">
<device name="apc"/>
</method>
</fence>
</clusternode>
<clusternode name="proxmox02" nodeid="2" votes="1"/>
</clusternodes>
<rm>
<pvevm autostart="1" vmid="100"/>
</rm>
</cluster>
Am I missing anything here?
Thanks in advance,
Jimmy
etc/pve/cluster.conf.new
<?xml version="1.0"?>
<cluster config_version="20" name="clustertest">
<cman expected_votes="1" keyfile="/var/lib/pve-cluster/corosync.authkey" two_node="1"/>
<fencedevices>
<fencedevice agent="fence_apc" name="apc" lanplus="1" ipaddr="192.168.1.60" login="apc" passwd="apc" power_wait="5"/>
</fencedevices>
<clusternodes>
<clusternode name="proxmox01" nodeid="1" votes="1">
<fence>
<method name="1">
<device name="apc"/>
</method>
</fence>
</clusternode>
<clusternode name="proxmox02" nodeid="2" votes="1"/>
</clusternodes>
<rm>
<pvevm autostart="1" vmid="100"/>
</rm>
</cluster>
Am I missing anything here?
Thanks in advance,
Jimmy