ESXi7のバージョンアップ
1.VMware Flings Siteにアクセスして対象ファイルをダウンロードhttps://flings.vmware.com/community-networking-driver-for-esxi 2.VMware vSphereにアクセスして対象ファイルをダウンロード https://customerconnect.vmware.com/jp/downloads/info/slug/datacenter_cloud_infrastructure/vmware_vsphere/7_0 ・StandardのVMware vSphere Hypervisor (ESXi) 7.0U3gにアクセスする ・VMware vSphere Hypervisor (ESXi) Offline Bundleをダウンロードする ・VMware-ESXi-7.0U3g-20328353-depot.zip 3.ISOの作成 PowerShellを管理者モードで起動して以下のコマンドを実行してISOを作成する Set-ExecutionPolicy RemoteSigned -Force Install-Module -Name VMware.PowerCLI cd C:\Users\sasio-tech\Downloads Add-EsxSoftwareDepot .\VMware-ESXi-7.0U3g-20328353-depot.zip Add-EsxSoftwareDepot .\Net-Community-Driver_1.2.7.0-1vmw.700.1.0.15843807_19480755.zip Get-EsxSoftwarePackage Get-EsxImageProfile New-EsxImageProfile -CloneProfile ESXi-7.0U3g-20328353-standard -Name ESXi-7.0U3g-20328353 -Vendor "VMware, Inc." Get-ESXImageProfile Add-EsxSoftwarePackage -ImageProfile ESXi-7.0U3g-20328353 -SoftwarePackage net-community Export-EsxImageProfile -ImageProfile ESXi-7.0U3g-20328353 -ExportToISO -FilePath "ESXi-7.0U3g-20328353.iso" 4.ISOをCD/DVDに保存する 5.ESXiにログインしてSSHの有効化かつメンテナンスモードに切り替え 6.SSHで対象のESXiサーバーにログインする 7.VMKUSBの削除 esxcli software vib remove -n vmkusb-nic-fling 8.対象の圧縮ファイルでインストール esxcli software vib install -d /vmfs/volumes/datastore1/VMware-ESXi-7.0U3g-20328353-depot.zip 9.対象のデスクトップにCDを入れて電源を入れる 10.ESXiのアップデートを実行する