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:
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 |