...
General description
KZPBA is a PCI SCSI adapter based on the QLogic ISP1040 Fast Wide SCSI adapter chip for HP Alpha.
In CHARON-AXP environment it supports up to 120 disks and tapes. For systems with more than 16 heavily used units it is recommended to configure several virtual KZPBA PCI SCSI adapters and distribute the heavily loaded units evenly between the adapterssupports PCI I/O bypass controller for accessing to disk images and host physical disks.
...
Loading PCI I/O bypass controller
Syntax for loading KZPBA storage 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 ("PKADIA" 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 SCSI ID and LUN of the devices on the virtual KZPBA SCSI bus.
They have the following format: XXYY, where:
Parameter | Range | Description |
---|---|---|
XX | 0..15 | SCSI ID |
YY | 00..07 | LUN |
By default KZPBA adapter uses first available PCI slota 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 refer to this section for for details of specific placement of PCI peripherals on CHARON-AXP PCI bus.
By default each loaded KZPBA SCSI PCI adapter has SCSI ID=7. This setting can be changed with "scsi_id" parameter, for example:
set PKA scsi_id=0 |
CHARON-AXP HP Alpha models may have one or two KZPBA adapters preloadedperipherals 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 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
These parameters are used in SCSI cluster configurations.
Parameter | Description |
---|---|
host | 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. |
port | 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" |
I/O Bypass controller has the following configuration parameters:
Anchorcontainer container
container
container | |
container |
Parameter | container[N] N is "XXYY" number, where: XX - SCSI ID (0.. 15)YY - LUN (00..0732766 (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. |
media_type
Parameter | media_type[N] N is "XXYY" number, where:
| |
---|---|---|
Type | Text String | |
Value | Instructs CHARON-AXP 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-AXP 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:
|
removable
Parameter | removable[N] N is "XXYY" number, where: XX - SCSI ID (0.. 15)YY - LUN (00..0732766 (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 "XXYY" number, where: XX - SCSI ID (0.. 15)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>] 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 -AXP VM will configure the geometry based on the most probable disk type. Initially not set. Info | It is possiblle to specify each parameter independently of another one. The following syntax is used for that: set PKA geometry[300]="*,*,*,16777210"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 | image-size | 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)YY - LUN (00..0732766 (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:
|
...
CHARON-AXP is able to boot from disk images of any OpenVMS/Alpha and Tru64 version.
...
The virtual KZPBA storage controller examines the file extension (vdisk
or vtape
) to distinguish between a disk image and a tape image.
...
.