Hi, On Wed, Nov 14, 2007 at 03:26:25PM +0200, Szasz Tamas wrote: > Hi, > > I want to add a new resource with the cibadmin script to the cib.xml > file, but when I add this new resource, the script creates a new group > in the file and puts the new resource to the new group. > > How can I add to an existing group a new resource?
You can feed this xml: <group id="group_1"> ...new resource xml definition... </group> to cibadmin -U -o resources. Thanks, Dejan > > Thanks, > > Szasz Tamas > _______________________________________________ > 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
