HP Integrity Virtual Machines 4.3: Installation, Configuration, Administration
**************************************************************
* Exception Frame Display: *
…
Crash dump information follows this output.
Use one of the following solutions to fix either of these issues:
• Set the VM Host base_pagesize = 64K (See the base_pagesize(5) manpage for details of
determining and setting the VM Host’s base_pagesize.)
• Set the guest preferred pagesize to 8K:
# hpvmmodify -P vm-name -x tunables=ptsz=13
5.3 Guest Device Placement and Adapter Limitation
The OpenVMS guest utilizes the PKDRIVER SCSI port driver and the DKDRIVER SCSI class
driver. A guest configuration uses a UNIX-like algorithm to place storage devices on an AVIO
storage adapter starting with entry “0,0” and continuing through “7,7”, where each AVIO storage
adapter can have up to 128 targets. The default device placement algorithm places 14 devices on
each adapter, in order. Thus, when the guest creation (hpvmcreate) or modification
(hpvmmodify) utility attempts to add a device (using the –a option), it adds, in order, from
“0,0,0” through “0,0,14” before creating a new adapter and starting over again with “0,1,0”
through “0,1,14”. You can specify usage of any target value from 0 through 127.
Each Integrity VM adapter corresponds to the OpenVMS controller letters A through Z. The
exact mapping depends on the order of devices found in the guest configuration file. Typically,
“0,0” maps to PKA/DKA, while “0,1” maps to PKB/DKB, and so on. The following are known
restrictions:
• The guest target value is a pure number assigned as the unit number of the device. The guest
target value is not the same as a hardware SCSI target, where the disk in the 0th slot would
be DKA0, the disk in the 1st slot would be DKA100, the disk in the 2nd slot would be DKA200,
and so forth. Furthermore, it is not possible to assign the ‘lun’ number for the storage devices,
such as DKA101. Placing a device at “0,0,1” results in the guest device “DKA1:”.
• unique DKDRIVER SCSI class adapters can be created. OpenVMS identifys them as DKAn:
through DKPn:, where ‘n’ is the target value. Attempts to use a 17th adapter results in a port
class PKQ0: being created with no corresponding DKQn: devices. The Integrity VM guest
creation (hpvmcreate) and modification (hpvmmodify) utilities are not aware of this
restriction.
You can add devices dynamically by using the hpvmmodify command on the VM Host to add
the storage in conjunction with the OpenVMS command sysman io autoconfigure all
on the guest to find the storage.
5.4 OpenVMS System Dump Analyzer (SDA)
Using the OpenVMS SDA command CLUE CONFIG the first time results in a
CLUE-W-NOSYMBIOS, cannot access SYMBIOS table warning. Subsequent CLUE CONFIG
commands display incorrect data. Additionally, using EXAM/PHYS FE000 to view the guests
SMBIOS data results in the message %SDA-E-NOREAD, unable to access location
00000000.000FE000. This issue seems to affect the SDA utility.
5.5 Formatting SYSTEM UUID
The VM Host (hpvmstatus) command and the guest (F$GETSYI(“system_uuid)) output the
UUID in a different order, due to operating system conventions. To convert the OpenVMS version
to the VM Host version, use the following DCL code:
80 Creating HP OpenVMS Guests