<div>Mark,</div>  <div>Thanks to both of you for trying to help me.</div>  <div>I have alreaddy communicated to Luis that I have to have OCFS2 because my software needs Clustering technology that is absent in EXT3. Moreover, both CRS &amp; RDBMS homes should also be on shared/clustered system -- so, OCFS2 is the only choice.</div>  <div>If you can help me to&nbsp;understand/resolve this issue, I will really appreciate that.</div>  <div>Please note that my FireWire shared drive works perfectly when I use RAW but as soon as I am trying to use OCFS2, all the problems started.</div>  <div>Thanks.</div>  <div>Anjan&nbsp;<BR><BR><B><I>Mark Fasheh &lt;mark.fasheh@oracle.com&gt;</I></B> wrote:</div>  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Luis,<BR>Thanks for helping here. I have one comment regarding moving the<BR>shared home to ext3. If Anjan's setup is having issues like this, moving his<BR>oracle home to a local disk
 would only hide problems which take longer to<BR>reproduce for the crs and data files partitions. What needs to happen is<BR>that the root cause of his problems is discovered and fixed.<BR><BR>Keep in mind, I'm not saying someone couldn't use ext3 for their oracle<BR>install - it's an excellent choice for running a non-shared oracle home.<BR>It's just not a good shared disk diagnostic tool ;)<BR><BR>Once again, thanks for stepping up and lending a hand.<BR>--Mark<BR><BR>On Tue, Nov 27, 2007 at 08:50:28AM -0800, Luis Freitas wrote:<BR>&gt; Anjan,<BR>&gt; <BR>&gt; You dont need to share the database binaries, only the CRS and the<BR>&gt; datafiles. You can do it to save disk space, but it is not mandatory. The CRS<BR>&gt; and datafiles are much less stressfull to the filesystem structures as there is<BR>&gt; a reduced number of large files, although they usually have a heavy i/o load,<BR>&gt; and stress the disk subsystem and the locking algorithms.<BR>&gt; <BR>&gt; So you
 can have two separated ext3 filesystems located at the same place on<BR>&gt; each server, and one or more ocfs2 shared filesystems for the CRS and the<BR>&gt; database datafiles. The Oracle installer takes care of copying the binaries<BR>&gt; between the servers during the installation.<BR>&gt; <BR>&gt; It might be usefull to try a lower version like 1.2.6, as you are using the<BR>&gt; latest version available. I am using 1.2.4-2 here with RH 4.0 and kernel<BR>&gt; 2.6.9-42 and it seems rather stable, only needed to increase the timeouts. (But<BR>&gt; I dont have the oracle_home shared.)<BR>&gt; <BR>&gt; Also you might have a hardware problem somewhere on the SAN. And I still<BR>&gt; have to check those mount options you sent...<BR>&gt; <BR>&gt; One detail. I dont know if the Centos distro includes the OCFS2 module. Are<BR>&gt; you using the modules downloaded from the oss.oracle.com site for the<BR>&gt; equivalent RH 4.0 kernel, or modules built by Centos? If using CENTOS
 modules<BR>&gt; you might get better results by changing to the Oracle built modules for the<BR>&gt; equivalent RH 4.0 kernel.<BR>&gt; <BR>&gt; Regards,<BR>&gt; Luis<BR>&gt; <BR>&gt; Anjan Chakraborty <ANJAN.CHAKRABORTY@YAHOO.COM>wrote:<BR>&gt; <BR>&gt; Luis,<BR>&gt; I am intending to use CRS/RAC that needs a Cluster File System. How does<BR>&gt; EXT3 falls into that area?<BR>&gt; Thanks.<BR>&gt; Anjan<BR>&gt; <BR>&gt; Thanks a lot for the response. Here is what I am doing:<BR>&gt; <BR>&gt; 1.<BR>&gt; mkfs.ocfs2 -b 4K -C 32K -N 4 -L ocrvotcrs /dev/sdb3 -- for CRS<BR>&gt; mkfs.ocfs2 -b 4K -C 32K -N 4 -L orasys /dev/sdb4 -- for RDBMS<BR>&gt; <BR>&gt; 2. Then mounting using /etc/fstab:<BR>&gt; /dev/sdb3 /home/oracle/ocrvotcrs ocfs2 _netdev,datavolume,nointr<BR>&gt; 0 0<BR>&gt; /dev/sdb4 /home/oracle/orasys ocfs2 _netdev 0 0<BR>&gt; If you find anything wrong here, can you please tell what to do?<BR>&gt; It's a non-production system &amp; so I can experiment with whatever
 you<BR>&gt; suggest and won't held you responsible for that.<BR>&gt; Thanks.<BR>&gt; Anjan<BR>&gt; <BR>&gt; <BR>&gt; Luis Freitas <LFREITAS34@YAHOO.COM>wrote:<BR>&gt; <BR>&gt; Anjan,<BR>&gt; <BR>&gt; Are you installing the binaries on OCSF2 too? How are you mounting<BR>&gt; the filesystem?<BR>&gt; <BR>&gt; You might want to try using ext3 for the binaries and OCF2 only for<BR>&gt; datafiles and archives, until you get this fixed.<BR>&gt; <BR>&gt; Regards,<BR>&gt; Luis<BR>&gt; <BR>&gt; Anjan Chakraborty <ANJAN.CHAKRABORTY@YAHOO.COM>wrote:<BR>&gt; <BR>&gt; Hi,<BR>&gt; I sent an email to Mark Fisheh of Oracle Corp. &amp; posted this issue<BR>&gt; at OTN under Linux thread this morning. I hope that someone among<BR>&gt; you might have experienced this and can help. On that basis, I am<BR>&gt; sending this to you too. I am stuck &amp; will really appreciate if you<BR>&gt; can shed some light on this.<BR>&gt; Thanks.<BR>&gt; Anjan<BR>&gt;
 ***********************************************************************************************************<BR>&gt; I have a 2 node CentOS 4.5 86_64 system (kernel 2.6.9-55.EL). On<BR>&gt; this I installed Oracle OCFS2 1.2.7-1 (with exact kernel matching).<BR>&gt; After this I installed Oracle CRS 10.2.0.1 and that installation<BR>&gt; went fine. Then I tried to install Oracle RDBMS 10.2.0.1 and all<BR>&gt; the problems started from there. The /var/log/messages file got<BR>&gt; filled up with messages (giving some to avoid confusion):<BR>&gt; ocfs2_read_locked_inode: .. : ERROR: Invalid dinode #0 signature =<BR>&gt; ocfs2_lookup: .. : ERROR: Unable to create inode ....<BR>&gt; <BR>&gt; Then OUI gave several error messages, e.g.<BR>&gt; .... Invalid stored block length on file ...../em/em.war followed<BR>&gt; by I/O error in file<BR>&gt; Errors in invoking to files ins_rdbms.mk and ins_ldap.mk<BR>&gt; <BR>&gt; Then /var/log/messages gave:<BR>&gt; OCFS2: ERROR (device ....):
 ocfs2_extend_file: Dinode # ...... has<BR>&gt; bad signature O' # I ....<BR>&gt; And the installation failed &amp; CRS died. And the machines reboot.<BR>&gt; I ran fsck.ocfs2 -n /dev/...., it came clean.<BR>&gt; I have tested this several timnes &amp; always same thing happening.<BR>&gt; If I use RAW partitions, everything works fine. So, the problem may<BR>&gt; be in the OCFS2 &amp; OS/Oracle -- but, not sure how to bypass this.<BR>&gt; I have to have OCFS2 -- can't use RAW for various reasons.<BR>&gt; Can somebody please help me to resolve this?<BR>&gt; Thanks.<BR>&gt; ***********************************************************************************************************<BR>&gt; ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━<BR>&gt; Be a better pen pal. Text or chat with friends inside Yahoo! Mail.<BR>&gt; See
 how._______________________________________________<BR>&gt; Ocfs2-users mailing list<BR>&gt; Ocfs2-users@oss.oracle.com<BR>&gt; http://oss.oracle.com/mailman/listinfo/ocfs2-users<BR>&gt; <BR>&gt; <BR>&gt; ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━<BR>&gt; Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See<BR>&gt; how.<BR>&gt; <BR>&gt; <BR>&gt; ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━<BR>&gt; Never miss a thing. Make Yahoo your homepage.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt;
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━<BR>&gt; Get easy, one-click access to your favorites. Make Yahoo! your homepage.<BR><BR>&gt; _______________________________________________<BR>&gt; Ocfs2-users mailing list<BR>&gt; Ocfs2-users@oss.oracle.com<BR>&gt; http://oss.oracle.com/mailman/listinfo/ocfs2-users<BR>--<BR>Mark Fasheh<BR>Senior Software Developer, Oracle<BR>mark.fasheh@oracle.com<BR></BLOCKQUOTE><BR><p>&#32;
      <hr size=1>Get easy, one-click access to your favorites. 
<a href="http://us.rd.yahoo.com/evt=51443/*http://www.yahoo.com/r/hs"> Make Yahoo! your homepage.</a>