List VHD uuid and its associated VM name and SR in XenServer
NFS share which in return is mounted as external storage in my XenServer.
Inside the NFS exported directory it created a directory that looked like a random generated set of characters:
Storage UUID: 4b929778-2e8f-7f73-4e52-e6804e7951e3
In windows, Storage UUID is the folder name.
There are lots of vm images in this folder.
Now if you look at the UUID inside XenCenter, it does not resemble which one of the VHD images is linked to which UUID.
xe vdi-list
: to find which VM is linked to vm image files.
name-label ( RW): VM Name
name-description ( RW): VM Name Description
sr-uuid ( RO): 4b929778-2e8f-7f73-4e52-e6804e7951e3 : Storage UUID
virtual-size ( RO): 107374182400
sharable ( RO): false
read-only ( RO): false
So, when you need to restore from the backup, you need to find uuid and map vhd file to right VM.