Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ Status Codes Reference Guide
  3. NetBackup status codes
  4. NetBackup status codes
  5. NetBackup status code: 8963
NetBackup™ Status Codes Reference Guide

NetBackup status code: 8963

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

Explanation: The NetBackup Web Management Console (nbwmc) service shows this error when clients use a host name of the master server which is not present in the certificate that is configured for the NetBackup Web Management Console service. Examples of clients are the NetBackup Administration Console, web UI, or third party applications accessing the NetBackup web APIs.

You can see this error when connecting to the NetBackup web UI or NetBackup Administration Console. The error occurs when the connection uses the IP address of the master server and that IP address isn't present in the certificate that is configured for the NetBackup Web Management Console service.

The NetBackup vCenter plug-ins can display this error. The issue occurs if the master server being added to the plug-in does not use the host names known to the NetBackup Web Management Console service.

Recommended Action: If you want to access the NetBackup Web Management Console functionality using additional host names and or IP addresses (other than the ones present in server certificate), refer to the following procedure.

Note:

This setting is only for a master server. The allowedlist.properties needs to have all the additional names (host names, IP addresses) of the master server that would be used to connect from the clients. Examples of clients are the NetBackup Administration Console, web UI, any rest client, or other NetBackup clients.

Accessing the NetBackup Web Management Console functionality using additional host names and or IP addresses

  1. Create a file VAR_GLOBAL/wsl/config/allowedlist.properties.

    Example:

    Windows: <install_path>\NetBackup\var\global\wsl\config\allowedlist.properties

    UNIX: /usr/openv/var/global/wsl/config/allowedlist.properties

  2. Ensure that the web service account user has read permissions on this file.

    Example: On UNIX systems chmod a+r /usr/openv/var/global/wsl/config/allowedlist.properties is one way to ensure required permissions on this file.

  3. Add required additional valid host.headers and x.forwarded.host.headers header values.
  4. Save the file.
  5. Restart the NetBackup Web Management Console service.

    On a Windows system, the NetBackup Web Management Console service can be restarted from the Windows Service Control Manager.

    On UNIX systems /usr/openv/netbackup/bin/nbwmc stop && /usr/openv/netbackup/bin/nbwmc start.

The following is an example of an allowedlist.properties file looks like:

#Sample Properties File#
#Properties file to allow additional valid HOST and X-FORWARDED-HOST header values
#Fri Apr 23 16:14:42 CDT 2021
host.headers=master_server_additional_name_1,master_server_additional_name_2,
master_server_additional_ip_1,master_server_additional_ip_2
x.forwarded.host.headers=master_server_additional_name_1,
master_server_additional_name_2 ,master_server_additional_ip_1,
master_server_additional_ip_2

The key host.headers has comma-separated string values of the host names and IP addresses which need to be considered valid for the HOST request header.

The key x.forwarded.host.headers has comma-separated string values of the host names and IP addresses which need to be considered valid for the X-FORWARDED-HOST header.

Click here to view technical notes and other information on the Veritas Technical Support website about this status code.

Feedback

Was this page helpful?
Previous

NetBackup status code: 8962

Next

NetBackup status code: 9032

Feedback

Was this page helpful?