如果您使用传输节点配置文件在 vSphere 集群上安装了 NSX,则可以按照以下说明从该集群内的所有主机中卸载 NSX。
如果您未使用传输节点配置文件安装 NSX,或者如果您要从集群内的部分主机中移除 NSX,请参见从 vSphere 集群内的受管主机中卸载 NSX。
过程
- 从浏览器中,使用 admin 权限登录到 https://<nsx-manager-ip-address> 或 https://<nsx-manager-fqdn> 中的 NSX Manager。
- 选择系统 > Fabric > 节点。
- 从托管主体下拉菜单中,选择 vCenter Server。
- 选择要卸载的集群,然后选择移除 NSX。
注: 如果还在主机上部署了 NSX Intelligence,则 NSX 卸载将失败,因为所有传输节点都将成为默认网络安全组的一部分。要成功卸载 NSX,您还需要选择 强制删除选项,然后才能继续卸载。
- 确认已从主机中移除 NSX 软件。
- 以 root 用户身份登录到主机的命令行界面。
- 运行以下命令以检查 NSX VIB
esxcli software vib list | grep -E 'nsx|vsipfwlib'
- (VDS 7.0 交换机上的主机)如果主机进入故障状态并且无法移除 NSX VIB,则运行 nsxcli -c del nsx 命令以从主机中移除 NSX。
- 在运行 del nsx 命令之前,请执行以下操作:
- 如果在 VDS 交换机上的 NSX 端口组中具有 VMkernel 适配器,您必须手动将 vmk 从 NSX 端口组迁移到 VDS 交换机上的 DV 端口组或移除这些 vmk。如果在 NSX 端口组上具有任何可用的 vmk,del nsx 命令执行将失败。
- 将 ESXi 主机置于维护模式。vCenter Server 不允许将主机置于维护模式,除非在主机上运行的所有虚拟机处于关闭电源状态或移到其他主机。
- 通过停止 ESX 主机传输节点上运行的 nsx-proxy 服务,将 ESXi 主机传输节点与 NSX Manager 永久断开连接。登录到 ESXi CLI 终端,然后运行 /etc/init.d/nsx-proxy stop。
- 刷新 NSX Manager UI。
- 确认 NSX Manager 中 ESXi 主机传输节点的状态为已断开连接。
- 登录到 ESXi CLI 终端。
- 运行 nsxcli -c del nsx。
- 查看警告消息。如果要继续进行 NSX 卸载,请输入 Yes。
Carefully read the requirements and limitations of this command: 1. Read NSX documentation for 'Remove a Host from NSX or Uninstall NSX Completely'. 2. Deletion of this Transport Node from the NSX UI or API failed, and this is the last resort. 3. If this is an ESXi host: a. The host must be in maintenance mode. b. All resources attached to NSXPGs must be moved out. c. If this is a SmartNIC-enabled host, the host must be rebooted after vib removal is completed. Verify this by checking /var/run/log/esxupdate.log for the thread which shows nsx-lcp component removal and confirm it completed without error. It will look something like: In(14) esxupdate[2150621]: Starting runnable component remove -n nsx-lcp-bundle:4.1.1.0.0-8.0.21958016 with 6e3446d0-8393-5869-8873-076a95930f56 ... Db(15) esxupdate[2150621]: Finished execution of command = component.remove If the above conditions for ESXi hosts are not met, the command WILL fail. 4. If this is a Linux host: a. If KVM is managing VM tenants then shut them down before running this command. b. This command should be run from the host console and may fail if run from an SSH client or any other network based shell client. c. The 'nsxcli -c del nsx' form of this command is not supported 5. If this is a Windows host: NOTE: This will completely remove all NSX instances (image and config) from the host. 6. For command progress check /scratch/log/nsxcli.log on ESXi host or /var/log/nsxcli.log on Linux host or 'c:/Programdata/VMware/NSX/Logs/nsxcli.log' on Windows host. Are you sure you want to remove NSX on this host? (yes/no) yes
重要说明: 在运行 del nsx 命令后,不要使用 NSX Manager UI 中的 解决功能重新准备处于 已断开连接状态的主机。如果使用 解决功能,主机可能会进入 已降级状态。 - 在 NSX Manager UI 中,如果 TNP 已连接到集群,请断开连接配置文件。
- 选择每个主机,然后单击移除 NSX。
- 在弹出窗口中,选择强制删除,然后开始卸载。
- 在 ESXi 主机上,确认显示的系统消息是已终止。该消息表示已从主机中完全移除 NSX。
移除了所有现有的主机交换机,从 NSX Manager 断开连接传输节点并移除了 NSX VIB。如果在主机上保留任何 NSX VIB,请与 VMware 技术支持部门联系。
- 在运行 del nsx 命令之前,请执行以下操作: