<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi, list!<br>
    <br>
    I have configured cluster for voip application.<br>
    Here my configuration:<br>
    <br>
    # crm configure show<br>
    node $id="552f91eb-e70a-40a5-ac43-cb16e063fdba" freeswitch1 \<br>
            attributes standby="off"<br>
    node $id="c86ab64d-26c4-4595-aa32-bf9d18f714e7" freeswitch2 \<br>
            attributes standby="off"<br>
    primitive FailoverIP1 ocf:heartbeat:IPaddr2 \<br>
            params iflabel="FoIP1" ip="91.211.219.142" cidr_netmask="30"
    nic="eth1.50" \<br>
            op monitor interval="1s"<br>
    primitive FailoverIP2 ocf:heartbeat:IPaddr2 \<br>
            params iflabel="FoIP2" ip="172.30.0.1" cidr_netmask="16"
    nic="eth1.554" \<br>
            op monitor interval="1s"<br>
    primitive FailoverIP3 ocf:heartbeat:IPaddr2 \<br>
            params iflabel="FoIP3" ip="10.18.1.1" cidr_netmask="24"
    nic="eth1.552" \<br>
            op monitor interval="1s"<br>
    primitive fs lsb:FSSofia \<br>
            op monitor interval="1s" enabled="false" timeout="2s"
    on-fail="standby" \<br>
            meta target-role="Started"<br>
    group HAServices FailoverIP1 FailoverIP2 FailoverIP3 \<br>
            meta target-role="Started"<br>
    order FS-after-IP inf: HAServices fs<br>
    property $id="cib-bootstrap-options" \<br>
            dc-version="1.0.12-unknown" \<br>
            cluster-infrastructure="Heartbeat" \<br>
            stonith-enabled="false" \<br>
            expected-quorum-votes="1" \<br>
            no-quorum-policy="ignore" \<br>
            last-lrm-refresh="1299964019"<br>
    rsc_defaults $id="rsc-options" \<br>
            resource-stickiness="100"<br>
    <br>
    When 1-st node was crashed, then 2-nd node become active. During
    this process in ha-debug file I found lines:<br>
    <br>
    ...<br>
    Jul 06 17:16:42 freeswitch1 crmd: [3385]: info: start_subsystem:
    Starting sub-system "pengine"<br>
    Jul 06 17:16:42 freeswitch1 pengine: [3675]: info: Invoked:
    /usr/lib64/heartbeat/pengine<br>
    <b>Jul 06 17:16:42 freeswitch1 pengine: [3675]: info: main: Starting
      pengine<br>
      Jul 06 17:16:46 freeswitch1 crmd: [3385]: info: do_dc_takeover:
      Taking over DC status for this partition</b><br>
    Jul 06 17:16:46 freeswitch1 cib: [3381]: info:
    cib_process_readwrite: We are now in R/W mode<br>
    Jul 06 17:16:46 freeswitch1 cib: [3381]: info: cib_process_request:
    Operation complete: op cib_master for section 'all'
    (origin=local/crmd/11, version=0.391.20): ok (<br>
     rc=0)<br>
    Jul 06 17:16:46 freeswitch1 cib: [3381]: info: cib_process_request:
    Operation complete: op cib_modify for section cib
    (origin=local/crmd/12, version=0.391.20): ok (rc<br>
     =0)<br>
    Jul 06 17:16:46 freeswitch1 cib: [3381]: info: cib_process_request:
    Operation complete: op cib_modify for section crm_config
    (origin=local/crmd/14, version=0.391.20):<br>
      ok (rc=0)<br>
    ...<br>
    <br>
    After "Starting pengine", only thru 4 seconds occured next action. <span
      id="result_box" class="short_text" lang="en"><span class="hps">What
        happens</span> <span class="hps">at this time? </span></span><span
      id="result_box" class="short_text" lang="en"><span class="hps">Is
        it possible to</span> <span class="hps">reduce this time?</span></span><br>
    <br>
    Thanks in advance.<br>
    <pre class="moz-signature" cols="72">-- 
Best regards,
Vitaly</pre>
  </body>
</html>