Re: [Ocfs2-users] Problem with clustering on Linux

2008-08-26 Thread George Machitidze
Oh, my fault, thank you guys! On Tue, Aug 26, 2008 at 12:19 AM, Marcos E. Matsunaga < [EMAIL PROTECTED]> wrote: > No, it is not parallel. > > 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. > > > Regards, > > Marcos Edu

Re: [Ocfs2-users] Problem with clustering on Linux

2008-08-25 Thread Marcos E. Matsunaga
No, it is not parallel. 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. Regards, Marcos Eduardo Matsunaga Oracle USA Linux Engineering “The statements and opinions expressed here are my own and do not necessarily repres

Re: [Ocfs2-users] Problem with clustering on Linux

2008-08-25 Thread Michael Moody
No, it's not a parallel filesystem in that regard. Here are your options for that: Application Level: MogileFS Replication style: ChironFS, MirrorFS If you want to use ocfs2 you need to do the following: Set up DRBD between your two nodes, each as a primary. Use ocfs2 on top of the drbd. HOWT

Re: [Ocfs2-users] Problem with clustering on Linux

2008-08-25 Thread George Machitidze
Umm, so it's not parallel (servers-to-servers)? And just like replacement of NFS-connection (storage to clients)? On Mon, Aug 25, 2008 at 5:42 PM, Marcos E. Matsunaga < [EMAIL PROTECTED]> wrote:serv > George, > > You clearly have two different volumes (UUID are different), one on each > machine.

Re: [Ocfs2-users] Problem with clustering on Linux

2008-08-25 Thread Marcos E. Matsunaga
George, You clearly have two different volumes (UUID are different), one on each machine. 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). Your probl

[Ocfs2-users] Problem with clustering on Linux

2008-08-25 Thread George Machitidze
Hi All, I have a problem configuring OCFS2 cluster: I've made configuration, created filesystems etc but hosts are unable to join each other: [EMAIL PROTECTED] ~]# cat /etc/ocfs2/cluster.conf node: ip_port = ip_address = 10.1.0.1 number = 0 name = acs1