deleteVolserRanges CLI command

Use the deleteVolserRanges command to delete one or more VOLSER ranges. The command is applied immediately to all cartridges in the specified VOLSER ranges.

Syntax

deleteVolserRanges <filename.txt> -ssl

Parameters

<filename.txt>

(Required.) A text file defining the VOLSER ranges to be deleted. The file can contain any number of VOLSER ranges. The VOLSER ranges are defined as follows:

<LLName>,<startRange>,<endRange>
where:
  • <LLName> = the name of the logical library that contains the VOLSER to be deleted
  • <startRange> = the starting VOLSER in the range to be deleted
  • <endRange> = the ending VOLSER in the range to be deleted
-ssl
Required if SSL (HTTPS) is enabled.

Example command

deleteVolserRanges ranges_to_delete.txt

Example input file


Library1,UAA9RH,UBB9RH
Library1,TUU9RH,TXX9RH
Library1,GGG9RH,HHH9RH

Example output


The Volser Range was removed successfully
The Volser Range was removed successfully
The Volser Range was removed successfully
Done.