SCF Reference Manual for J-Series and H-Series RVUs

SCF Commands
SCF Reference Manual for J-Series and H-Series RVUs529649-003
5-70
INITIALIZE Command
INITIALIZE Command
The INITIALIZE command prepares an object to be used in a NonStop system.
This command is sensitive.
OUT
file-spec
causes any SCF output generated for this command to be directed to the specified
file. The variable
file-spec
is defined on page 5-9.
object-spec
designates the object to be initialized. The variable
object-spec
spec is defined
on page 5-2. You can omit
object-spec
if it has been assumed. (See ASSUME
Command on page 5-36.) The objects to which this command can be applied
depend on the subsystem.
qualifier
is one or more subsystem-specific qualifiers.
Example
This command initializes the CE sector and spare tracks table of $DISK01 and
changes the label to $DISKNEW. It also destroys any existing files on the volume.
-> INITIALIZE DISK $DISK01, LABEL $DISKNEW
INITIALIZE [ /OUT
file-spec
/ ] [
object-spec
][ ,
qualifier
]