SCF Reference Manual for the Storage Subsystem (G06.28+, H06.05+, J06.03+)
OBEYFORM
displays information about the object in the format used in an ADD command. The OBEYFORM
option creates an obey file for configuring partitions on the disk. You can save the obey file
and use that obey file to recreate partitions on the replacement disk. Save the obey file with
a meaningful name.
INFO PARTITION Examples
• This displays the results for the basic INFO PARTITION command:
->INFO PARTITION $ZZSTO, PRIMARYCLIM S1002533, PRIMARYLUN 101,
BACKUPCLIM S1002531
STORAGE - LUN Partition Info
PRIMARY CLIM \NBSTS01.$ZZSTO.#S1002533
Configured Partitions: LUN 101
Name Partition Size (GB)
$DATA00-P 1 20
$SWAP00-M 2 10
None 3 30
None 4 40
BACKUP CLIM \NBSTS01.$ZZSTO.#S1002531
Configured Partitions: LUN 101
Name Partition Size (GB)
$DATA00-B 1 20
$SWAP00-MB 2 10
None 3 30
None 4 40
LUN Usage Information:
Unpartitioned Size (GB)... 40
Total Size (GB)........... 140
• This example shows the results of using the INFO PARTITION command with the OBEYFORM
option, which creates an obey file for configuring partitions on the disk.
->INFO PARTITION $ZZSTO, PRIMARYCLIM S1002533, PRIMARYLUN 101,
BACKUPCLIM S1002531, OBEYFORM
== STORAGE - Obeyform Info PARTITION
DELETE PARTITION $ZZSTO, &
SENDTO STORAGE, &
PRIMARYCLIM S1002533 , &
PRIMARYLUN 101 , &
BACKUPCLIM S1002531 , &
ALLPARTITIONS , &
FORCED
ADD PARTITION $ZZSTO, &
SENDTO STORAGE, &
PRIMARYCLIM S1002533 , &
PRIMARYLUN 101 , &
BACKUPCLIM S1002531 , &
STARTPARTITION 1, &
PARTITIONSIZE (20, 10, 30, 40), &
FORCED
INFO Command 257