beautypg.com

Examples – HP Array Controller HSG V8.7 Software User Manual

Page 293

background image

CLI Commands

B–21

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

To create a RAIDset named RAID9 that contains disks DISK10000,
DISK20100, and DISK30200, use the following commands:

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
ADD UNIT D70 RAID8

This example shows how you can create a three-member RAIDset from
the members of a reduced four-member RAIDset. Do not initialize the
RAIDset again.