Resolution
To remove the lock files:
- Log in to the VMware Data Recovery (VDR) appliance through the console with the root username and password.
- Stop the VDR application to ensure that any valid locks being used are removed:
# service datarecovery stop - Change to the destination datastore and remove all .lck files from all destination datastores. For example, to remove the file store.lck file from destination SCSI-0\:1, run the commands:
# cd /SCSI-0\:1/VMwareDataRecovery/BackupStore/
# rm -rf store.lck
Note: To find all *.lck files, run this command:
# find / -name *.lck - Restart the VDR application after all lock files have been removed
# service datarecovery start
อ้างอิง: http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1018060