HP-UX vPars and Integrity VM V6.3 Administrator Guide

The collection is
"//hpvmcollect_archive/host1_Sep.29.05_122453PST.tar"
B.1.3 Recommendations for using hpvmcollect command
HP recommends that hpvmcollect command should be always used with the options -a and
-c together. If required, the-n option may be used to include multiple crash-dumps. Using these
options will ensure that all system data is collected along with the related crash-dumps.
B.2 Managing the size of the VMM driver log file
The monitor log file (/var/opt/hpvm/common/hpvm_mon_log) is limited in size to 1024 KB.
When the log file grows larger than this, it is copied to a new file (hpvm_mon_log.$time), and
an empty one is created for the new log. To allow this log file to increase to 102400 KB, include
the following line in the /etc/rc.config.d/hpvmconf file:
VMMLOGSIZE=102400
After you make this change to the hpvmconf file, enter the following commands to determine the
PID for the monitor log daemon and to kill it:
# cat /var/run/hpvmmonlogd.pid
5052
# kill -HUP 5052
B.2 Managing the size of the VMM driver log file 279