Compaq HSZ80 Network Card User Manual


 
5–21
Compaq HSZ80 Array Controller ACS Version 8.3 Configuration and CLI Reference Guide
Specify NORMAL to balance other controller operations with the reconstruct
operation. The controller uses relatively few resources to perform the reconstruct
process: there is little impact on performance.
REDUCED
NOREDUCED (Default)
Permits the addition of a RAIDset missing a member. Specify the REDUCED switch
when you add a reduced RAIDset (a RAIDset that is missing a member).
Specify the NOREDUCED switch when all the disks making up the RAIDset are
present—for instance, when creating a new RAIDset.
Verify the RAIDset contains all but one of its disks before specifying the REDUCED
switch.
Examples
This example shows how to create a RAIDset named RAID9 that contains disks
DISK10000, DISK20100, and DISK30200.
ADD DISK DISK10000 1 0 0
ADD DISK DISK20100 2 1 0
ADD DISK DISK30200 3 2 0
ADD RAIDSET RAID9 DISK10000 DISK20100 DISK30200
This example shows how to create a RAIDset named RAID8 that contains disks
DISK10000, DISK20100, and DISK30200, and uses the BEST_FIT switch to
indicate the replacement policy. Enter the ADD RAIDSET command on one line.
ADD DISK DISK10000 1 0 0
ADD DISK DISK20100 2 1 0
ADD DISK DISK30200 3 2 0
ADD RAIDSET RAID8 DISK10000 DISK20100 DISK30200 POLICY=BEST_FIT
This example creates RAIDset RAID8, and then creates a host-addressable unit.
INITIALIZE RAID8