从vCenter上干掉了NSX,但是很多组件都没有删除干净,会报错,但日志里还是有很多报错信息,需要手动干掉NSX,报错信息大概如下:
[DependencyError]
VIB VMware_bootbank_esx-vxlan_6.5.0-0.0.5534171 requires esx-base << 6.6, but the requirement cannot be satisfied within the ImageProfile.
VIB VMware_bootbank_esx-vsip_6.5.0-0.0.5534171 requires esx-base << 6.6, but the requirement cannot be satisfied within the ImageProfile.
Please refer to the log file for more details.
手动删除与NSX相关的VIB包:
To remove the “esx-vxlan” VIB , execute the below command:
esxcli software vib remove -n esx-vxlan
esxcli software vib remove -n esx-vsip
To remove the “esx-vsip” VIB , execute the below command:
esxcli software vib remove -n esx-vsip
暂无评论