Skip to main content

VM backup fails with error VMWARE VMOMI65535

VM backup fails with error VMWARE VMOMI65535

Problem Description

Backup of a VMware virtual machine (VM) fails with the error VMWARE_VMOMI65535.

Cause

This issue occurs when the VM is configured with one or more multi-writer disks while Changed Block Tracking (CBT) is enabled.

VMware does not support CBT for virtual machines that have multi-writer disks attached. As a result, backup operations that rely on CBT fail.

Traceback

The backup job fails with error VMWARE_VMOMI65535.

The detailed backup logs contain an error similar to the following:

[ERROR] Error <class 'pyVmomi.VmomiSupport.vmodl.fault.NotSupported'>: (vmodl.fault.NotSupported) { msg = 'The operation is not supported on the object.', faultMessage = [ message = 'CBT-enabled VM having multi-writer disk(s) is not supported' ] }

The key message indicating the root cause is:

CBT-enabled VM having multi-writer disk(s) is not supported

Verification

  1. Download the detailed backup job logs.

  2. Search for the following message:

    • CBT-enabled VM having multi-writer disk(s) is not supported

  3. Verify in the VMware vSphere Client whether the affected VM has one or more disks configured with the Multi-Writer flag.

Resolution

Since VMware does not support CBT for VMs with multi-writer disks, disable CBT for the affected VM before running the backup.

Option 1: Disable CBT Using the Druva Backup Proxy (Recommended)

  1. Log in to the backup proxy.

  2. Navigate to: /opt/Druva/EnterpriseWorkloads/lib/

  3. Run the following command:vmcontrol disable_cbt <VM_Name>

    1. Replace <VM_Name> with the name of the affected virtual machine.

  4. Create or update the backup policy assigned to the VM and ensure CBT is disabled for that policy.

  5. Trigger a manual backup to verify the issue is resolved.

Option 2: Disable CBT from VMware vSphere

Disable CBT for the affected VM using the VMware vSphere Client, then trigger a new backup.

See Also

Did this answer your question?