<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Re: [Sysadmins] linux cluster GATEWAY  #part 2 - corosync</title>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
  margin: 5px 5px 5px 5px;
  background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
 font-size: 9pt;
 font-family: 'Courier New';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.rvts1 /* Heading */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-weight: bold;
 color: #0000ff;
}
span.rvts2 /* Subheading */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-weight: bold;
 color: #000080;
}
span.rvts3 /* Keywords */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: italic;
 color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
 font-size: 10pt;
 font-family: 'Arial';
 color: #008000;
 text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
 font-size: 10pt;
 font-family: 'Arial';
 color: #008000;
 text-decoration: underline;
}
span.rvts6
{
 font-size: 8pt;
 font-family: 'arial';
 font-style: italic;
 color: #c0c0c0;
}
a.rvts7, span.rvts7
{
 font-size: 8pt;
 font-family: 'arial';
 color: #0000ff;
 text-decoration: underline;
}
span.rvts8
{
 font-weight: bold;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
 text-align: center;
}
--></style>
</head>
<body>

<p>Help</p>
<p>пытаюсь настроить corosync - не стартует, логов своих не пишет.</p>
<p>в логах мессайджах и службах или пусто, или вразумительного ничего нет...</p>
<p>гугл вразумительного ответа не принес.</p>
<p><br></p>
<p>/etc/init.d/corosync start</p>
<p>Starting corosync daemon: corosynccorosync [MAIN &nbsp;] Corosync Cluster Engine ('1.2.1'): started and ready to provide service.</p>
<p>corosync [MAIN &nbsp;] Corosync built-in features: nss</p>
<p>corosync [MAIN &nbsp;] service: Can't add subsection different then service</p>
<p>corosync [MAIN &nbsp;] Corosync Cluster Engine exiting with status -9 at main.c:1374.</p>
<p>&nbsp;failed!</p>
<p><br></p>
<p>подскажите на что он хоть ругается?</p>
<p><br></p>
<p><br></p>
<p><span class=rvts8>corosync.conf - практически дефолтный, в принципе пытался запустить и с дефолтным - не помогло... &nbsp;</span></p>
<p># Please read the openais.conf.5 manual page</p>
<p><br></p>
<p>totem {</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; version: 2</p>
<p><br></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; # How long before declaring a token lost (ms)</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; token: 3000</p>
<p><br></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; # How many token retransmits before forming a new configuration</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; token_retransmits_before_loss_const: 10</p>
<p><br></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; # How long to wait for join messages in the membership protocol (ms)</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; join: 60</p>
<p><br></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; # How long to wait for consensus to be achieved before starting a new round of membership configuration (ms)</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; consensus: 3600</p>
<p><br></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; # Turn off the virtual synchrony filter</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; vsftype: none</p>
<p><br></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; # Number of messages that may be sent by one processor on receipt of the token</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; max_messages: 20</p>
<p><br></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; # Limit generated nodeids to 31-bits (positive signed integers)</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; clear_node_high_bit: yes</p>
<p><br></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; # Disable encryption</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; secauth: off</p>
<p><br></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; # How many threads to use for encryption/decryption</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; threads: 0</p>
<p><br></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; # Optionally assign a fixed node id (integer)</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; # nodeid: 1234</p>
<p><br></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; # This specifies the mode of redundant ring, which may be none, active, or passive.</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; rrp_mode: none</p>
<p><br></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; interface {</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # The following values need to be set based on your environment</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ringnumber: 0</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # bindnetaddr: 127.0.0.1</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bindnetaddr: 10.0.0.0 &nbsp; /подсеть с сетевухой 10.0.0.2</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; mcastaddr: 226.94.1.1</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; mcastport: 5405</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; }</p>
<p>}</p>
<p><br></p>
<p>amf {</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; mode: disabled</p>
<p>}</p>
<p><br></p>
<p>service {</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; # Load the Pacemaker Cluster Resource Manager</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; ver: &nbsp; &nbsp; &nbsp; 0</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; name: &nbsp; &nbsp; &nbsp;pacemaker</p>
<p>}</p>
<p><br></p>
<p>aisexec {</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; user: &nbsp; root</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; group: &nbsp;root</p>
<p>}</p>
<p><br></p>
<p>logging {</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; fileline: off</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; to_stderr: yes</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; to_logfile: yes</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; logfile: /var/log/corosync.log</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; to_syslog: yes</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; syslog_facility: daemon</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; debug: off</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; timestamp: on</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; logger_subsys {</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; subsys: AMF</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; debug: off</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tags: enter|leave|trace1|trace2|trace3|trace4|trace6</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; }</p>
<p>}</p>
<p><br></p>

</body></html>