[Linux-cluster] fence manual

Marcelo Gomes marcelogomesrp at gmail.com
Wed Jan 21 10:12:58 UTC 2009


Hi!


(Sorry for my English)

I have a redhat (Centos 5.1) cluster with gfs and the fence is manual.
What's the command to remove some computer from de cluster? and what is the
command to go back this computer in the cluster ?


Thanks

Marcelo

My cluster.conf

<?xml version="1.0"?>
<cluster config_version="7" name="cluster">
    <fence_daemon post_fail_delay="0" post_join_delay="3"/>
    <clusternodes>
        <clusternode name="server1" nodeid="1" votes="1">
            <fence>
                <method name="1">
                    <device name="Manual" nodename="server1"/>
                </method>
            </fence>
        </clusternode>
        <clusternode name="server2" nodeid="2" votes="1">
            <fence>
                <method name="1">
                    <device name="Manual" nodename="server2"/>
                </method>
            </fence>
        </clusternode>
        <clusternode name="server3" nodeid="3" votes="1">
            <fence>
                <method name="1">
                    <device name="Manual" nodename="server3"/>
                </method>
            </fence>
        </clusternode>
        <clusternode name="server4" nodeid="4" votes="1">
            <fence>
                <method name="1">
                    <device name="Manual" nodename="server4"/>
                </method>
            </fence>
        </clusternode>
        <clusternode name="server5" nodeid="5" votes="1">
            <fence>
                <method name="1">
                    <device name="Manual" nodename="server5"/>
                </method>
            </fence>
        </clusternode>
    </clusternodes>
    <cman/>
    <fencedevices>
        <fencedevice agent="fence_manual" name="Manual"/>
    </fencedevices>
    <rm>
        <failoverdomains/>
        <resources/>
    </rm>
</cluster>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/linux-cluster/attachments/20090121/62e98486/attachment.htm>


More information about the Linux-cluster mailing list