SCF Reference Manual for the Storage Subsystem (G06.27+, H06.04+)

Storage Subsystem Commands
SCF Reference Manual for the Storage Subsystem529937-008
14-10
ADD DISK Command
Virtual Disk Attributes for the ADD Command
These virtual disk attributes are valid for the ADD DISK command. For a complete
description of these attributes, see Disk Attribute Descriptions on page 14-12.
[ , ANTCAPACITY number ]
, ANTLOCATION { $vol | $vol.subvol.fileid }
[ , BACKUPCPU number ]
[ , CACHESIZE number ]
[ , HIGHPIN { ON | OFF } ]
[ , MODE { NOISY | QUIET } ]
, PENDOPSLOCATION { $vol | $vol.subvol.fileid}
, POOL $pool
[ , PRIMARYCPU number ]
[ , PROGRAM [[$vol.]subvol.]fileid ]
[ , STARTSTATE { STARTED | STOPPED } ]
, TYPE { VIRTUAL }
ADD DISK Examples for Magnetic Disks
See the procedure and considerations for Adding a Magnetic Disk on page 6-18.
To add a new nonmirrored disk named $DATA04 in group 01, slot 07:
-> ADD DISK $DATA04, SENDTO STORAGE, PRIMARYLOCATION (1,1,7)
To add two disks as a mirrored volume named $DATA04 in group 01, slots 7 and 8:
-> ADD DISK $DATA04, SENDTO STORAGE, PRIMARYLOCATION(1,1,7),&
-> MIRRORLOCATION (1,1,8)
To add two 45xx disks as a mirrored volume named $DISK02:
-> ADD DISK $DISK02, SENDTO STORAGE,&
-> PRIMARYLOCATION (1,1,53), PRIMARYSAC 1, &
-> PRIMARYDEVICEID 0, BACKUPLOCATION (1,1,54), BACKUPSAC 1, &
-> MIRRORLOCATION (1,1,54), MIRRORSAC 2, &
-> MIRRORDEVICEID 0, MBACKUPLOCATION (1,1,53), MBACKUPSAC 2
To add a 45xx nonmirrored disk named $DISK00 using SAC 1 of the adapter in
slot 53 in group 01:
-> ADD DISK $DISK00, SENDTO STORAGE, &
-> PRIMARYLOCATION (1,1,53), PRIMARYSAC 1, PRIMARYDEVICEID 0
To add a disk volume that uses a Fibre Channel ServerNet adapter to
communicate with an Enterprise Storage System:
-> ADD DISK $DISK02, SENDTO STORAGE,&
-> PRIMARYCPU 01 &
-> BACKUPCPU 02 &
-> PRIMARYLOCATION (11,2,5), &
-> PRIMARYSAC 1, &
-> BACKUPLOCATION (11,3,5), &
-> BACKUPSAC 1, &
-> MIRRORLOCATION (11,3,5), &