VMware vSphere

 View Only
  • 1.  vmdk showing 00000x-vmdk

    Posted Nov 08, 2018 03:50 PM

    I got a vm with 2 vmdks showing vm-0000x.vmdk

    I tried consolidating and nothing happens. why is the 00000 in the vmdk file?



  • 2.  RE: vmdk showing 00000x-vmdk

    Posted Nov 08, 2018 03:58 PM

    A file named VMDK-NAME-00000*.vmdk is very likely a snapshot file for the vmdk VMDK-NAME.vmdk
    If you check via ssh or WinSCP you will then see that there are:
    VMDK-NAME-00000*.vmdk
    VMDK-NAME-00000*-delta.vmdk
    and
    VMDK-NAME.vmdk
    VMDK-NAME-flat.vmdk
    Anyway - you seem to have at least one snapshot.



  • 3.  RE: vmdk showing 00000x-vmdk

    Posted Nov 08, 2018 04:39 PM

    Hi,

    From SSH on ESXi host, you could verifie your VMX file and show witch VMDK are attached on this VM.

    # cat MyPathTOvmxFile.vmx | grep -i vmdk

    Thank you,