<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">To the
original poster - it sounds like you're essentially looking for a
cheap, home-brewed SAN solution. A while back I put together a quick
how-to on creating a redundant SAN solution using DRBD, iSCSI, and
OCFS2. You can view it here:<br>
<br>
<a class="moz-txt-link-freetext" href="http://www.tedeology.com/2008/03/how-to-create-iscsi-san-using-heartbeat.html">http://www.tedeology.com/2008/03/how-to-create-iscsi-san-using-heartbeat.html</a><br>
<br>
Hope that helps.<br>
</font></font>
<div class="moz-signature">
<meta http-equiv="Content-Type" content="text/html; ">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="949">
<style type="text/css">
    p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px Helvetica}
    p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 17.0px Helvetica; min-height: 20.0px}
    p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}
  </style><br>
<p class="p1"><b>Joe Koenig</b></p>
<p class="p2"><br>
</p>
<p class="p3"><b>Creative Anvil, Inc.</b></p>
<p class="p3"><b>Phone: </b>314.692.0338</p>
<p class="p3">1346 Baur Blvd.</p>
<p class="p3">Olivette, MO 63132</p>
<p class="p3"><a class="moz-txt-link-abbreviated" href="mailto:joe@creativeanvil.com">joe@creativeanvil.com</a></p>
<p class="p3"><a class="moz-txt-link-freetext" href="http://www.creativeanvil.com">http://www.creativeanvil.com</a></p>
</div>
<br>
<br>
Mark Watts wrote:
<blockquote cite="mid:200807021452.23015.m.watts@eris.qinetiq.com"
 type="cite">
  <pre wrap="">On Wednesday 02 July 2008 14:26:03 Singh Raina, Ajeet wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Well I know this forum is related to DRBD but As I know My firm wont let
me purchase GFS I need another alternative.
I posted the same question in fedoraforum and one of the expert advise
me such:

You could install the iscsi-target, and export some of the space via
iscsi... that would work for the shared storage requirement.
Of course, it would be best to buy a real iscsi array.
***************

Can You please help me out setting the Shared Storage in the above
case.just need your advise.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Using iSCSI as your shared storage would still require a clustered filesystem 
to allow concurrent access to files from more than one node. (In theory you 
could export /dev/drbd0 as an iSCSI device, but that doesn't get away from 
iSCSI simply being a network block-device, not a filesystem).

If you simply want to have a filesystem mirrored to another system for use in 
an Primary/Secondary scenario (typically using Heartbeat to provide 
fail-over) then there is no need to use a clustered filesystem, since only 
one node will be directly accessing the block-device at a time.
EXT3 will work just fine for this.

Mark.

  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
drbd-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:drbd-user@lists.linbit.com">drbd-user@lists.linbit.com</a>
<a class="moz-txt-link-freetext" href="http://lists.linbit.com/mailman/listinfo/drbd-user">http://lists.linbit.com/mailman/listinfo/drbd-user</a>
  </pre>
</blockquote>
</body>
</html>