vCenter

Expand all | Collapse all

remove "inaccessable" datastore from VCenter appliance inventory.

  • 1.  remove "inaccessable" datastore from VCenter appliance inventory.

    Posted Jan 23, 2017 07:01 PM

    I am trying to find out how to remove two datastores marked “inaccessible” from the VCenter appliance version 6.0update2

    We have two datacenters, each with it’s own VCenter appliance.  We had a host in one VCenter that had access to two datastores attached over fiber channel.  That host was imported into the second VCenter using the "add host", so it wasn’t properly removed from the first VCenter.

    The result is that there are two datastores in the first vcenter that have no hosts associated with them.  They’re showing as “inaccessible” and are grayed out.  Most the functions such as “delete” “unmount”, etc. are also grayed out.

    Is there any easy, safe way to remove them?  I did some searching and all I seemed to find were references to NFS datastores, and/or modifying the database on a Windows based VCenter.  I found articles about removing a datastore from a host, but in this case there are no hosts attached to this datastore. 

    I'm looking for something like the "remove from inventory" option that exists for hosts

    Mike O.



  • 2.  RE: remove "inaccessable" datastore from VCenter appliance inventory.

    Posted Jan 23, 2017 07:55 PM

    Hi, could you try to:

    1. Connect directly to ESXi using vSphere Client and try to remove the datastore from ESXi

    or

    2. Connect directly to ESXi using vSphere Client, try to rename the datastore then remove the datastore from ESXi



  • 3.  RE: remove "inaccessable" datastore from VCenter appliance inventory.

    Posted Jan 23, 2017 10:21 PM

    The problem is that there is no ESXI host on that VCenter that is connected to that datastore.  The ESXI host was moved to a different VCenter.    VCenter shows the datastore, in it's list of datastores, but there are no VM's, or hosts associated with it.



  • 4.  RE: remove "inaccessable" datastore from VCenter appliance inventory.

    Posted Jan 23, 2017 08:03 PM

    There are still running virtual machines on the old vCenter with that may have reference (like mounted ISO, even on a old snapshot) to the datastore that was moved to the new vCenter?



  • 5.  RE: remove "inaccessable" datastore from VCenter appliance inventory.

    Posted Jan 23, 2017 10:37 PM

    I figured it out.  I was double checking on VM's on those datastores.  Under "related objects", there were no VM's or hosts, but there were two old templates that were still referenced by the original VCenter.  When I right clicked on the template and selected "remove from inventory", the data stores disappeared.



  • 6.  RE: remove "inaccessable" datastore from VCenter appliance inventory.

    Posted Feb 26, 2018 07:16 PM

    Thanks MikeD----This worked for me - - worked GREAT - Thank you - I had been fighting for over 6 hours



  • 7.  RE: remove "inaccessable" datastore from VCenter appliance inventory.

    Posted May 02, 2018 07:46 PM

    Ugh thank god this finally worked for me too

    What a nightmare this was



  • 8.  RE: remove "inaccessable" datastore from VCenter appliance inventory.

    Posted Jul 06, 2022 03:38 AM

    How did you find the references?



  • 9.  RE: remove "inaccessable" datastore from VCenter appliance inventory.

    Posted Jul 06, 2022 04:58 AM

    You should have a Snapshot check within your environment. At least you can use the RVtools to get an overview and they also list  Snapshots.

    Regards,
    Joerg



  • 10.  RE: remove "inaccessable" datastore from VCenter appliance inventory.

    Posted Jul 06, 2022 05:35 AM

    RVTools is great, another quick way to find snapshots is with PowerCLI

    Get-VM | Get-Snapshot | Select-Object Description, Created, VM



  • 11.  RE: remove "inaccessable" datastore from VCenter appliance inventory.

    Posted Dec 08, 2023 08:28 AM

    In my case, the file  CD/DVD device is connected to this DataStore. I change CD/DVD device to "Client Device". After that the datastore disappear. Your suggestion is help full. 

    Thank you very much.



  • 12.  RE: remove "inaccessable" datastore from VCenter appliance inventory.

    Posted Nov 29, 2024 04:41 AM

    Thanks MikeOD.   It works.




  • 13.  RE: remove "inaccessable" datastore from VCenter appliance inventory.

    Posted Feb 13, 2018 04:27 PM

    Didn't think to look for an old snapshot - that did the trick.  Thanks!



  • 14.  RE: remove "inaccessable" datastore from VCenter appliance inventory.

    Posted Nov 17, 2023 05:48 PM

    I had to deal with this today. Old datastore from ESXi host that had been ungracefully removed was sticking around after the ESXi host was removed from inventory.

    Ended up being two running VM's had snapshots that were from that old ESXi host. Also, one of the VM's had a CD path to the old datastore.



  • 15.  RE: remove "inaccessable" datastore from VCenter appliance inventory.

    Posted Dec 02, 2022 10:30 PM

    We were able to resolved this by rescanning the storage on each host in vcenter.

    Right click the Host, choose Storage>Rescan Storage.

    This cleared up all the inaccessible datastores.



  • 16.  RE: remove "inaccessable" datastore from VCenter appliance inventory.

    Posted Jun 27, 2023 08:57 PM

    Also take a look at VMs that were installed from an ISO on one host, then cloned to another host. If the ISO "CD" is not unmounted (eg: CD/DVD drive isn't say set to "Client Device"), then it will hold onto the storage. This has been my problem more than once.

    You may have to walk all of your VMs across your hosts to find the offending VM that still has the ISO remote mounted.



  • 17.  RE: remove "inaccessable" datastore from VCenter appliance inventory.

    Posted Aug 03, 2023 11:12 AM

    Guys, but I'll tell you what I did to solve it:
    1st - Place the host in maintenance so that all the Vm's are removed from the Cluster;
    2nd - Remove the host from the Cluster:
    Click on connection then on disconnect;
    3rd click on remove from inventory;
    4th Access the isolated esxi host and try to remove the datastore with problem. Often you don't even need to remove it. If the datastore is inaccessible it is automatically removed.
    After that, just insert the host in the vcenter again and assign it to the Cluster.
    This worked for me I had a similar problem.



  • 18.  RE: remove "inaccessable" datastore from VCenter appliance inventory.

    Broadcom Employee
    Posted Nov 19, 2023 11:59 AM

    Step1: Validate if any ISO / Template resides in that Datastore
    Step2: Validate if the datastore is used by any host as Swap Datastore

    Step3: Validate if the datastore is used as HA Heartbeat Datastore
    Step4: Login to all the hosts via IP or FQDN and see if any host has assess to that datastore. If yes, remove them and it should refect in vCenter
    Step5: Restart the vpxd service on vcenter "service-control --stop vpxd && service-control --start vpxd" this will refresh the inventory and do a complete sync