PVE 1.9 add node to cluster error "local node already a member of a cluster"

  • Thread starter Thread starter zeedon
  • Start date Start date
Z

zeedon

Guest
I am receiving the local node already a member of a cluster error while trying to add first node to my cluster.

host names are unique and I checked indentation of interfaces cfg file.

Could there be another cause for this error? only other bit of relevant information is I initialy setup the other server as a master, but stoped cluster services and removed cluster.cfg
 
Primary server to which I am trying to add a node, no cfg on second server.

PROXMOXNODE01:~# cat /etc/pve/cluster.cfg
maxcid 1


master 1 {
IP: 172.16.84.10
NAME: PROXMOXNODE01

#key removed
 
Primary server to which I am trying to add a node, no cfg on second server.

PROXMOXNODE01:~# cat /etc/pve/cluster.cfg
maxcid 1


master 1 {
IP: 172.16.84.10
NAME: PROXMOXNODE01

#key removed
Hi,
you use the command on the node without /etc/pve/cluster.cfg, right?
Code:
pveca -a -h 172.16.84.10
And the time is on both hosts right?

Udo