VMware Cloud Community
mastermold305
Contributor
Contributor

enable Changed block tracking on my vcenter virtual machine

I saw in one of my schedule reports from my backup appliance I need to enable Changed block tracking on my virtual center virtual machine. Does anyone have any suggestion on how to make that change? Because once that vm is shut down the vSphere client won't work

0 Kudos
3 Replies
ngarjuna
Enthusiast
Enthusiast

Virtual machines running on ESX/ESXi hosts can track disk sectors that have changed. This feature is called Changed Block Tracking (CBT). On many file systems, CBT identifies the disk sectors altered between two change set IDs. On VMFS partitions, CBT can also identify all the disk sectors that are in use.

Virtual disk block changes are tracked from outside virtual machines, in the virtualization layer. When software performs a backup, it can request transmission of only the blocks that changed since the last backup, or the blocks in use. The CBT feature can be accessed by third-party applications as part of the vSphere APIs for Data Protection (VADP). Applications call VADP to request that the VMkernel return blocks of data that have changed on a virtual disk since the last backup snapshot.


For CBT to identify altered disk sectors since the last change ID, the following items are required:
  • The host must be ESX/ESXi 4.0 or later.
  • The virtual machine owning the disks to be tracked must be hardware version 7 or later.
  • I/O operations must go through the ESX/ESXi storage stack.  So NFS is supported, as is RDM in virtual compatibility mode, but not RDM in physical compatibility mode. Of course VMFS is supported, whether backed by SAN, iSCSI, or local disk.
  • CBT must be enabled for the virtual machine (see below).
  • Obviously, virtual machine storage must not be (persistent or non-persistent) independent disk, meaning unaffected by snapshots.


For CBT to identify disk sectors in use with the special "*" change ID, the following items are required:

  • The virtual disk must be located on a VMFS volume, backed by SAN, iSCSI, or local disk. RDM is not VMFS.
  • The virtual machine must have zero (0) snapshots when CBT is enabled, for a clean start.
In some cases, such as a power failure or hard shutdown while virtual machines are powered on, CBT might reset and lose track of incremental changes. Likewise offline Storage vMotion, but not online Storage vMotion, could reset but not disable CBT.

To check if a virtual disk has CBT enabled:
  1. Open the vSphere Client, select a powered-off virtual machine, and click Edit...Settings > Options > Advanced/General > Configuration Parameters.
  2. The virtual machine's configuration (.vmx) file contains the entry:

    ctkEnabled = "TRUE"

    Note: Set the value to False to disable CBT. For more information, see Enabling Changed Block Tracking (CBT) on virtual machines (1031873

  3. For each virtual disk, the .vmx file contains the entry:

    scsix:x.ctkEnabled = "TRUE"

  4. For each virtual disk and snapshot disk there is a .ctkfile. For example:

    vmname.vmdk
    vmname-flat.vmdk
    vmname-ctk.vmdk
    vmname-000001.vmdk
    vmname-000001-delta.vmdk
    vmname-000001-ctk.vmdk
0 Kudos
mastermold305
Contributor
Contributor

I know the steps because i have done this many times. What i'm asking is how can i do this if the virutal center is shutdown as i have it running on the virtual machine in question? So if i shutdown the virtual machine that is running my virutal center how can i make this change? the vsphere client would work during that time

0 Kudos
mastermold305
Contributor
Contributor

I figured it out now. I can connect to the esx host that has the vcenter on it and make the change from there

0 Kudos