Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: example corrected for Linux

...

set <adapter name> container[<unit name>] = ".vtape" removable[<unit name>] = true


Warning
  • It is mandatory to set the "removable" parameter to "true"
  • The container name must either be ".vtape" (and nothing else) or a valid file name (Example: "/charon/tapes/mytape.vtape") with an existing folder
  • The container name length must not be more than 255 characters

Example:

set PKA container[600] = ".vtape" removable[600] = true

...