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

SCSIID number
is the device ID of the Open SCSI device. Each device on the same SCSI interface must have
a unique device ID. number is in the range 0 through 15 (6 and 7 are reserved for the
adapters). The default is 2.
STARTSTATE { STARTED | STOPPED }
specifies whether the IOP is available to other processes (STARTED) or unavailable (STOPPED)
when the system is loaded or reloaded. The default is STARTED.
STRUCTAREASIZE number
is the size (in kilobytes) of the memory area used for data structures. number is in the range
16 through 32. The default is 24.
TRACEBUFLEN number
is the size (in kilobytes) of the memory area used for internal tracing by the Open SCSI IOP.
number is in the range 32 through 65. The default is 33.
TRACELEVEL number
is the level of tracing used by the Open SCSI IOP. number is in the range 0 through 65,535.
The default is 65,535.
ADD SCSI Consideration
Before using the ADD SCSI command, verify the SCSI ID of the device is the same as the configured
SCSIID value.
ADD SCSI Example
See the procedure for Adding an Open SCSI Device” (page 174).
To add an Open SCSI device with a SCSI ID of 3:
-> ADD SCSI $DEV0, SENDTO STORAGE, PRIMARYLOCATION(21,1,50),&
-> SCSIID 2, LUN 0, PRIMARYCPU 0, BACKUPCPU 1
ADD TAPE Command
The ADD TAPE command adds a tape drive to the system configuration. The syntax is:
ADD [ / OUT file-spec / ] TAPE $tape , SENDTO STORAGE
[ , LIKE object ] [ attribute-spec ]...
Wild-card characters are not supported.
OUT file-spec
directs all SCF output to the specified file.
TAPE $tape
is the name of the tape device.
SENDTO STORAGE
directs the command to the storage subsystem. This attribute is required unless you specified
SENDTO STORAGE in a previous ASSUME command.
LIKE $object
identifies an existing object whose attribute values are copied to the object affected by this
command. The object name must currently exist in the system configuration, and the object
type must match that of the object affected by this command. If you specify LIKE, any attribute
values that you explicitly specify override the attribute values of the LIKE object.
The location, SAC, and device ID values are not copied from the LIKE object. To assign values
to these attributes, you must explicitly specify them.
ADD Command 225