HP Integrity Virtual Machines 4.3: Installation, Configuration, Administration
where /dev/pt/pt_* files are HP-UX esctl device files.
Attachable devices can be specified as scsi or avio_stor.
To create an HP-UX esctl device file, follow these steps:
1. Run ioscan to pick up any new devices that were connected:
# ioscan
2. Locate the device designated for attachment.
a. Install any device special files for these new devices:
# insf -e
b. Verify whether the new devices were claimed by VM Host:
# ioscan -Nfun
The following is an example of a claimed tape device:
tape 1 64000/0xfa00/0x19 estape CLAIMED DEVICE HP Ultrium 1-SCSI
/dev/rtape/tape1_BEST /dev/rtape/tape1_BESTn
/dev/rtape/BESTb /dev/rtape/tape1_BESTnb
If the device is not seen in ioscan -fun, proceed to step 2c. Otherwise, go to step 3.
c. If the device is not claimed, make sure the device is seen:
# ioscan -fk
The following is an example of an unclaimed media changer device:
Class I H/W Path Driver S/W State H/W Type Description
==============================================================================
ext_bus 6 0/2/1/0 c8xx CLAIMED INTERFACE SCSI C1010
Ultra0 Wide LVD A6828-60101
target 35 0/2/1/0.0 tgt CLAIMED DEVICE
unknown -1 0/2/1/0.0.0 UNCLAIMED UNKNOWN HP ThinStor
AutoLdr
If the device is not seen, there is a hardware problem or SCSI ID conflict. Consult the
documentation for the particular device to resolve this issue before proceeding.
If the device is seen but not claimed, this is a result of missing drivers in the VM Host.
Integrity VM does not require the drivers to be loaded on the VM Host for the devices to be
attached. The HP-UX tape (stape) and changer (schgr) drivers are not loaded by default
unless those devices are connected at install time. To load the drivers, use the kcmodule
command to statically load the drivers. To complete the installation, the VM Host must be
rebooted. Any guests that are running must be shut down before loading these drivers.
The following is an example of installing the tape driver:
# kcmodule stape=static
The following is an example of installing the media changer driver:
# kcmodule schgr=static
If you are not loading the VM Host drivers, proceed to step 4.
If you are loading the VM Host drivers, the devices should show up in ioscan with device
files after the VM Host reboot. In which case, proceed to step 3.
3. Install esctl device files using the hpvmdevmgmt command. For example:
# hpvmdevmgmt -I
4. Locate the passthrough device file that corresponds to the device slated for attachment.
The following are examples of a tape device:
Agile = /dev/rtape/tape1_BEST
ESCTL = /dev/pt/pt_tape1
The following are examples of media changer device:
6.2 Configuring Integrity VM Storage 111