Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: review comment re. autoload

...


Step
Configuration file entry
1Load the SCSI device.load device
2

Link device with tape container file

or

physical tape

device.image="/path/to/tape-container-file"

(info) The path can point to an existing tape container file, but this is not mandatory. The emulator can create the container file if required.

device.image="/dev/stX"

(info)You can identify the Linux tape device name using the command dmesg |grep -i tape.
X stands for the device number, e.g., /dev/st0.

3HP9000 (HP-UX) only: enable Enable loading the virtual tape automatically in HP-UX

device.autoload=yes

(warning) Multi-volume backup does not work correctly when autoload is enabled. If a new tape is requested by the software, it will not wait for a new tape to load but overwrite the existing file. If data is must be written to several tapes, this needs to be configured manually, e.g., by a customized script.

(info) Without autoload enabled, MPE/iX can load a tape using the DEVCTRL command. There is no such option for HP-UX guest systems. The autoload command can help to overcome this deficiency. Please note the note above!


The parameter device encodes the device type and the device path of the emulated SCSI device presented to the guest operating system:

...