Veritas NetBackup™ Add-in for Microsoft SCVMM Console Guide

Last Published:
Product(s): NetBackup (8.1.2, 8.1.1, 8.1)
  1. Introduction and notes
    1.  
      About the NetBackup Add-in for System Center Virtual Machine Manager (SCVMM)
    2.  
      Notes on the NetBackup Add-in for SCVMM
    3.  
      Updates to this guide for NetBackup 8.1
  2. Installing the NetBackup Add-in for SCVMM
    1.  
      Requirements for the NetBackup Add-in for SCVMM
    2.  
      Installing the NetBackup Add-in for SCVMM
    3.  
      Error message during installation of the NetBackup Add-in for SCVMM: Add-in cannot be installed
    4.  
      Error message during installation of the NetBackup Add-in for SCVMM on localized environments
    5.  
      Uninstalling the NetBackup Add-in for SCVMM
    6. Configuring the NetBackup Recovery Wizard
      1.  
        Creating an authentication token for the NetBackup add-in for SCVMM
      2.  
        Authorizing the NetBackup add-in for SCVMM to restore virtual machines
      3.  
        Adding or deleting an additional host name or IP address for an authentication token
      4.  
        Revoking an authorization token
      5.  
        Renewing an authorization token
      6.  
        Listing all current authorization tokens
  3. Recovering virtual machines
    1.  
      Notes on restoring Hyper-V virtual machines with the Recovery Wizard
    2.  
      Accessing the Recovery Wizard
    3.  
      Checking the status of a recovery job
  4. Troubleshooting
    1.  
      About logging for the NetBackup Add-in for SCVMM
    2.  
      Viewing log messages for the NetBackup Add-in for SCVMM
    3.  
      Changing the logging level for the NetBackup Add-in for SCVMM
    4.  
      The pre-recovery checks in the Recovery Wizard of the NetBackup Add-in for SCVMM return out-of-date information about the VM
    5.  
      Next button in the NetBackup Add-in Recovery Wizard is enabled even though required input has not been entered
    6.  
      The NetBackup Add-in Recovery Wizard does not prompt to overwrite the VM, and the recovery fails
    7.  
      Troubleshooting master server communication failures in the NetBackup Add-in for SCVMM

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:

See Troubleshooting master server communication failures in the NetBackup Add-in for SCVMM.