Veritas NetBackup™ Virtual Appliance Documentation
- Getting to know the NetBackup Virtual Appliance
- NetBackup Virtual Appliance product description
- Preparing to deploy the appliance
- Deploying and configuring the appliance
- How to deploy and configure a NetBackup Virtual Appliance combined master and media server
- How to deploy and configure a NetBackup Virtual Appliance media server
- How to deploy and configure a NetBackup Virtual Appliance master server
- How to deploy and configure a NetBackup Virtual Appliance CloudCatalyst
- How to deploy and configure a NetBackup Virtual Appliance combined master and media server
- Post initial configuration procedures
- Appliance common tasks
- Storage management
- About NetBackup Virtual Appliance storage configuration
- About viewing storage space information using the Show command
- About OpenStorage plugin installation
- About NetBackup Virtual Appliance storage configuration
- Deduplication pool catalog backup and recovery
- Network connection management
- Managing users
- About user name and password specifications
- About authenticating LDAP users
- About authenticating Active Directory users
- About authenticating Kerberos-NIS users
- About user authorization on the NetBackup Virtual Appliance
- Creating NetBackup administrator user accounts
- Using the appliance
- About configuring Host parameters for your appliance on the NetBackup Virtual Appliance
- About Copilot functionality and Share management
- About NetBackup Virtual Appliance as a VMware backup host
- About running NetBackup commands from the appliance
- About mounting a remote NFS
- About Auto Image Replication from a NetBackup Virtual Appliance
- Monitoring the appliance
- About SNMP
- About Call Home
- Appliance security
- About Symantec Data Center Security on the NetBackup Virtual Appliance
- Setting the appliance login banner
- Upgrading the appliance
- About upgrading to NetBackup Virtual Appliance software version 3.2
- Requirements and best practices for upgrading NetBackup appliances
- Methods for downloading appliance software release updates
- NetBackup client upgrades with VxUpdate
- Appliance restore
- Decommissioning and Reconfiguring
- Troubleshooting
- About disaster recovery
- About NetBackup support utilities
- Appliance logging
- Commands overview
- Appendix A. Appliance commands
- Appendix B. Manage commands
- Appendix C. Monitor commands
- Appendix D. Network commands
- Appendix E. Reports commands
- Appendix F. Settings commands
- Appendix G. Support commands
Using the OVF Tool to deploy a combined master and media server appliance
The section describes how to deploy and configure a NetBackup Virtual Appliance combined master and media server. This server role is for deployment in remote offices and branch offices.
To ensure a successful deployment, make sure that you meet all of the deployment guidelines before you begin these procedures.
See NetBackup Virtual Appliance deployment guidelines.
Note:
This procedure requires a vCenter Server. For how to deploy an OVF package directly on an ESXi host, see the following technical article.
To deploy a combined master and media server appliance using the VMware OVF Tool
- Log on to the vCenter Server where you want to deploy your appliance.
Note:
Your vCenter Server user account must have at least the minimum privileges required to deploy an OVF template. Refer to the VMware documentation for more information.
- Use the VMware OVF Tool to deploy the OVF package.
OVF descriptors can contain configuration properties for the deployed OVF package. The --prop option is used to set a property. The appliance uses the configuration properties for the automatic initial configuration. Replace the variables with the environment information you gathered, and use a blank to separate the options and property mappings.
Choose one of the following to proceed according to the product file you use.
If the product file supports configuration properties, run the following command:
ovftool --name=<nbva_name> --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.smartmeterText='<copy_entire_key_file_content_here>' --prop:va.adPoolName=<ad_name> --prop:va.adStuName=<ad_stu_name> --prop:va.msdpPoolName=<msdp_name> --prop:va.msdpStuName=<msdp_stu_name> --powerOn <nbva_ova> vi://<vCenter_username>:<vCenter_password>/?ip=<hostIPaddress>
Once the deployment and the automatic configuration are complete, proceed to the remaining configuration steps in the following procedure.
If the product file does not support configuration properties, you must deploy the virtual appliance first.
Run the following OVF tool command to deploy the virtual appliance:
ovftool --name=<nbva_name> --acceptAllEulas --net:"VM Network=<vm_network>" --allowAllExtraConfig --datastore=<vm_datastore> --powerOn <nbva_ova> vi://<vCenter_username>:<vCenter_password>/?ip=<hostIPaddress>
Once the deployment is complete, proceed to perform the initial configuration steps in the following topic.