Am Freitag, 21. November 2008 12:39 schrieb Tobias Appel: > Hi, > > sorry for asking so many newbie questions but I just started out with > Heartbeat V2. After reading through all the documentation and even > watching the presentation from Linux.Conf.Au in 2007 I wanted to start > adding my first resource to the cluster. > But every time I get the following error: > > Call cib_replace failed (-47): Update does not conform to the configured > schema/DTD > <null> > > > I tried to copy & stuff from the Novell Documentation here: > http://www.novell.com/documentation/sles10/heartbeat/index.html?page=/docum >entation/sles10/heartbeat/data/heartbeat.html > > Or from the slides of the Linux.Conf.Au presentation. I tried simple > examples like this: > > <primitive id=”WebIP” class=”ocf” > type=”IPaddr” provider=”heartbeat”> > <instance_attributes> > <attributes> > <nvpair > name=”ip” > value=”192.168.224.5”/> > </attributes> > </instance_attributes> > </primitive>
The <nvpair name="ip" ...> does not have an id. Add it. -- Dr. Michael Schwartzkopff MultiNET Services GmbH Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany Tel: +49 - 89 - 45 69 11 0 Fax: +49 - 89 - 45 69 11 21 mob: +49 - 174 - 343 28 75 mail: [EMAIL PROTECTED] web: www.multinet.de Sitz der Gesellschaft: 85630 Grasbrunn Registergericht: Amtsgericht München HRB 114375 Geschäftsführer: Günter Jurgeneit, Hubert Martens --- PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B Skype: misch42 _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
