ここ にあるとおり実行 [httpClient有効化のコマンド] # 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-5.5 | sort 一番新しいプロファイルを実行 esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-5.5.0-20150104001-standard ↑をコピペすると -d の後に全角スペースのようなものがはいるので修正が必要 結構時間かかるがひたすらまつ。以下の表示でOK Update Result Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective. Reboot Required: true # httpClient無効化のコマンド esxcli network firewall ruleset set --ruleset-id=httpClient --enabled=false 再起動