<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-text-flowed" style="font-family: -moz-fixed;
      font-size: 12px;" lang="x-unicode">Hi All,
      <br>
      <br>
      I have a Pacemaker which failovers IPs around 5 nodes. I want to
      add an default Route on each node, when this node has at least one
      of the resources running.
      <br>
      <br>
      <br>
      The resources are:
      <br>
      <br>
       vip1-19    (ocf::heartbeat:IPaddr2):    Started b01.
      <br>
       vip1-20    (ocf::heartbeat:IPaddr2):    Started bm02.
      <br>
       vip1-21    (ocf::heartbeat:IPaddr2):    Started eworker01.
      <br>
       vip1-22    (ocf::heartbeat:IPaddr2):    Started eworker02.
      <br>
       vip1-23    (ocf::heartbeat:IPaddr2):    Started eworker03.
      <br>
       vip1-24    (ocf::heartbeat:IPaddr2):    Started b02.
      <br>
       vip1-25    (ocf::heartbeat:IPaddr2):    Started eworker01.
      <br>
       vip1-26    (ocf::heartbeat:IPaddr2):    Started eworker02.
      <br>
       vip1-27    (ocf::heartbeat:IPaddr2):    Started b01.
      <br>
       vip1-28    (ocf::heartbeat:IPaddr2):    Started eworker03.
      <br>
       vip1-29    (ocf::heartbeat:IPaddr2):    Started eworker01.
      <br>
       vip1-30    (ocf::heartbeat:IPaddr2):    Started eworker02.
      <br>
      <br>
      The Resource which brings up the Route is:
      <br>
      <br>
       Clone Set: r1-clone [r1]
      <br>
           Started: [ b01. b02. eworker01. eworker02. eworker03. ]
      <br>
      <br>
      If one nodes starts then the r1-clone cannot start, because it has
      no IP assigned on that interface and therefore cannot add route.
      <br>
      I have to manually cleanup this resource to make it work.
      <br>
      <br>
      What do you suggest to make these resources always come up after
      at least one ip is running on the servers?
      <br>
      <br>
      <br>
      Regards,
      <br>
      <br>
      Vass
      <br>
      <br>
      <br>
    </div>
  </body>
</html>