Table of Contents
General description
CHARON-AXP supports PCI I/O bypass controller for accessing to disk images and host physical disks.
Loading PCI I/O bypass controller
Syntax for loading PCI I/O bypass storage adapter:
load pci_io_bypass <name> |
The <name> can be DI<x>, DR<x> or DU<x>
where x is selected according to VMS naming scheme, i.e. A stands for the first controller of given type, B - for the second, etc.
Example:
load pci_io_bypass DIA |
The adapter instance name ("DIA" in the example above) is used then for parametrization, for example:
set DIA container[0]="/Mydisks/vms_distributive.vdisk" |
The numbers in the square brackets represent a number of device on PCI I/O Bypass controller.
The maximum number of I/O Bypass controller devices is 64.
By default I/O Bypass controller uses PCI slot corresponded to the <x> parameter (see above). If instead some particular slot is needed, refer to this section for details of specific placement of PCI peripherals on CHARON Virtual Machine (VM) PCI bus (note that "irq_bus" and "irq" parameters are ignored for I/O Bypass controller). In this case the <x> will be changed automatically according to custom position of I/O Bypass controller on PCI bus.
I/O Bypass controller is implemented for OpenVMS only.
Configuration parameters
The I/O Bypass controller has the following configuration parameters:
container
Parameter | container[N] N is 0..32766 (no more than 64 units) | |||||||
---|---|---|---|---|---|---|---|---|
Type | Text String | |||||||
Value | Possible values of the parameter are strings in one of the following forms:
This parameter is initially not set, thus creating NO storage elements on the controller. |
removable
Parameter | removable[N] N is 0..32766 (no more than 64 units) | |
---|---|---|
Type | Boolean | |
Value | When set to "true", the removable configuration parameter instructs CHARON-AXP to report the corresponding virtual SCSI device as removable. By default the removable configuration parameter is set to "false". Example:
|
geometry
Parameter | geometry[N] N is 0..32766 (no more than 64 units) |
---|---|
Type | Text String |
Value | This formatted string value specifies the explicit geometry of the disk storage element. This parameter is not applicable to tape storage elements. The string format is ”*/*/*/<B>" or ”*,*,*<B>" where B is the total size of the disk (in blocks) reported to the guest OS. If omitted it is calculated automatically. If this parameter is not set, CHARON VM will configure the geometry based on the most probable disk type. Initially not set. |
use_io_file_buffering
Parameter | use_io_file_buffering[N] N is 0..32766 (no more than 64 units) | |
---|---|---|
Type | Boolean | |
Value | When set to "true", instructs CHARON-AXP to enable host operating system I/O cache on reading/writing operations. Note that this caching has a significant effect only in case of mapping to disk and tape containers, not physcial drives. When enabled, host operating system I/O cache may significantly improve I/O performance of the virtual system. At the same time maintaining I/O cache requires additional host resources (CPU and memory) which may negatively affect overall performance of the virtual system. Initially is set to "false". Example:
|
Empty disk images are created with the "mkdskcmd" utility. Tape images ("*.vtape") will be created automatically if they don't exist (no utility needed).
CHARON-AXP is able to boot from disk images of any OpenVMS/Alpha version.