Skip to main content

Veeam Known Issues: Network Failure and SSL Errors

Veeam Known Issues: Network Failure and SSL Errors

Veeam Known Issues: Error Observed by Underlying BIO

Issue

Discontinuous network failures may occur when communicating with the VMware host. This is accompanied by errors such as:

“Error observed by underlying BIO: No such file or directory Detail: ‘SSL connect failed in tcp_connect()’, endpoint:”

Error Illustration

In many cases, the backup process continues successfully on a subsequent attempt.

Cause

This error often arises due to unsupported network configurations in VMware. Specifically:

  • A VM Kernel NIC with management enabled is set on a port group that is no longer suitable for the VM.
  • Even if the VM port management option is added to a network, VMware may display warnings.

In Veeam backup, discontinuous alerts are triggered, such as:

“Error observed by underlying BIO: No such file or directory tail: ‘SSL connect failed in tcp_connect()’, endpoint:”

Despite the alerts, Veeam's configuration often allows backup jobs to succeed after a few retries.

Solution

To resolve this issue:

  • Remove the Management VMKernel port from the VM network.
  • Alternatively, move the VM to a network without a management VMKernel port.

These actions will eliminate the errors and allow backups to complete without interruptions.

Popular posts from this blog

Automating Azure Resource Graph Queries with Logic Apps

Automating Azure Resource Graph Queries with Logic Apps Overview Azure Resource Graph Explorer enables querying resources at scale across subscriptions, management groups, and entire tenants. If you need to execute queries periodically and take action on the results, Azure Logic Apps provides an automated solution. This article provides step-by-step instructions on how to: Write an Azure Resource Graph query to run periodically. Create an Azure Logic App with a System-Assigned Managed Identity. Set up a Managed Identity with appropriate access. Automate the execution of your Azure Resource Graph query via Logic Apps. Store query results in CSV format in Azure Blob Storage. Prerequisites An Azure subscription ( Sign up for a free account if you don’t have one.) An Azure Storage Account with a Blob Container. 1. Write an Azure Resourc...

How to Import Azure Wiki Contents into a JSON File

How to Import Azure Wiki Contents into a JSON File In today's digital age, organizations often depend on collaborative tools like Azure Wiki to streamline knowledge sharing among team members. However, there are situations when you might need to export this content for further analysis, archival purposes, or integration with other systems. In this article, we'll see how to import Azure Wiki content into a JSON file using Azure DevOps Services REST API with Python. Prerequisites Here you need: Python POSTMAN Visual Studio or Notepad++ Before we dive into the implementation, ensure you have the following as well: Azure DevOps Account: Make sure you have access to an Azure DevOps account with permission to read wiki content. You can create an Azure free account via Azure Free Account . Persona...