How to forcefully remove inactive datastore from esxi

How to forcefully remove inactive datastore from esxi

Login to esxi with root.

List the datastores:
   
     esxcli storage filesystem list

Remove the inactive datastore:
    
   esxcli storage nfs remove -v <Datastore name>

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...