Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hello Everyone,
I am trying to configure an active/active cluster. Built from source are:
Pacemaker 1.1.6
Cluster3
Corosync 1.4.2
Starting corosync instead of cman, crm works (RA fire up),
however when starting cman, I am not even able to attach
to the running cluster using crm (crm_mon, _config etc..).
This is on a VM prototype:
/etc/init.d/cman status
cluster is running.
/usr/etc/init.d/corosync status
corosync (pid 3736) is running...
/usr/etc/init.d/cman start
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 ]
Unfencing self... [ OK ]
Joining fence domain... [ OK ]
netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State PID/Program name
udp 0 0 192.168.2.110:5404 0.0.0.0:*
3736/corosync
udp 0 0 192.168.2.110:5405 0.0.0.0:*
3736/corosync
udp 0 0 239.192.43.95:5405 0.0.0.0:*
3736/corosync
ps -u root
3736 ? 00:00:01 corosync
3781 ? 00:00:00 fenced
3794 ? 00:00:00 dlm_controld
3878 pts/0 00:00:00 ps
cman_tool nodes
Node Sts Inc Joined Name
1 M 33340 2011-10-28 15:50:01 astdrbd1
2 M 33344 2011-10-28 15:50:07 astdrbd2
crm_mon -1
Connection to cluster failed: connection failed
Is it possbile the new installation of cman is not able to get the existing
CIB configuration running? If so, can I just delete the existing CIB, if so
what do I have to delete?
Thanks in Advance,
Nick.