Skip to main content

Process to Take Out Hosts from NSX Cluster


We recently implemented NSX in one of the VDI environment.  The environment had vShield and trend Micro Deep Security to protect the desktops. Once we migrated from vShield to NSX, we observed that taking out the host from the NSX cluster needs to follow specific steps. If these steps are not followed in the specific order there may be possibility that the host may not be cleaned up thoroughly with NSX vibs. Here is the process that will make sure the hosts are cleaned up properly once removed from NSX cluster.


  • Put the ESXi host in maintenance mode. The NSX agent VMs that are specific and residing on that host for NSX management, will be powered down once host is in maintenance mode.
  • Take out the host from the cluster by dragging it out of the cluster (in the data center or in some other cluster)
  • Wait till the NSX agent/VIB gets uninstalled from the host (you will see that in the task manager of vCenter)

  • Once VIBs are removed by vCenter – Reboot the host


  • Once reboot is complete, remove the host out of maintenance mode – it will delete the 2 VMs that were residing on it (Guest Introspection and trend Micro Deep Security)


  • Once this is complete the host will be all cleared from the NSX vibs. 

Comments

Popular posts from this blog

Upgrading HPE 3PAR SRA (Storage Replication Adapter) from 6.1 to 6.5

Here  are the high level step to upgrade the HPE 3PAR Storage Replication Adapter (SRA) - If old SRA is visible in add remove programs -  View certificates for old array (that will be removed after migration) from SRM server using following path and TPDsrm utility -        C:\Program Files\VMware\VMware Site Recovery manager\Storage\SRA\3Parinsrv>              TPDsrm.exe viewcert Uninstall old 3PAR SRA from SRM server using uninstall program feature. Reboot the SRM server. Install new 3PAR SRA using the .exe file provided by vendor. Check if you can see the new SRA in Program list. If so, reboot the SRM server.  Validate certificates for new array using following path and command on SRM server -        C:\Program Files\VMware\VMware Site Recovery manager\Storage\SRA\3Parinsrv>               TPDsrm.exe validatecert -s...

How to Check Up Time of ESXi Host or Virtual Machine from vCenter Server

To check up time of ESXi host from vCenter server - Logon to vCenter Server -  If using C# (fat) client - click on cluster - on right side pane click on Hosts - select the up time option by right clicking on the header. The column will be added at the end. You can drag and drop column to place it in your view. If using HTML client - click on cluster - on right side pane click on Hosts - select the up time attribute from show/hide column by clicking on the header  If using web (Flash)  client - click on cluster - on right side pane click on related objects - hosts - right click on the header to show/hide column - click on up time attribute Similarly,  you can check the up time for a virtual machine by clicking on the virtual machine tab instead of host tab, but only caveat  is vCenter gives you up time of a virtual machine according to reboots performed from the vCenter. So, rather than rebooting server fr...