Example – HP Array Controller HSG V8.7 Software User Manual
Page 136
3–58
HSG80 User’s Guide
Use the following command to create a RAIDset:
ADD RAIDSET
RAIDset-name
DISK
nnnnn
DISK
nnnnn
DISK
nnnnn
switch
2. Initialize the RAIDset. Optional: If you want to set the Initialize
switches, you must do so in this step. Use the following command:
INITIALIZE
RAIDset-name switch
Note It is recommended that you allow initial reconstruct to complete
before allowing I/O to the RAIDset. Not doing so may generate forced
errors at the host level. To determine whether initial reconstruct has
completed, enter SHOW S or SHOW RAIDSET FULL.
3. Present the RAIDset to the host by giving it a unit number the host can
recognize. Optionally, you can append Unit switch values. If you do not
specify switch values, the default values are applied.
Use the following command to present the RAIDset to the host:
ADD UNIT
unit-number RAIDset-name switch
4. Verify the RAIDset configuration and switches. Use the following
command:
SHOW
RAIDset-name
5. Verify the unit configuration and switches. Use the following command:
SHOW
unit-number
Example
The following example shows the commands you would use to create
Raid1, a three-member RAIDset:
ADD RAIDSET RAID1 DISK10000 DISK20000 DISK30000
INITIALIZE RAID1
ADD UNIT D99 RAID1
SHOW RAID1
SHOW D99
Appendix B, “CLI Commands,” contains more information on valid
switches and values for configuraing a RAIDset.