User`s guide
ADD RAIDSET
RECONSTRUCT=FAST reconstructs the RAIDset at the fastest rate possible
resulting in some loss of performance of the controller overall.
REDUCED
NOREDUCED (Default)
REDUCED specifies that the RAIDset being added is already missing one
member. Use the REDUCED keyword when moving an already reduced RAIDset
from one controller to another. NOREDUCED (default) identifies that all RAIDset
members that make up the RAIDset are being specified.
Examples
1.
CLI> ADD RAIDSET RAID9 DISK0 DISK1 DISK2 DISK3
Creates a RAIDset with four disks (DISK0, DISK1, DISK2, and DISK3). The
replacement policy is BEST_PERFORMANCE.
2.
CLI> ADD RAIDSET RAID9 DISK0 DISK1 DISK2 DISK3 POLICY=BEST_FIT
Creates a RAIDset with four disks (DISK0, DISK1, DISK2, and DISK3). The
replacement policy is BEST_FIT, as specified.
3.
CLI> ADD RAIDSET RAID9 DISK0 DISK1 DISK2 DISK3 NOPOLICY
Creates a RAIDset with four disks (DISK0, DISK1, DISK2, and DISK3). If a
member within the RAIDset fails, a replacement will not be selected.
4.
CLI> ADD RAIDSET RAID9 DISK0 DISK1 DISK3 REDUCED
Creates a four member RAIDset with a raidset that was already reduced.
B–12 Command Line Interpreter