<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.12.0">
</HEAD>
<BODY>
Hi,<BR>
I installed drbd-8.0.3 on RHEL4, my drbd.conf<BR>
<BR>
global { usage-count yes; }<BR>
       common { syncer { rate 10M; } } <BR>
       resource r0 { <BR>
            protocol C; <BR>
            net { <BR>
                 cram-hmac-alg sha1; <BR>
                 shared-secret "anugunj"; <BR>
            } <BR>
            on node0005.anugunj.com { <BR>
                 device    /dev/drbd1; <BR>
                 disk      /dev/hda6; <BR>
                 address   10.1.1.3:7789; <BR>
                 meta-disk  internal; <BR>
            } <BR>
            on node0021.anugunj.com { <BR>
                 device    /dev/drbd1; <BR>
                 disk      /dev/sdb1; <BR>
                 address   10.1.1.11:7789; <BR>
                 meta-disk  internal; <BR>
            } <BR>
       } <BR>
                                                <BR>
created drbd-meta data<BR>
drbdadm create-md r0<BR>
 , and then gfs file system on it. <BR>
I am trying to do mirroring of cluster, using gfs file system , currently I have to make one drbd hard disk primary, other secondary, only then I am able to mount and use, on other system it is not mounting, i have to make it primary with.<BR>
drbdadm primary all.<BR>
<BR>
has anyone tried drbd on gfs, filesystem. Version i am using does support gfs (according to changelog) http://svn.drbd.org/drbd/trunk/ChangeLog . Target is for HA of cluster. while mounting drbd hard disks on both systems simultaneous. <BR>
<BR>
thanks and regards<BR>
anugunj "anuj singh"                           <BR>
                           <BR>
<BR>
<BR>
<DIV ALIGN=center></DIV><BR>
</BODY>
</HTML>