Versions Compared

Key

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

...

load virtual_scsi_disk/chscsi pka_0 scsi_bus=pka scsi_id=0

set pka_0 container[0] = "/charon/disks/disk1.vdisk"
set pka_0 container[1] = "/charon/disks/distributivedisk2.iso"

If only one LUN is configured, the LUN number can be omitted:

...

Warning

Unlike MSCP controlled disk images, a disk image connected to a SCSI controller as a virtual SCSI disk CANNOT be replaced by another disk image unless "removable" parameter is set for this particular disk image.

Example of CD-ROM ISO image usage:

set pka_0 container[2] = "/charon/disks/distributibe_vol_1.iso"
set pka_0 removable[2] = YES

Back to Table of Contents

...