Compaq StorageWorks HSG60 ACS Solution Software V8.6 for Linux X86 and Alpha Installation and Configuration Guide

5–18 HSG60 ACS Solution Software Version 8.6 for Linux X86 and Alpha Installation and Configuration Guide
For example:
The commands to create RAID1, a RAIDset with three members (DISK10000,
DISK20000, and DISK10100) and to initialize it with default values:
ADD RAIDSET RAID1 DISK10000 DISK20000 DISK10100
INITIALIZE RAID1
SHOW RAID1
Configuring a Striped Mirrorset
1. Create, but do not initialize, at least two mirrorsets.
See Configuring a Mirrorset on page 516.
2. Create a stripeset and specify the mirrorsets it contains:
ADD STRIPESET STRIPESET-NAME MIRRORSET-1 MIRRORSET-2....MIRRORSET-N
3. Initialize the striped mirrorset, specifying any desired switches:
INITIALIZE STRIPESET-NAME SWITCH
See Initialization Switches on page 223 for a description of the initialization
switches.
4. Verify the striped mirrorset configuration:
SHOW STRIPESET-NAME
5. Assign the stripeset mirrorset a unit number to make it accessible by the hosts. See
Assigning Unit Numbers and Unit Qualifiers on page 520.
For example:
The commands to create Stripe1, a striped mirrorset that comprises Mirr1, Mirr2, and
Mirr3, each of which is a two-member mirrorset:
ADD MIRRORSET MIRR1 DISK10000 DISK20000
ADD MIRRORSET MIRR2 DISK20100 DISK10100
ADD MIRRORSET MIRR3 DISK10200 DISK20200
ADD STRIPESET STRIPE1 MIRR1 MIRR2 MIRR3
INITIALIZE STRIPE1
SHOW STRIPE1