- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Oracle ASM & Cluster File System
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2011 06:12 AM
02-03-2011 06:12 AM
Oracle ASM & Cluster File System
A customer purchased two rx76xx server with HP-UX 11.31 HA,
aditionally purchased a SMS suite: T8687DB HP-UX v3 HA-OE w/SG CFS for RAC LTU,to be used with Oracle RAC 10.2.0.5
Now the customer wants to use Oracle ASM disk group for RAC y Cluster File System for clusterware.
questions
1.- In the same cluster, Is it posible use ASM with SLVM for one package (RAC) y CFS for another package (clusterware)?
2.- the product T8687DB HP-UX v3 HA-OE w/SG CFS for RAC LTU was the right choice to do this?
3.- Is it posible use ASM without SLVM too?
4.- what about ASM with CFS?
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2011 07:35 AM
02-04-2011 07:35 AM
Re: Oracle ASM & Cluster File System
YES:
ASM ontop of SLVM - /dev/vgsap/asmvol01
(ASM DIskstring -- /dev/vgsap/asm*)
CFS for CLusterware: No Brainer -- Filesystem is active on all nodes.
2.- the product T8687DB HP-UX v3 HA-OE w/SG CFS for RAC LTU was the right choice to do this?
Yes.
3.- Is it posible use ASM without SLVM too?
Yes. You just simply present SAN disks to all the nodes and ASM should pick them up. The issue is how to get consistent names for "ASM Disk string" - so you'd be better off with ASM over i.e. VxVM : /dev/vx/rdsk/sapdg/asmvolNN since the underlying VM of CFS is VxVM anyway (if I am not mistaken)
4.- what about ASM with CFS?
CFS is a FIlesystem - multinode accessible. ASM expects raw disk. Since CFS' underlying Volume Manager is I recall VxVM, you can have your ASM Volumes use VxVM Volumes like: /dev/vx/rdsk/sapdg/asmNN (and your ASM Disk String on all nodes will of course be /dev/vx/rdsk/sapdg/asm*". Note the best practice for ASM on VxVM volume is taht each VOL will need to be on one Disk and not span or stripe over other disks in the DIskgroup.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2011 09:07 AM
02-04-2011 09:07 AM
Re: Oracle ASM & Cluster File System
In general you want to go with CFS or ASM.
ASM will work by itself. with no other add ins.
CFS will let you run your database on a cooked file system, but the performance and management might be more complex.
ASM give Oracle the disk and lets the DBA's manage everything themselves within the ASM container.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2011 11:54 PM
02-04-2011 11:54 PM
Re: Oracle ASM & Cluster File System
This is like putting half your filesystems on LVM and the other half on VxVM - why not just pick an option and stick with it?
Also given they have purchased the SMS suite which has a significant cost associated with it, you'd think they would want to sweat that investment - I'd disagree with SEP on CFS being more complex - give me a filesystem any day over ASM (most DBAs haven't got a clue when it comes to storage).
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2011 01:27 PM
02-09-2011 01:27 PM
Re: Oracle ASM & Cluster File System
first of all, I want to thank for their answers.
The High Availability Advanced Technology Center says:
1. It is possible to ASM with SLVM for one package (RAC) and CFS for another package (clusterware), but it will complicate the configuration. We recommend CFS (SG SMS CFS RAC) highly because all kinds of files can be stored on a CFS, and administrators have more flexible via the Storage Management features, including Storage Checkpoints, Dynamic Storage Tiers.
2. If you want to use CFS as shared storage for your Serviceguard/SGeRAC deployment of Oracle RAC, yes, you made the right choice.
3. You may use ASM with SLVM on 11i v3. We allow this configuration due to 11i v3â s native multi-pathing capability. But we strongly recommend ASM/SLVM because it provides better resiliency (SLVM I/O drivers have better re-try algorithms), and provides better data integrity (SLVM provides better protection from inadvertent data corruption by nodes inside AND outside of the RAC cluster).
4. ASM with the SG SMS CFS makes no sense, and is not supported. Oracleâ s ACFS is not supported on HP-UX.
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2011 01:42 PM
02-09-2011 01:42 PM
Re: Oracle ASM & Cluster File System
ASM over VxVM. VxVM is the volume manager used by CFS -- no?
And I think VxVM has better resiliency, IO Blancing on Tier-1 arrays than LVM/11.31-MSS.
One can also use non Volume Manager'ed raw disks specially if your non-native multipathing software supports custom naming of the disks.
My few cents.
N.