Multiple disk group pros/cons

hello all,
This is with regards to 11.2.0.3 DB(RAC) on RHEL 6
i am trying to identify the pro's/con's of using multiple ASM Diskgroup.  I understand oracle recommends/best practice is to have 2 DG (one data and one flash) and you can place multiple copies of control files/online redo logs(and thats the way i want to go).  But would that same be true if i use different set of DISK.  For example we have multiple RAID 10 devices and multiple of SSD devices for us that we can use for this ASM instance.  And i was thinking to create 2 more Disk group (call it DG_SYS1 and DG_SYS2)  and use that to put my online redo logs, control file and temp and system table space there. 
i understand in a standalone system(where regular file system is being used), they(online redo/control file) are usually on there own drives, but with ASM when i am already using external RAID 10 config + ASM striping i assume the IO would faster or am i better of using the SSD that i can have for my redo/control?  What would be the pro's/cons of it (besides managing multiple DG)..

Reason that Oracle suggests to have two disk groups is because the very idea of ASM is the storage consolidation and to take the best advantage of that storage for all the databases. But having two dg's is not a norm. If you have different kinds of databases, if you have different capacity disks, you probably should have more dg's. Also, I am not sure why you are using RAID 0 along with ASM striping?
user13454469 wrote:
hello all,
This is with regards to 11.2.0.3 DB(RAC) on RHEL 6
i am trying to identify the pro's/con's of using multiple ASM Diskgroup.  I understand oracle recommends/best practice is to have 2 DG (one data and one flash) and you can place multiple copies of control files/online redo logs(and thats the way i want to go).  But would that same be true if i use different set of DISK.  For example we have multiple RAID 10 devices and multiple of SSD devices for us that we can use for this ASM instance.  And i was thinking to create 2 more Disk group (call it DG_SYS1 and DG_SYS2)  and use that to put my online redo logs, control file and temp and system table space there.
i understand in a standalone system(where regular file system is being used), they(online redo/control file) are usually on there own drives, but with ASM when i am already using external RAID 10 config + ASM striping i assume the IO would faster or am i better of using the SSD that i can have for my redo/control?  What would be the pro's/cons of it (besides managing multiple DG)..
Aman....

Similar Messages

  • Why does the Grid Installer not allow the creation of multiple disk groups?

    Ok I finally managed to get the ASM disks to be visible for the Installer. But now I want to create three disk groups (OCRVOTE,FRA and DATA), but the installer only allows me to create one disk group. Do I have to create other disk groups manually later?

    Hi,
    as Igoroshka said during the GI installation you create one diskgroup.
    Your screenshot show me that you create 3 disks OCRVOTE01-03. In 12c the the OCR and Voting is placed inside the default diskgroup which is normally DATA.
    You can check this via "query votedisk".
    May be you create these disks while you would like to move ocr and vote in a separate diskgroup you can do this after the installation is finished.
    kind regards
    SPA09

  • Can migration assistant move data from multiple disks (Mac Pro) to a single disk (iMac)

    I have recently purchased an iMac and need to migrate my apps, data and accounts from a Mac Pro running OSX 10.5.8.  Does Migration Assistant accommodate a multi disk set up (I have my OS and apps on one disk and data on another) or does it only recognise one 'target' disk at a time.

    yes. I migrated a server frm lion to mavericks following these notes a while back:
    OS X Server: Upgrade and migration from Mountain Lion
    i do not recall having any problems with it.

  • Need for multiple ASM disk groups on a SAN with RAID5??

    Hello all,
    I've successfully installed clusterware, and ASM on a 5 node system. I'm trying to use asmca (11Gr2 on RHEL5)....to configure the disk groups.
    I have a SAN, which actually was previously used for a 10G ASM RAC setup...so, reusing the candidate volumes that ASM has found.
    I had noticed on the previous incarnation....that several disk groups had been created, for example:
    ASMCMD> ls
    DATADG/
    INDEXDG/
    LOGDG1/
    LOGDG2/
    LOGDG3/
    LOGDG4/
    RECOVERYDG/
    Now....this is all on a SAN....which basically has two pools of drives set up each in a RAID5 configuration. Pool 1 contains ASM volumes named ASM1 - ASM32. Each of these logical volumes is about 65 GB.
    Pool #2...has ASM33 - ASM48 volumes....each of which is about 16GB in size.
    I used ASM33 from pool#2...by itself to contain my cluster voting disk and OCR.
    My question is....with this type setup...would doing so many disk groups as listed above really do any good for performance? I was thinking with all of this on a SAN, which logical volumes on top of a couple sets of RAID5 disks...the divisions on the disk group level with external redundancy would do anything?
    I was thinking of starting with about half of the ASM1-ASM31 'disks'...to create one large DATADG disk group, which would house all of the database instances data, indexes....etc. I'd keep the remaining large candidate disks as needed for later growth.
    I was going to start with the pool of the smaller disks (except the 1 already dedicated to cluster needs) to basically serve as a decently sized RECOVERYDG...to house logs, flashback area...etc. It appears this pool is separate from pool #1...so, possibly some speed benefits there.
    But really...is there any need to separate the diskgroups, based on a SAN with two pools of RAID5 logical volumes?
    If so, can someone give me some ideas why...links on this info...etc.
    Thank you in advance,
    cayenne

    The best practice is to use 2 disk groups, one for data and the other for the flash/fast recovery area. There really is no need to have a disk group for each type of file, in fact the more disks in a disk group (to a point I've seen) the better for performance and space management. However, there are times when multiple disk groups are appropriate (not saying this is one of them only FYI), such as backup/recovery and life cycle management. Typically you will still get benefit from double stripping, i.e. having a SAN with RAID groups presenting multiple LUNs to ASM, and then having ASM use those LUNs in disk groups. I saw this in my own testing. Start off with a minimum of 4 LUNs per disk group, and add in pairs as this will provide optimal performance (at least it did in my testing). You should also have a set of standard LUN sizes to present to ASM so things are consistent across your enterprise, the sizing is typically done based on your database size. For example:
    300GB LUN: database > 10TB
    150GB LUN: database 1TB to 10 TB
    50GB LUN: database < 1TB
    As databases grow beyond the threshold the larger LUNs are swapped in and the previous ones are swapped out. With thin provisioning it is a little different since you only need to resize the ASM LUNs. I'd also recommend having at least 2 of each standard sized LUNs ready to go in case you need space in an emergency. Even with capacity management you never know when something just consumes space too quickly.
    ASM is all about space savings, performance, and management :-).
    Hope this helps.

  • ASM how many Gigs per disk group for performance.

    We are migrating from a file system based database 1Tbyte 10.2.0.3 on IBM AIX to a database on Solaris 9 10.2.0.3 with ASM.
    Our old system functioned well by breaking up the IO into 15 file system 72.5 GB each over three SAN arrays.
    We have no experience of ASM and are wondering if we should break up the IO in a similar way for performance or just have one large disk group? There must be advantages/disadvantages one way or another. Looking for advise.
    Thanks very much in advance for any help.

    ASM performs striping automatically so you don't need to care about creating multiple disk groups for performance. But if you have different disks in terms of speed and size, then create individual groups for each disk.
    http://youngcow.net/doc/oracle10g/server.102/b14231/storeman.htm#i1014729

  • ASM - Service Guard/SGeRAC - Disk Groups - Sizing

    Hai.
    I'm new to ASM. We want to use ASM with HP-UX11.23 and MC Service Guard/SGeRAC A11.1.17. We decided to start with initial DB sizing of 25GB, I mean the Disk Group ( hence, Volume Group) size. So, I would like to know recomended no: of Disks in this Disk Group and Disks sizing? We want to go with only one Disk Group. Also, I have few questions:
    1) Do we need to have separate Disk Groups for ArchiveLogs & Database Files?
    2) Can we use ASM Disk Groups for Archive Logs or is a regular File System recomended or can we have both?
    regards,
    Dileep Tallam.

    Looking at the scalability and Data Growth data rate in you Org.., say in next 2 to 5 years ..... Estimate the size of Disk Group.
    Single Disk Group is a good idea, as multiple disk groups gives no performance agains.
    If planning for Flash too , Then give a separate Disk Group to Flash.
    Comming to
    1) Do we need to have separate Disk Groups for ArchiveLogs & Database Files?
    No need for a separate Disk group for Arch/, Ctrl, Data, Redo. You can put all in one Disk Group.
    2) Can we use ASM Disk Groups for Archive Logs or is a regular File System recomended or can we have both?
    Archive Logs are supported on ASM. Depending upon your Backup Stragey.
    If RMAN - ASM
    else
    file system.
    Regards
    Satish

  • Pros/Cons for a Seperate ASM Archivelog Disk Group

    We have a non-ASM best practice of having our archivelogs on their own filesystem. When there is a major problem that fills up this space the datafiles (separate filesystem) themselves are not affected and the backup area used by RMAN (separate filesystem) is fully functional to perform archivelog sweeps.
    My DBA team and I have the same concern about having the archivelogs in the FRA along with backups, etc., in the ASM. We are proposing a third disk group just for archivelogs. Also a best practice of always having at least 1 spare disk available that can be added to a disk group in an emergency.
    Is there a reason why this is not a good idea or unnecessary? My team is new to ASM and I don't pretend to understand all the real world intracies of Oracle managing the FRA space/archivelogs/rman backups/etc.Thanks for any insight you can offer.

    I have read and am quite aware of Oracle's recommendations and have been an Oracle DBA since the venerable 7.0.16 release. In fact I have read through some 20 or so related Oracle white papers concerning ASM. However, in the 24 years I have been working with databases I am also well aware things don't always go as planned. You will fill up a disk group eventually whether that is from unexpectedly high data activity, human error, monitoring being down or any number of possibilities.
    So if we make the assumption that the FRA disk group will be out of space due to excessive numbers of archivelogs and/or RMAN retention widow and backup growth problems how do we quickly solve the issue while my prod DB is unavailable? Ah the real world ... If archivelogs and backups are in the FRA I really only have three choices, 1. add a disk to the disk group if I have one, or 2. manually delete files thus potentially impacting recoverability or 3. possibly temporarily reducing my RMAN recovery window to allow RMAN to clean out "old" backup sets (thus impacting my SLA recovery window. Yes there are probably other variations on these also.
    Therefore, we are proposing having a best practice of a spare disk available and a seperate disk group for archivelogs so we have two potential methods to recover from this scenario. Now back to the original question, is there a reason why a seperate disk group for archivelogs is not a good idea or unnecessary?
    Thanks

  • How Do I Group Multiple Disks as One Album?

    I've got the latest iTunes update, 11.0.4, and as with the update before it, I'm supposed to be able to group multiple disks as one album, but I can't figure out how, and can't find any directions at Apple.
    I've lately begun ripping my large collection of symphonies and operas on CD into iTunes. Operas especially almost always come on two, three, or even four CD's, BUT IT'S ALL THE SAME OPERA, and the CD's come in the same boxed set. On top of that, there really aren't any "tracks" in an opera; the plot and the music unroll seamlessly from beginning to end (that sometimes takes 5 or 6 hours, which goes with the operatic territory).
    On my CD player, I'm used to a pause between disks, but now that I've figured out how to get the "tracks" on each CD to play in order on iTunes (not so intuitive), I'd like to be able to go from the last "track" on Disk 1 to the first track on Disk 2 without interruption, since the technology should be able to support that option.
    In the INFO box, I've tried keeping "1 of 3," "2 of 3," "3 of 3." No joy. So I've tried erasing the first element, 1, 2, 3, and just leaving the total number of disks. Again, no joy.
    Since the album name is often filled in with something like "Carmen [Disk 1]" for example, and since Albums should have exactly the same name so that iTunes can figure out that in fact, they belong to the same work, I've tried deleting '[Disk 1]" etc. on all 3, leaving just "Carmen" in the appropriate space on the INFO panel for each of the 3 disks. Doesn't work.
    Has anyone else been afflicted with the same problem?
    Has anyone got a solution?

    Have you seen this helpful article:
    Grouping tracks into albums:
    http://samsoft.org.uk/iTunes/grouping.asp
    In the INFO box, I've tried keeping "1 of 3," "2 of 3," "3 of 3."
    That is correct.  Don't   erase the first element, 1, 2, 3, that should not matter.
    Since the album name is often filled in with something like "Carmen [Disk 1]" for example, and since Albums should have exactly the same name so that iTunes can figure out that in fact, they belong to the same work, I've tried deleting '[Disk 1]" etc. on all 3, leaving just "Carmen" in the appropriate space on the INFO panel for each of the 3 disks.
    Also correct.  Also chec, if the  "Sort album name" is the same.
    Do the artists differ on the tracks?
    Then set the "Album Artist" on all CDs to the same name (Various Artists), also check, if the album sort artists names differ.

  • There are multiple MAC's in my house and I am considering buying Time Capsule to use as a file sharing device. Is anyone doing this? Pros/Cons?

    I have multiple MAC's in my house. I would like to create a file server environmet. I am considering using Time Capsule. Is anyone doing this? Pros/Cons?

    The Linksys should be about as fast as the Time Capsule. So you might as well connect the Time Capsule to the Linksys, disable sharing and wireless.
    Solution two is to use the TC as the router, wireless and network drive. This would save the power the Linksys needs. What is the Linksys connected to? a separate modem?

  • Share an ASM disk group among multiple nodes

    According to Oracle documentation:
    *“To share an ASM disk group among multiple nodes, you must install Oracle Cluster ware on all of the nodes, regardless of whether you install Oracle RAC on the nodes”.*
    And if I understand it right to share the same ASM storage group from multiple nodes from separate RACs or multiple non-RAC nodes ASM instances in those nodes need to communicate to synchronize ASM related metadata using same technique like cache fusions.
    My question is how this ASM communication take place among different ASM instances located in different RACs and standalone servers. Do we have to have some kind of Interconnect settings among the nodes?

    Hi,
    ASM and database instances require shared access to the disks in a disk group. ASM instances manage the metadata of the disk group and provide file layout information to the database instances.
    ASM instances can be clustered using Oracle Clusterware; there is one ASM instance for each cluster node. If there are several database instances for different databases on the same node, then the database instances share the same single ASM instance on that node.
    If the ASM instance on a node fails, then all of the database instances on that node also fail. Unlike a file system failure, an ASM instance failure does not require restarting the operating system. In an Oracle RAC environment, the ASM and database instances on the surviving nodes automatically recover from an ASM instance failure on a node.
    see this link
    http://download.oracle.com/docs/cd/B28359_01/server.111/b31107/asmcon.htm :)

  • Pros/Cons of multiple shipping points

    Are there specific pros or cons to having multiple shipping points for the same physical shipping location? I know that loading points can be used to differentiate different types of loading but are there any examples or pros/cons for why you would or wouldn't want multiple shipping points for the same physical location?
    I know SAP doesn't prevent you from creating as many as are wanted, but I'm interested more in the business process or user impact.

    Maderas,
    Multiple shipping points can have many purposes, but one purpose that I am aware of and that is currently applied at my company is for determining types of shipments.  For example, in plant "X" let's say that there are 3 shipping points:
    X1 - large orders, require 3 days of pick/pack time
    X2 - medium orders, require 2 days of pick/pack time
    X3 - small orders, typically rush orders, require same day pick/pack time
    You can set up your delivery batch jobs to print these different types of orders.  For example, you can have X1 batch job to run 1x a day very early in the morning so that pick/packers have large orders to work on and you can have batch jobs for X3 orders to run 6x per hour near the end of the day to accommodate your rush customers.
    I hope this information is helpful.

  • Can 1 ASM Disk group serve multiple RAC DBs?

    DB version: 11gR2
    Platform : Sun OS 5.10
    Number of Nodes : 2
    We currently have a 2 node RAC DB called PMDB1 running with a Disk group called DG1_DATA of 1 Tera Byte.
    We would like to add another Database in this cluster.
    Can this DB use the same Disk Group (DG1_DATA) which PMDB1 use?

    Hi Haiti
    Can this DB use the same Disk Group (DG1_DATA) which PMDB1 use?Yes. No problem.
    One ASM instance in RAC can be associated with several DBs' instances. Right?Right
    Regards,
    Levi Pereira

  • ASM disk group and multiple databases

    Hi,
    I want to create a second database on my RAC cluster. Can the ASM diskgroups I have defined for use with the first database , service the second database or do I have to create another set of ASM diskgroups for the second dataabase?
    Thanks,
    Anne

    ASM does not have any data files. ASM will store data files required for the RDBMS instance only.
    After you have installed the Oracle binaries, (best practice is to have two Oracle homes one for ASM and another for RDBMS), you can create the ASM instances using DBCA and during this process or later can create ASM diskgroups.
    ( e,g disk1G, disk2G,disk3G,disk4G) using the above four you can create ASM DISK GROUPS..

  • RAID 5 Question - separate volume for OS/Apps: pros/cons

    What are the pros & cons of having 2 volumes on a Mac Pro RAID 5 (instead of one big volume):
    Vol 1: OS & Applications
    Vol 2: Home Folders (basically everything else)
    1) Is this a good idea/bad idea?
    2) For what purposes would this setup be best used for?
    3) At what point during the RAID 5 setup do you create multiple volumes and how is it done?
    4) How/when do you set up the home directories to be on a separate volume from the OS/Apps volume and does the user have to do anything special during daily use to ensure they aren't saving/modifying anything on the OS/Apps volume?
    5) I have four 250GB Barracudas sitting around and was wondering if they will work in a RAID 5 in my Mac Pro. I haven't heard of anyone using HDDs this small in a RAID 5 and Apple's website only talks about 500GB, 750GB, and 1TB in bays 2-4. Does anyone have this setup or know if it will work?
    uryc hf bov-jna xrabov, lbh'er bhe bayl ubcr.

    What are the pros & cons of having 2 volumes on a Mac Pro RAID 5 (instead of one big volume):
    Vol 1: OS & Applications
    Vol 2: Home Folders (basically everything else)
    1) Is this a good idea/bad idea?
    Bad. Using a separate drive (especially 10,000 rpm) for OS & Applications can be useful, but two volumes on the same drive (RAID behaves as one drive) means the heads have to continual move large distances, since home folders and system files are used a lot at the same time.
    2) For what purposes would this setup be best used for?
    If you often do things that destroy your system volume, you can quickly restore it from a backup copy, without having to worry if your user backup are completely up to date, but a separate system disk would still be better.
    3) At what point during the RAID 5 setup do you create multiple volumes and how is it done?
    After you create the RAID-5 with RAID Utility, create a volume and set its size to less than the default full size. You can then create more volumes. See page 8 of the RAID Userr Guide
    <http://manuals.info.apple.com/en/RAIDUtility_UserGuide.pdf>
    4) How/when do you set up the home directories to be on a separate volume from the OS/Apps volume and does the user have to do anything special during daily use to ensure they aren't saving/modifying anything on the OS/Apps volume?
    For Tiger, use NetInfo Manager (Utilities folder). For Leopard, Right (or Control) click the user in "Accounts" system preference. Once set, the user doesn't have to do anything special.
    5) I have four 250GB Barracudas sitting around and was wondering if they will work in a RAID 5 in my Mac Pro. I haven't heard of anyone using HDDs this small in a RAID 5 and Apple's website only talks about 500GB, 750GB, and 1TB in bays 2-4. Does anyone have this setup or know if it will work?
    They should work. Apple only talks about drive sizes there were selling at the time the particular system was sold. If you have problems, though, Apple may blame the drives, and not provide much help.
    uryc hf bov-jna xrabov, lbh'er bhe bayl ubcr.

  • Pros & Cons of FileVault

    I'm wondering what the group thinks about FileVault? I haven't used it. I have two files on my computer that, if it were ever lost or stolen, would put information out there that I would rather keep to myself.
    An overall Pro/Con discussion would be great.
    Thanks.
    Chip

    Hi, Chip.
    You're wise to ask.
    I recommend that one only implement FileVault if you really need that level of security:• You have a laptop and travel with it.
    • You share a Mac with others or your Mac is in an office easily accessible by others and you have personal, confidential information on such that must be protected across your Home folder.In lieu of FileVault, you can always protect data selectively using an encrypted disk image.
    The key risk with FileVault is that you put "all your eggs" in one encrypted disk image. If a bad sector or block develops on the hard drive where the encrypted Home folder resides, your data is toast. Having a comprehensive Backup and Recovery solution, and using it regularly, is critical for all users, and especially important if you use FileVault. Most backup and recovery utilities require that you backup a FileVault-protected Home folder separately from the rest of your hard drive. If you use FileVault, I recommend you backup your encrypted Home folder daily.
    Some additional advice should you elect to use FileVault:• Before implementing FileVault:• Check your disk thoroughly. At a minimum, run Steps 1-3 of the procedure in my Resolving Disk, Permission, and Cache Corruption FAQ.
    • You must have sufficient free space on your hard disk in order to enable FileVault. You need free disk space at least a bit larger than your Home folder in order for the encryption process to take place. That process copies your current Home folder into an encrypted, sparse disk image file (,sparseimage) — hence the need for the free space — and then securely erases your original, unencrypted Home folder when the copy has completed successfully.• Do not lose the Master Password for your Mac. This must be set in order to enable FileVault and is essential to recovering any encrypted Home folders on your Mac should a user forget their account password. The Master password should again be a "good" password: hard to guess or discern from publicly-available information about you.
    • To avoid performance problems when using iMovie and either of Final Cut Pro or Express, save project-related files, scratch disks, and other linked media outside your Home folder. See:• “iMovie: Using FileVault Can Affect Performance.”
    •“Final Cut Pro and Final Cut Express: About Using FileVault.”
    • Repairing your encrypted Home folder requires special instructions.
    • To disable FileVault, you again need free disk space greater than or equal to the size of your encrypted Home folder. In disabling FileVault, your Mac first copies the contents of your Home folder from the encrypted Sparse image to a new Home folder — hence why so much free space is required — and then securely erases the encrypted Home folder.Note that some of the information above is from the "Security" chapter of my book, Troubleshooting Mac® OS X, Tiger Edition.
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

Maybe you are looking for

  • Variable Text not working as dynamic header in Crystal report

    Dear Experts, I'm working Crystal report that connected to Query BEX SAP BW trough SAP integration kit, currently i have case that need report dynamic header using variable text from BEX query, but seem the variable text not working in Crystal report

  • How to exclude the standard Include programs in Code Inspector?

    I am running code inspector (SCi) on all the development objects using a package. But in certain repository objects standard include programs have been used. I want to exclude the standard include programs while running SCI on the package. What are t

  • Control over iPod Safari and YouTube content?

    I would like my pre-teen to be able to use Safari on his iPod Touch, but I do not want him to have unfiltered access to the Internet. The same is the case with YouTube. It would be great for him to watch the silly videos about Charlie the Unicorn goi

  • Prohibited entry if travel more than 2 weeks

    Hi All: Does anyone know if there is a setting that can be configures that would stop an employee from entering an expense report if the trip start date is more than 2weeks prior to the current date? The business has asked this question, because we h

  • Cannot use system rollback segment for non-system tablespace 'TEMP

    Hi everyone! I encountered this error: "Cannot use system rollback segment for non-system tablespace 'TEMP" So this is what I did to check if the undo stuffs are online. SQL> select tablespace_name,status from dba_tablespaces; TABLESPACE_NAME