若無法通過安裝驗證,請利用附錄 B 中所說明的程序報告問題。
問題:
顯示下列其中一或多個訊息:
could not write monParams: Device is busy
hpvmnet * already exists
/sbin/init.hpvm start ran without running /sbin/init.d/hpvmstop |
解決方案:
您可以忽略這些訊息。
問題:
Integrity VM 日誌檔 /var/opt/hpvm/common/hpvm_mon_log 太小。
解決方案:
此日誌檔大小限制為 1024 KB。日誌檔超過此大小時,便將它複製到新的檔案 (hpvm_mon_log.$time),且隨即建立新日誌的空白檔案。欲允許此日誌檔大小超過 1024 KB,請將下行加入 /etc/rc.config.d/hpvmconf 檔案中:
$size 值的數量以 KB (千位元組) 為單位。例如,VMMSIZE=10420 將監控日誌的大小上限設為 10420 KB。變更 hpvmconf 檔案後,請輸入下列命令:
# kill -HUP '/var/run/hpvmmonlogd.pid' |