ASM best configuration disks on EMC storage in RAC

After reading ASM best practices, suggesting to use a disk group for all datafiles and a disk group for FRA I was wondering how to optimize I/O on storage.
I mean.. what about if I add also a disk group for the redologs of the two RAC instances?
Moreover... what are the best practices to use the several disks offered by the storage compared with the possibility to use different LUN on the same big disk of of the storage?
Example...
My storage has 2 disks of about 2TB each one:
1) I could partition one disk into two LUN and use this two LUN for the DG_DATA and DG_FRA asm disk groups. Every LUN should be partitioned in small units.
2) I could use two disks and use one disk for DG_DATA asm disk group and the other for DG_FRA asm disk group.
3) I could use two disk partitioned in two LUN (and so I have 4 LUN). Add to the DG_DATA disk group the LUN partitions physically based on two different disks, and the others two LUN for the DG_FRA disk group.
Hope you can solve my doubts,
thanks Marco

Here's a brief comment ....
There is not one answer that fits all. This is because it all depends on your SAN env and the storage architecture. Some configs are good for a system but disastrous for another.
Also, we must make a clear distinction between the terms LUNs vs. disks. Because DBA interact with storage at the host level, we use them synonymously which is understandable. However, for SAN and storage, they should not be and they are not.
These are some of the guidelines I learned ...
1) use small spindles with highest RPM for your disk arrays. Rarely we have control over that, but DBAs should at least understand and obtain these specs from SAN admins.
2) Understand your system's potential bottlenecks and load balance around them. For example, I've seen systems bottleneck at the HBA, DA, spindle, or even host level. This where you need to take caution when you layout DB storage. You do not want 2 IO intensive apps accessing same LUNs on same controller whereas the 2nd one remains semi-idle. Most systems should auto balance them, but at least these apps primary or preferred access path should be separated.
3) Use expected DB size to decide on your LUN size. You can not layout a TB database using 12GB LUNS nor can you use a 500GB LUN to layout a 50GB DB.
4) For most storage systems now, data separation occurs as a result of data protection, management convenience and to a lesser extent for performance reasons or IO type (random vs. sequential). Again, the accuracy of this statement varies from one system to another, but at least this is the trend.
5) always always, measure you IO metrics. There are simple, yet effective measures you or (SAN admin) can do to measure IP performance. Use metrics like service times and latency measures. Also, most application have typical IO profiles like PIO/sec, sequential vs. random reads.
6) On some systems, I have seen DBAs request LUNs carved from RAID10 arrays for redo logs and RAID5 for the remainder of the database, You can certainly exercise this option.
Hope this helps
Thank you

Similar Messages

  • Database is not created on ASM configured Disks

    hi,
    I have installed Oracle 11gR2 Grid Infrastructure and Automatic Storage Management for a Standalone Server through "Grid" user. After then I install Oracle Database 11gR1 Software through "Oracle" User. There is no problem occure during the installation of these software. The OS is OEL-5.4. AND
    ASM configured Disks are "DISK1, DISK2 AND DISK3" and the Group Name is "+DATA".
    The Problem is when i want to create Database and chose ASM configured disk for Database storage, at the database creation process on 27% an error occur that is "ORA-03114 Not connected to Oracle". Sir but when i chose File System for Database Storage, Database created successfully.
    Sir i am new in Oracle Grid Infrastructure and ASM please help me.

    Hi buddy,
    Are there errors in the alert.log of RDBMS istance, and what about traces ? Have it been generated ?
    Regards,
    Cerreia

  • HOW TO CONFIGURE ORACLE RAC USING EMC STORAGE MULTIPATHING

    Dear Team,0
    Am in process of installation of ORACLE RAC 10.2.0.3 using cluvfy 10.2.0.3 with EMC storage (multipathing)
    need ur help..i had done with following things...
    1)i had done with prerequisite steps..
    2)user equivalence .
    3)cluvfy checks...
    4)in process to install ORACLE RAC but the storage assign to server is EMC Clarion but the disk assign is having same name but diffferent
    major number minor number...
    pls let me know..
    1)major number minor number with repect to voting ,ocr and asm disk..
    2)while configuring EMC storage how same mojor and minor number are assign(if possible compltee steps)
    Thanks
    Upendra
    9820011875

    Hi buddy,
    You should start reading the installation guide for Your plataform. it's well explained there.
    Regards,
    Cerreia

  • Move RAC database - need to format the disk storage having RAC and ASM

    Hello,
    Short story:
    I need to format the disk storage used by a two nodes RAC with ASM.
    How can I have the database working the new disk storage.
    Long story:
    We decided to change the external disk storage formatting from RAID 5 to RAID 10.
    Configuration is: 2 Solaris nodes having Oracle software installed on each node and running with ASM
    - node1: ORCL1 database and +ASM1 asm instances
    - node2: ORCL2 database and +ASM2 asm instances
    Available is a NFS storage with plenty of space.
    Please tell me which would be the easiest way to move the database?
    Thank you

    Thanks alot for your answer.
    1) There is more trouble: I also have the Voting disk and the OCR on the same (and only) SAN storage. Do you know about steps to backup/restore and/or recreate these?
    As I said I have a NFS file system available with plenty of space.
    2) I will need to backup the database, which way would you recommend: RMAN or EXP ?

  • 10g R2 RAC on Solaris 10 with EMC Storage

    We are in the process of setting up 3/4 node RAC with the following components:
    Oracle 10g R2 RAC
    Oracle Clusterware / Sun Cluster / Veritas Cluster
    Sun Solaris 10
    EMC storage
    ASM/Cluster FS
    I would appreciate if some one can through some light on:
    * ) Veritas cluster / Sun Cluster is must component or Can I use Oracle clusterware ? what are the advantages and disadvantages of using Oracl clusterware compare with varitas cluster or sun cluster
    * ) Is cluster filesystem a compulsory component or Can I use ASM instead of Cluster File system.
    * ) If I don't use cluster filesystem where to put CRS repository and voting disk ?
    * ) What is best option for Oracle_Home, is it shared oracle home or sepereate oracle_home on each node ?
    * ) Are there any known risks invovled in using ASM. How is the I/O performance with ASM on EMC with Solaris ? Are there any best practices
    * ) Is GigE okay for interconnect or do I need to go for Infiniband ?
    * ) Is there any notes on Best practices for the above components
    *) Do I need to consider fail over option for NIC's (interconnect and public), if yes, how to do that ?
    *) Are there any other risks do I need to consider ?
    Thanks
    G

    Hi,
    I see lot of good input. I have done few RAC installs on sun/solaris/emc ...
    Here are few things to consider.
    * ) Veritas cluster / Sun Cluster is must component or Can I use Oracle clusterware ? what are the advantages and disadvantages of using Oracl clusterware compare with varitas cluster or sun cluster
    Just stay with Oracle Clusterware. If there are any issues then you only have to deal with one vendor and there will be no finger pointing. In any case Oracle Clusterware is needed even if you install Veritas/Sun.
    * ) Is cluster filesystem a compulsory component or Can I use ASM instead of Cluster File system.
    For the database you can use ASM. The only time I have considered a cluster filesystem is if external tables were in use.
    When you use ASM you need to partition the disk with 1 meg offset or start at cyclinder 1.
    * ) If I don't use cluster filesystem where to put CRS repository and voting disk ?
    OCR and Voting Disk go on raw devices.
    * ) What is best option for Oracle_Home, is it shared oracle home or sepereate oracle_home on each node ?
    Install ORACLE_HOME, ASM_HOME and CRS_HOME locally on each server.
    * ) Are there any known risks invovled in using ASM. How is the I/O performance with ASM on EMC with Solaris ? Are there any best practices
    http://www.oracle.com/technology/products/database/asm/pdf/asm-on-emc-5_3.pdf
    We have always installed 2 HBAs and used powerpath.
    * ) Is GigE okay for interconnect or do I need to go for Infiniband ?
    For a majority of cases gigE is sufficient.
    * ) Is there any notes on Best practices for the above components
    Have redundancy at each level.
    *) Do I need to consider fail over option for NIC's (interconnect and public), if yes, how to do that ?
    You can use IPMP. Use large send/receive buffers. Enable Jumbo Frames.
    We had to apply some patches.
    5128575 - RAC install of 10.2.0.2 does not update libknlopt.a on all nodes
    4769197 - WHILE ONE NODE OF RAC IS DOWN, CONNECTIONS FROM CLIENT HANG
    patch 5749953
    Thanks
    G

  • ASM lun configuration

    Hi, I'm was what would be the best configuration performance-wise for our ASM-instance with the Oracle database (we're using 11.2.0.3.0). The server is a T5140 and the storage array is a SUN 2540 with 12*600GB 15k rpm SAS disks and we're using external RAID ( through CAM) for the setup. The traffic pattern will most likely be composed of a high number of small inserts and large reads (50% small high freq writes, 50% large reads).
    Basically I think we have two alternatives when we build the ASM-diskgroup, and these are:
    Alternative 1: 2 Disk LUNs containing 6*600GB disks in RAID1 (2*6). So each LUN contains 6 disks. That means that the ASM will see 2 disks.
    Alternative 2: 6 Disk LUNs containing 2* 600GB disks in RAID1 (6*2). So each LUN contains 2 disks. That means that the ASM will see 6 disks.
    We'll have both controlfiles,redo and data-files on the same DG.
    I'd appreciate any suggestions I can get.
    Regards,
    Lars

    Hi Lars;
    I suggest close your issue here as answered than move your issue Forum Home » Grid Computing » Automatic Storage Management which you can get more quick response and which is dedicated
    Also check:
    How to Configure LUNs for ASM Disks using WWID, DM-Multipathing, and ASMLIB on RHEL 5/OEL 5 [ID 1365511.1]
    Oracle Sun Database Machine Setup/Configuration Best Practices [ID 1274318.1]
    Regard
    Helios

  • Storage for RAC & ASM

    I am planning to install Oracle 10g RAC with ASM for our Oracle 10.2.0.4 database on Solaris 10. We have a Sun StorEdge SAN.
    I would like to get your suggestions for the best storage infrastructure for the RAC/ASM.
    Can someone share their storage design - RAID LUN's, Disk layout for the RAC environment? Do you have RAID volumes or individual Disks presented to the O.S? If RAID Volumes, then what RAID level are you using? Since ASM stripes and mirrors (normal or high redundancy), how have you layed out your storage for ASM?
    Should I create one RAID LUN and present it to the operating system, so that ASM diskgroup can be created from that LUN or individual disks can be presented?
    If anyone can point me to any documentation that can put some light on the storage design and layout, it would be really helpful.
    Thanks in advance!

    Refer:- it may helps you.
    http://www.oracle.com/technetwork/database/clustering/tech-generic-unix-new-166583.html
    http://www.orafaq.com/node/66
    http://www.dba-oracle.com/real_application_clusters_rac_grid/cluster_file_system.htm
    Regards,

  • MacBook Pro for Logic?  Best configuration?

    Hi everyone,
    Thanks in advance for any thoughts about this.
    I’m ready to upgrade my 7-year-old PowerBook G4 (which has served me so very well) to something more current. Logic Pro will be a primary use of the new Mac. With my understanding of ports and busses and the requirements of a DAW, I’m wondering about best configurations for a Mac DAW.
    I generally record one, two or maybe three audio tracks at once, then add a bunch of software instruments (drums/percussion, strings, horns, pads, etc.) to craft a song. It would be nice, though, to have the possibility of recording a live drum kit or even a live band (so up to 16 tracks at once).
    Aside from CPU speed, number of cores, memory, etc., my understanding is that there are two critical pieces of technology required for a well performing DAW. First is an audio interface. Second is fast storage for reading/writing audio files.
    My preference is to upgrade to another Mac laptop and I’m thinking about the latest i7 MacBook Pro, 15”. I don’t want the 17” because it’s too big and heavy and I’ll be using an external monitor most of the time. (Still would like the portability of a laptop, so would rather not go with an iMac or Mac Pro.)
    My concern is that the 15” MBP does not have the ExpressCard/34 slot. Without this slot there’s only one USB buss and one Firewire buss to connect a hard drive and audio interface. So either of these devices would be limited by the maximum speed of USB 2. If the 15” had an ExpressCard/34 slot, I would put a Firewire audio interface on the FW port, then buy either a FW 800 or USB 3 ExpressCard and attach an external drive to it.
    So my first question is: given only FW 800 and USB 2, what would be the capabilities of audio recording on a latest i7 MBP? Would you attach an audio interface to FW 800 and an external drive to USB 2, or the other way around? Most FW audio interfaces I’ve seen support only FW 400, so would it make more sense to attach an audio interface to USB 2 and a FW 800 drive to FW 800?
    Whichever the best option, does anyone have a rough sense for how many audio tracks could be recorded and played back with an optimally configured i7 MBP?
    Another question: Is it possible to remove the DVD drive of a MBP and replace it with a hard drive? If so, would the buss be capable of FW 800 speeds? (I’m assuming the DVD drive connection to the MBP is an independent buss not to be affected by other devices.) I guess a FW 800 controller of some sort would be necessary? If this is an option, then one could have two independent busses for storage access and audio interface, both functioning at FW 800 speeds?
    Last question: Would using a SSD as either the internal drive or an external be particularly helpful in this situation?
    I hope this all makes sense. I’ve used a Yamaha AW4416 for recording for years and I’m a little queasy about switching to a DAW because of potential latency and performance issues. One option would be to sync my AW4416 to Logic Pro, use the AW4416 for recording tracks, then transfer the audio files to the Mac for mixing with Logic Pro.
    Many thanks for any opinions, feedback. Very much appreciated.
    Tim

    Phew - long post! Let me try and find your questions...
    So my first question is: given only FW 800 and USB 2, what would be the capabilities of audio recording on a latest i7 MBP? Would you attach an audio interface to FW 800 and an external drive to USB 2, or the other way around? Most FW audio interfaces I’ve seen support only FW 400, so would it make more sense to attach an audio interface to USB 2 and a FW 800 drive to FW 800?
    I would go: FW800 -> FW800 Drive -> FW400 Audio interface.
    Whichever the best option, does anyone have a rough sense for how many audio tracks could be recorded and played back with an optimally configured i7 MBP?
    It all depends on what a track is. There is a different between one 16/44 audio track on it's own, a 24/96 audio track loaded with plugins, and a heavy software instrument track with high polyphony and loads of plugins.
    In terms of raw tracks, you can get way more than you will practically need. Yes, they shouldn't have dropped eSata (I'm keeping my older MBP for this reason - I can connect eSata drives or my UAD2 depending on my needs)
    Another question: Is it possible to remove the DVD drive of a MBP and replace it with a hard drive?
    Yes, but it may void your warranty, depending on how you do it.
    If so, would the buss be capable of FW 800 speeds?
    Internal drives are SATA, much faster than FW800 in general. Throughput mostly depends on drive speed and performance, more than any bus speed limitations.
    (I’m assuming the DVD drive connection to the MBP is an independent buss not to be affected by other devices.)
    Not sure on that. Optical media are very slow devices anyway...
    I guess a FW 800 controller of some sort would be necessary?
    Internal drives have nothing at all to do with FW.
    If this is an option, then one could have two independent busses for storage access and audio interface, both functioning at FW 800 speeds?
    To be honest, unless you are planning massive projects, you'll be fine with an external FW800 drive. If you are planning on doing large projects that one FW800 can't cope with, then you shouldn't be looking at a laptop, you should be looking at a Mac Pro.
    I think you're probably worrying too much - a well specced MBP sensibly configured is a very capable machine.
    Last question: Would using a SSD as either the internal drive or an external be particularly helpful in this situation?
    I'm still dubious to how SSD's will hold up in the long run - they haven't been around very long, and I'm concerned about the limited lifespans (maximum number of writes etc). I wouldn't go there personally, not yet.
    I’ve used a Yamaha AW4416 for recording for years and I’m a little queasy about switching to a DAW because of potential latency and performance issues. One option would be to sync my AW4416 to Logic Pro, use the AW4416 for recording tracks, then transfer the audio files to the Mac for mixing with Logic Pro.
    Once you're comfortable with Logic, you won't go back, I'm reasonably sure of that...

  • Best configuration of TimesTen

    What is the best configuration of TimesTen database on Windows 2008 64 bit OS,how much RAM(Min & Max) is needed.
    Thanks!

    It's not possible to make an accurate estimation based on just that. To get an accurate estimation you need to create the relevant tables/cache groups/indexes in TimesTen and then use the ttSize utility (part of TimesTen) along with expected maximum rowcounts to estimate the memory needed. And you need to account also for LogBufMB and TempSize.
    In general, data requires more space in TimesTen compared to Oracle DB due to different storage formats.
    Chris

  • ASM - Discovering new disks

    Hello,
    I've a RAC 11g with ASM, on RedHat.
    On the storage I had LUN's called emcpower*.
    And I also have a file called 98-oracle.rules used to assign aliases to lun's names.
    Aliases are asm*.
    I had disks from asm0 to asm6, today I added asm7 to asm12.
    I restarted the udev (start_udev), than I reboot the server.
    I still can not see asm7-12 into /dev directory and ASM instance, of course, cannot discover them. I tried to reboot also the ASM instance on both nodes.
    But nothing.
    Did I miss something?
    Thanks in advance,
    Samuel Rabini

    Billy  Verreynne  wrote:
    Aman.... wrote:
    Now probably the next step, a blog from Billy ;-) ?Don't think I'll ever take to blogging. It is too single sided. All about the blogger himself/herself. I prefer discussions (mailing lists and Usenet and forums like these) - where it is not about about a single person (or experiences of that person) and there is room for healthy and vigorous debate. And the chance to be wrong - as that is how we learn. :-)I won't attempt to win over from you in this discussion and its a very relevant reason as well for not doing the blogging :-) . As long as you are around over here and elsewhere , helping me and many others like me, I guess its fine :-) .
    Congrats once again and regards.
    Aman....

  • Best method to add ISCSI storage to a fileserver vm guest

    Hello,
    I have two Dell PowerVault NX3300 servers (Server 2012 R2), and one Equallogic PS6100 SAN.  The two servers are clustered together and host Hyper-V guests.  At this point, I'm running a 2012 R2 VM guest and can successfully migrate/failover
    between the nodes.  This guest VM will be a file server, and it will be accessing/sharing data that is stored on the SAN.  My question is: what is the best method to get the ISCSI SAN volume connected to this VM guest?  Since the vm
    guest is clustered between the two nodes, I need to make sure that it can access the SAN volume in an event of a failover.
    *** Note: We plan on having a total of two different file server VM guests that will each connect to the SAN.  There may be more guest VMs created in the future, but they would not be file servers.
    Each server has 8 physical NICs and are configured as follows on each server:
    1 x management port
    3 x VM nic team
    2 x SAN ISCSI connections
    (That leaves 2 open ports on each server)
    There is a ISCSI SAN volume attached to the hosts as the cluster's CSV.  This is only to store VM guests - not data.
    After reading multiple blog posts and other sites, I've come to realize that there may be two realistic options: (1) add the ISCSI SAN volume directly to the hosts, then add the disk to the VM as a pass-through and let the cluster configure it; (2)
    add the ISCSI SAN volume directly to the VM guest. 
    Option 2 sounds simpler, but I'm also curious as to the best configuration of vNICs for the guest. 
    Any help with this would be great.  If I'm missing something, please let me know!
    Thank you

    Hi Brain,
    I would like to check if you need further assistance.
    Best Regards
    Elton JI
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Best Configuration for running adobe Premiere Pro CS3

    I have a 4 HDD system and the ability to run RAID.  What is the best configuration to run Adobe premier pro CS3.  I want to be able to get the best perfomance out of my system.

    Is it possible to run different RAID combination using the same controller card?
    For example:
    1) 2 HDDs, RAID 0 configuration for Operating System/Programs
    2) 2 HDDs, RAID 0 configuration for Project/Scratch Disk/Paging
    3) 2 HDDs, RAID 0 configuration for Media/data.
    I have a Asus Striker Extreme Motherboard.

  • What is the failure group in ASM  and the meaning of ASM assigns each disk

    Hi
    Please help me in understanding
    what is the failure group in ASM and the meaning of "ASM assigns each disk to it's own failure group, by default"

    As you may have known ASM uses mirroring and striping of files. Mirroring is storing same compies/parts of files in different disks/controllers. When creating disk group which could consist of several disks, you have to assign disks at least to separate failure groups for normal redundancy , or three failure groups for High redundancy. This means that ASM will never assign mirrode copies/pieces of files to the same failure group. So, assigning disks to different failure groups you make sure mirrored copies are not on the same physical storage. Saying with other words, failure group gives your more abstract meaning based on which you can organize your physical disks contained in disk group.
    That is why for normal redundancy at least two failure groups are needed, because there are one mirrored copy of each extent(allocation unit, to be exact) and for high redundancy the requirement is at least 3 failure groups, because each allocation unit has 2 mirrored copies, which should be on different failure group, consequently.
    Hope, this explanation is helpful.

  • K8neo 4 socket 939 cpu 3800 x2 amd what is the best hard disk

    k8neo 4 socket 939 cpu 3800 x2 amd what is the best hard disk
    for this confy
    i know maxtor has more problem
    so i ask to you
    what is the best hard disk 250 300 gb ?
    sata sata 2 ?
    i read about in some site but i can understand what is the best for this confy
    thank
    my english is Lol

    When we are talking about Quality and Performance the choice is:
    http://www.wdraptorx.com

  • Error 1070023 Configured Disk volume does not exist.

    Hi
    I installed Essbase 11.1.1.2 in stand alone mode. When I am trying to start Sample.Basic, I am getting the below error
    Error 1002097 Unable to load database Basic.
    The App log showed the following error
    Error 1070023 Configured Disk volume does not exist.
    Please help..

    So everything works when the volume is set to E?
    If so, you might be able to use DISKVOLUMES E in the essbase.cfg file which sets a default (for BSO cubes, at least), but you shouldn't have to do that.
    The DISKVOLUMES documentation says that the volume that contains your ARBORPATH is the one used by default. Not completely sure I trust that it's up to date, and isn't now ESSBASEPATH or something else, but regardless, do those variable all look to be set correctly? To be honest, that's a longshot, as I'd be surprised if a missing / incorrect value there wouldn't cause bigger problems...

Maybe you are looking for