Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Create and Manage Virtual Tape Library operation.

Usage

Code Block
languagetext
create vtl    <vtlName> description=<text> drives=<driveName1,driveName2 ...]
        slots=<slotCount> [vendor=<Vendor>] [model=<model-name>]
load vtl    <vtlName> volume=<tapeVolume> [drive=<driveIndex>]
        [slot=<slotNumber>]
unload vtl    <vtlName> (volume=<tapeVolume> | drive=<driveIndex> |
        slot=<slotNumber>)
delete vtl    <vtlName>
set vtl        (online|offline)
show vtl    <vtlName>
save vtl    [<vtlName>]


Examples

Code Block
languagetext
themeEmacs
    mayacli create vtl myvtl vendor=ibm model=03584L32 slots=48 drives=ltodrive1,ltodrive2
    mayacli load vtl myvtl volume=tapevol1 slot=1
    mayacli load vtl myvtl volume=tapevol2 drive=1
    mayacli unload vtl myvtl volume=tapevol1
    mayacli unload vtl myvtl slot=1
    mayacli set vtl online





Output

Code Block
languagetext
themeDJango

...