On Tue, Mar 11, 2008 at 4:10 PM, Kirby Bakken <[EMAIL PROTECTED]> wrote: > Can someone tell me how to update the line that's in my cib.xml file: > > <nvpair id="MailTo_6_attr_0" name="email" > value="[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]"/> > > to add another email ID? >
crm_attribute --attr-id MailTo_6_attr_0 --attr-value [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED] ... should do the trick. Regards, Andreas > I've played around with cibadmin, and have decided that this is a very > dangerous command. > > I will keep looking..... > > Thanks. > > ======================= > Kirby Bakken > ESW Build Architect > Rochester, MN > email: [EMAIL PROTECTED] > ezpage:kirbyb > 507-253-4549 / Tie: 553-4549 > Fax: 507-253-3495 > > ......one more straw can't possibly matter.... > _______________________________________________ > 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
