SCF Reference Manual for the Storage Subsystem (G06.28+, H06.05+, J06.03+)

ADD DISK Examples for Different Disk Types
To add a mirrored internal disk:
-> ADD DISK $DATA01, SENDTO STORAGE, &
-> PRIMARYLOCATION (1,1,1), MIRRORLOCATION (1,1,2)
To add a nonmirrored 45xx disk connected to a pair of 6760 adapters:
-> ADD DISK $DISK01, SENDTO STORAGE,&
-> PRIMARYLOCATION (1,1,53), PRIMARYSAC 1,
-> PRIMARYDEVICEID 0, BACKUPLOCATION (1,1,54), BACKUPSAC 1, &
-> BACKUPDEVICEID 0
To add a mirrored M8xxx disk to an Integrity NonStop NS-series server:
-> ADD DISK $FCDISK8, SENDTO STORAGE, &
-> PRIMARYLOCATION (111,2,1), PRIMARYSAC 1, &
-> PRIMARYDEVICEID (1,8), &
-> BACKUPLOCATION (111,3,1), BACKUPSAC 1 &
-> MIRRORLOCATION (112,2,2), MIRRORSAC 1 &
-> MIRRORDEVICEID (1,4) &
-> MBACKUPLOCATION (112,3,2), MBACKUPSAC 1
To add a mirrored ESS disk to an Integrity NonStop NS-series server:
-> ADD DISK $ESS02, SENDTO STORAGE, &
-> PRIMARYCPU 01 &
-> BACKUPCPU 02 &
-> PRIMARYLOCATION (112,2,5), &
-> PRIMARYSAC 1, &
-> BACKUPLOCATION (112,3,5), &
-> BACKUPSAC 1, &
-> MIRRORLOCATION (112,3,5), &
-> MIRRORSAC 2, &
-> MBACKUPLOCATION (112,2,5), &
-> MBACKUPSAC 2 &
-> PRIMARYPORTNAME 50060E8003501213, &
-> BACKUPPORTNAME 50060E8003501225 &
-> PRIMARYLUN 16 &
-> MIRRORPORTNAME 50060E8003501241, &
-> MBACKUPPORTNAME 50060E8003501243, &
-> MIRRORLUN 17
To add a mirrored SAS disk drive, connected to a pair of CLIMs, to an Integrity NonStop
NS-series server:
-> ADD DISK $-> ADD DISK $BLNSK, SENDTO STORAGE, &
-> PRIMARYCLIM C1002531, &
-> BACKUPCLIM C1002533, &
-> MIRRORCLIM C1002533, &
-> MBACKUPCLIM C1002531, &
-> PRIMARYLUN 101, &
-> MIRRORLUN 201, &
-> PRIMARYCPU 0, &
-> BACKUPCPU 1
Adding a Similar Disk to This System
To add another disk that is similar to an existing disk, use the LIKE attribute. If the disk is an internal
disk, specify a unique name and the group and slot number:
-> ADD DISK $DATA03, SENDTO STORAGE, LIKE $DATA02,&
-> PRIMARYLOCATION (1,1,4)
Adding a Disk 83