Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: blank line removed

...

Div
stylefont-weight: bold;
Excerpt

Disk device configuration object.

Syntax

load DKcu

DKcu.bps = bytes-per-sector
DKcu.image = "image-path"
DKcu.mapped = "on" | "off"
DKcu.product = "product-type"
DKcu.ncyl = cyls-on-disk
DKcu.read_cache = "on" | "off"
DKcu.readonly = "on" | "off"
DKcu.removable = "on" | "off"
DKcu.revision = "disk-revision"
DKCu.size = disk-size
DKcu.spt = sectors-per-track
DKcu.shared = "on" | "off"
DKcu.tpc = tracks-per-cyl
DKcu.vendor = "vendor-name"
DKcu.write_cache = "on" | "off"

Description

The DK object presents a disk device configuration to the virtual machine.  Each disk device must be loaded using the load command above.  It is important to note that a PK storage controller must be loaded before adding disk devices.  It is possible to connect both container files and physical disk devices to the virtual machine.

...

The following table describes the more advanced configuration members of the DK object.  They are typically determined automatically by the virtual machine.

Panel
bgColor#ffffff
titleBGColor#f0f0f0
titleAdvanced DK Object Members
MemberTypeDescription
bpsintegerDefines the number of bytes per sector.

product

stringSets the disk device product type (e.g. "RZ1HD").
ncylintegerDefines the number of cylinders on the disk.
revisionstringDefines the disk device revision string.
sizeintegerSpecifies the total size of the disk device, in bytes).
sptintegerDefines the number of sectors per track.
tpcintegerSets the tracks per cylinder.
vendorstringDefines the disk device vendor string (e.g. "COMPAQ").
Infonote

The advanced options are not typically recommended for inexperienced users. These options are used primarily to support installation of early versions of Digital UNIX.