how to Remove unmounted/inaccessible datastore from ESXi Host

  • Login to esxi with ssh

  • Find the datastore id using:
    esxcli storage core device list

  • Now  find out „naa.“ of unmounted/inaccessible datastore

  • remove the lun id:
 esxcli storage core device detached remove -d naa.600000e00d00000000010bc100000000

  • rescan hba:
   esxcli storage core adapter rescan --all

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