HP Integrity Virtual Machines Installation, Configuration, and Administration Version A.03.50

The collection is
"//hpvmcollect_archive/compass1_Sep.29.05_122453PST.tar"
12.2 Managing the Size of the VMM Driver Log File
The monitor log file (/var/opt/hpvm/common/hpvm_mon_log) is 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 grow up 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 kill it:
# cat /var/run/hpvmmonlogd.pid
5052
# kill -HUP 5052
12.2 Managing the Size of the VMM Driver Log File 173