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

LABEL
(physical disks only) displays disk label information.
LOG
(physical disks only) displays information about spared sectors.
OBEYFORM
displays information about the object in the format used in an ADD command.
POOL $pool
specifies that the command is performed only on disks associated with the specified storage
pool.
SECTOR [ % | %H ] lsa
(physical disks only) displays information about the disk sector at logical sector address lsa.
lsa can be expressed as an octal (%), hexadecimal (%H), or decimal number.
SEL state
specifies that the command affects only devices in the specified state.
SUB { ALL | MAGNETIC | VIRTUAL }
specifies that the command affects only disks of the specified type. The default is ALL.
See Attribute Descriptions for Disk Commands (page 198) for descriptions of all attributes for disk
commands.
INFO DISK Examples
To display information about a disk:
-> INFO $AUDIT
See the display and explanation under An INFO Report for a Disk” (page 49).
To display detailed information about a disk:
-> INFO $SYSTEM, DETAIL
See the display and explanation under “Example 2: A Detailed INFO Report for a Disk”
(page 49).
To display information about a virtual disk:
-> INFO $VDISK00
See the display and explanation under “Example of an INFO DISK Summary Report” (page 145).
To display detailed information about a virtual disk:
-> INFO $VDISK00, DETAIL
See the display and explanation under “Example of an INFO DISK Summary Report” (page 145).
To display information about disk cache configuration for $SYSTEM:
-> INFO $SYSTEM, CACHE
See the display and explanation under “Displaying Disk Configuration Information (page 50).
To display information about the label for $SYSTEM:
-> INFO $SYSTEM, LABEL
See the display and explanation under “Displaying Disk Label Information” (page 52).
To display information about unspared bad sectors:
-> INFO $DATA01, BAD
See the display and explanation under “Displaying Bad Sector Information” (page 62).
To display information about the spared sectors:
-> INFO $DATA01, LOG
INFO Command 255