HP StorageWorks HSG80 ACS Solution Software V8.8 for Windows NT, Windows 2000, and Windows Server 2003 (32-bit) Installation and Configuration Guide (AA-RV1XA-TE, March 2005)

FC Configuration Procedures
176 HSG80 ACS Solution Software V8.8 for Windows NT, Windows 2000, and Windows Server
2003 (32-bit) Installation and Configuration Guide
2. Create each partition in the storageset or disk drive by indicating the
partition's size. Also specify any desired switch settings:
CREATE_PARTITION STORAGESET-NAME SIZE=N SWITCHES
or
CREATE_PARTITION DISK-NAME SIZE=N SWITCHES
where N is the percentage of the disk drive or storageset that will be assigned
to the partition. Enter SIZE=LARGEST, on the last partition only, to let the
controller assign the largest free space available to the partition.
Note: See the CREATE_PARTITION command in the
HP StorageWorks HSG60 and
HSG80 Array Controller and Array Controller Software Command Line Interface (CLI)
Reference Guide
for a description of the partition switches.
3. Verify the partitions:
SHOW STORAGESET-NAME
or
SHOW DISK-NAME
The partition number appears in the first column, followed by the size and
starting block of each partition.
4. Assign the partition a unit number to make it accessible by the hosts. See
Assigning Unit Numbers and Unit Qualifiers” on page 177.
For example:
The commands to create RAID1, a three-member RAIDset, then partition it into
two storage units are shown below.
ADD RAIDSET RAID1 DISK10000 DISK20000 DISK30000
INITIALIZE RAID1
CREATE_PARTITION RAID1 SIZE=25
CREATE_PARTITION RAID1 SIZE=LARGEST
SHOW RAID1