...
Prerequisites
This release supports VMS version V6.2-1H3 and higher. Bypass disks can not be used as a boot device in V6.2-1H3, higher versions do not have this restriction.
Make sure that the latest Bypass controller kit has been installed, especially for VMS versions before V7.3-2.
...
Example:
load pci_io_bypass DIA |
Note | |
---|---|
In AlphaStation 400 configuration use the following syntax for PCI I/O bypass storage adapter loading:
|
The adapter instance name ("DIA" in the example above) is used then for parametrization, for example:
...
Configuration parameters
The I/O Bypass controller has the following configuration parameters:
Anchorcontainer container
container
container | |
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:
|
...