<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I modified the bladecenter fence agent script to work with an HP c7000
enclosure and i named it fence_c7000 and placed it in the/sbin dir.<br>
<br>
In order to use this as a fencing device I created the following
entries in my cluster.conf:<br>
<br>
<?xml version="1.0" ?><br>
<cluster config_version="2" name="new_cluster"><br>
        <fence_daemon post_fail_delay="0" post_join_delay="3"/><br>
        <clusternodes><br>
                <clusternode name="node1" nodeid="1" votes="1"><br>
                        <fence><br>
                                <method name="1"><br>
                                        <device name="node1_ilo"/><br>
                                </method><br>
                                <method name="2"><br>
                                        <b><device blade="1"
name="HP_C7000_OA1"/></b><br>
                                </method><br>
                        </fence><br>
                </clusternode><br>
        </clusternodes><br>
        <cman/><br>
        <fencedevices><br>
                <b><fencedevice agent="fence_c7000"
ipaddr="10.11.0.1" login="test" name="HP_C7000_OA1" passwd="pwd"/></b><br>
                <fencedevice agent="fence_ilo" hostname="10.11.0.11"
login="test" name="node1_ilo" passwd="pwd"/><br>
        </fencedevices><br>
        <rm><br>
                <failoverdomains/><br>
                <resources/><br>
        </rm><br>
</cluster><br>
<br>
<br>
I then added a new fence level and this fence device to each node.<br>
<br>
Is this enough to used the new fence_c7000 script? Or is there another
configuration to be done?<br>
<br>
<br>
Once I have a stable version, where can I upload it so it can be added
to the cluster packages?<br>
<br>
<br>
<br>
Thanks.<br>
Marcos David<br>
</body>
</html>