
Search the Knowledge Base: |
Search the Knowledge Base: |
When I'm trying to delete a snapshot of a powered on virtual machine, this operation fails. The virtual machine has two disks with the same file names, and the disks are stored in different locations. Could this cause the failure?
Yes, having two disks stored in different locations but sharing the same file name (for example, "[storage1] vm/disk.vmdk" and "[storage2] vm/disk.vmdk") causes the snapshot delete operation to fail.
Because VMware Consolidated Backup uses the snapshot functionality, backing up this type of virtual machines will fail as well.
To avoid this problem, make sure the file names for virtual disks are unique.
If your virtual machine already has two disks with identical file names, follow this procedure to rename one of the disks:
Make sure no snapshots of the virtual machine exist.
Note: If your virtual machine already has a snapshot, power off the virtual machine and delete the snapshot. You can use the Snapshot Manager to delete snapshots. From the VI Client, choose Inventory > Virtual Machine > Snapshot > Snapshot Manager.
Power off the virtual machine.
Remove one of the two disks from the virtual machine, but do not delete the disk.
For example, to rename the disk foo.vmdk to bar.vmdk, enter vmkfstools -E foo.vmdk bar.vmdk.