D
drfoliberg
Guest
I am currently trying to setup a 2 nod cluster so I can can migrate my vm's and close a phycial server without interruption.
I had a first proxmox environnement running mutiple vm's but now I can't get another node to join a cluster.
I read http://pve.proxmox.com/wiki/Proxmox_VE_2.0_Cluster but I am runnning into strange problems with the node.
Also, cman does not seem to be working properly.
Both
and
return nothing (even when replacing start by anything else).
Both servers are fully updated:
I tried to configure the cluster, but reinstalled the slave node and I also don't understand how to remove the configuration of the cluster to have a fresh configuration as
if I try to delete the old node
Any help will be greatly appreciated !
I had a first proxmox environnement running mutiple vm's but now I can't get another node to join a cluster.
I read http://pve.proxmox.com/wiki/Proxmox_VE_2.0_Cluster but I am runnning into strange problems with the node.
Code:
root@tmp:~# pvecm add 192.168.2.200 -force
root@192.168.2.200's password:
unable to copy ssh ID
Also, cman does not seem to be working properly.
Both
Code:
/etc/init.d/cman start
Code:
service cman start
Both servers are fully updated:
Code:
root@montmoinfo:~# pveversion -v
pve-manager: 3.0-23 (pve-manager/3.0/957f0862)
running kernel: 2.6.32-20-pve
proxmox-ve-2.6.32: 3.0-100
pve-kernel-2.6.32-20-pve: 2.6.32-100
pve-kernel-2.6.32-18-pve: 2.6.32-88
lvm2: 2.02.95-pve3
clvm: 2.02.95-pve3
corosync-pve: 1.4.5-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.0-1
pve-cluster: 3.0-4
qemu-server: 3.0-20
pve-firmware: 1.0-22
libpve-common-perl: 3.0-4
libpve-access-control: 3.0-4
libpve-storage-perl: 3.0-8
vncterm: 1.1-4
vzctl: 4.0-1pve3
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.4-13
ksm-control-daemon: 1.1-1
Code:
root@tmp:~# pveversion -v
pve-manager: 3.0-23 (pve-manager/3.0/957f0862)
running kernel: 2.6.32-20-pve
proxmox-ve-2.6.32: 3.0-100
pve-kernel-2.6.32-20-pve: 2.6.32-100
lvm2: 2.02.95-pve3
clvm: 2.02.95-pve3
corosync-pve: 1.4.5-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.0-1
pve-cluster: 3.0-4
qemu-server: 3.0-20
pve-firmware: 1.0-22
libpve-common-perl: 3.0-4
libpve-access-control: 3.0-4
libpve-storage-perl: 3.0-8
vncterm: 1.1-4
vzctl: 4.0-1pve3
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.4-13
ksm-control-daemon: 1.1-1
I tried to configure the cluster, but reinstalled the slave node and I also don't understand how to remove the configuration of the cluster to have a fresh configuration as
Code:
root@montmoinfo:~# pvecm nodes
Node Sts Inc Joined Name
1 M 88 2013-07-15 23:37:12 montmoinfo
2 X 0 tmp
Code:
root@montmoinfo:~# pvecm delnode tmp
cluster not ready - no quorum?
Any help will be greatly appreciated !