#1 Global Leader in Data Protection & Ransomware Recovery

Cloud replica failover fails after upgrade to Veeam Backup & Replication 9.5 Update 4

KB ID: 2887
Product: Veeam Backup & Replication
Veeam Cloud Connect
Version: 9.5.4.2615
Published: 2019-02-06
Last Modified: 2020-08-13
mailbox
Get weekly article updates
By subscribing, you are agreeing to have your personal information managed in accordance with the terms of Veeam's Privacy Notice.

Cheers for trusting us with the spot in your mailbox!

Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest

error icon

Oops! Something went wrong.

Please try again later.

Challenge

After upgrade to Veeam Backup & Replication 9.5 Update 4, starting failover for a Cloud Connect replica in the VMware environment fails with the appliance related error message: Timed out waiting to obtain helper appliance VM IP address

Cause

Due to a newly introduced issue, the appliance configuration is not updated automatically during the upgrade.

Solution

The issue will be corrected in future releases. For current installations, all network extension appliances in VMware environments must be re-deployed, both on the tenant and SP sides:

For the tenant side, please refer to the following procedure: https://helpcenter.veeam.com/docs/backup/cloud/cloud_connect_tenant_appliance_redeploy.html?ver=95u4

For the SP side, either use the manual process: https://helpcenter.veeam.com/docs/backup/cloud/redeploy_appliance.html?ver=95u4
or leverage the PowerShell script below to automate mass deployment:
# Appliances of the following tenants will be skipped from redeploying.
# Make sure to include all tenants having active failover in order not to disrupt connectivity.
# Hint: Specify dummy non-existent tenant's name here to process all tenants.
$tenants_to_skip = "Tenant1", "Tenant2"
# Customizable suffix to be added to redeployed appliances. Must not be blank.
$suffix = "_new"
$skiptenants = Get-VBRCloudTenant -Name $tenants_to_skip
$skiptenantsID = $skiptenants.id
$appliances = Get-VBRCloudTenantNetworkAppliance | Where-Object {$_.Platform -eq "VMWare" -and $_.TenantId -notin $skiptenantsID}
ForEach ($appl in $appliances)
{
     $newName = $appl.Name + $suffix
     Write-Host "Updating" $newName
     Set-VBRCloudTenantNetworkAppliance -Appliance $appl -Name $newName -ErrorAction "Continue"
}

Download the script

More Information

Should you have any questions, please contact Veeam Support.
To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.

Spelling error in text

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Thank you!

Thank you!

Your feedback has been received and will be reviewed.

Oops! Something went wrong.

Please try again later.

You have selected too large block!

Please try select less.

KB Feedback/Suggestion

This form is only for KB Feedback/Suggestions, if you need help with the software open a support case

By submitting, you are agreeing to have your personal information managed in accordance with the terms of Veeam's Privacy Notice.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Verify your email to continue your product download
We've sent a verification code to:
  • Incorrect verification code. Please try again.
An email with a verification code was just sent to
Didn't receive the code? Click to resend in sec
Didn't receive the code? Click to resend
Thank you!

Thank you!

Your feedback has been received and will be reviewed.

error icon

Oops! Something went wrong.

Please try again later.