[Linux-HA] Element crm_config content does not follow the DTD - help with error

Slawomir Mroczek s.mroczek at wasko.pl
Wed Oct 11 05:43:16 MDT 2006


On Wed, 11 Oct 2006 12:21:16 +0100
"Dan Track" <dan.track at gmail.com> wrote:

> Hi
> 
> I'm trying to introduce crm into my test cluster, but I'm getting the
> following error. I had a few other errors but I managed to solve
> those, but I can't solve this, could someone please help me with this.
> [on-disk] </cib> cib[20842]: 2006/10/11_11:54:55 ERROR: Element
> crm_config content does not follow the DTD, expecting
> (cluster_property_set)*, got (nvpair nvpair nvpair )
> 
> cib[20842]: 2006/10/11_11:54:55 ERROR: Element instance_attributes
> does not carry attribute id
> 
> cib[20842]: 2006/10/11_11:54:55 ERROR: Element nvpair does not carry
> attribute id
> 
> cib[20842]: 2006/10/11_11:54:55 ERROR: Element nvpair does not carry
> attribute id
> 
> cib[20842]: 2006/10/11_11:54:55 ERROR: Element nvpair does not carry
> attribute id
> 
> cib[20842]: 2006/10/11_11:54:56 ERROR: Element expression does not
> carry attribute id
[...] 
> Here's my cib.xml:
> 
> <?xml version="1.0" ?>
> <cib>
>     <configuration>
>         <crm_config>
>             <nvpair id="transition_idle_timeout"
> name="transition_idle_timeout" value="120s"/>
>             <nvpair id="symmetric_cluster" name="symmetric_cluster"
> value="true"/>
>             <nvpair id="no_quorum_policy" name="no_quorum_policy"
> value="stop"/> </crm_config>

     <crm_config>
       <cluster_property_set id="cib-bootstrap-options">
         <attributes>
		<nvpair id="transition_idle_timeout" name="transition_idle_timeout" value="120s"/>
            	<nvpair id="symmetric_cluster" name="symmetric_cluster" value="true"/>
		<nvpair id="no_quorum_policy" name="no_quorum_policy" value="stop"/>
	 </attributes>
       </cluster_property_set>
     </crm_config>



-- 
Sławomir Mroczek


More information about the Linux-HA mailing list