HP StorageWorks HSG60 and HSG80 Array Controller and Array Controller Software Command Line Interface Reference Guide (EK-G80CL-RA. C01, March 2005)

CLI Command Descriptions
86 HP StorageWorks HSG60 and HSG80 Array Controller and Array Controller Software
Command Line Interface Reference Guide
container-name1 container-name2 [container-nameN]
Identifies the members (disk drives or mirrorsets) making up the stripeset.
Stripesets can contain between 2 and 24 members.
Note: A 256-character limit exists for the command line. If configuring a stripeset with
many members, consider renaming the members to shorter names in order to enter the
entire command line.
Switches
There are no switches associated with this command.
Examples
To create a stripeset named STRIPE1 that contains disks DISK10000,
DISK20100, and DISK30200, enter:
ADD STRIPESETS STRIPE1 DISK10000 DISK20100 DISK30200
To create a logical unit from STRIPE1, enter:
INITIALIZE STRIPE1
ADD UNITS D103 STRIPE1
To create a two-member striped mirrorset (a stripeset whose members are
mirrorsets), and a logical unit from it, enter:
ADD MIRRORSETS MR1 DISK10000 DISK20100
ADD MIRRORSETS MR2 DISK30200 DISK40300
ADD STRIPESETS STRIPE1 MR1 MR2
INITIALIZE STRIPE1
ADD UNITS D104 STRIPE1
Note: Because you can initialize the stripeset, you do not need to individually
initialize the mirrorset members.
See Also
ADD UNITS
ADD MIRRORSETS
DELETE container-name