- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Oracle RAC with ASM and without ASM
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
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
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
тАО09-09-2009 06:16 PM
тАО09-09-2009 06:16 PM
Oracle RAC with ASM and without ASM
I know ASM is nice feature . but it need more maintenance in future . This is what I see
it from Manual and training . for patching ..... because it maintain as instance.
why I do need ASM since I have SAN and I can control mirroring ...etc
I need sold answer here ?? why I need to use this feature that already can be covered using another facility like SAN.
===============================
We are running HP-UX 11 v3 .
I hope I find answer here regarding this feature
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2009 11:21 PM
тАО09-09-2009 11:21 PM
Re: Oracle RAC with ASM and without ASM
In those situations we use a volume manager like LVM or VxVM. Oracle decided they wanted a special volume manager just for their database so produced ASM.
You have some very important decisions to make on whether to use ASM or not...
Remember in Oracle RAC configurations you need to have shared concurrent access to the same data - the _only_ ways to achieve that right now are:
- raw disks (i.e. oracle reads/writes direct to /dev/rdisk/diskN etc...)
- raw volumes from a volume manager such as LVM or VxVM (i.e. oracle reads/writes direct to /dev/vg01/rlvol1 or /dev/vx/rdsk/vol1 etc...)
- Using ASM as the volume manager between Oracle and the raw disk
- In some cases it can make sense to use ASM over LVM or VxVM
- Using a Cluster Filesystem (CFS) such as Veritas's ClusterFilesystem
On HP-UX, if you are planning to use Oracle clusterware rather than Serviceguard Extension for RAC for clustering then you pretty much have to use ASM or straight raw disks.
And from the next version of the database (I think 12g if they stick with the same naming scheme), Oracle are planning to deprecate raw disks and volumes. At that point the choices for deploying RAC with just clusterware will be ASM. for Serviceguard extension for RAC you would still be able to do ASM over LVM/VxVM or a Cluster Filesystem. However as Cluster Filesystems cost more $$$ I think you can safely say that most folks will end up using ASM for RAC.
Now I don't like this state of affairs - in fact I think it stinks and has more to do with Oracle trying to take wallet share and lock-in customers than it has to do with real value (in my experience DBAs make terrible storage adminsitrators and don't really want to get involved in all that LUN stuff - but with ASM they have no choice), but that's the way its going and will continue to go.
Anyway - lots of material on ASM from Oracle here:
http://www.oracle.com/technology/products/database/asm/index.html
Be careful about what you read on ASM in 11gR2 - I'm not sure all of the functionality discussed at oracle.com will necessarily make it into the HP-UX release...
All my own opinions , not my employers etc...
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2009 08:49 AM
тАО09-10-2009 08:49 AM
Re: Oracle RAC with ASM and without ASM
if we planning deploy it with HP-UX what choices ?
if we are choosing LVM from HP-UX is it better rather than ASM.
any way I am working as DBA . I think management of ASM will make alot of trouble because we need to know much more for LUNs, like you said.
we are using also Clusterware and serviceguard as well.
what other choice can be used rather than ASM form HP-UX point of view.??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2009 09:10 AM
тАО09-10-2009 09:10 AM
Re: Oracle RAC with ASM and without ASM
http://docs.hp.com/en/9831/SGeRAC_BestPractices.pdf
http://docs.hp.com/en/12732/SGeRAC_11g_Sample_Config.pdf
http://docs.hp.com/en/8988/ASM-SGeRAC-tk.pdf
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2009 06:15 AM
тАО09-11-2009 06:15 AM
Re: Oracle RAC with ASM and without ASM
Serviceguard
Serviceguard Extension for RAC
Cluster File system for RAC storage
The clusterfile system uses cluster VXVM and mounts the same filesystems on all the cluster nodes for RAC. Good solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2009 11:36 AM
тАО09-11-2009 11:36 AM
Re: Oracle RAC with ASM and without ASM
this is good . the soultion will delivered by vendor HPUX itanium with out ServiseGurd
it will depened on Clusterware for Oracle using ASM.
in this case what other options can we used in this case from HP??
By the way Thanks all for your help