移轉Windows Server 2003到Nutanix AHV上 Arthur Cheng 前言 Windows 2003 Server並不在Nutanix的支援列表中,但我們還是可以透過一些方式,讓其跑在AHV上。 步驟Read More More
3par透過ssmc配置使用AD用戶管理 Arthur Cheng 前言 使用AD對用戶進行身份驗證並給他們在系統中對應的權限,而不必使用本地用戶帳戶登錄3PAR。有兩種獲取LDAP身份驗證設置的方法,第一種使用3PAR SSMC,將會於下面介紹,第二種使用CLI,可以參照“參考”的連結去實作 配置 配置過程需要UserRead More More
VMware Instant Clone Windows and Linux Customized Script Arthur Cheng 目標 Instant Clone freeze後自動利用vmtoolsd.exe,讀取分派的主機名稱和IP資訊並設到之後長出來的Guest VM上,這邊網路名稱已改為eth0Read More More
如何利用vSphere PowerCLI 備份ESXi主機 Arthur Cheng 登入ESXi Host PS> Connect-VIServer -Server 192.168.10.1 -Protocol https -User root -Password "password" 1 PS> Connect-VIServer -Server 192.168.10.1 -Protocol https -User root -Password "password" 備份設定檔到本地C:\Downloads PS> Get-VMHostFirmware -VMHost 192.168.10.1 -BackupConfiguration -DestinationPath C:\Downloads 1 PS> Get-VMHostFirmware -VMHost 192.168.10.1 -BackupConfiguration -DestinationPath C:\Downloads Read More More