pvecm issue

CobraHost

New Member
Feb 17, 2012
23
0
1
unable to add node: command failed (ssh ***** -o BatchMode=yes pvecm addnode ***** --force 1)

For some reason pvecm won't add a node correctly, we have multicasting enabled on the switch.
 
pvecm add ****** -force -nodeid 2 -votes 1
Option n is ambiguous (node, nodeid)
400 unable to parse option
pvecm addnode <node> [OPTIONS]
unable to add node: command failed (ssh ******* -o BatchMode=yes pvecm addnode proxmox02 --force 1 -n 2 -v 1)
 
I/O warning : failed to load external entity "/etc/pve/cluster.conf"
ccs_tool: Error: unable to parse requested configuration file


command 'ccs_tool lsnode -c /etc/pve/cluster.conf' failed: exit code 1
unable to add node: command failed (ssh ******* -o BatchMode=yes pvecm addnode ***** --force 1 --nodeid 2)

when I remove /etc/pve/cluster.conf and then restart the cluster. it comes back the same says its a cluster any idea.

unable to open file '/etc/pve/nodes/*******/qemu-server/124.conf.tmp.92085' - Permission denied (500)

Also getting this on the same node as the one that is broken with the pvecm.
 
Last edited:
I/O warning : failed to load external entity "/etc/pve/cluster.conf"
ccs_tool: Error: unable to parse requested configuration file

Make sure the pve-cluster service is running (this is the filesystem mounted at /etc/pve):

# /etc/init.d/pve-cluster restart
 
On all nodes?

Yes.

Just need to know how to remove the cluster so we can re-add because of the cluster not working in the first place, the whole system is messed up slightly. the only solution is backing up the VPS. how ever the main system does not even have enough space to do this.
 
So what is the output of:

# cat /etc/pve/cluster.conf

(please compare on all nodes)

Main Server we want the master to run on

root@*******:~# cat /etc/pve/cluster.conf
<?xml version="1.0"?>
<cluster name="KVMNodes" config_version="1">


<cman keyfile="/var/lib/pve-cluster/corosync.authkey">
</cman>


<clusternodes>
<clusternode name="*******" votes="1" nodeid="1"/>
</clusternodes>


</cluster>

2'd slave

cat /etc/pve/cluster.conf
cat: /etc/pve/cluster.conf: No such file or directory

Could I not send you the log in details of the server so that you could take a quick look, if not. I'm actually interested in purchasing the support if you can help fix these issues we are getting.
 
Last edited: