<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>Can you check if you have the file /etc/oracle/ocr.loc? If so,
check if the parameter ocrconfig_loc points to the correct mountpoint. <br>
<br>
Did you test the file creation on the mountpoint of /dev/sdb1?<br>
</tt>
<pre class="moz-signature" cols="72">Regards,

Marcos Eduardo Matsunaga

Oracle 
Corporate Architecture - Linux 

5955 TG Lee Blvd Email     :  <a class="moz-txt-link-abbreviated" href="mailto:Marcos.Matsunaga@oracle.com">Marcos.Matsunaga@oracle.com</a>
Orlando, FL 32822 Phone  :  (407)458-1710
Fax                                 :  (407)851-9093

A crisis is when you can't say "Let's forget the whole thing."
---------------------------------------------------------------------------------------
The statements and opinions expressed here are my own
and do not necessarily represent those of Oracle Corporation.

</pre>
<br>
<br>
John Minson wrote:
<blockquote cite="mids333ccdf.008@MAIL.scires.com" type="cite">
  <pre wrap="">this looks ok to me 

[root@pink rc5.d]# ./S50o2cb status
Module "configfs": Loaded
Filesystem "configfs": Mounted
Module "ocfs2_nodemanager": Loaded
Module "ocfs2_dlm": Loaded
Module "ocfs2_dlmfs": Loaded
Filesystem "ocfs2_dlmfs": Mounted
Checking cluster ocfs2: Online
Checking heartbeat: Active

[root@pink rc5.d]# mounted.ocfs2 -f
Device                FS     Nodes
/dev/sda1             ocfs2  green, pink
/dev/sdb1             ocfs2  green, pink
/dev/sdc1             ocfs2  Not mounted

yet I continue to get the same reply from the installer when I tell it to use /dev/sdb1 as the OCR location .


  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <blockquote type="cite">
        <pre wrap="">"Marcos E. Matsunaga" <a class="moz-txt-link-rfc2396E" href="mailto:Marcos.Matsunaga@oracle.com">&lt;Marcos.Matsunaga@oracle.com&gt;</a> 9/23/2005 9:11:26 AM &gt;&gt;&gt;
        </pre>
      </blockquote>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->Did you format and mount the OCFS2 partitions?

What you have is the Cluster Service up (o2cb) only, but no volumes
mounted (Checking heartbeat: Not active ).

OUI is only detecting a local FS where Oracle will create the OCR/VOTING
files.

Make sure to mount the filesystem on all nodes and test to see if they
are consistently mounted at the same mountpoints by creating a file
under the mountpoint and verifying from the other nodes.

For example:

On Node1:

# mount -t ocfs2 /dev/sdxx /ocfs2
# touch /ocfs2/Node1

On Node2:
# mount -t ocfs2 /dev/sdxx /ocfs2
# ls -la /ocfs2                 &lt;&lt; THIS SHOULD SHOW THE "Node1" FILE. IF
NOT, CHECK YOUR CONFIGURATION.


Regards,

Marcos Eduardo Matsunaga

Oracle 
Corporate Architecture - Linux 

5955 TG Lee Blvd Email     :  <a class="moz-txt-link-abbreviated" href="mailto:Marcos.Matsunaga@oracle.com">Marcos.Matsunaga@oracle.com</a> 
Orlando, FL 32822 Phone  :  (407)458-1710
Fax                                 :  (407)851-9093

A crisis is when you can't say "Let's forget the whole thing."
---------------------------------------------------------------------------------------
The statements and opinions expressed here are my own
and do not necessarily represent those of Oracle Corporation.




John Minson wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">RHEL 4 (CENT OS)

Am I waisting my time trying to get the 10G Clusterware installer to use OCFS2 volumes for the voting and OCR disks ?
The ocfs2 setup seems happy on both nodes but the 10G installer says 

the location entered for the oracle cluster registry (OCR) is not shared across all the nodes in  the cluster 

Do the volumes need to mounted ? I did with no change . 

[root@green rc5.d]# ./S50o2cb status
Module "configfs": Loaded
Filesystem "configfs": Mounted
Module "ocfs2_nodemanager": Loaded
Module "ocfs2_dlm": Loaded
Module "ocfs2_dlmfs": Loaded
Filesystem "ocfs2_dlmfs": Mounted
Checking cluster ocfs2: Online
Checking heartbeat: Not active

[root@pink rc5.d]# ./S50o2cb status
Module "configfs": Loaded
Filesystem "configfs": Mounted
Module "ocfs2_nodemanager": Loaded
Module "ocfs2_dlm": Loaded
Module "ocfs2_dlmfs": Loaded
Filesystem "ocfs2_dlmfs": Mounted
Checking cluster ocfs2: Online
Checking heartbeat: Not active

any thoughts ?

_______________________________________________
Ocfs2-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Ocfs2-users@oss.oracle.com">Ocfs2-users@oss.oracle.com</a> 
<a class="moz-txt-link-freetext" href="http://oss.oracle.com/mailman/listinfo/ocfs2-users">http://oss.oracle.com/mailman/listinfo/ocfs2-users</a> 
 

    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
Ocfs2-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Ocfs2-users@oss.oracle.com">Ocfs2-users@oss.oracle.com</a>
<a class="moz-txt-link-freetext" href="http://oss.oracle.com/mailman/listinfo/ocfs2-users">http://oss.oracle.com/mailman/listinfo/ocfs2-users</a>
  </pre>
</blockquote>
</body>
</html>