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!
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.
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.
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.
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
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
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.
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.
AranH1
2163 Posts
623
1
Posted June 29th, 2009 09:00
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.