Anchor | ||||
---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
...
The boot ROM of CHARON-VAX detects SCSI devices with multiple LUNs and builds proper device names for them.
To To display a list of devices on the VAX console (SRM), enter ">>> show device
" .
This list is passed to VAX/VMS at boot time.
VAXVAX/VMS creates devices only for logical unit 0 for each device detected in the boot ROM. To add additional logical units, use the following SYSGEN command:
...
Parameter | scsi_id |
---|---|
Type | Numeric |
Value | A value between 0 and 7. This is the ID number of the emulated SCSI device. The SCSI adapter is preloaded with address 7. If required, set it to another value in the range of 0-7 from the VAX console. |
.
...
There is no direct correspondence between the host hardware SCSI ID and these CHARON-VAX SCSI addresses. Set the correspondence between the physical SCSI addresses on the host system and the CHARON-VAX SCSI bus ID in the configuration file.
Syntax:
load <instance type>/<module name> <instance name> scsi_bus=<bus name> scsi_id=<number> |
...
"kzdda.icfg" loads the second SCSI adapter.
OpenVMS OpenVMS version 5.5-2H4, or above, is required to use the "pkb" controller.
...
Parameter | container[N] N=0…7 | |
---|---|---|
Type | Text String | |
Value | A string containing the device name to map to the emulator.
This parameter is initially not set, thus creating NO storage elements on the controller |
...
Parameter | removable[N] N=0…7 |
---|---|
Type | Boolean |
Value | Enables the logical unit to appear as a removable SCSI disk drive. Initially set to “false” (fixed, non-removable). |
In In the table above N stands for logical unit number. The first unit must be 0 with no gaps in subsequent numbering.
...
|
If only one LUN is configured, the LUN number can be omitted:
...
When a virtual SCSI disk image is dismounted in VMS, it is no longer open by CHARON and may be copied. This capability can be useful when designing back-up and restore procedures. If copying CHARON-VAX disk images while CHARON-VAX is running, take care to minimize the risk of overloading the host system.
...
Please note:
Unlike MSCP controlled disk images, a disk image connected to a SCSI controller as a virtual SCSI disk CANNOT be replaced by another disk image unless "removable" parameter is set for this particular disk image.
Example:
set pka_0 container = "/charon/disks/my_removable_disk.vdisk"
set pka_0 removable = true
Include Page | ||||
---|---|---|---|---|
|
...
Parameter | container[N] N=0…7 |
---|---|
Type | Text String |
Value | A string containing the full path to a tape container. If the specified tape image does not exist, CHARON-VAX creates it. If only the name of the tape container is specified, CHARON-VAX will look for the container in the folder CHARON is running from. warningPlease note If the "CHARON Guest Utilities for OpenVMS" (CHARONCP) package is used there is a possibility not to specify the exact tape container on CHARON start since it can be specified later using the package. In this case the syntax is:
|
Div | ||
---|---|---|
| ||
media_type
...
Parameter | geometry[N] N=0…7 |
---|---|
Type | Text String |
Value | Specifies the size of the tape image and (optionally) the size of the "early-warning" area at the end of the tape image. Syntax:
where:
Example:
|
In In the table above N stands for logical unit number. The first unit must be 0 with no gaps in subsequent numbering.
...
Parameter | use_io_file_buffering[N] N=0…7 |
---|---|
Type | boolean |
Value | Enables use of the host OS I/O buffering. Initially set to “false” (buffering disabled). |
In In the table above N stands for logical unit number. The first unit must be 0 with no gaps in subsequent numbering. If only one LUN is configured, the LUN number can be omitted
...
Parameter | removable[N] N=0…7 |
---|---|
Type | boolean |
Value | Enables the logical unit to appear as a removable SCSI disk drive. Initially set to “false” (fixed, non-removable). |
Div | ||
---|---|---|
| ||
disconnect_timeout
Parameter | disconnect_timeout[N] N=0…7 |
---|---|
Type | Numeric |
Value | Sets logical unit disconnect timeout. This parameter helps if a connected SCSI device performs a given SCSI command for a very long time. The default value depends on the type of the SCSI device attached. For example for a disk it is 10 seconds, for a tape - an hour. If the type of the device is not known the timeout is 1 hour. Example with 48 days timeout:
|
In In the table above N stands for logical unit number. The first unit must be 0 with no gaps in subsequent numbering. If only one LUN is configured, the LUN number can be omitted.
...