qdrive clean

Updated

Description

This command performs a cleaning operation on a given drive.

Upon successful completion, qdrive clean displays the message "Request successful" on the command prompt. In case of an error, an error code and description are displayed as: "Clean: Error errorcode: errordescription"

Usage

qdrive clean -dr <drive> -l <library> [-tf <tokenfile>] [-tk <token>] [-h]
    

Options

-dr

Drive name

-l

Library name

-tf

Reads token from a file

-tk

Token string

-h

Displays help

Diagnostics

Possible exit status values are:

0 - Successful completion.

1 - CLI usage failures, due to the use of an unsupported option or missing argument.

2 - Any other failure.

Example

Clean a drive Drive1 in library Library1.

E:\commandline>qdrive clean -dr Drive1 -l library1
    

Was this page helpful?