ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

VCP6.7-DCV Objective 1.10 – Describe a virtual machine (VM) file structure

By Vladan SEGET | Last Updated: April 26, 2025

Shares

Today we’ll detail another objective towards VCP-DCV 2019 Certification – Objective 1.10 – Describe a virtual machine (VM) file structure. Again, read the docs as well as we won’t be able to cover everything  – make sure to read the PDFs. The VMware Exam blueprint has 41 chapters (Objectives). VCP-DCV 2019 certification is the latest certification based on vSphere 6.7.

The VCP-DCV 2019 certification will be based on 2V0-21.19 exam number and it will have 70 questions with a duration of 115 minutes. The passing score is 300. Nothing really new for those who are not new to VMware certification process.

VMware changed the rules of re-certification recently. Our Post: VMware Certification Changes in 2019 has the details. No mandatory recertification after 2 years. Older certification holders (up to VCP5) can pass the new exam without a mandatory course, only recommended courses are listed).

The certification’s name is “The VCP-DCV 2019 certification“. It is a new certification for 2019 focusing on installation, configuration, and management of VMware vSphere 6.7.

To become VCP-DCV 2019 certified you have 3 different choices of exam:

  1. Professional vSphere 6.7 Exam 2019
  2. VMware Certified Professional 6.5 – Data Center Virtualization exam (our VCP6.5-DCV Study Guide Page which is complete)
  3. VMware Certified Professional 6.5 – Data Center Virtualization Delta exam

Note: You must be VCP5, or VCP6. If, not, you must “sit” a class and you have no “Delta” exam option.

The current exam blueprint: (Original PDF Online at VMware is here 2V0-21.19).

This guide is available as Free PDF!

Free Download at Nakivo – VCP6.7-DCV Study Guide.

VCP-DCV 2019 Study Guide

VCP-DCV 2019 Study Guide

VCP6.5-DCV Objective 1.10 – Describe a virtual machine (VM) file structure

So let's get started. For this lesson, we're using “Virtual Machine Administration” PDF. Check the VCP6.7-DCV Study Guide Page for the whole documentation set.

Here are the principal files that each VM has.

You have then some additional files created after VM runs for a while.

  • A file called .hlog file is a log file that is used by vCenter Server to keep track of virtual machine files that must be removed after a certain operation completes.
  •  Another file called .vmtx file is created when you convert a virtual machine to a template. The .vmtx file replaces the virtual machine configuration file (.vmx file).

What is VMware CTK, and what’s inside the file?

CTK file is also inside the VM folder. The CTK file is used by Changed Block Tracking (CBT). It lists the block changes made since the last backup. The first backup of a VM has to be a full backup, only then onwards the CBT reads the content of the CTK file, and back up changed blocks only instead of full VM backup. Every block has got a time stamp which says where the location of the modified block is.

The size of this file is fixed and does not grow over its initial size. Only if you grow the size of a virtual disk than the size of CTK file changes. The real size of this CTK file depends on the size of a virtual disk, but it’s about .5MB for every 10 GB of virtual disk size.

The CTK’s file content stores the state of each block, for tracking purposes, and is using sequence numbers. Those sequence numbers are used by a backup application, to see if a block has changed its state or not.

A file with extension CTK can be found by using the VMware datastore browser, in the same folder as other VMDK file, where the VM stores all its files (VMDK, VMX, VMSD, NVRAM….).

If you don’t see the CTK file, then certainly the CBT just isn’t activated. The CBT functionality is available for VMs with the virtual hardware version isn’t 7 and higher. The CBT is usually activated by backup products, like Veeam or VDP automatically during the first backup.

The CBT can also be activated manually, through the vSphere web client and Advanced settings of the VM, OR, editing directly the configuration file of a particular VM (VMX file).

The Snapshot Structure

When a virtual machine snapshot is created, all attached disks are snapshotted simultaneously. So there will be one delta disk per virtual machine disk, per snapshot.

The files on the datastore looks like this (represents a VM with 3 snapshots):

/vmfs/volumes/datastore1/examplevm/examplevm-000001.vmdk
/vmfs/volumes/datastore1/examplevm/examplevm-000002.vmdk
/vmfs/volumes/datastore1/examplevm/examplevm-000003.vmdk
…
/vmfs/volumes/datastore1/examplevm/examplevm.vmdk
/vmfs/volumes/datastore1/examplevm/examplevm.vmx

Virtual Machine Hardware Available to vSphere Virtual Machines

Check vSphere “Virtual Machine Administration” PDF page 13.

Virtual Machine Options

Virtual machine options will allow you to fine-tune the settings and behavior of your virtual machine and to ensure maximum performance.

  • General Options – modify the name, check the config file and working location.
  • Encryption Options – you can enable encryption for the VM (needs a Key management server not available from VMware, but through a partner).
  • Power management – Suspend the virtual machine or leave the virtual machine powered on when you put the guest operating system into standby.
  • VMware Tools – power controls for the virtual machine and run VMware Tools scripts. You can also upgrade VMware Tools during power cycling and synchronize guest time with the host.
  • Virtualization-based security – you can enable VBS to add an additional level of protection

  • Boot Options – you can set the boot delay when powering ON.
  • Advanced Options – Disable acceleration and enable logging, configure debugging and statistics, and change the swap file location. You can also change the latency sensitivity and add configuration parameters. Also, you can enable or disable Change block tracking (CTK).
  • Fibre channel NPIV – control VMs access to LUNs on per-VM basis.
  • vApp Options – enable or disable vApp Options. You can view and edit vApp properties, vApp Deployment options, and vApp Authoring options.

Check the VCP6.7-DCV Study Guide Page for all objectives towards VCP-DCV 2019 certification. You'll also find a links to the whole documentation set.

This was a short lesson compared to others, but there is 41 lessons to cover the whole blueprint.

Also from ESX Virtualization

  • VCP6.7-DCV Objective 7.5 – Configure role-based user management
  • What is VMware vSphere Update Manager?
  • What is VMware DRS (Distributed Resource Scheduler)?
  • What Is Erasure Coding?
  • VCP6.7-DCV Objective 7.10 – Create and Manage Templates
  • VMware vExpert 2019 – This is vExpert x11

Stay tuned through RSS, and social media channels (Twitter, FB, YouTube)

Shares
Vote !

| Filed Under: Server Virtualization Tagged With: Describe a virtual machine (VM) file structure, VCP-DCV 2019 certification

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!
  • Installation of StarWind VSAN Plugin for vSphere
  • Protect Mixed environments with Nakivo Physical Machine recovery (bare metal)
  • No more FREE licenses of VMware vSphere for vExperts – What’s your options?
  • Tails – Your Private OS on USB Stick
  • StarWind V2V Converter Now has CLI
  • Veeam VHR ISO v2 – 2025 Download and Install
  • Deployment OVA and Installation of Nakivo Backup and Replication for VMware

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in