-------------------------
We have a production environment formed by a cluster 3 esxi with Vcenter 5.5 .We are using for backup Veeambackup & replication v 8.0.
The Veeam backup is installed in the same virtual machine of the vcenter.
Recently, we´had some problems with the backup jobs recently that affected some Virtual Machines.
In these virtual machines some files have been locked due to the backup failure, so I have the error in vm that says: "Virtual machine disks consolidation is needed"
When we try to make manual consolidation, the error that report us:
"An error occurred while consolidating disks: msg.snapshot.error-DISKLOCKED."
Unexpectly, cheking our vcenter we have recognized that the vcenter virtual machine has new virtual disks.
Checking The new vmdk Files of these new disks, we have seen that they are vmxd files of the virtual machines that are having these problems.
Attached part of the vmx file of our vcenter
Code: Select all
scsi0:2.deviceType = "scsi-hardDisk"
scsi0:2.fileName = "/vmfs/volumes/55440890-c162ed8d-7fc5-000af780b578/server01/server01-000010.vmdk"
scsi0:2.mode = "independent-nonpersistent"
sched.scsi0:2.vFlash.enabled = "FALSE"
scsi0:2.present = "TRUE"
scsi0:2.redo = "./server01-000010.vmdk.REDO_bwRyr5"
scsi0:5.deviceType = "scsi-hardDisk"
scsi0:5.fileName = "/vmfs/volumes/55440890-c162ed8d-7fc5-000af780b578/server02/server02_amp-000001.vmdk"
scsi0:5.mode = "independent-nonpersistent"
sched.scsi0:5.vFlash.enabled = "FALSE"
scsi0:5.present = "TRUE"
scsi0:5.redo = "./server02_amp-000001.vmdk.REDO_1X6YPK"
scsi0:11.deviceType = "scsi-hardDisk"
scsi0:11.fileName = "/vmfs/volumes/55440890-c162ed8d-7fc5-000af780b578/server03_IH/server03.vmdk"
scsi0:11.mode = "independent-nonpersistent"
sched.scsi0:11.vFlash.enabled = "FALSE"
scsi0:11.present = "TRUE"
scsi0:11.redo = "./server03.vmdk.REDO_AyySQp"
scsi0:9.deviceType = "scsi-hardDisk"
scsi0:9.fileName = "/vmfs/volumes/55440890-c162ed8d-7fc5-000af780b578/server03_IH/server03-000001.vmdk"
scsi0:9.mode = "independent-nonpersistent"
sched.scsi0:9.vFlash.enabled = "FALSE"
scsi0:9.present = "TRUE"
scsi0:9.redo = "./server03-000001.vmdk.REDO_5nKEBe"
scsi0:4.deviceType = "scsi-hardDisk"
scsi0:4.fileName = "/vmfs/volumes/55440890-c162ed8d-7fc5-000af780b578/server03_IH/server03-000003.vmdk"
scsi0:4.mode = "independent-nonpersistent"
sched.scsi0:4.vFlash.enabled = "FALSE"
scsi0:4.present = "TRUE"
scsi0:4.redo = "./server03-000003.vmdk.REDO_rV8c8c"
scsi0:10.deviceType = "scsi-hardDisk"
scsi0:10.fileName = "/vmfs/volumes/55440890-c162ed8d-7fc5-000af780b578/server03_IH/server03-000004.vmdk"
scsi0:10.mode = "independent-nonpersistent"
sched.scsi0:10.vFlash.enabled = "FALSE"
scsi0:10.present = "TRUE"
scsi0:10.redo = "./server03-000004.vmdk.REDO_ZrdLmq"
scsi0:6.deviceType = "scsi-hardDisk"
scsi0:6.fileName = "/vmfs/volumes/55440890-c162ed8d-7fc5-000af780b578/server03_IH/server03-000005.vmdk"
scsi0:6.mode = "independent-nonpersistent"
sched.scsi0:6.vFlash.enabled = "FALSE"
scsi0:6.present = "TRUE"
scsi0:6.redo = "./server03-000005.vmdk.REDO_3fLSVv"
scsi0:13.deviceType = "scsi-hardDisk"
scsi0:13.fileName = "/vmfs/volumes/554520a6-838520f6-6507-001018c83fe4/server04/server04_2-000001.vmdk"
scsi0:13.mode = "independent-nonpersistent"
sched.scsi0:13.vFlash.enabled = "FALSE"
scsi0:13.present = "FALSE"
scsi0:13.redo = ""
scsi0:14.deviceType = "scsi-hardDisk"
scsi0:14.fileName = "/vmfs/volumes/5bd30901-5e964a27-896a-000af780b578/server05/server05_1.vmdk"
scsi0:14.mode = "independent-nonpersistent"
sched.scsi0:14.vFlash.enabled = "FALSE"
scsi0:14.present = "FALSE"
Once we Turn off the Vcenter, if i remove the discs, Could it damage locked Virtual Machines?
What can i do to unlock them?
Thanks in advance.