SCF Reference Manual for the Storage Subsystem (G06.24+, H06.03+)

Storage Subsystem Commands
SCF Reference Manual for the Storage Subsystem529937-007
14-26
ADD DISK Command
TYPE { MAGNETIC | VIRTUAL }
is the type of disk you are adding. The default is MAGNETIC.
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), &
-> MIRRORSAC 2, &
-> MBACKUPLOCATION (11,2,5), &
-> MBACKUPSAC 2 &
-> PRIMARYPORTNAME 50060E8003501213, &
-> BACKUPPORTNAME 50060E8003501225 &
-> PRIMARYLUN 16 &
-> MIRRORPORTNAME 50060E8003501241, &
-> MBACKUPPORTNAME 50060E8003501243, &
-> MIRRORLUN 17
ADD DISK Example for Virtual Disks
See the procedure and considerations for Adding a Virtual Disk on page 10-7.