...
The numbers in the square brackets represent a number of device on the virtual I/O Bypass controller bus.
The maximum number is of I/O Bypass controller devices is 64.
By default I/O Bypass controller uses first available PCI slot. 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.
...
Back to Table of ContentsConfiguration parameters
The KZPBA PCI SCSI adapter emulation has the following configuration parameters:
scsi_id
Parameter | scsi_id |
---|
Type | Numeric |
---|
Value | Specifies SCSI ID of KZPBA PCI SCSI Adapter in a range 0..7 By default the "scsi_id" configuration parameter is set to 7. Example: |
---|
host, port
Parameter | host, port |
---|
Type | Text string |
---|
Value | These parameters are used in SCSI cluster configurations.
- Specifies remote end-point (remote host name and, optionally, TCP/IP port on remote host) of SCSI connection between this KZPBA PCI SCSI adapter and remote KZPBA PCI SCSI adapter on some host.
- Specifies local end-point (TCP/IP port on local host) of SCSI connection between this KZPBA PCI SCSI adapter and remote KZPBA PCI SCSI adapter on some host.
By default the "host" and "port" configuration options are not specified.
Syntax:
port[connection-number]=<local port> host[connection-number]="<host-name{:tcpip-port-no}>"
|
where: connection_number = remote_scsi_id * 100 + lun_id
Example:
set PKA port[600]=17060 host[600]=”localhost:16070"
|
container
Parameter | container[N] N is "XXYY" number, where XX = SCSI ID (0..15) and YY = LUN (00..07).63) is I/O Bypass controller device number. |
---|
Type | Text string |
---|
Value | Possible values of the parameter are strings in one of the following forms: - Physical disk
"\\.\PhysicalDrive<X>", where X is 0, 1, … Be careful not to destroy all the information from the disk dedicated to CHARON VM by mistake. These disks must not be formatted by the host OS. Example: set PKA container[0]="\\.\PhysicalDrive1" |
.
Physical disk by its WWID - "\\.\PhysicalDrive(DevID=XXX-...-XXXX)"
Be careful not to destroy all the information from the disk dedicated to CHARON VM by mistake. These disks must not be formatted by the host OS. DevID addresses the target physical disk by its WWID (hexadecimal 128-bit identifier assigned to the disk drive by its manufacturer/originator). Example: Div |
---|
| set PKA container[100]="\\.\PhysicalDrive(DevID=6008-05F3-0005-2950-BF8E-0B86-A0C7-0001)"
|
|
.
- iSCSI disksTape device
"\\.\Tape<X>", where X is 0, 1, … Example: set PKA container[600]="\\.\Tape0" |
- .
ddd - SCSI device unknown to Windows for direct mapping, for example, a SCSI disk or tape reader
"\\.\Scsi<N>:<X>:<Y>:<Z>" The values of N, X, Y and Z can be collected using special utility "Host Device Check" included in the CHARON distributive - or manually by investigation of the devices connected to CHARON host in the "Device Manager" applet.
Parameter | Description |
---|
N | A logical number assigned by host operating system (Microsoft Windows) to logical or host’s physical storage resource such as physical SCSI HBA | X | An internal SCSI bus number (usually 0) on host’s physical SCSI HBA | Y | A SCSI ID of physical SCSI target device attached to host’s physical SCSI HBA | Z | A logical unit number inside physical SCSI target device attached to host’s physical SCSI HBA |
Example: set PKA container[202]="\\.\Scsi1:0:1:0" |
.
Floppy drive "\\.\A:" "\\.\B:" Example: set PKA container[300]="\\.\A:"
|
.
CDROM device - ISO file for reading distribution CD-ROM image
- [<drive>":\"<path-name>"\"]<file-name>[".iso”]
Mapping may also include the full path (recommended), for example: "C:\My disks\vms_distribution.iso" Example: set PKA container[600]="C:\My disks\vms_distribution.iso" |
.
- File representing a physical disk of the HP Alpha system (disk image)
[<drive>":\"<path-name>"\"]<file-name>[".vdisk"] These files can be created from scratch with "MkDisk" utility. Data and OS disks backups are transferred from the original system via tapes or network and restored into these container files. Mapping may also include the full path (recommended), for example: "C:\My disks\my_boot_disk.vdisk" Example:
set PKA container[401]="tru64-v51-system.vdisk" |
.
This parameter is initially not set, thus creating NO storage elements on the controller.. |
---|
Parameter | media_type[N] N is "XXYY" number, where XX = SCSI ID (0..15) and YY = LUN (00..07) |
---|
Type | Text string |
---|
Value | Instructs CHARON VM to use the supplied value as the PRODUCT field in the SCSI INQUIRY data returned to a software running on virtual HP Alpha system in response to SCSI INQUIRY command. If not specified, CHARON VM attempts to guess the SCSI INQUIRY data based on virtual SCSI device type and underlying container (which is specified in the corresponding container configuration parameter). Initially is not specified. Example: set PKA media_type[0]="HSZ70"
|
|
---|
removable
Parameter | removable[N] N is "XXYY" number, where XX = SCSI ID (0..15) and YY - LUN (00..07) |
---|
Type | Boolean |
---|
Value | When set to "true", the removable configuration parameter instructs CHARON VM to report the corresponding virtual SCSI device as removable. Note to set this parameter to "true" if this disk storage element is: - Mapped to a host removable device
- Mapped to a disk/tape image located on a host removable device
- Mapped to a disk/tape image that has to be renamed/moved/deleted right after dismounting it in the guest OS
By default the removable configuration parameter is set to "false". Example: set PKA removable[400]=true
|
Note that virtual SCSI tapes and CD-ROM devices are always reported as removable regardless of the "removable" configuration parameter. |
---|
...