1. 현재 Esxi 버전을 확인합니다.
[root@C420M3-40:/vmfs/volumes/5824021b-8947c3a8-34f4-60735ccc709c/ISO] esxcli system version get
Product: VMware ESXi
Version: 6.7.0
Build: Releasebuild-17700523
Update: 3
Patch: 143
2. 업데이트할 Esxi 버전의 프로파일을 확인합니다.
[root@C420M3-40:/vmfs/volumes/5824021b-8947c3a8-34f4-60735ccc709c/ISO] esxcli software sources profile list --depot=/vmfs/volumes/5824021b-8947c3a8-34f4-60735ccc709c/ISO/HX-ESXi-7.0U2-17867351-Cisco-Custom-7.2.0.5-upgrade-bundle.zip
Name Vendor Acceptance Level Creation Time Modification Time
------------------------------------------- ------ ---------------- ------------------- -------------------
HX-ESXi-7.0U2-17867351-Cisco-Custom-7.2.0.5 Cisco PartnerSupported 2021-04-29T18:21:43 2021-04-29T18:21:43
3. dry-run 명령어를 통해 업그레이드시 문제가 없는지 사전 테스트를 수행합니다
esxcli software profile update --depot=/vmfs/volumes/5824021b-8947c3a8-34f4-60735ccc709c/ISO/HX-ESXi-7.0U2-17867351-Cisco-Custom-7.2.0.5-upgrade-bundle.zip --dry-run --profile=HX-ESXi-7.0U2-17867351-Cisco-Custom-7.2.0.5
4. 업그레이드를 수행합니다.
esxcli software profile update --depot=/vmfs/volumes/5824021b-8947c3a8-34f4-60735ccc709c/ISO/HX-ESXi-7.0U2-17867351-Cisco-Custom-7.2.0.5-upgrade-bundle.zip --profile=HX-ESXi-7.0U2-17867351-Cisco-Custom-7.2.0.5
[HardwareError]
Hardware precheck of profile HX-ESXi-7.0U2-17867351-Cisco-Custom-7.2.0.5 failed with warnings: <CPU_SUPPORT WARNING: The CPU in this host may not be supported in future ESXi releases. Please plan accordingly.>
5. HW 호환성 이슈로 업그레이드가 안되는 경우 --no-hardware-warning 옵션을 주고 업그레이드를 하면 정상적으로 업그레이드가 됩니다
esxcli software profile update --depot=/vmfs/volumes/5824021b-8947c3a8-34f4-60735ccc709c/ISO/HX-ESXi-7.0U2-17867351-Cisco-Custom-7.2.0.5-upgrade-bundle.zip --profile=HX-ESXi-7.0U2-17867351-Cisco-Custom-7.2.0.5 --no-hardware-warning