Skip to main content


 

 

How can we help you?

 

Druva Documentation

Possible Causes for Hyper-V FLR restore issues

Heads up!

We've transitioned to a new documentation portal to serve you better. Access the latest content by clicking here.

 

Problem description

While performing FLR restore, the loader spins and times out. 

Cause

  • Log Volume for Phoenix is full. 
  • You cannot perform FLR from a VM backup which has User Snapshot. 
  • Extensions installed in the browser.

Resolution

Solution 1: 

  1. We can run the following command to check space on Hyper- V FLR Proxy.
    Command: df -h 
    NOTE: df -h is the command to check the size of the volumes

  2. Determine the size of the following directory.
    Command: du -sh /var/log/Phoenix
    Path: /var/log/Phoenix/HYPERV/ 

    This gives us the exact size of the directories under the backup directory

  3. Examine and remove any logs that are no longer needed to clear up space. Use the following command to delete directories that are not required:
    rm -rf “log directory name” without quotes
    Eg: rm -rf /var/log/Phoenix/HYPERV/browse

  4. After deleting unwanted files restart Phoenix Service by running below command,
    Command: /etc/init.d/Phoenix restart

  5. Additionally, check if logging is enabled on the Backup proxy which can cause the log volume to get full. 
    To check if logging is enabled or disabled, please follow the below Article,
    https://docs.druva.com/Knowledge_Base/Phoenix/How_to/How_to_enable_or_disable_debug_logging_for_Hyper_V_host

Solution 2: 

Delete the user snapshots and backup the virtual machine to use file level restore.  However Full VM & disk restores would not be affected by it.

Cannot perform a file-level restore from a virtual machine backup

https://docs.druva.com/Phoenix/030_Configure_Phoenix_for_Backup/020_Backup_and_Restore_Hyper-V_Virtual_Machines/060_Troubleshooting_and_FAQs/010_Troubleshooting#Cannot_perform_a_file-level_restore_from_a_virtual_machine_backup

Solution 3:

  • Disable the extensions from the browser and try the FLR. 
    Eg: Passphrase
  • Try using a different browser. 

Solution 4:

  • Reach out to Druva Support with following logs
    Path: /var/log/Phoenix/HYPERV/browse
  • Was this article helpful?