Dear all,
I have set up a proxmox 2 node cluster with IPMI fencing. My config:
<?xml version="1.0"?>
<cluster config_version="23" name="tropenklinik">
<cman expected_votes="1" keyfile="/var/lib/pve-cluster/corosync.authkey" two_node="1"/>
<fencedevices>
<fencedevice agent="fence_ipmilan" ipaddr="192.168.1.xxx" lanplus="1" login="XXXXX" name="ipmi1" passwd="XXXX" power_wait="5"/>
<fencedevice agent="fence_ipmilan" ipaddr="192.168.1.xxx" lanplus="1" login="XXXXX" name="ipmi2" passwd="XXXXX" power_wait="5"/>
</fencedevices>
<fence_daemon post_join_delay="60"/>
<clusternodes>
<clusternode name="proxmoxcl2" nodeid="1" votes="1">
<fence>
<method name="1">
<device name="ipmi2"/>
</method>
</fence>
</clusternode>
<clusternode name="proxmoxcl1" nodeid="2" votes="1">
<fence>
<method name="1">
<device name="ipmi1"/>
</method>
</fence>
</clusternode>
</clusternodes>
<rm>
<pvevm autostart="1" vmid="189"/>
</rm>
</cluster>Cluster Status for tropenklinik @ Thu Nov 29 09:22:08 2012
Member Status: Quorate
Member Name ID Status
------ ---- ---- ------
proxmoxcl2 1 Online, Local, rgmanager
proxmoxcl1 2 Online, rgmanager
Service Name Owner (Last) State
------- ---- ----- ------ -----
pvevm:189 proxmoxcl1 started
Every is working well, but now and then one of the cluster nodes get restarted without any reason!? As we plan to use the HA W2008 virtual machine on the proxmuxcluster as Database Server this is a no go. The clients working would
be cut off until the HA Va is started on the other node.
Is this behaviour normal proxmox feature or is there a way to stop it?
Cut of my /var/log/pve/tasks:
UPID
roxmoxcl2:0000231B:00086249:50B5F945:qmshutdown:189:root@pam: 1 50B5FA2A unexpected status
UPID
roxmoxcl2:000010A9:0003A32D:50B5ED1E:qmstart:189:root@pam: 1 50B5ED28 OK
UPID
roxmoxcl2:00000B18:0000172A:50B5E40A:startall::root@pam: 1 50B5E40A OK
UPID
roxmoxcl2:000010F3:000135FD:50B5E322:qmshutdown:189:root@pam: 1 50B5E40A unexpected status
Can someone give me a hint!?
Greetings
Daniel
I have set up a proxmox 2 node cluster with IPMI fencing. My config:
<?xml version="1.0"?>
<cluster config_version="23" name="tropenklinik">
<cman expected_votes="1" keyfile="/var/lib/pve-cluster/corosync.authkey" two_node="1"/>
<fencedevices>
<fencedevice agent="fence_ipmilan" ipaddr="192.168.1.xxx" lanplus="1" login="XXXXX" name="ipmi1" passwd="XXXX" power_wait="5"/>
<fencedevice agent="fence_ipmilan" ipaddr="192.168.1.xxx" lanplus="1" login="XXXXX" name="ipmi2" passwd="XXXXX" power_wait="5"/>
</fencedevices>
<fence_daemon post_join_delay="60"/>
<clusternodes>
<clusternode name="proxmoxcl2" nodeid="1" votes="1">
<fence>
<method name="1">
<device name="ipmi2"/>
</method>
</fence>
</clusternode>
<clusternode name="proxmoxcl1" nodeid="2" votes="1">
<fence>
<method name="1">
<device name="ipmi1"/>
</method>
</fence>
</clusternode>
</clusternodes>
<rm>
<pvevm autostart="1" vmid="189"/>
</rm>
</cluster>Cluster Status for tropenklinik @ Thu Nov 29 09:22:08 2012
Member Status: Quorate
Member Name ID Status
------ ---- ---- ------
proxmoxcl2 1 Online, Local, rgmanager
proxmoxcl1 2 Online, rgmanager
Service Name Owner (Last) State
------- ---- ----- ------ -----
pvevm:189 proxmoxcl1 started
Every is working well, but now and then one of the cluster nodes get restarted without any reason!? As we plan to use the HA W2008 virtual machine on the proxmuxcluster as Database Server this is a no go. The clients working would
be cut off until the HA Va is started on the other node.
Is this behaviour normal proxmox feature or is there a way to stop it?
Cut of my /var/log/pve/tasks:
UPID

UPID

UPID

UPID

Can someone give me a hint!?
Greetings
Daniel