Delete vCLS Virtual machine from vcenter server

 

We can delete vCLS VMs from vCenter server for maintenance activity by:


1.Find the CLS ID 

  a.Vcenter server webclient.->Developer Center->Clusters -Get API




2.Inverntory->select vCenter server->Config->Advanced settings->Edit settings and add below variable with value "False"
config.vcls.clusters.domain-<CID>.enabled  
     =>here CID =c8 from step1




3. Wait for 1 minutes all the vCLS VM will get deleted automatically.
   you can enable again by changing the value to "TRUE"








No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...