NetBackup web server certificate

NetBackup web server certificate

At the time of authentication and validation of the Fenix token, the message below may occur due to access permission to the NetBackup API:


"The host name that you have specified to connect to the NetBackup web server is not present in the NetBackup web server certificate."

Step 1: Access the Installation Directory

cd /var/global/wsl/config

Step 2: Create the allowedlist.properties File

Create a file named allowedlist.properties in the config directory with the following content:

#Properties file to allow additional valid HOST and X-FORWARDED-HOST header values
#Tue Jan 25 2022
host.headers=backup-server-ip
x.forwarded.host.headers=backup-server-ip
origin.headers=backup-server-ip

Make sure to replace backup-server-ip with the actual IP address of your backup server.

Step 3: Restart the Service

After creating the file, restart the NetBackup Web Management Console service.

On Windows:

NetBackup Web Management Console

On Linux:

/usr/openv/netbackup/bin/nbwmc stop && /usr/openv/netbackup/bin/nbwmc start

Additional Information

For more details, please refer to the official documentation: Veritas Support Article.

Once these steps are completed, the error:

The host name that you have specified to connect to the NetBackup web server is not present in the NetBackup web server certificate.

should no longer occur.

    • Related Articles

    • NetBackup - Create User for Fenix

      This tutorial guides you through the process of creating a user in Windows and configuring the necessary permissions in Veritas NetBackup. This will enable API access to collect data using the FenixDFA Agent tool. Step 1: Create a User in Windows ...
    • Access to perform the operation was denied 117

      Error Code: 117 Error Message: “Access to perform the operation was denied” Overview This error indicates a permission or authentication issue when attempting to access the Veritas NetBackup API using the fenixdfa user account. Even if you’re using a ...
    • Create Connection

      Connections are used to create a bridge between the FenixDFA panel and the collection agent. The collection agent can have more than one connection, from different backup software. It is created from access to the FenixDFA panel, when the company’s ...
    • Oracle Cloud Integration Guide

      Configuration Process 1. OCI Account Configuration Access the OCI Console and verify that you have the required permissions. Identify the tenancy where the resources will be accessed. Confirm that you have access to the region where the resources are ...
    • SQL Native Integration Guide

      Integration Guide Overview This document describes the integration process with SQL Native Backup (Standard, Enterprise and SQLEXPRESS), detailing the required configuration steps and data needed for successful integration. Prerequisites SQL Server ...