How to remove inaccessible Datastore from ESXi



1.Find out the datastore names using:

   VMFS:
      esxcli storage vmfs extent list

   NFS:
      esxcli storage nfs list
2.Remove Datstore forcefully using:

   esxcli storage nfs remove -v <DatastoreName>

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