<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.2">
<TITLE>RHEL Cluster node fencing and cluster</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Hi </FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I am not getting into the problem now of cluster getting staled after I create gfs file system instaed of gfs2. Here is my cluster.conf file.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">[root@system1 cluster]# more cluster.conf</FONT>

<BR><FONT SIZE=2 FACE="Arial"><?xml version="1.0"?></FONT>

<BR><FONT SIZE=2 FACE="Arial"><cluster alias="cluster1" config_version="33" name="cluster1"></FONT>

<BR><FONT SIZE=2 FACE="Arial">        <fence_daemon clean_start="0" post_fail_delay="0" post_join_delay="100"/></FONT>

<BR><FONT SIZE=2 FACE="Arial">        <clusternodes></FONT>

<BR><FONT SIZE=2 FACE="Arial">                <clusternode name="system1.merck.com" nodeid="1" votes="1"></FONT>

<BR><FONT SIZE=2 FACE="Arial">                        <fence></FONT>

<BR><FONT SIZE=2 FACE="Arial">                                <method name="1"></FONT>

<BR><FONT SIZE=2 FACE="Arial">                                        <device name="system1r"/></FONT>

<BR><FONT SIZE=2 FACE="Arial">                                </method></FONT>

<BR><FONT SIZE=2 FACE="Arial">                        </fence></FONT>

<BR><FONT SIZE=2 FACE="Arial">                </clusternode></FONT>

<BR><FONT SIZE=2 FACE="Arial">                <clusternode name="system2.merck.com" nodeid="2" votes="1"></FONT>

<BR><FONT SIZE=2 FACE="Arial">                        <fence></FONT>

<BR><FONT SIZE=2 FACE="Arial">                                <method name="1"></FONT>

<BR><FONT SIZE=2 FACE="Arial">                                        <device name="system2r"/></FONT>

<BR><FONT SIZE=2 FACE="Arial">                                </method></FONT>

<BR><FONT SIZE=2 FACE="Arial">                        </fence></FONT>

<BR><FONT SIZE=2 FACE="Arial">                </clusternode></FONT>

<BR><FONT SIZE=2 FACE="Arial">        </clusternodes></FONT>

<BR><FONT SIZE=2 FACE="Arial">        <cman expected_votes="1" two_node="1"/></FONT>

<BR><FONT SIZE=2 FACE="Arial">        <fencedevices></FONT>

<BR><FONT SIZE=2 FACE="Arial">                <fencedevice agent="fence_ilo" hostname="system1r.merck.com" login="admin</FONT>

<BR><FONT SIZE=2 FACE="Arial">" name="system1r" passwd="Anwyccdfy57"/></FONT>

<BR><FONT SIZE=2 FACE="Arial">                <fencedevice agent="fence_ilo" hostname="system2r.merck.com" login="admin</FONT>

<BR><FONT SIZE=2 FACE="Arial">" name="system1r" passwd="Anwyccdfy57"/></FONT>

<BR><FONT SIZE=2 FACE="Arial">        </fencedevices></FONT>

<BR><FONT SIZE=2 FACE="Arial">        <rm></FONT>

<BR><FONT SIZE=2 FACE="Arial">                <failoverdomains></FONT>

<BR><FONT SIZE=2 FACE="Arial">                        <failoverdomain name="webdomain" nofailback="0" ordered="1" restricte</FONT>

<BR><FONT SIZE=2 FACE="Arial">d="1"></FONT>

<BR><FONT SIZE=2 FACE="Arial">                                <failoverdomainnode name="system1.merck.com" priority="</FONT>

<BR><FONT SIZE=2 FACE="Arial">1"/></FONT>

<BR><FONT SIZE=2 FACE="Arial">                                <failoverdomainnode name="system2.merck.com" priority="</FONT>

<BR><FONT SIZE=2 FACE="Arial">2"/></FONT>

<BR><FONT SIZE=2 FACE="Arial">                        </failoverdomain></FONT>

<BR><FONT SIZE=2 FACE="Arial">                </failoverdomains></FONT>

<BR><FONT SIZE=2 FACE="Arial">                <resources></FONT>

<BR><FONT SIZE=2 FACE="Arial">                        <ip address="54.3.xyz.abc" monitor_link="1"/></FONT>

<BR><FONT SIZE=2 FACE="Arial">                        <script file="/etc/init.d/orig.httpd" name="http startup script"/></FONT>

<BR><FONT SIZE=2 FACE="Arial">                        <fs device="/dev/sda2" force_fsck="0" force_unmount="0" fsid="6443" f</FONT>

<BR><FONT SIZE=2 FACE="Arial">stype="ext3" mountpoint="/var/www/html" name="httpd-content" options="" self_fence="0"/></FONT>

<BR><FONT SIZE=2 FACE="Arial">                        <fs device="/dev/sda1" force_fsck="0" force_unmount="0" fsid="30579"</FONT>

<BR><FONT SIZE=2 FACE="Arial">fstype="ext3" mountpoint="/var/lib/mysql" name="mysql-content" options="" self_fence="0"/></FONT>

<BR><FONT SIZE=2 FACE="Arial">                        <script file="/etc/init.d/mysqld" name="mysql startup script"/></FONT>

<BR><FONT SIZE=2 FACE="Arial">                        <ip address="192.168.0.3" monitor_link="1"/></FONT>

<BR><FONT SIZE=2 FACE="Arial">                </resources></FONT>

<BR><FONT SIZE=2 FACE="Arial">                <service autostart="1" domain="webdomain" name="http-service" recovery="resta</FONT>

<BR><FONT SIZE=2 FACE="Arial">rt"></FONT>

<BR><FONT SIZE=2 FACE="Arial">                        <script ref="http startup script"/></FONT>

<BR><FONT SIZE=2 FACE="Arial">                        <fs ref="httpd-content"/></FONT>

<BR><FONT SIZE=2 FACE="Arial">                        <ip ref="54.3.xyz.abc"/></FONT>

<BR><FONT SIZE=2 FACE="Arial">                </service></FONT>

<BR><FONT SIZE=2 FACE="Arial">                <service autostart="1" domain="webdomain" exclusive="0" name="mysql" recovery</FONT>

<BR><FONT SIZE=2 FACE="Arial">="disable"></FONT>

<BR><FONT SIZE=2 FACE="Arial">                        <fs ref="mysql-content"/></FONT>

<BR><FONT SIZE=2 FACE="Arial">                        <script ref="mysql startup script"/></FONT>

<BR><FONT SIZE=2 FACE="Arial">                        <ip ref="192.168.0.3"/></FONT>

<BR><FONT SIZE=2 FACE="Arial">                </service></FONT>

<BR><FONT SIZE=2 FACE="Arial">        </rm></FONT>

<BR><FONT SIZE=2 FACE="Arial"></cluster></FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Thanks</FONT>

<BR><FONT SIZE=2 FACE="Arial">Anoop</FONT>
</P>

<pre>Notice:  This e-mail message, together with any attachments, contains
information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station,
New Jersey, USA 08889), and/or its affiliates Direct contact information
for affiliates is available at 
http://www.merck.com/contact/contacts.html) that may be confidential,
proprietary copyrighted and/or legally privileged. It is intended solely
for the use of the individual or entity named on this message. If you are
not the intended recipient, and have received this message in error,
please notify us immediately by reply e-mail and then delete it from 
your system.
</pre></BODY>
</HTML>