Issue with esxcli Dry Run Command During NSX VIB Installation on ESXi 8.0.2 Host
When executing the dry run command for installing the NSX VIB on an ESXi 8.0.2 host, the following error occurs:
[root@esx:~] esxcli --formatter=keyvalue software vib install -d /vmfs/volumes/######/ESXi-patch/nsx-lcp-4.#.#.#.#.########-esx80.zip --dry-run
This indicates a mismatch between component IDs
VMware NSX 4.x
VMware vSphere ESXi 8.0.2
Using vmw-nsx-lcp_
and 4.#.#.#.#.########
-esx80-snic-systemvmw-nsx-lcp_
instead of 4.#.#.#.#.########
-esx80nsx-lcp-esxio-
cause issues due to compatibility.4.#.#.#.#.########
-esx80-unified.zip
This issue is related to component version conflicts during the dry run process. To resolve it, ensure that the VIBs are compatible with your installed ESXi version. Use `nsx-lcp-esxio-4.#.#.#.#.########-esx80-unified.zip` instead of `nsx-lcp-4.#.#.#.#.########-esx80.zip`.