UNSOLVED

gritz1

updated

17 years ago

G

gritz1

12 Posts

0

1187

June 29th, 2009 07:00

Triple Mirrored Set Creation

I would like help creating a triple mirrored set using RAID 0+1 on my CX500 array. The knowledgebase and forums do not have much info on this, at least using basic search terms. We have 30 disks in 2 trays - 27 would be set aside for the triple mirror (9+9+9), 2 for a transaction log and 1 for hot spare. This particular setup if for an IBM Universe server database, running on NTFS file system.
Any instructions or links to instructions, papers, etc, would be most helpful!
  • AranH1

    2163 Posts

    623

    1

    Posted June 29th, 2009 09:00

    Gritz,
    You cannot create a triple mirror on a CLARiiON array. Your choices (depending on model and FLARE revision) are RAID 1, 10, 3, 5, and 6.
  • RRR

    6 Operator

    5739 Posts

    623

    1

    Posted June 30th, 2009 01:00

    Gritz, welcome to the forums ! Make sure you tell us something about yourself in the Coffee Break.

    The only tripple mirror on a Clariion is in the "hidden" part of the first 5 drives. For the rest you cannot create a tripple or quadruple mirror on Clariion yourself. You can however create a mirrorview set up where the source replicates to 2 or 3 targets. But reading your question, that's not what you mean.
  • 622

    0

    Posted July 17th, 2009 16:00

    If you are looking at 3rd mirror from recovery point of view, then snapclone can be an option. Just keep it in synchronised mode and do not split.

    But, still not sure if this is what you are looking for ?
  • gritz1

    12 Posts

    622

    0

    Posted July 20th, 2009 08:00

    My dilemma comes from the manufacturer's (IBM) terminology versus EMC's terminology. I understand a triple mirror. Is is possible to duplicate this with Snapclone? Mirrorview? The idea, (if I understand IBM correctly!) is to have the database striped across the three sets of disks (mirrored set of striped subsets). Bottom line, the database can be quiesced and a backup taken from the 3rd set of disks.
    And the piece I really do not understand, if the EMC OS is using a triple mirror, why would you not be able to create one on your own disks?
    In addition, there are simple, inexpensive(?) SATA NAS boxes that are 0+1 capable. Why would the more sophisticated Clariion not have the same capability? Again, there is something very obvious I am missing.
  • AranH1

    2163 Posts

    622

    0

    Posted July 20th, 2009 09:00

    Gritz,
    A triple mirror and RAID 0+1 are not the same thing. The CLARiiON supports RAID 0,1,3,5,6 and 1+0.

    What is it you are trying to accomplish? If i know that I can answer your question better.
  • gritz1

    12 Posts

    622

    0

    Posted July 20th, 2009 10:00

    This is a synopsis from the IBM guide to disk subsystems for Universe. Unfortunately, I cannot paste a picture, but the diagram shows 3 sets of disks, striped and mirrored.
    IBM refers to this as Raid 0+1. At the bottom (in italic) are the steps we need to accomplish.

    © 2006-2008 IBM Corporation IBM U2 Lab Services 21
    Alternative 1 ¿A Valid Backup (Step 1)
    1.Quiesce the Data BaseEnsures no broken files¿SUSPEND.FILES ON is the command¿Pauses all writes¿Data can still be read¿Looks like sessions hung to users¿No loss of data being entered by users ¿it is retained in the i/o buffers
    To quiesce the data server should
    only takes about 10-30 seconds.
    If it takes longer than that, you don¿t have enough disk drives under your system
    This is the recommended minimum for all UV ShopsYou do not need to force logoff everyone to get a valid backup!
    People performing reads continue until they perform their first write.
    Disk Subsystem ¿Striped and Triple Mirrored
    The total number of disk drives under the Primary data set will be determined after further analysis at your site.Two Separate Mirrored Disk Drives will be required for the Transaction Logs. Transaction Logs should not be placed on the same disk drives as the Primary data set.
    The functional equivalent of breaking off a mirrored set in the SAN environment are:+ BCV+ Flash Copy.

    1.Quiesce the Data BaseEnsures no broken files
    ¿Pauses all writes¿Data can still be read
    ¿Looks like sessions hung to users
    ¿No loss of data
    2.Split off a set of the mirrored drives
    3.Restart the Data Base
    4.Backup the system to tape
    5.Rejoin the mirrored drives
  • AranH1

    2163 Posts

    622

    0

    Posted July 20th, 2009 10:00

    Alright, so the steps you require can be accomplished on a CLARiiON with an array based replication software called Snapview. It is a feature of the FLARE operating code that has to be enabled via a separately purchased license (unless it was licensed when you purchased the array).

    Snapview can create either a full clone of the source volume or a snapshot. The clone/snap can be mounted to a backup server to perform the backup of the source volume.

    There are a few different ways this can be done with Snapview. I would start first though by reviewing the product first. You can find whitepapers on Snapview on the Powerlink website here:
    Support > Technical Documentation and Advisories > Software ~ S ~ Documentation > SnapView > White Papers
  • RRR

    6 Operator

    5739 Posts

    622

    0

    Posted July 21st, 2009 02:00

    Gritz,

    In addition, there are simple, inexpensive(?) SATA NAS boxes that are 0+1 capable


    You don't want a RAID 0+1 ! When speaking of striped mirrors, it's RAID 10 (1+0). The performance is the same, but a RAID 0+1 is more vulnerable since you're talking about 2 stripes which are mirrored. When 1 disk fails, a whole stripe fails and all your data is left on 1 stripe. In a RAID 10 set up it's a bunch of mirrors which are striped. If a disk fails, you only loose the redundancy within one of the many mirrors.

    For the rest I agree that perhaps you'd make a little bit more clear what it is that you want to accomplish.

    When you have a protected LUN (RIAD5 or RAID10) which has a clone running next to it, you can stop the sync to the clone at a certain time and make a backup from the clone (or run any application against the clone) without impact on the original LUN. Whenever you want to sync the clone again to get it to have the same data as your LUN, sync it and split it again later.
  • RRR

    6 Operator

    5739 Posts

    62

    0

    Posted July 21st, 2009 06:00

    AFAIK RAID 0+1 is exactly as fast as RAID 1+0.... I've never hear anyone request specifically 0+1 before especially since 0+1 is unsafer than 1+0.
  • gritz1

    12 Posts

    622

    0

    Posted July 21st, 2009 06:00

    Actually, RAID 0+1 is exactly what I want, or I should say, what I need for this particular database. This is for speed for database transactions. The transaction log is on separate drives. The IBM Universe database thrives on many small fast disks versus larger disks. I believe the third mirror is the key from the redundancy and backup standpoint. I understand the inherent problems with 0+1 versus 1+0, but this is the manufacturers recommendation.