Delete NetWare Volume (DLTNTWVOL)

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

Parameters

Keyword Description Choices Notes
VOL Volume Character value Required, Positional 1
SERVER Server Character value Required, Positional 2
DISMOUNT Dismount *YES, *NO Optional
Top

Volume (VOL)

Specifies the volume to be deleted.

Top

Server (SERVER)

Specifies the network server on which the volume resides. The server must be active at the time the volume is deleted.

Top

Dismount (DISMOUNT)

Specifies whether to dismount the volume before deleting the volume. The volume must be dismounted before it can be deleted.

*NO
Do not dismount the volume before deleting it.
*YES
Dismount the volume before deleting it.
Top

Examples

DLTNTWVOL   VOL(APPS)  SERVER(MKTING)

This command deletes the volume named APPS which resides on server MKTING.

Top

Error messages

*ESCAPE Messages

FPE0108
Volume &1 not deleted.
Top