Expert GuideProblems with backup of cloned VM in Rubrik? How to fix the error

Oliver Ladage — 30. April 2025
Reading time: 1:00 minute

Geklonte VM mit Rubrik sichern

Virtual machine cloning is a popular feature in VMWare environments. VMWare administrators use this functionality frequently and regularly. There are a few things to bear in mind here, especially if the clone is created in a VMWare cluster protected by Rubrik.

Virtual machine cloning is a popular feature in VMWare environments. Whether it is to create a development system, to provide another VM with the same configuration or to migrate to a new hardware infrastructure, VMWare administrators use this functionality frequently and regularly.

However, there are a few things to bear in mind, especially if the clone is created in a VMWare cluster protected by Rubrik. This is because the inheritance of backup policies means that clones are automatically assigned to an SLA and ideally protected directly during the next backup window. Depending on how the VM was cloned, however, this can lead to an error that can be easily rectified with the following instructions.

For our scenario, we have cloned an already functioning VM in order to provide it with a virus for testing purposes.

Problem

The cloned VM could not be saved by Rubrik.

The error always appeared:

  • Error code
    RBK92010002
  • What happened?
    Internal error RBK92010002 (Vmware.UnableFetchDiskData). Incident 2ea6563d-27f4-4e4b-b7eb-b1f643f7621d
  • Possible cause
    Could not fetch snapshot disk data. Error message: GetVMDKMetadataResponse: err=16052, err_str=The specified key is not found in the disk database(err=16052)
    Solution

The problem was that there were some fields without parameters in the .vmdk file of the VM.

These had to be commented out.

Procedure

Log on to the ESXi host via the GUI.

Then click on Host -> Actions -> Services -> Enable Secure Shell (SSH) so that you can connect to it via SSH or WinSCP.

Bei dem ESXi-Host über die GUI anmelden
Log in to the ESXi host via the GUI
  • We used MobaXterm to do this.
  • Then searched for and edited the .vmdk file under /vmfs/vollumes/.../.
  • Can be opened e.g. via WinSCP / MobaXterm by double-clicking or simply edited via Vim using CLI via SSH.
In der .vmdk Datei von der VM waren einige Felder ohne Parameter
In the .vmdk file from the VM, some fields were without parameters

In the .vmdk file from the VM, some fields were without parameters. Comment out these fields with # and save the file.

.vmdk-Datei

# The Disk Data Base

#DDB

ddb.adapterType = "buslogic"

#ddb.comment = ""

ddb.deletable = "true"

After successfully editing the .vmdk file, restart the VM.

Then make a backup of the VM and deactivate SSH access in the ESXi host again.

Further sources

Since Rubrik hides the knowledge base articles behind the support login, the login is necessary:

https://support.rubrik.com/s/article/000003908

You were interested in this, then you may also be interested in...