On 12/08/2013, at 7:33 PM, John M <[email protected]> wrote: > Hi All, > > I am using heartbeat 2.1.4 and OS is RHEL 5.8. I have few queries > related to CIB xml. > > 1. I want to use existing CIB xml. But whenever I import the file using > cibadmin command, four nodes are added in the new cluster because of unique > uuid. Is there any way by which i can export the XML without uuid?
cibadmin -Ql | sed 's/.*uuid.*//g' perhaps? but you really should not be using such an old version of pacemaker. > > <node id="8cf9b2de-6d9b-4479-a81d-f4f38a133580" uname="node1" > type="normal"/> > <node id="57f44e56-fc0f-4a94-979b-41efddb97fb8" uname="node2" > type="normal"/> > > 2. Also how can I remove <status></status> information before importingthe > file? > > <status> > <node_state> > ............................... > ............................... > </node_state> > </status> > > Thanks in advance... > > Regards, > Mark > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
