I'm so close...but I'm getting the following error:

Dec 4 00:27:09 lb2 IPaddr[15578]: [15587]: INFO: /sbin/ifconfig eth0:2 192.168.1.115 downv Dec 4 00:27:09 lb2 IPaddr[15578]: [15590]: INFO: Restoring loopback IP Address 192.168.1.115 on lo:0.<8E> Dec 4 00:27:09 lb2 lrmd: [12595]: info: RA output: (IPaddr_192_168_1_115:stop:stderr) lo:0: warning: name may be invalid Dec 4 00:27:09 lb2 IPaddr[15578]: [15598]: ERROR: Insufficient arguments to add_interface: 192.168.1.115 lo:0 lo:0 netmask 255.255.255.255 broadcast 192.168.1.115<A1> Dec 4 00:27:09 lb2 crmd: [12598]: ERROR: process_lrm_event: LRM operation IPaddr_192_168_1_115_stop_0 (call=44, rc=2) Error invalid parameter

And I have this section in my config:
           <instance_attributes id="IPaddr_192_168_1_115_inst_attr">
             <attributes>
<nvpair id="lb_ip_lvs_support_0" name="lvs_support" value="true"/> <nvpair id="IPaddr_192_168_1_115_attr_0" name="ip" value="192.168.1.115"/>
             </attributes>
           </instance_attributes>

I believe that warning about the invalid name can be ignored, but correct me if I'm wrong. Also looking at the add_interface call in lvs_restore_loopback the correct number of arguments appear to be passed:
add_interface "$ipaddr" "$ifname" "$ifname" $netmask_text $broadcast
and my log shows from the error:
192.168.1.115 lo:0 lo:0 netmask 255.255.255.255 broadcast 192.168.1.115

What's going on here?

Thanks,

Kelly


Kelly Corbin wrote:
Dejan Muhamedagic wrote:
Hi,

Is this IP part of the Heartbeat configuration or part of the
director configuration? Do you have OCF_RESKEY_lvs_support set?

I believe this (lvs_support) is the key.  Thanks for the info.

Kelly


--
--------------------------------------------
-- Kelly Corbin
-- Network Administrator
--
-- http://www.theiqgroup.com
--
-- The IQ Group, Inc.
-- 11460 S. Hunter Dr.
-- Olathe, KS 66061
-- (913)-722-6700 x105
-- Fax 866-714-7282
--------------------------------------------
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to