Link to home
Start Free TrialLog in
Avatar of kpratola
kpratola

asked on

Setup OCFS2 on REHL for VMware vCloud Director

My experience with Linux is very limited and I am not sure how to setup an OCFS2 cluster that is going to be used by two Red Hat servers.

What I am trying to do. I have two Red Hat 6.2 VMs that are going to be used for vCloud Director. Part of the setup requires mounting a shared NFS volume. Unfortunately I only have access to a Dell EqualLogic iSCSI SAN, so I can't setup a NFS share.

From what I read, using an OCFS share should work since both servers can read/write at the same time. If there is a better way to do this, please let me know.

I have found a bunch of websites about OCFS, but none seem to have great instructions for someone not overly familiar with Linux. I am looking for something pretty straight forward such as:

1. yum install ocfs
2. Configure ocfs
3. mount ocfs
ASKER CERTIFIED SOLUTION
Avatar of asavener
asavener
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kpratola
kpratola

ASKER

Hmm, could be a possibility. We do use Openfiler as well. I could setup a VM and mount the iSCSI storage and share out an NFS share. Plus it looks like Openfiler only requires 1 CPU. So I could also setup Fault Tolerance for additional high availability.
Openfiler's definitely another good choice; I don't often recommend it, though, because it seems to have a steeper learning curve than FreeNAS.  (And the Openfiler folks want to charge for the manual.)

If you're already familiar with it, then go for it.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Staying away from OCFS2 was a good idea. It seems there are a lot of ways to setup a NFS share. I ended up just creating a CentOS VM with storage attached to our EqualLogic. Then installed nfs-utils and created a NSF share. It was extremely easy and we already have plenty of CentOS VMs that we support.