HP-UX vPars and Integrity VM V6.3 Release Notes (762790-001, July 2014) (Edition: 1.6)

Table Of Contents
# hpvmmigrate -P guest -h host2 -o
.
.
.
hpvmmigrate: Frozen phase (step 23) - progress 21%
Target: (protocol low) header read timeout, 30 seconds
Target: could not receive message header
On the target VM Host machine, the syslog contains the following warning message:
vmunix:
HVSD: HPVM online migration warning: NPIV probe took too long, 79
seconds
Workaround
To solve this problem:
1. Verify that the probe time of each individual FC HBA is under 10 seconds.
2. On the target VM Host, run the ioscan command to measure how long each FC HBA takes
to probe. The ms_scan_time column gives the probe time.
# ioscan -P ms_scan_time -C fc
Class I H/W Path ms_scan_time
============================================
fc 0 44/0/0/0/0/0/0 0 min 7 sec 7 ms
fc 1 44/0/0/2/0/0/0 0 min 6 sec 213 ms
fc 2 44/0/0/2/0/0/1 0 min 4 sec 1 ms
3. If an individual FC HBA takes more than 10 seconds to probe, check your FC switch and zone
settings to see why the probe time is so high.
4. Increase the online migration timeout value (ogmo) using the hpvmmodify command. For
example, if the syslog reports a warning that the NPIV probe time is 79 seconds, increase the
timeout value several seconds beyond that, to around 90 seconds (90000 msec):
# hpvmmodify -P guest1 -x tunables=ogmo=90000
# hpvmmodify -P guest1 -x migrate_frozen_phase_timeout=90
The default timeout value for ogmo is 30000 msec (30 seconds). The default timeout value for
migrate_frozen_phase_timeout is 60 seconds.
Alternatively, you can also reduce the NPIV probe time by reducing the number of NPIV HBAs
assigned to the guest.
4.4.5 NPIV LUNs not shown by default invocation of ioscan
An ioscan issued from within a vPar or VM guest does not display any LUNs behind the NPIV HBA
unless the N option is specified. The ioscan command when executed without the -N option
only displays devices that use the legacy device file format. NPIV LUNs use the agile device file
format and require the N option to be specified with ioscan in order to display LUNs in the
output.
Workaround
Use the N option with the ioscan command to view devices behind NPIV HBAs.
4.4.6 The interrupt balancing daemon must not be enabled in vPars and Integrity
VM guests
Frequent interrupt migration on a vPar or VM guest can lead to storage LUNs going offline. This
can occur indirectly when dynamic CPU migration occurs on a frequent basis when the interrupt
balancing daemon is enabled.
4.4 Storage 23