The vmcontrol utility is used to enable or disable Changed Block Tracking (CBT). This utility is run on any backup proxy added to the register vCenter server/ESXi host, virtual machines on which you want to enable CBT.
To use the vmcontrol utility
From the vSphere Client console, click VMs and Templates, and start the backup proxy virtual machine.
Open a terminal on the backup proxy.
βπ Note
β
βAlternatively, you can use a terminal client such as PuTTY to access the backup proxy.Log on to the backup proxy.
βπ Note
β
βThe default username is root, and the default password is druvaphoenix. If you changed the password, use that password.To enable the CBT for a backup proxy use the following command:
βvmcontrol enable_cbt <vm_name>
π Note
β If there are existing recovery points onvirtual machinewhile enabling CBT, the VMcontrol utility deletes the existing recovery points. CBT functions properly only ifvirtual machinedoes not contain any recovery point while the CBT is enabled. For more information, see Changed Block Tracking (CBT) on virtual machines.
βTo disable the CBT for a backup proxy, use the following command:
βvmcontrol disable_cbt <vm_name>
To check the CBT status of a backup proxy, use the following command:
βvmcontrol check_ cbt<vm_name>
π Note
β
βThe argument is the name of thevirtual machine (case sensitive).If thevirtual machinenamehas a space or any special characters in it kindly use the command in the following manner:/opt/Druva/Phoenix/lib/vmcontrol <command> <vm_name in quotes>
Example:/opt/Druva/Phoenix/lib/vmcontrol enable_cbt βTest VMβ