| Where allowed to run: All
environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Delete NetWare Volume (DLTNTWVOL) command deletes an existing volume. The volume must be dismounted from the network server before it can be deleted. Specify DISMOUNT(*YES) to dismount the volume from a network server. Also, the network server must be active at the time the volume is deleted.
Restrictions: You must have *IOSYSCFG special authority to use this command.
| Top |
| Keyword | Description | Choices | Notes |
|---|---|---|---|
| VOL | Volume | Character value | Required, Positional 1 |
| SERVER | Server | Character value | Required, Positional 2 |
| DISMOUNT | Dismount | *YES, *NO | Optional |
| Top |
| Top |
Specifies the network server on which the volume resides. The server must be active at the time the volume is deleted.
| Top |
Specifies whether to dismount the volume before deleting the volume. The volume must be dismounted before it can be deleted.
| Top |
DLTNTWVOL VOL(APPS) SERVER(MKTING)
This command deletes the volume named APPS which resides on server MKTING.
| Top |
| Top |