Hi,

On Mon, Aug 17, 2009 at 02:10:02PM +0530, prakash hallalli wrote:
> Thanks for replayed,
> 
> Pleace tell me how shoukld I fix nic parameter, I did try to replaces the
> cib.xml file but still same problem it's giving. I do not know where it's
> going wrong.
> 
> This my cib.xml resources configuration file file
> 
> * [r...@gtt4 ~]# cat  /var/lib/heartbeat/crm/cib.xml*
[...]

This is the primitive you have to fix:

>          <primitive class="ocf" id="IPaddr_192_168_2_20"
> provider="heartbeat" type="IPaddr">
>            <operations>
>              <op id="IPaddr_192_168_2_20_mon" interval="5s" name="monitor"
> timeout="5s"/>
>            </operations>
>            <instance_attributes id="IPaddr_192_168_2_20_inst_attr">
>              <attributes>
>                <nvpair id="IPaddr_192_168_2_20_attr_0" name="ip"
> value="192.168.2.20"/>
>                <nvpair id="IPaddr_192_168_2_20_attr_1" name="nic"
> value="24"/>
>              </attributes>
>            </instance_attributes>
>          </primitive>

As you can see, the nic parameter is set to "24" which is
obviously wrong.

To change the configuration, please take a look here:

http://clusterlabs.org/mediawiki/images/7/7d/Configuration_Explained_0.6.pdf

At the very beginning there's an explanation on configuration and
editing.

Thanks,

Dejan


> 
> please help me what should i do and where i am going wrong.
> 
> Thanks
> 
> Prakash, HK
> _______________________________________________
> Linux-HA mailing list
> [email protected]
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
_______________________________________________
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