Deploying the NetBackup Virtual Appliance directly to an ESXi host using OVF Tool

Article: 100038949
Last Published: 2020-09-16
Ratings: 0 0
Product(s): Appliances

Description:

Note: You need to have VMware OVF Tool installed on your remote system to complete this procedure. It can be downloaded here: https://www.vmware.com/support/developer/ovf/

The following product files (OVF templates) support direct deployment to an ESXi host.

Product file

Version

Refer to

NetBackup_VA_ROBO_VMware_Static

ALL

Method 2

NetBackup_VA_DC_VMware

ALL

Method 1

NetBackup_VA_CloudCatalyst_VMware

ALL

Method 1

NetBackup_VA_Master_VMware

ALL

Method 1

NetBackup_VA_ROBO_VMware

3.2 and later

Method 1

NetBackup_VA_ROBO_VMware_GUI

3.2 and later

Method 2

 

Before you deploy, you need to gather the following information required by the product file:

  • Appliance name
  • ESXi host name
  • Destination datastore

       If you are deploying a NetBackup_VA_ROBO_VMware_GUI or NetBackup_VA_ROBO_VMware_Static product file, this information is also required:

  1. Network configuration
    • DNS domain name
    • Appliance IPv4 address
    • Netmask
    • Gateway IPv4 address
    • Primary DNS server IPv4 address
    • (Optional) Secondary DNS server IPv4 address
    • (Optional) Appliance IPv6 address
    • (Optional) Prefix length
    • (Optional) Gateway IPv6 address
  2. Storage configuration
    • AdvancedDisk disk pool name
    • AdvancedDisk storage unit name
    • MSDP disk pool name
    • MSDP storage unit name
  3. The context of Smart Meter ( If NetBackup Virtual Appliance version is 3.1.2 or later)

 

Method 1. To deploy the NetBackup Virtual Appliance directly to an ESXi host:

  1. Download the NetBackup Virtual Appliance product file from the Licensing Portal on the MyVeritas website or the Download Center, and save it to your local computer.
  2. Use the VMware OVF Tool to run the following command, substituting the environment information that you gathered for the parameters that are marked with angular brackets (<>) and in italics:

ovftool
--name=<nbva_name>
--X:injectOvfEnv
--acceptAllEulas
--net:"VM Network=<vm_network>"
--allowAllExtraConfig
--datastore=<vm_datastore>
--powerOn
<nbva_ova>
vi://<esxi_username>:<esxi_password>@<esxi_host>

Method 2. To deploy the NetBackup Virtual Appliance with parameters directly to an ESXi host:

  1. Download the NetBackup Virtual Appliance product file from the Licensing Portal on the MyVeritas website or the Download Center, and save it to your local computer.
  2. Use the VMware OVF Tool to run the following command, substituting the environment information that you gathered for the parameters that are marked with angular brackets (<>) and in italics:
    Note: Speicfy the '--prop:va.addhosts' option to true if DNS is not available during deployment. This allows the appliance to write the host name and IP address to the HOSTS file, and makes sure that the host name is resolvable during the applaince initial configuration.

 ovftool
--name=<nbva_name>
--X:injectOvfEnv
--acceptAllEulas
--net:"VM Network=<vm_network>"
--allowAllExtraConfig
--datastore=<vm_datastore>
--prop:va.hostname=<nbva_hostname>
--prop:va.ip=<nbva_ip>
--prop:va.netmask=<nbva_netmask>
--prop:va.gateway=<nbva_gateway>
--prop:va.dns1=<nbva_dns1>
--prop:va.dns2=<nbva_dns2>
--prop:va.ipv6Address=<nbva_ipv6addr>
--prop:va.ipv6PrefixLengh=<nbva_ipv6Prefix>
--prop:va.ipv6Gateway=<nbva_ipv6Gatway>
--prop:va.dnsDomain=<nbva_domain>
--prop:va.addhosts=true|false
--prop:va.adPoolName=<ad_name>
--prop:va.adStuName=<ad_stu_name>
--prop:va.msdpPoolName=<msdp_name>
--prop:va.msdpStuName=<msdp_stu_name>
--prop:va.smartmeterText='<copy_entire_key_file_content_here>' (For 3.1.2 and later)
--powerOn
<nbva_ova>
 vi://<esxi_username>:<esxi_password>@<esxi_host>        

Refer to the NetBackup Virtual Appliance Getting Started Guide for further deployment information and post-deployment steps.

Was this content helpful?