Product Documentation and Knowledge Base - HomeDocumentation


Charon-VAXCharon-AXPCharon-PDPCharon-SSPCharon-PAR
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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.

To connect a container file to the virtual disk device, specify a host system file path for image-path.  To specify a physical disk device, the image-path must to be specified in one of two ways.

To access a physical disk device using the Microsoft Windows disk driver, ensure the device is available in the Device Manager and specify image-path as "\.\\PhysicalDriven", where is the disk device number.  The image-path can be determined with the help of the Host Device Check utility in the CHARON-AXP/SMA(+) Management Menu.

Alternatively, the disk device can be presented directly to the guest system.  Please see the documentation for the GK device object for further details.

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

Advanced 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").

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

  • No labels