[Linux-cluster] cluster.conf using brocade

isplist at logicore.net isplist at logicore.net
Thu Sep 14 02:34:12 UTC 2006


Anyone have any thoughts on this config? Make sense, not, needs work? Can do 
the job but not the best? Etc. Thanks.

The nodes are all connected into a compaq FC hub. That hub is then connected 
into a brocade switch. I'd like to use the brocade switch as the fencing 
device.

<?xml version="1.0"?>
<cluster config_version="40" name="vgcomp">
<fence_daemon post_fail_delay="0" post_join_delay="3"/>
    <clusternodes>
        <clusternode name="cweb92.xxx.com" nodeid="92" votes="1">
                <fence>
                    <method name="1">
                        <device name="brocade" port="0"/>
                    </method>
                </fence>
        </clusternode>
        <clusternode name="cweb93.xxx.com" nodeid="93" votes="1">
                <fence>
                    <method name="1">
                        <device name="brocade" port="0"/>
                    </method>
                </fence>
        </clusternode>
        <clusternode name="cweb94.xxx.com" nodeid="94" votes="1">
                <fence>
                    <method name="1">
                        <device name="brocade" port="0"/>
                    </method>
                </fence>
        </clusternode>
        <clusternode name="qm247.xxx.com" nodeid="247" votes="1">
                <fence>
                    <method name="1">
                        <device name="brocade" port="0"/>
                    </method>
                </fence>
        </clusternode>
        <clusternode name="qm248.xxx.com" nodeid="248" votes="1">
                <fence>
                    <method name="1">
                        <device name="brocade" port="0"/>
                    </method>
                </fence>
        </clusternode>
        <clusternode name="qm249.xxx.com" nodeid="249" votes="1">
                <fence>
                    <method name="1">
                        <device name="brocade" port="0"/>
                    </method>
                </fence>
        </clusternode>
        <clusternode name="qm250.xxx.com" nodeid="250" votes="1">
                <fence>
                    <method name="1">
                        <device name="brocade" port="0"/>
                    </method>
                </fence>
        </clusternode>
        <clusternode name="dev.xxx.com" nodeid="99" votes="1">
                <fence>
                    <method name="1">
                        <device name="brocade" port="0"/>
                    </method>
                </fence>
        </clusternode>
    </clusternodes>
<fencedevices>
    <fencedevice agent="fence_brocade" ipaddr="x.x.x.x" login="user" 
name="brocade" passwd="xxx"/>
</fencedevices>
</cluster>






More information about the Linux-cluster mailing list