HSG80 ACS Solution Software Version 8.7 for Compaq Tru64 UNIX Installation and Configuration Guide

Table Of Contents
FC Configuration Procedures
5–21HSG80 ACS Solution Software Version 8.7 for Compaq Tru64 UNIX Installation and
Configuration Guide
5–21
See “Specifying Initialization Switches” on page 2–29 for a description of the
initialization switches.
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 StorageWorks HSG80 Array Controller
ACS Version 8.7 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 5–22.
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