SCF Reference Manual for the Storage Subsystem (G06.28+, H06.05+, J06.03+)
• 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
• This example creates an obey file, from which you can use the ADD DISK command to replicate
the attributes from one disk to another disk. In this particular example, partitions are added
and WRITECACHE is enabled. See “Partitioning HDDs and SSDs” (page 92) and “Write
Caching” (page 94) for a description of these features.
-> info disk $DISK121, obey
== STORAGE - Obeyform Info Magnetic DISK \JUNO1.$DISK121
ADD DISK $DISK121 , &
SENDTO STORAGE , &
BACKUPCPU 3, &
HIGHPIN ON , &
PRIMARYCPU 2, &
PROGRAM $SYSTEM.SYSTEM.TSYSDP2 , &
STARTSTATE STARTED, &
PRIMARYCLIM C100271 , &
PRIMARYLUN 121, &
PRIMARYPARTITION 1, &
BACKUPCLIM C100273 , &
BACKUPLUN 121, &
MIRRORCLIM C100273 , &
MIRRORLUN 216, &
MIRRORPARTITION 1, &
MBACKUPCLIM C100271 , &
MBACKUPLUN 216, &
AUDITTRAILBUFFER 0 , &
AUTOREVIVE OFF, &
AUTOSTART ON, &
CAPACITYMISMATCH OFF , &
CBPOOLLEN 1000 , &
FASTBULKWRITE OFF , &
FSTCACHING OFF , &
FULLCHECKPOINTS ENABLED , &
HALTONERROR 1, &
LKIDLONGPOOLLEN 8 , &
LKTABLESPACELEN 15 , &
MAXLOCKSPEROCB 5000 , &
MAXLOCKSPERTCB 5000 , &
NONAUDITEDINSERT OFF , &
NUMDISKPROCESSES 8, &
OSSCACHING ON , &
PROTECTDIRECTORY SERIAL , &
RECOVERYTIMEOUT 0 , &
REVIVEBLOCKS 10 , &
ADD Command 197