SCF Reference Manual for the Storage Subsystem (G06.27+, H06.04+)

Storage Subsystem Commands
SCF Reference Manual for the Storage Subsystem529937-008
14-59
ALTER SCSI Command
[ , REVIVEPRIORITY number ]
[ , REVIVERATE number ]
[ , SERIALWRITES { DISABLED | ENABLED } ]
[ , SQLMXBUFFER number ]
[ , STARTSTATE { STARTED | STOPPED } ]
ALTER PROFILE Examples
See the procedure for Altering a Profile on page 6-10.
To modify the standard default profile for all internal disks in the system:
-> ALTER PROFILE $ZZSTO.#INTERNAL-DISK, NAMEMASK DATA
To change a profile for all disks inserted into group 03:
-> ALTER PROFILE $ZZSTO.#INTERNAL-DISK-3, MIRRORING OFF
ALTER SCSI Command
The ALTER SCSI command changes the configured attribute values for the Open
SCSI devices attached to your system. The syntax is:
Wild-card characters are supported.
OUT file-spec
directs all SCF output to the specified file.
SCSI $SCSI-device
is the name of the Open SCSI 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 device ID 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 SCSI Attributes.
ALTER [ / OUT file-spec / ] SCSI $SCSI-device
[ , LIKE object ] [ , attribute-spec ]...