qdrive unload

Updated

Description

This command unloads a given drive in a specified library.

In case of an error, an error code and description are displayed as: "unload: Error errorcode: errordescription"

Usage

qdrive unload -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

-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

Unloads a drive Drive1 for library Library1.

E:\commandline>qdrive unload -dr Drive1 -l Library1
    

Was this page helpful?