Link to home
Start Free TrialLog in
Avatar of cvonrabe
cvonrabeFlag for United States of America

asked on

VMware ESX cannot find the virtual disk

I just upgraded to VmWare ESXI 5 from 4.1  Everything seemed to go smoothly except for one VM which I run on a NAS.  It showed up as an unidentified VM.  I removed it from inventory and went to the datastore and re-added it.  Now when I try to boot up I get the following error:  

Reason: The system cannot find the file specified.

Cannot open the disk '/vmfs/volumes/a5382f67-077d12c4/Windows 2008 R2 - LBMX/Windows 2008 R2 - LBMX.vmdk' or one of the snapshot disks it depends on. 

VMware ESX cannot find the virtual disk "/vmfs/volumes/a5382f67-077d12c4/Windows 2008 R2 - LBMX/Windows 2008 R2 - LBMX.vmdk". Verify the path is valid and try again. 

Open in new window


I have not touched any of the files in this VM and it was working until the upgrade.  Any clue what to do?  Thanks!
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

check the datastore inventory, can you screenshot the inventory and upload?
it's possible the virtual disk descriptor file is missing.
Avatar of cvonrabe

ASKER

Here are 2 screenshots, let me know if this isn't what you are looking for.  If that is the case is there any way to recreate it?  I literally have not deleted anything so I'm not sure how it could just go missing.
lbmx.png
lbmx2.png
I think you are going to have to visit the console or SSH remotely, and check the VMX file, is correct, check the datastore path is correct, and check you have the correct files on the datastore.
I'm kind of new to vmware, is there a command to find out what the paths should be or what files it is looking for?  It appears the file it cant find is right there.  In the path though, after volume, there are those random characters, is that some id that could have changed?
Thanks.  So I have it open and I can see the path (which it obviously can't find)  How do I know what the path should be?
you need to check the actual paths on the server

/vmfs/volumes
I appreciate your help.  Could you tell me how I browse this path?  I can't find it anywhere.
Figured it out.  I found it through ssh but got this error:  
-ash: cd: can't cd to Windows
I wasn't using quotes.  ok I got to the folder where the vmdk file is.  Its right there.  Any other clues
putty.png
ASKER CERTIFIED SOLUTION
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I'm starting to wonder if that is the case.  Look how small the files are.  There is definitely something missing.  I wonder how it could just disappear like that.
yes, this is why I need a screenshot from the console, there should be two files like this as an example

-rwxrwxrwx    1 -2       -2   42949672960 Apr  3 21:39 cyrus-dc02-flat.vmdk

-rwxrwxrwx    1 -2       -2                  546 Mar 22 15:32 cyrus-dc02.vmdk


a vmdk and a flat-vmdk, the vmdk is the actual descriptor, and is only small, the flat file is the actual data disk.
something is also odd, because the size of the VMDK states 0, but the provisioned size states 419GB.

so it looks likes it's a think provisioned disk, which has currently not been used or formatted.
Run the command, esxcfg-nas -l

This should show the list of NFS shares mounted currently to the host. I guess the UUID is mapped correctly in your case, a5382f67-077d12c4.

I concur with hanccocka, the VM seems to be missing the actual data disk as per the screenshot.