HP StorageWorks HSG80 ACS Solution Software V8.8 for HP-UX Installation and Configuration Guide (AA-RV1FA-TE, March 2005)

FC Configuration Procedures
172 HSG80 ACS Solution Software V8.8 for HP-UX Installation and Configuration Guide
4. Assign the RAIDset a unit number to make it accessible by the hosts. See
"Assigning Unit Numbers and Unit Qualifiers", page 175.
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 DISK30000
INITIALIZE RAID1
SHOW RAID1
Configuring a Striped Mirrorset
1. Create, but do not initialize, at least two mirrorsets.
See "Configuring a Mirrorset", page 170.
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 "Specifying Initialization Switches", page 95, 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", page 175.
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