SCF Reference Manual for the Storage Subsystem (G06.27+, H06.04+)
Storage Subsystem Commands
SCF Reference Manual for the Storage Subsystem—529937-008
14-65
ALTER TAPE Command
ALTER SUBSYS Examples
•
To set BULKIO on:
-> ALTER $ZZSTO, BULKIO ON
•
To turn on labeled-tape processing:
-> ALTER $ZZSTO, LABELTAPE ON
•
To make internal disks plug and play:
-> ALTER $ZZSTO, AUTOCONFIGURE ON, AUTOSTART ON, &
-> AUTOREVIVE ON
See Automating Disk Configuration on page 6-6.
ALTER TAPE Command
The ALTER TAPE command changes the configured attribute values for a tape device
attached to your system. The syntax is:
Wild-card characters are supported.
OUT file-spec
directs all SCF output to the specified file.
TAPE $tape
is the name of the tape device.
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 DEVICEID values are not copied from the LIKE object.
To assign values to these attributes, you must explicitly specify them.
attribute-spec
is one or more ALTER TAPE Attributes.
ALTER [ / OUT file-spec / ] TAPE $tape
[ , LIKE object ] [ , attribute-spec ]...