<html><body bgcolor="#FFFFFF" lang="EN-US" link="blue" vlink="purple"><div>OCFS2 works very well with oracle... &nbsp;GFS is a general purpose clustered filesystem...<br><br>Sent from my mobile...</div><div><br>On Dec 7, 2009, at 12:30, "Jeff Lightner" &lt;<a href="mailto:jlightner@water.com">jlightner@water.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div><o:smarttagtype namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="City">
<o:smarttagtype namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="Street">
<o:smarttagtype namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="address">
<o:smarttagtype namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="place">
<o:smarttagtype namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="PersonName">
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>



<div>

<div class="Section1">

<p class="MsoNormal"><font size="2" color="navy" face="Arial"><span style="font-size:
10.0pt;font-family:Arial;color:navy">You could get OCFS2 (open source) from
Oracle’s web site.&nbsp; It’s designed to allow you to use the same storage in a
clustered configuration.&nbsp; We use its predecessor OCFS for one of our old Oracle
RAC environments but RAC isn’t required as OCFS2 handles its own clustering
setup.&nbsp; Its also reportedly a much improved product over OCFS(1).&nbsp; &nbsp;It uses
Linux’ O_DIRECT stuff for the file sharing so the tools you use have to be
O_DIRECT aware and I think most of the newer ones (tar, ls, cp, mv etc…) are.&nbsp;&nbsp;
When we did it back on RHEL3 (2.4 kernel) we had to load the utilities Oracle
had made that were (also open source).<o:p></o:p></span></font></p>

<p class="MsoNormal"><font size="2" color="navy" face="Arial"><span style="font-size:
10.0pt;font-family:Arial;color:navy"><o:p>&nbsp;</o:p></span></font></p>

<p class="MsoNormal"><font size="2" color="navy" face="Arial"><span style="font-size:
10.0pt;font-family:Arial;color:navy">Also GFS I believe is designed for similar
usage and is native to most distros but I haven’t used it.<o:p></o:p></span></font></p>

<p class="MsoNormal"><font size="2" color="navy" face="Arial"><span style="font-size:
10.0pt;font-family:Arial;color:navy"><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class="MsoNormal" align="center" style="text-align:center"><font size="3" face="Times New Roman"><span style="font-size:12.0pt">

<hr size="2" width="100%" align="center" tabindex="-1">

</span></font></div>

<p class="MsoNormal"><b><font size="2" face="Tahoma"><span style="font-size:10.0pt;
font-family:Tahoma;font-weight:bold">From:</span></font></b><font size="2" face="Tahoma"><span style="font-size:10.0pt;font-family:Tahoma">
<a href="mailto:ale-bounces@ale.org">ale-bounces@ale.org</a> [mailto:ale-bounces@ale.org] <b><span style="font-weight:
bold">On Behalf Of </span></b>Jim Kinney<br>
<b><span style="font-weight:bold">Sent:</span></b> Monday, December 07, 2009
11:33 AM<br>
<b><span style="font-weight:bold">To:</span></b> <st1:personname w:st="on">Atlanta
 Linux Enthusiasts - Yes! We run Linux!</st1:personname><br>
<b><span style="font-weight:bold">Subject:</span></b> [ale] fiber channel
mounts</span></font><o:p></o:p></p>

</div>

<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size:
12.0pt"><o:p>&nbsp;</o:p></span></font></p>

<p class="MsoNormal" style="margin-bottom:12.0pt"><font size="3" face="Times New Roman"><span style="font-size:12.0pt">I have a netapp joined by
fiber channel to 2 linux head end servers. I'm using multipath fiber channel in
an active/active mode for maximum data throughput.<br>
<br>
<st1:address w:st="on"><st1:street w:st="on">box</st1:street> 1</st1:address>
can write a file and read that file is there. <st1:address w:st="on"><st1:street w:st="on">Box</st1:street> 2</st1:address> can't see the file exists. <br>
<st1:address w:st="on"><st1:street w:st="on">box</st1:street> 2</st1:address>
can write file and see it on the netapp but box one does not see it.<br>
<br>
run sync on both boxes and umount/mount the netapp storage space again.<br>
both <st1:address w:st="on"><st1:street w:st="on">box</st1:street> 1</st1:address>
&amp; 2 see the file written from <st1:address w:st="on"><st1:street w:st="on">box</st1:street>
 1</st1:address> but the file written from <st1:address w:st="on"><st1:street w:st="on">box</st1:street> 2</st1:address> is gone.<br>
<br>
this is bad. Clearly I have a misconfiguration somewhere! <st1:address w:st="on"><st1:street w:st="on">Box</st1:street> 2</st1:address> shows errors related to ext3
journal corruption so ext3 is NOT a good choice.<br>
<br>
<st1:address w:st="on"><st1:street w:st="on">Box</st1:street> 2</st1:address>
is supposed to be a failover database and the netapp is the storage for the
database files. I would prefer for the failover to be closer to a hot standby
than a cold standby but it looks like I can't keep the netapp partition mounted
on <st1:address w:st="on"><st1:street w:st="on">box</st1:street> 2</st1:address>
if <st1:address w:st="on"><st1:street w:st="on">box</st1:street> 1</st1:address>
is still live. I'm not running the database at all on <st1:address w:st="on"><st1:street w:st="on">box</st1:street> 2</st1:address>.<br clear="all">
<br>
-- <br>
-- <br>
James P. Kinney III<br>
Actively in pursuit of Life, <st1:city w:st="on"><st1:place w:st="on">Liberty</st1:place></st1:city>
and Happiness &nbsp; &nbsp; &nbsp; &nbsp; <o:p></o:p></span></font></p>

</div>

</div>
<div>&nbsp;</div>
<div>
<font face="Arial" size="2">Proud partner. Susan G. Komen for the Cure.</font>
</div>
<div>&nbsp;</div>
<div>
<font face="Arial" color="green" size="1"><em>Please consider our environment before printing this e-mail or attachments.</em></font>
</div>
<div style="FONT-SIZE: 9pt; FONT-FAMILY: Courier New">
<font face="Arial" size="2">----------------------------------<br>CONFIDENTIALITY NOTICE: This e-mail may contain privileged or confidential information and is for the sole use of the intended recipient(s). If you are not the intended recipient, any disclosure, copying, distribution, or use of the contents of this information is prohibited and may be unlawful. If you have received this electronic transmission in error, please reply immediately to the sender that you have received the message in error, and delete it. Thank you.<br>----------------------------------<br></font>
</div>
</o:smarttagtype></o:smarttagtype></o:smarttagtype></o:smarttagtype></o:smarttagtype></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Ale mailing list</span><br><span><a href="mailto:Ale@ale.org">Ale@ale.org</a></span><br><span><a href="http://mail.ale.org/mailman/listinfo/ale">http://mail.ale.org/mailman/listinfo/ale</a></span><br><span>See JOBS, ANNOUNCE and SCHOOLS lists at</span><br><span><a href="http://mail.ale.org/mailman/listinfo">http://mail.ale.org/mailman/listinfo</a></span><br></div></blockquote></body></html>