Unable to take backup of one Hyper-V server in quest rapid recovery tool

I'm unable to take backup of one Hype-V server. Agentless backup is configured for this server.

OS version of the client server is:-Microsoft windows server 2012 R2 standard

Rapid recovery agent version:-6.0.1.609

Problem I'm facing described below:-

The transfer failed: 'Call to service method https://servername:8006/apprecovery/api/agent/transfer/snapshots POST failed: Failed to call Create File on disk '\\.\PhysicalDrive0' - The process cannot access the file because it is being used by another process'
Failed to call Create File on disk '\\.\PhysicalDrive0' - The process cannot access the file because it is being used by another process

VSS writer components are no error state and server rebooted 21 days ago.

Please help me to  resolve the issue

Thanks

Sujoy

Parents Reply
  • 1) RR = Rapid Recovery

    2) The process to run vss manual depends a bit on the OS version but the basic is

    vssadmin create shadow /for=c:

    Substite C: for the volume that is failing

    3) Speaking of that, what is \\.\PhysicalDrive0?

    Finding this is super confusing in RR since they just assign this at random for some reason and it is NOT related to the disk assignments via Windows 

    4) You said this was an agentless backup, so you are still taking a snapshot of a VM but you are calling the host HyperV to do it. 

    Make sure the host being backed up does not have any DVD/CD/USB drives BOTH:

    a) Configured in the HyperV

    b) Selected for Backup in the Core Console

Children