<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-text-flowed" style="font-family: -moz-fixed;
font-size: 12px;" lang="x-western">Hi,
<br>
<br>
I'm trying to build a Pacemaker/Corosync Cluster on CentOS7. The
default Corosync configuration with one ring is working but then I
only have 1 ring and no encryption.
<br>
<br>
RING ID 1
<br>
id = 10.10.10.1
<br>
status = ring 1 active with no faults
<br>
<br>
I've tried to activate the following configuration but it doesn't
work.
<br>
<br>
[root@linsrv006 corosync]# cat /etc/corosync/corosync.conf
<br>
totem {
<br>
version: 2
<br>
secauth: on
<br>
threads: 0
<br>
rrp_mode: active
<br>
interface {
<br>
ringnumber: 0
<br>
bindnetaddr: 192.168.0.0
<br>
mcastaddr: 226.94.42.7
<br>
mcastport: 5411
<br>
}
<br>
interface {
<br>
ringnumber: 1
<br>
bindnetaddr: 10.10.10.0
<br>
mcastaddr: 226.94.42.11
<br>
mcastport: 5419
<br>
}
<br>
token: 10000
<br>
token_retransmits_before_loss_const: 40
<br>
rrp_problem_count_timeout: 20000
<br>
nodeid: 3
<br>
}
<br>
quorum {
<br>
provider: corosync_votequorum
<br>
expected_votes: 3
<br>
}
<br>
<br>
logging {
<br>
to_syslog: yes
<br>
}
<br>
<br>
<br>
The problem is also than, that pcs status is showing 3 nodes.
<br>
<br>
[root@linsrv006 corosync]# pcs status
<br>
Cluster name:
<br>
Last updated: Fri Mar 6 09:10:41 2015
<br>
Last change: Fri Mar 6 09:10:30 2015 via crmd on
linsrv006.willi-net.local
<br>
Stack: corosync
<br>
Current DC: NONE
<br>
4 Nodes configured
<br>
9 Resources configured
<br>
<br>
<br>
OFFLINE: [ linsrv006 linsrv006.willi-net.local
linsrv006.willi-net.local linsrv007 ]
<br>
<br>
Full list of resources:
<br>
<br>
Master/Slave Set: ms_drbd_mysql [drbd_mysql] (unmanaged)
<br>
Stopped: [ linsrv006 linsrv006.willi-net.local
linsrv006.willi-net.local linsrv007 ]
<br>
Clone Set: ping-clone [ping] (unmanaged)
<br>
Stopped: [ linsrv006 linsrv006.willi-net.local
linsrv006.willi-net.local linsrv007 ]
<br>
Resource Group: mysql
<br>
fs_mysql (ocf::heartbeat:Filesystem): Stopped
(unmanaged)
<br>
mysqld (ocf::heartbeat:mysql): Stopped (unmanaged)
<br>
ip_mysql (ocf::heartbeat:IPaddr2): Stopped (unmanaged)
<br>
<br>
PCSD Status:
<br>
Error: no nodes found in corosync.conf
<br>
<br>
Please support me to fix my Corosync issue.
<br>
<br>
Many thanks & regards - Willi
<br>
_______________________________________________
<br>
Linux-HA mailing list
<br>
<a class="moz-txt-link-abbreviated"
href="mailto:Linux-HA@lists.linux-ha.org">Linux-HA@lists.linux-ha.org</a>
<br>
<a class="moz-txt-link-freetext"
href="http://lists.linux-ha.org/mailman/listinfo/linux-ha">http://lists.linux-ha.org/mailman/listinfo/linux-ha</a>
<br>
See also: <a class="moz-txt-link-freetext"
href="http://linux-ha.org/ReportingProblems">http://linux-ha.org/ReportingProblems</a>
<br>
</div>
</body>
</html>