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

Selenium firefox driver session fails with : Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location,

 Error: With Firefox driver /gecko driver Could not start a new session. Response code 500. Message: Expected browser binary location, but u...