Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Optical Volume (CHGOPTVOL) command changes the volume-full threshold, the authorization list, or the description of an optical volume. If TYPE(*BACKUP) was specified when the volume was initialized, the volume-full threshold cannot be changed.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
VOL | Volume identifier | Character value | Required, Key, Positional 1 |
THRESHOLD | Volume full threshold | 1-100, *SAME | Optional, Positional 2 |
AUTL | Authorization list | Name, *SAME, *NONE | Optional, Positional 3 |
TEXT | Text 'description' | Character value, *BLANK, *SAME | Optional |
Top |
Top |
Specifies the volume-full-threshold percentage.
Top |
The authorization list used to verify access to the optical volume on this iSeries. This value is not stored on the volume and will not be maintained when the optical disk is moved between systems.
For volumes in media library devices the authorization list can be maintained for this iSeries when the optical disk is removed from the device. This can be done by specifying VOLOPT(*KEEP) on the Remove Optical Cartridge (RMVOPTCTG) CL command. The authorization list can then be restored by specifying AUTL(*PRV) on the Add Optical Cartridge (ADDOPTCTG) CL command.
If the volume is in a stand-alone optical device such as a CD-ROM or DVD device, the authorization list will secure the volume for the duration that the optical disk is in the device. The authorization list cannot be maintained when the optical disk is removed from the device. If the optical disk is ejected from the device then inserted again, the authorization list will be reset to the default which is QOPTSEC.
Top |
Specifies the text that briefly describes the optical volume.
Top |
CHGOPTVOL VOL(VOL01) THRESHOLD(99)
This command changes the volume-full-threshold for the optical volume VOL01 to 99 percent.
Top |
*ESCAPE Messages
Top |