[Linux-cluster] Fail-over resources not getting initialized?

Gordan Bobic gordan at bobich.net
Tue Mar 18 22:20:28 UTC 2008


Do the IP address resources set up for being handled by the resource 
manager need to be manually set up to begin with?

I have the following in my cluster.conf:

<rm>
   <failoverdomains>
     <failoverdomain name       = "ip-address"
                     ordered    = "1"
                     restricted = "1"
     >
       <failoverdomainnode name = "foo1" priority="1"/>
       <failoverdomainnode name = "foo2" priority="2"/>
     </failoverdomain>
   </failoverdomains>
   <resources>
     <ip address = "192.168.255.250" monitor_link="1"/>
   </resources>
   <service autostart = "1" domain = "ip-address" name = "bar">
     <ip ref = "192.168.255.250"/>
   </service>
</rm>

Both nodes come up correctly, but when they do, neither seems to have 
the 192.168.255.250 address assigned to it. There are interfaces on both 
nodes on the 192.168.0.0/16 subnet. What else am I missing?


TIA.

Gordan




More information about the Linux-cluster mailing list