HP Integrity Virtual Machines 4.3: Installation, Configuration, Administration
11.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
On rare occasions, the monitor log might report warnings such as the following:
Warning: VCPUn not scheduled for x ms, command 0x0.
Warning: No recorder entry on VCPUn for x ms.
11.2 Managing the Size of the VMM Driver Log File 227