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™ Commands Reference Guide
  3. Appendix A. NetBackup Commands
  4. nbcallhomeproxyconfig
NetBackup™ Commands Reference Guide

Name

nbcallhomeproxyconfig — used to create and manage the proxy server configuration that both the NetBackup Product Improvement Program and Usage Insights use.

SYNOPSIS

nbcallhomeproxyconfig --example

nbcallhomeproxyconfig --help

nbcallhomeproxyconfig --version

 

On UNIX systems, the directory path to this command is /usr/openv/netbackup/bin/admincmd/

On Windows systems, the directory path to this command is install_path\NetBackup\bin\admincmd\

DESCRIPTION

The nbcallhomeproxyconfig command lets users configure a proxy server for Call Home. This configuration supports the NetBackup Product Improvement Program and facilitates the upload of Usage Insights reports. You must configure proxy settings if the NetBackup master server environment has a proxy server between the environment and external internet access.

The proxy configurations shown are supported:

  • Unauthenticated proxy servers (no proxy user name or password) using HTTP.

  • Unauthenticated proxy servers (no proxy user name or password) using HTTPS.

  • An authenticated proxy server that requires a proxy user name and a password using HTTP.

  • An authenticated proxy server that requires a proxy user name and a password using HTTPS.

All configurations require a unique credential name. This name is assigned to the CALLHOME_PROXY_NAME key in the NetBackup configuration.

Example: CALLHOME_PROXY_NAME = myproxy

All configurations have some common requirements:

  • A configuration name: This name uniquely identifies the proxy configuration in the NetBackup configuration.

  • A server name including protocol: This name is the address of the proxy server. This address is in the form of a URL (http://proxy.example.com) or as an IP address (https://10.23.11.5).

  • A server port number: The port that is used to connect to the proxy.

For an unauthenticated proxy server using HTTP, these are the only required fields. For an authenticated proxy server, the configuration requires a proxy user name and password.

If the proxy server uses SSL/TLS (HTTPS), a CA certificate is required to authenticate the proxy server connection. This certificate is typically a .pem file. The nbcallhomeproxyconfig prompts for path to the CA cert .pem file if the server protocol that is specified is HTTPS.

OPTIONS

--examples

Show examples of proxy configurations.

--help

Display this usage statement.

--version

Display the version information.

Feedback

Was this page helpful?
Previous

nbauditreport

Next

nbcatsync

Feedback

Was this page helpful?