Skip to main content
Question

Different restore results with VRO

  • July 9, 2026
  • 9 comments
  • 49 views

ChrisVe

Hi everyone,

I noticed an interesting behavior during DataLab testing. Multiple runs of the same DataLab test are producing different restore outcomes.

For example, in one run, VM A completes with an error, while in the next run the same VM completes successfully. I have also seen the opposite behavior with another VM.

I would have expected the test results to be consistent and repeatable, especially since nothing has changed in the environment between the runs.

Most of the VMs involved are running older versions of Oracle Linux Server.

Has anyone else observed this behavior before?

Kind regards,
Chris

9 comments

MicoolPaul
Forum|alt.badge.img+23

Hi Chris, what are the errors you’re getting?


ChrisVe
  • Author
  • Comes here often
  • July 9, 2026

Hi Paul,

mostly it’s “Failed to find any network connections for the VM” and “Failed to get IP address”. The VM use DHCP but the DHCP server was restored, too. And even the DHCP server and affected VM are in different VLANs the virtual lab is configured to route the traffic.

EDIT: Sometimes the restored VM didn’t have an vNIC configured

 


Chris.Childerhose
Forum|alt.badge.img+22

@Madi.Cristil ​@safiya - maybe we move this to the VRO Heros Den for better help.


ChrisVe
  • Author
  • Comes here often
  • July 10, 2026

Hi everyone!

I did a manual restore of the VM which has no vNIC after restoring with VRO. When restoring the VM manual using full VM restore, the NIC is configured on the VM. This is weird.


regnor
Forum|alt.badge.img+14
  • Veeam MVP
  • July 10, 2026

Is it possible that during some runs, the timeouts are reached before the VM is ready? If you compare a successful and failed run, do you see any tasks taking more time than usual?

 


Dynamic
Forum|alt.badge.img+14
  • Veeam Vanguard
  • July 10, 2026

Does this only occur on your Linux VMs or do you have the same issue with your Windows Workloads? Depending on your Linux Distribution and/or VM-configuration, it could be, that the restored VM has no information about it’s “new” NIC / eth Interface...


Dynamic
Forum|alt.badge.img+14
  • Veeam Vanguard
  • July 11, 2026

just found the Thread in the R&D regarding my mention:

SureBackup networking with Linux VMs - R&D Forums

 
 

 

 


ChrisVe
  • Author
  • Comes here often
  • July 14, 2026

For a conclusion I have to issues: Linux VMs that don’t have any network connection. Some VMs were stated in VRO that VMware tools not running even they are installed, up and running in the restored VM. Reconfiguring the timeout doesn’t change the behaviour.

We had the reconfigured a production VM with a static MAC address because I found a thread in the forums that NICs - especially on Linux guests - bind to the MAC address. Unfortunately, this results in a restored VM without any virtual NICs.

Thanks for your help so far!


ChrisVe
  • Author
  • Comes here often
  • July 16, 2026

I’d like to leave a feedback how I solve the challenges partially. Configuring the VMs with a static IP instead of using DHCP solved the most of the issues. The other ones are based on VMware Tools that were not update or unsupported.