SCF Reference Manual for the Storage Subsystem (G06.24+, H06.03+)

Storage Subsystem Commands
SCF Reference Manual for the Storage Subsystem529937-007
14-45
ADD TAPE Command
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 on page 12-8.
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:
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.
ADD [ / OUT file-spec / ] TAPE $tape , SENDTO STORAGE
[ , LIKE object ] [ attribute-spec ]...