需求說明:
將vSphere 6原有憑證替換為企業網域RootCA所發
設定參考:
http://www.vstellar.com/2016/06/17/replacing-vsphere-6-ssl-certificates/
備註:
需求說明:
將vSphere 6原有憑證替換為企業網域RootCA所發
設定參考:
http://www.vstellar.com/2016/06/17/replacing-vsphere-6-ssl-certificates/
備註:
原vCenter:簡稱為A vCenter
新vCenter:簡稱為B vCenter
1.A vCenter)作完Windows Update無法開機,嘗試作修復檔案及系統仍無法生效。
2.備份現有A vCenter的Database
3.A vCenter, B vCenter退出網域。
<<以下操作請 SSH 連到 ESXi 操作或直接由 ESXi Shell>>
列出該 Host 所有 VM,要看Kill哪台 VM 的 world id
esxcli vm process list
狀況說明:
VMware vSphere 6版本後,如要查詢硬體狀態(Hardware Status),都要到VMware Web Client上,vSphere Client已無此查詢功能!
登入Web Client後,硬體狀態頁面出現「無主機資料可用」
解決方法:
狀況說明:
嘗試在VMware Horzion View 7內將Windows Server 2012 R2當作Desktop搭配Linked Clone機制佈署!
但在新增桌面集區時,View Administrator就是無法辨識到!
解決方法:
在全域設定內啟用「啟用Windows Server桌面平台」
狀況說明:
繼上篇文章將Windows 2000 Professional SP4 成功V2V後,欲進行更新VMware Tools但出現下圖錯誤訊息!
「Microsoft Runtime DLLs cannot be installed on this operating system. Please see Microsoft KB835732 for details.」
解決方法:
狀況說明:
今日協助同事將一台ESXi 3.5內Windows 2000 Professional V2V 至ESXI 5.5環境
使用工具為VMware Converter 6.1.1版本
移轉過程相當順利,該VM開機後,進行一些設定的調整
進行關機後,vSphere Cliemt Summary頁籤,出現 msg.snapshot.powerOff.prompt: You have powered off the virtual machine. What would you like to do?Just Power Off or Take a snapshot之錯誤訊息!
裝了VMWare View後,在vCenter中留下的replica虛擬機器會被保護住無法刪除。
解決方法:
Run the command from vCenter or View Composer command prompt (C:\Program Files(x86)\VMware\VMware View Composer):
在vCenter或是安裝View Composer的伺服器上,會在View Composer安裝目錄中有sviconfig.exe這檔案,要用這來解除保護。
命令列到上述路徑下之後要依照下列方式下指令:
狀況說明:
Dell R730韌體已更新至最新版本後。安裝ESXi 6.0U2,仍是在Remote disk出現硬碟資訊(正常應於Local區),且無法往下繼續安裝!
RAID由四顆 6TB原生4Kn硬碟組成!
狀況說明:
一台實體機Server 2003利用CDP工具P2V後,發生授權序號需重新啟用問題,使用大量授權版Server 2003修復系統後,系統便出現BSDO問題!
解決方法:
dsksafe.sys為FalconStor軟體,剛好這台機器過去是使用cdp做備份,故修復系統前先將cdp相關軟體移除乾淨!
解決方法:
To enable root login for SSH and SCP clients:
Linux
非常簡單,只要一行指令就搞定! 熟悉Linux的一看就知道,把zero.dat這個檔案填入無限的0,直到硬碟空間滿了就會自動停止,再把zero.dat這個檔案刪除。因為內容全都是0,所以軟體判斷未使用空間的內容都是空的,自然就可以正確釋放。
sudo dd if=/dev/zero of=zero.dat ; rm -f zero.dat 一行搞定
cat /dev/zero > zero.dat; rm -f zero.dat 這行指令也可以
To work around this issue, Storage vMotion the virtual machine or VMDK to a datastore that has a different block size. This reclaims the zeroed out disk space.
To shrink a thin provisioned disk (VMDK):
It is possible to gather DSA data from an IBM server running ESXi without having to boot with a bootable CD or reboot the server at all.
From any machine, Windows or linux, you can run the latest release of the DSA tool, then reference the ESXi server using commandline parameters when running the DSA tool.
In order for this to work, you need to put the ESXi server in remote technical support mode. This is done via the ESXi console.
VMWare 很好用,但是用久了就發現硬碟不夠了
因為其中的 vmdk 檔(Virtual Machine Disk ),就是虛擬的硬碟越來越肥
奇怪的是其實系統只用了 3GB 的大小 vmdk 卻佔了 7GB,真是太虛胖了
其實 VMWare 本來就有提供 shrink 的方法