I am new to redhat cluster and i am having some issues.

1. I am looking for a simple cluster.conf that I can use for :
A. failing over an ip address.
B. failing over apache.
C. failing over mysql
D. failing over asterisk.
E. failing over a nfs mount.

I have created the following cluster.conf using system-config-cluster :

cat /etc/cluster/cluster.conf
<?xml version="1.0" ?>
<cluster config_version="2" name="picky_cluster">
        <fence_daemon post_fail_delay="0" post_join_delay="3"/>
        <clusternodes>
                <clusternode name="192.168.2.110" nodeid="1" votes="1">
                        <fence/>
                </clusternode>
                <clusternode name="192.168.2.111" nodeid="2" votes="1">
                        <fence/>
                </clusternode>
        </clusternodes>
        <cman expected_votes="1" two_node="1"/>
        <fencedevices/>
        <rm>
                <failoverdomains/>
                <resources>
                        <ip address="192.168.2.112" monitor_link="1"/>
                </resources>
        </rm>
</cluster>


And I am getting the following errors :

/etc/cluster/cluster.conf:5: element clusternode: Relax-NG validity
error : Invalid attribute name for element clusternode
/etc/cluster/cluster.conf:5: element clusternode: Relax-NG validity
error : Element clusternodes has extra content: clusternode
/etc/cluster/cluster.conf:5: element clusternode: Relax-NG validity
error : Type ID doesn't allow value '192.168.2.110'
Relax-NG validity error : Element clusternode failed to validate attributes
/etc/cluster/cluster.conf:2: element cluster: Relax-NG validity error
: Invalid sequence in interleave
/etc/cluster/cluster.conf:2: element cluster: Relax-NG validity error
: Element cluster failed to validate content
/etc/cluster/cluster.conf fails to validate

Also get this message when trying to open cluster.conf with
system-config-cluster:

Because this node is not currently part of a cluster, the management
tab for this application is not available.

Can anyone give me a pointer as what to do ?
thanks


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak3er7svf1k9vr6ohbupzit96ql+waowhwwolgoobcdgmww...@mail.gmail.com

Reply via email to