<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffcc" text="#000066">
<tt>No, it is not parallel.<br>
<br>
And it is not a NFS replacement as it doesn't use the Network to access
data. But an OCFS2 partition can be NFS exported.<br>
<br>
<br>
</tt>
<pre class="moz-signature" cols="72">Regards,

Marcos Eduardo Matsunaga

Oracle USA
Linux Engineering

“The statements and opinions expressed here are my own and do not
necessarily represent those of Oracle Corporation.”
</pre>
<br>
<br>
George Machitidze wrote:
<blockquote
 cite="mid:519a81d30808251157h63330d07se7d19c50c3b12351@mail.gmail.com"
 type="cite">
  <div dir="ltr">
  <p>Umm, so it's not parallel (servers-to-servers)? And just like
replacement of NFS-connection (storage to clients)?<br>
  </p>
  <br>
  <div class="gmail_quote">On Mon, Aug 25, 2008 at 5:42 PM, Marcos E.
Matsunaga <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:Marcos.Matsunaga@oracle.com">Marcos.Matsunaga@oracle.com</a>&gt;</span>
wrote:serv<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffcc" text="#000066">
    <tt>George,<br>
    <br>
You clearly have two different volumes (UUID are different), one on
each machine.<br>
    <br>
Make sure you have a shared disk that can be accessed by both systems.
You have to format the partition only in one of the systems and
mounted.ocfs2 -d should show it on both systems (same UUID).<br>
    <br>
Your problem seems to be more of a hardware configuration than ocfs2.<br>
    </tt>
    <pre cols="72">Regards,

Marcos Eduardo Matsunaga

Oracle USA
Linux Engineering

"The statements and opinions expressed here are my own and do not
necessarily represent those of Oracle Corporation."
    </pre>
    <div>
    <div class="Wj3C7c"><br>
    <br>
George Machitidze wrote:
    <blockquote type="cite">
      <pre>Hi All,

I have a problem configuring OCFS2 cluster:

I've made configuration, created filesystems etc but hosts are unable
to join each other:
[root@acs2 ~]# cat /etc/ocfs2/cluster.conf
node:
        ip_port = 7777
        ip_address = <a moz-do-not-send="true" href="http://10.1.0.1"
 target="_blank">10.1.0.1</a>
        number = 0
        name = acs1
        cluster = configcluster

node:
        ip_port = 7777
        ip_address = <a moz-do-not-send="true" href="http://10.1.0.2"
 target="_blank">10.1.0.2</a>
        number = 1
        name = acs2
        cluster = configcluster

cluster:
        node_count = 2
        name = configcluster

[root@acs1 ~]#  mounted.ocfs2 -d
Device                FS     UUID                                  Label
/dev/sda4             ocfs2  d29f1a4f-f69d-4b10-9459-7390d2cdbc6f  configvol
/dev/sdb4             ocfs2  d29f1a4f-f69d-4b10-9459-7390d2cdbc6f  configvol
/dev/md3              ocfs2  d29f1a4f-f69d-4b10-9459-7390d2cdbc6f  configvol
[root@acs1 ~]#  mounted.ocfs2 -f
Device                FS     Nodes
/dev/sda4             ocfs2  acs1
/dev/sdb4             ocfs2  acs1
/dev/md3              ocfs2  acs1

[root@acs2 ~]# mounted.ocfs2 -d
Device                FS     UUID                                  Label
/dev/sda4             ocfs2  71602628-03d2-478a-ab11-740500778f4b  configvol
/dev/sdb4             ocfs2  71602628-03d2-478a-ab11-740500778f4b  configvol
/dev/md3              ocfs2  71602628-03d2-478a-ab11-740500778f4b  configvol
[root@acs2 ~]#  mounted.ocfs2 -f
Device                FS     Nodes
/dev/sda4             ocfs2  acs2
/dev/sdb4             ocfs2  acs2
/dev/md3              ocfs2  acs2
  </pre>
    </blockquote>
    </div>
    </div>
    </div>
  </blockquote>
  </div>
  <br>
  <br clear="all">
  <br>
-- <br>
  <br>
Best Regards,<br>
George Machitidze<br>
  </div>
</blockquote>
</body>
</html>