...
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 VM to report the corresponding virtual SCSI device disk as removable. Note to set this parameter to "true" if this disk storage element is:
By default the removable configuration parameter is set to "false". Example:
|
geometry
Parameter | geometry [N] N is "XXYY" number, where XX = SCSI ID ( 0..15) and YY - LUN (00..0732766 (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 <X>”/”<Y>[“/”<Z>][“/”<B>] or <X>”,”<Y>[“,”<Z>][“,”<B>] where: Parameter | Description | X | The number of sectors per track | Y | The number of tracks per cylinder | Z | The number of cylinders on the unit. If omitted, Z is calculated based on X, Y and the total number of sectors on the unit that reflects the size of the disk storage element. This is an optional parameter. B | The total size of the disk 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 .This is an optional parameter. If this parameter is not set, CHARON VM will configure the geometry based on the most probable disk type. Initially not set.
The syntax described above is applicable only to disk storage elements. If the container is a tape image, the following format is used instead: Syntax:
where: Parameter | Description | The tape size in MB | early-warning-zone-size | The size (in KB) of the space left on the tape when a warning to the OS is issued. If omitted, 64K is assumed. Example:
|
use_io_file_buffering
Parameter | use_io_file_buffering[N] N is "XXYY" number, where XX = SCSI ID ( 0..15) and YY = LUN (00..0732766 (no more than 64 units) | |
---|---|---|
Type | Text String | |
Value | Instructs CHARON VM to enable host operating system I/O cache on reading/writing operations. The following values are possible:
Note that this caching has a significant effect only in case of mapping to disk and tape containers, not physical 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:
|
...