Hello:

I'm working on a project where the client is using Oracle ASM (volume
manager) for database storage. I have implemented a cluster before using
LVM with ext4 and understand there are resource agents (RA) already
existing within the ocf:heartbeat group that can manage which nodes connect
and disconnect to the filesystem and prevents data corruption. For example:

pcs resource create my_lvm LVM volgrpname=my_vg \
exclusive=true --group apachegroup

pcs resource create my_fs Filesystem \
device="/dev/my_vg/my_lv" directory="/var/www" fstype="ext4" --group \
apachegroup

I'm curious if anyone has had a situation where Oracle ASM is used instead
of LVM? ASM seems pretty standard for Oracle databases, but not sure what
resource agent I can use to manage the ASM manager?

Thanks!

-- 
Kindest Regards,
Chad Cravens
(843) 291-8340

[image: http://www.ossys.com] <http://www.ossys.com>
[image: http://www.linkedin.com/company/open-source-systems-llc]
<http://www.linkedin.com/company/open-source-systems-llc>   [image:
https://www.facebook.com/OpenSrcSys] <https://www.facebook.com/OpenSrcSys>
   [image: https://twitter.com/OpenSrcSys] <https://twitter.com/OpenSrcSys>
     [image: http://www.youtube.com/OpenSrcSys]
<http://www.youtube.com/OpenSrcSys>   [image: http://www.ossys.com/feed]
<http://www.ossys.com/feed>   [image: cont...@ossys.com] <cont...@ossys.com>
Chad Cravens
(843) 291-8340
chad.crav...@ossys.com
http://www.ossys.com
_______________________________________________
Users mailing list: Users@clusterlabs.org
http://clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

Reply via email to