<!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>Did you format and mount the OCFS2 partitions? <br>
<br>
What you have is the Cluster Service up (o2cb) only, but no volumes
mounted (</tt><tt>Checking heartbeat: Not active</tt><tt> ).<br>
<br>
OUI is only detecting a local FS where Oracle will create the
OCR/VOTING files.<br>
<br>
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.<br>
<br>
For example:<br>
<br>
On Node1:<br>
<br>
# mount -t ocfs2 /dev/sdxx /ocfs2<br>
# touch /ocfs2/Node1<br>
<br>
On Node2:<br>
# mount -t ocfs2 /dev/sdxx /ocfs2<br>
# ls -la /ocfs2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;&lt; THIS SHOULD SHOW THE "Node1"
FILE. IF NOT, CHECK YOUR CONFIGURATION.<br>
</tt><big><big></big></big>
<pre wrap="">

</pre>
<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="mids333bd38.086@MAIL.scires.com" 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>
</body>
</html>