[Pacemaker] virtual IP
    Shravan Mishra 
    shravan.mishra at gmail.com
       
    Fri Nov 20 20:30:17 UTC 2009
    
    
  
H i guys,
I'm trying to bring up my vitrual ip on eth1 interface but I'm getting
when I do crm_mon I get
 :invalid parameter error
That part of the config is :
     <primitive id="vip" class="ocf" type="IPaddr2" provider="heartbeat">
	  <operations>
          <op id="op-vip-1" name="monitor" timeout="30s" interval="10s"/>
        </operations>
        <instance_attributes id="ia-vip">
          <nvpair id="vip-addr" name="ip" value="172.30.0.117"/>
	  <nvpair id="vip-intf" name="nic" value="eth1"/>
	  <nvpair id="vip-bcast" name="broadcast" value="172.30.255.255"/>
        </instance_attributes>
      </primitive>
My eth1 ip address 172.30.0.145.
eth1's broadcast address 172.30.255.255.
Please let me know if there is anything I have missed.
Sincerely
Shravan
    
    
More information about the Pacemaker
mailing list