Hi,
I did the following:
- installed Proxmox VE as per
https://pve.proxmox.com/wiki/Proxmox_VE_2.0_Cluster
- after running 'pvecm create cluster' on 1st node, the command finished without error. however I checked and see that node has IP 10.0.0.1 (assigned to drbd link). Problem with /etc/hosts, as I found out after searching the forum. fixed.
- hence I need to re-create the cluster. Following various instructions found in the forum, here is the most recent attempt:
# remove all relevant packages: ie all packages that got installed when I did 'aptitude install proxmox-ve-2.6.32'
# remove the following dirs:
/var/lib/pve-cluster
/var/lib/pve-manager
/etc/cluster
/var/lib/cluster/
/var/run/cluster
/var/log/cluster
/etc/pve
# rerun 'aptitude install proxmox-ve-2.6.32'
# rerun 'pcevm create cluster'
But this time cman didn't start; it says:
"Starting cman... Timed-out waiting for cluster Check cluster logs for details"
When I checke log file, there is a lot of error messages like this:
Oct 22 22:57:32 corosync [TOTEM ] Totem is unable to form a cluster because of an operating system or network fault. The most common cause of this message is that the local firewall is configured improperly.
So I tried to turn iptables completely off, but the result is still the same.
I think the last choice is to reinstall the node completely from scratch.
Before doing that, I wonder if I need 2 nodes up when I run 'pvecm create
cluster'? Or it's ok to setup 1 node completely, and add the 2nd node later.
btw my nodes ar hosted, and multicast is not allowed.
thanks,
Tony