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. Veritas NetBackup™ Add-in for Microsoft SCVMM Console Guide
  3. Installing the NetBackup Add-in for SCVMM
  4. Configuring the NetBackup Recovery Wizard
  5. Adding or deleting an additional host name or IP address for an authentication token
Veritas NetBackup™ Add-in for Microsoft SCVMM Console Guide

Adding or deleting an additional host name or IP address for an authentication token

The manageClientCerts command generates an authentication token for a specific SCVMM console host. The token gives the SCVMM console host access to the NetBackup master server where the token was generated. The token works if the SCVMM console host name is identical to the name that was entered on the manageClientCerts command.

For some environments, it may be necessary to allow the token to work with additional host names or IP addresses. An example is a clustered SCVMM server: the request for access to the NetBackup master may come from a different host name or IP address than the one that was provided when the token was generated.

To allow access to NetBackup from such environments, you can use the manageClientCerts command to do the following:

  • Add another host name (or IP address) of the SCVMM console host for the existing token. The added host name or IP address is referred to as an alias. Note: You can add multiple aliases for a token.

    Note that IPv4 and IPv6 addresses are supported.

  • Delete a host name or IP address from a token.

  • Allow the token to be used on any SCVMM console host.

  • List existing aliases for a token.

The manageClientCerts command is in the following location:

Windows:

install_path\NetBackup\wmc\bin\install\manageClientCerts.bat

UNIX, Linux:

/usr/openv/wmc/bin/install/manageClientCerts

Table: Add a host name or IP address for an existing authentication token

Task

Enter the following on the NetBackup master server:

Add a host name

manageClientCerts -addAlias host_name_used_to_generate_token -HOST additional_host_name_for_token

Where host_name_used_to_generate_token is the host name that was specified when the token was generated, and additional_host_name_for_token is the additional host name of the SCVMM console host.

For example:

manageClientCerts -addAlias SCVMM1 -HOST SCVMM1.example.com

Command output:

Successful -addAlias, for client: SCVMM1, type: HOST,
alias: SCVMM1.example.com

In this example, the added host name is SCVMM1.example.com.

Note:

You can add multiple host names for a token. Add one host name for each instance of manageClientCerts.

Add an IP address or range of IP addresses

manageClientCerts -addAlias host_name_used_to_generate_token -IP IP_address_for_token | IP_address_with_netmask_for_token

Where host_name_used_to_generate_token is the host name that was specified when the token was generated. The IP address to add can be a single address (IP_address_for_token) or a range of addresses (IP_address_with_netmask_for_token).

For example:

To add a single IP address:

manageClientCerts -addAlias SCVMM1 -IP 10.80.154.1

To add a range of IP addresses using a netmask:

manageClientCerts -addAlias SCVMM1 -IP 10.80.154.0/29

In this example, 10.80.154.0/29 allows 6 hosts with IP addresses from 10.80.154.1 to 10.80.154.7 to use the same token.

Note:

For a range of IP addresses, manageClientCerts supports IP net masking, sometimes called Classless Inter-Domain Routing notation (CIDR).

Note:

You can add multiple IP addresses for a token. If not adding a range of addresses, add one IP address for each instance of manageClientCerts.

Note:

IPv4 and IPv6 addresses are supported.

Allow the token to operate with any host

manageClientCerts -addAlias host_name_used_to_generate_token -ANY

Where host_name_used_to_generate_token is the host name that was specified when the token was generated. -ANY allows any host or any IP address to communicate with the NetBackup server by means of this token.

Caution: Use the -ANY option with care. Allowing any host to use the token may introduce a security risk.

Table: Remove a host name or IP address from an existing authentication token

Task

Enter the following on the NetBackup master server:

Delete a host name

manageClientCerts -deleteAlias host_name_used_to_generate_token -HOST host_name_to_delete

Where host_name_used_to_generate_token is the host name that was specified when the token was generated, and host_name_to_delete is the name to be removed.

Delete an IP address

manageClientCerts -deleteAlias host_name_used_to_generate_token -IP IP_address_to_delete

Where host_name_used_to_generate_token is the host name that was specified when the token was generated, and IP_address_to_delete is the IP address to be removed.

Delete the -ANY option

manageClientCerts -deleteAlias host_name_used_to_generate_token -ANY

Where host_name_used_to_generate_token is the host name that was specified when the token was generated. The -ANY option is removed from the token. If particular aliases (host names or IP addresses) had been added for the token, those aliases remain in force.

Table: List the host names or IP addresses (aliases) that have been defined for a token

Task

Enter the following on the NetBackup master server:

List host names or IP addresses (aliases)

manageClientCerts -listAliases host_name_used_to_generate_token

Where host_name_used_to_generate_token is the host name that was specified when the token was generated.

For example:

manageClientCerts -listAliases SCVMM1

Command output:

Aliases for SCVMM1:
HOST = SCVMM1.example.com

In this example, the alias is SCVMM1.example.com. If the token was set with the -ANY option (to accept connections from any host or any IP address), the -listAliases output is the following:

Aliases for SCVMM1:
HOST = *

Further assistance is available:

Feedback

Was this page helpful?
Previous

Authorizing the NetBackup add-in to restore virtual machines

Next

Revoking an authorization token

Feedback

Was this page helpful?