Great post thanks -
Heres an easy way to search all the vmx files -
from within the /vmfs/volumes - replace Template with something from the problem vmdk this will list all the vmx files that it finds Template in
find . -iname '*vmx' | xargs grep 'Template' -sl