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

The storage subsystem supports these wild-card characters:
Represents a character string of undefined length. For example, to display the object names of all disks managed
by the storage subsystem: -> NAMES DISK $*
*
Represents a single unknown character in a specific position. For example, to start disks named $DATA00,
$DATA01, and so on: -> START DISK $DATA0?
?
You can use wild-card characters in any combination. For example, this command starts all disks
whose name has D as the second character and the number 0 as the sixth character:
-> START DISK $D???0*
Object States and Substates
The state and substate of an object provide current status information. Knowing the object state
and substate of an object can be critical. Some SCF commands have no effect on an object when
the object is in a particular object state and substate but can affect the object when it is in another
object state and substate. The substate further defines why the object is in a particular object state.
For example, when a disk is being started, it might also need to be revived, which means it is in
the STARTING state, substate REVIVE. Not all objects have substates.
Can be found in...Descriptions of states for...
“CLIM Object States” (page 33)CLIM object
“Object States and Substates of Disks” (page 34)DISK object (physical)
“Virtual Disk Object States” (page 35)DISK object (virtual)
“MON Object States” (page 36)MON object
“POOL Object States” (page 36)POOL object
“SCSI Object States” (page 38)SCSI object
“TAPE Object States” (page 39)TAPE object
Object Attributes
The attributes for each object are described under the ADD Command” (page 194).
Object Types for the Storage Subsystem
DefinitionObject Type
A ServerNet adapter, which controls communication between the system
and attached devices
“The ADAPTER Object” (page 32)
A CLuster I/O module (CLIM)“The CLIM Object” (page 32)
A disk volume, either physical or virtual“The DISK Object” (page 33)
The Storage Management Foundation (SMF) master process“The MON Object” (page 35)
A storage pool“The POOL Object” (page 36)
A method used to preconfigure disks“The PROFILE Object” (page 36)
A controller on a storage adapter. Most commands issued to a SAC are
targeted at devices connected to the SAC.
“The SAC Object” (page 37)
An Open SCSI device“The SCSI Object” (page 38)
Object States and Substates 31