Back to Storage Management Contents Page
Dell OpenManage Server Administrator Storage
Management
User's Guide
The Create Virtual Disk Advanced Wizard allows you to specify the read, write, and cache policy for the virtual disk. You can also select the physical disks and the controller connector to be used. You need a good knowledge of RAID levels and hardware to use the Advanced Wizard.
Before creating a virtual disk, you should be familiar with the information in "Considerations Before Creating Virtual Disks". You may also want to review "Choosing RAID Levels and Concatenation".
If you want to have the wizard choose a recommended virtual disk configuration for you, click Go To Express Wizard.
- Click the radio button to select the correct RAID level.
- Depending on the controller, Concatenated enables you to combine the storage capacity of several disks or to create a virtual disk using only a single physical disk. See "Number of Physical Disks per Virtual Disk" for information on whether the controller supports a single physical disk or two or more when using Concatenated. Using Concatenated does not provide data redundancy nor does it affect the read and write performance.
- Select RAID 0 for striping. This selection groups n disks together as one large virtual disk with a total capacity of n disks. Data is stored to the disks alternately so that they are evenly distributed. Data redundancy is not available in this mode. Read and write performance is enhanced.
- Select RAID 1 for mirroring disks. This selection groups two disks together as one virtual disk with a capacity of one single disk. The data is replicated on both disks. When a disk fails, the virtual disk continues to function. This feature provides data redundancy and good read performance, but slightly slower write performance. Your system must have at least two disks to use RAID 1.
- Select RAID 1-concatenated to span a RAID 1 disk group across more than a single pair of physical disks. RAID 1-concatenated combines the advantages of concatenation with the redundancy of RAID 1. No striping is involved in this RAID type.
- Select RAID 5 for striping with distributed parity. This selection groups n disks together as one large virtual disk with a total capacity of (n-1) disks. When a disk fails, the virtual disk continues to function. This feature provides better data redundancy and read performance, but slower write performance. Your system must have at least three disks to use RAID 5.
- Select RAID 10 for striping over mirror sets. This selection groups n disks together as one large virtual disk with a total capacity of (n/2) disks. Data is striped across the replicated mirrored pair disks. When a disk fails, the virtual disk continues to function. The data is read from the surviving mirrored pair disk. This feature provides the best failure protection, read and write performance. Your system must have at least four disks to use RAID 10.
- Select RAID 50 to implement striping across more than one span of physical disks. RAID 50 groups n*s disks as one large virtual disk with a capacity of s*(n-1) disks, where s is the number of spans and n is the number of disks within each span.
- Click Continue to go to the next screen or Exit Wizard if you want to cancel.
- Expand the Storage tree object to display the controller objects.
- Expand a controller object.
- Select the Virtual Disks object.
- Click Go To Create Virtual Disk Wizard.
- Click Go To Advanced Wizard.
Back to Storage Management Contents Page