1、安裝vmtools
2、寫檔案tools.conf
檔案內容:
[logging]
log = true
# enable vmware tools service logging to a file.
vmtoolsd.level = debug
vmtoolsd.handler = file
vmtoolsd.data = c:/tmp/vmtoold.log
# enable "vmsvc" service logging to a file.
vmsvc.level = debug
vmsvc.handler = file
vmsvc.data = c:/tmp/vmsvc.log
# enable new "vmusr" service logging to a file.
vmusr.level = debug
vmusr.handler = file
vmusr.data = c:/tmp/vmusr.$.log
# enable the "vmvss" snapshot service logging to a file.
vmvss.level = debug
vmvss.handler = file
vmvss.data = c:/tmp/vmvss.log
3、將檔案tools.conf放在c:\programdata\vmware\vmware tools\下
如果沒看到programdata那麼一定隱藏了,要將虛擬機器隱藏檔案顯示出來
4、c盤下建立tmp資料夾
5、備份時將靜默模式建立快照開關開啟
此時可以到c:\tmp資料夾下檢視日誌
Eclipse結合VSS方法
新建程式 1.將工具生成好的原始檔建好工作路徑,將整個工作路徑拷貝到伺服器的相應位置 2.開啟eclipse file new project 選擇伺服器上的此本程式的工作路徑建立新工程 3.右鍵點選工程 team share project 4.選擇vss configuration wizard...
Eclipse結合VSS方法
eclipse結合vss方法 2.將org.vssplugin 1.4.1 2.0 compability.zip解壓縮 3.將解完壓縮後得到的org.vssplugin 1.4.1資料夾複製到eclipse path plugins下 eclipse path是eclipse的安裝路徑 4.重新啟...
Linux核心日誌開關
linux核心日誌開關 1 讓pr debug能輸出 a kernel printk printk.c b kernel printk printk.c 59,7 59,7 we show everything that is moreimportant than this.define minim...