Archive for

ESXiアップグレード

2018/2/19 月曜日 投稿時の月齢:3.5  月名:黄昏月  潮汐:中潮 

イメージファイルをいちいちダウンロードしなくてもEXSiのアップグレードができるらしい。と、いう事でESXi5.1をESXi6.5までアップグレード。

ファイアウォールの設定確認
esxcli network firewall ruleset list | grep httpClient
httpClient false

http通信の許可
esxcli network firewall ruleset set –ruleset-id=httpClient –enabled=true

アップデートプロファイルの確認
esxcli software sources profile list -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml | grep ESXi-6.5 | sort

アップデート
esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-5.5.0-20150902001-standard
esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-6.0.0-20160302001-standard
esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-6.5.0-20171204001-standard

この方法便利だな。

参考
https://hypervisualization.net/2017/08/vmware-vsphere-hypervisor-65esxi-patch-update-ssh.html