modifyVolserRanges CLI command

Use the modifyVolserRanges command to modify existing VOLSER ranges.

Syntax

modifyVolserRanges <filename.txt> -ssl

Parameters

<filename.txt>

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

<startRange>,<endRange>,<LLName>,<mediaType>,{TRUE|FALSE}
where:
  • <startRange> = the starting VOLSER in the range to be modified.
  • <endRange> = the ending VOLSER in the range to be modified.
  • <LLName> = the name of the logical library that contains the VOLSER range to be modified.
  • <mediaType> = LTO or 3592
  • TRUE = The range is applied to new cartridges only.
  • FALSE = The range is not limited to new cartridges. It is applied immediately to all cartridges in the library.
-ssl
Required if SSL (HTTPS) is enabled.

Example command

modifyVolserRanges volser_ranges.txt

Example input file


UAA9RH,UBB9RH,Library1,3592,FALSE
TUU9RH,TXX9RH,Library2,LTO,TRUE
GGG9RH,HHH9RH,Library2,LTO,TRUE

Example output


The Volser Range was modified successfully
The Volser Range was modified successfully
The Volser Range was modified successfully
Done.