 |
» |
|
|
 |
The NEWVOL command adds a new member volume to an existing volume set. If you include the ldev parameter, then the command initializes the new volume. That is, the command can define a volume in the set without the volume being present online. Defining a volume means that an entry identifying the volume is put on the volume set information table (VSIT) on the master volume, but the volume will not be initialized or available to the system. The NEWVOL and INITVOL commands work together. If the volumes are not online, you can define the volumes with the NEWVOL command by not including the ldev parameter. Later, when the volume is available and online, you can use the INITVOL command to initialize the volume. Task |  |
Adds a new volume to a volume set. Capability |  |
CV, create mountable volume set Syntax |  |
NEWVOL [VNAME=]sname:vname
[ [LDEV=]ldev
[PERM=]percentperm
[TRANS=]percenttrans
[CLASSES=](cname[[,,cname]...])]
|
Parameters |  |
- sname
The name of the volume set where the new volume will reside. Required. - vname
The name assigned to the new volume. The name must be
unique. Required. - ldev
A number from 1 to 100 specifying the logical device number of the volume being created. It must specify a drive with a volume in the SCRATCH or UNKNOWN state. Optional.
 |  |  |  |  | NOTE: If the ldev parameter is omitted, the volume is defined only; that is, an entry is placed in the volume set information table (VSIT), but the volume is not initialized. You must then use INITVOL to initialize the volume. (Refer to the INITVOL command in this chapter.) |  |  |  |  |
- percentperm
A number between 0 and 100 specifying the maximum percentage of disk space that can be allocated as permanent storage. Optional. - percenttrans
For system volumes only, a number between 0 and 100 specifying the maximum percentage of disk space that can be allocated as transient storage. Optional. - cname
The class assigned to the new volume. The class must have been created previously with the NEWCLASS or NEWSET command. If this parameter is omitted, the volume will be assigned to the volume class DISC. Optional.
|