ESXi indicate iSCSI device as “Not consumed”

Hi Everyone!

Recently, I created a new LUN in Huwawi Storage and then went to the VMware vCenter to create the corresponding datastore. I created this datastore on one of the ESXi hosts and went to the other hosts and scanned the adapter. The Environment includes 3 ESXi hosts. Although the datastore was created successfully, when I looked at the other two ESXi hosts, They couldn’t recognize the new datastore and show the corresponding Lun with a label called “No consumed”. I also performed a rescan of the storage on an ESXi host to look for any change in Storage Device or VMFS Volumes. However, in my opinion, scanning for new VMFS Volumes is sufficient while I have the LUN with VMFS formatted and just need to detect this volume.

No consumed means that the datastore has not yet been formatted as a VMFS datastore, but I have formatted it by using another ESXi host in the Cluster. after googling and testing in my environment, I come up with two solutions for this problem. The problem is that other hosts can not mount this datastore and you have to do it manually. And let me add that I have 3 versions of ESXi in the cluster with EVC enabled. ESXi 6.7 and ESXi 6 and 6.5. ESXi 6.7 works fine but the remaining two ESXi not working.

Solution 1

You need to manually mount the datastore however it mounts successfully on other hosts. Therefore, enable SSH on the ESXi host and run the following command to list datastores and find your LUN UUID.

esxcfg-volume –l

write down the LUN UUID and run the following command to mount the datastore manually.

esxcfg-volume -m <VMFS UUID|label>

Great! That works for me, but it just worked on ESXi 6.5 and the ESXi 6 does not respond to the command “esxcfg-volume -l” and it shows me nothing, so I went to Solution 2!

Soultion 2

What is Solution 2! it is a ridiculous solution and I came up with that and can only be responsive in certain circumstances. Because the data store is new and no information has been placed on it. I simply removed it and And I tried to create a new datastore from ESXi 6, that has a problem with “esxcfg-volume -l” command. Believe it or not, it worked! I rescanned the storage in the reaming 2 ESXi and the datastore was shown!
Yes! It works for me in this way.

Share Post on:

Leave a Reply

Your email address will not be published. Required fields are marked *