<!-- Mirror Architecture with Real Time File Replication and Failover -->
<!-- DO NOT MODIFY THIS FILE (file template used for quick edition) -->

<!DOCTYPE safe>

<safe>
 <service mode="mirror" defaultprim="alone" maxloop="3" loop_interval="24" failover="on">

  <!-- Cluster Configuration -->
  <!-- Set heartbeat on your network. -->
  <heart pulse="700" timeout="30000" >
    <heartbeat name="">
    </heartbeat>
  </heart>

  <!-- Real-time Replication Configuration -->
  <!-- Fill with the absolute path of the directory -->
  <rfs async="second" acl="off" nbrei="3" locktimeout="100" iotimeout="300">
	<replicated dir="" mode="read_only" />
  </rfs>

  <!-- Virtual IP Configuration -->
  <!-- Fill with new and unused IP address -->
  <vip>
    <interface_list>
        <interface check="off" arpreroute="on">
           <real_interface>
               <virtual_addr addr="" where="one_side_alias" check="on" />
          </real_interface>
        </interface>
    </interface_list>
  </vip>
  <errd>
    <proc name="" class="prim" action="restart" atleast="1" />
  </errd>
  <!-- Application Scripts -->
  <!-- Edit start/stop scripts in ../bin -->
  <user nicestoptimeout="300" forcestoptimeout="300" logging="userlog"/>

 </service>
</safe>
