Two node broken pipe (596)

Syarif Hamzah

New Member
Nov 27, 2014
9
0
1
Hello I need help.
The problem is I already add node just like this http://pve.proxmox.com/wiki/Proxmox_VE_2.0_Cluster
but node is offline and in browser the only thing show is Broken pipe, here is my pvecm nodes

root@KPNO-PRD-TEST:~# pvecm nodes
Node Sts Inc Joined Name
1 X 0 KPNO-PRD-PRMX02
2 M 12 2014-12-02 18:45:43 KPNO-PRD-TEST



root@KPNO-PRD-PRMX02:~# pvecm nodes
Node Sts Inc Joined Name
1 M 472 2014-12-02 18:48:00 KPNO-PRD-PRMX02
2 X 0 KPNO-PRD-TEST

somebody please help me
 
Still got problem, here the config
<?xml version="1.0"?>
<cluster alias="formal" config_version="12" name="formal">
<cman keyfile="/var/lib/pve-cluster/corosync.authkey"> </cman>
<cman two_node="1" expected_votes="1"> </cman>
<fencedevices>
<fencedevice agent="FORMAL-PRD" ipaddr="192.168.150.50" login="root" name="nodeA" passwd="formal"/>
<fencedevice agent="FORMAL-PRD" ipaddr="192.168.150.55" login="root" name="nodeB" passwd="formal"/>
</fencedevices>
<clusternode name="nodeA.formal.com" nodeid="1" votes="1">
<fence>
<method name="1">
<device action="reboot" name="nodeA"/>
</method>
</fence>
</clusternode>
<clusternode name="nodeB.formal.com" nodeid="2" votes="1">
<fence>
<method name="1">
<device action="reboot" name="nodeB"/>
</method>
</fence>
</clusternode>
<rm>
<pvevm autostart="1" vmid="100"/>
</rm>
</cluster>

and I got this message "config validation failed: Cannot find node name in cluster.confUnable to get the configuration (500)"

Please, help me.
 
<clusternode name="nodeA.formal.com" nodeid="1" votes="1">
<fence>
<method name="1">
<device action="reboot" name="nodeA"/>
</method>
</fence>
</clusternode>
<clusternode name="nodeB.formal.com" nodeid="2" votes="1">
<fence>
<method name="1">
<device action="reboot" name="nodeB"/>
</method>
</fence>
</clusternode>

This should be in <clusternodes>...</clusternodes>