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

Storage Subsystem Commands
SCF Reference Manual for the Storage Subsystem529937-008
14-8
ADD Command
ADD Command
The ADD command defines an object in the storage subsystem and adds the object to
the system configuration database.
ADD is a sensitive command.
ADD DISK Command
The ADD DISK command adds a magnetic or virtual disk to the system configuration.
The syntax is:
Wild-card characters are not supported for this command.
OUT file-spec
directs all SCF output to the specified file.
DISK $disk
is the name of the disk.
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.
attribute-spec
is one or more of:
Magnetic Disk Attributes for the ADD Command
Virtual Disk Attributes for the ADD Command
ADD [ / OUT file-spec / ] DISK $disk , SENDTO STORAGE
[ , LIKE object ] [ , attribute-spec ]...