Good day ! I install three nodes of proxmox from image. And try to create a cluster. Command pvecm create proxtest on node1 was successful, type pvecm add on node2:
root@pve:~# pvecm add 10.22.16.50
The authenticity of host '10.22.16.50 (10.22.16.50)' can't be established.
ECDSA key fingerprint is 1c:e8:06:20:76:4d:a0:89:f1:22:92:81:1f:af:b2:1b.
Are you sure you want to continue connecting (yes/no)? yes
root@10.22.16.50's password:
node pve already defined
copy corosync auth key
stopping pve-cluster service
Stopping pve cluster filesystem: pve-cluster.
backup old database
Starting pve cluster filesystem : pve-cluster.
Starting cluster:
Checking if cluster has been disabled at boot... [ OK ]
Checking Network Manager... [ OK ]
Global setup... [ OK ]
Loading kernel modules... [ OK ]
Mounting configfs... [ OK ]
Starting cman... [ OK ]
Waiting for quorum... [ OK ]
Starting fenced... [ OK ]
Starting dlm_controld... [ OK ]
Tuning DLM kernel config... [ OK ]
Unfencing self... [ OK ]
waiting for quorum...
At this moment i type pvecm add ... command on node3 and get "unable to copy ssh ID" What i doing wrong ?
pvecm status on node1:
pvecm status on node2:
root@pve:~# pvecm add 10.22.16.50
The authenticity of host '10.22.16.50 (10.22.16.50)' can't be established.
ECDSA key fingerprint is 1c:e8:06:20:76:4d:a0:89:f1:22:92:81:1f:af:b2:1b.
Are you sure you want to continue connecting (yes/no)? yes
root@10.22.16.50's password:
node pve already defined
copy corosync auth key
stopping pve-cluster service
Stopping pve cluster filesystem: pve-cluster.
backup old database
Starting pve cluster filesystem : pve-cluster.
Starting cluster:
Checking if cluster has been disabled at boot... [ OK ]
Checking Network Manager... [ OK ]
Global setup... [ OK ]
Loading kernel modules... [ OK ]
Mounting configfs... [ OK ]
Starting cman... [ OK ]
Waiting for quorum... [ OK ]
Starting fenced... [ OK ]
Starting dlm_controld... [ OK ]
Tuning DLM kernel config... [ OK ]
Unfencing self... [ OK ]
waiting for quorum...
At this moment i type pvecm add ... command on node3 and get "unable to copy ssh ID" What i doing wrong ?
pvecm status on node1:
Code:
root@pve:~# pvecm status
Version: 6.2.0
Config Version: 1
Cluster Name: proxtest
Cluster Id: 28782
Cluster Member: Yes
Cluster Generation: 8
Membership state: Cluster-Member
Nodes: 1
Expected votes: 1
Total votes: 1
Node votes: 1
Quorum: 1
Active subsystems: 5
Flags:
Ports Bound: 0
Node name: pve
Node ID: 1
Multicast addresses: 239.192.112.222
Node addresses: 10.22.16.50
pvecm status on node2:
Code:
root@pve:~# pvecm status
Version: 6.2.0
Config Version: 1
Cluster Name: proxtest
Cluster Id: 28782
Cluster Member: Yes
Cluster Generation: 8
Membership state: Cluster-Member
Nodes: 1
Expected votes: 1
Total votes: 1
Node votes: 1
Quorum: 1
Active subsystems: 5
Flags:
Ports Bound: 0
Node name: pve
Node ID: 1
Multicast addresses: 239.192.112.222
Node addresses: 10.22.16.50