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
NetBackup Virtual Appliance deployment methods
You can choose to deploy a NetBackup Virtual Appliance using GUI or CLI.
GUI deployment
Use the VMware vSphere Client or the browser-based VMware vSphere Web Client. A wizard guides you through the deployment steps.
CLI deployment
Use the VMware OVF Tool. You need to specify the required deployment properties.
For example:
ovftool --name=<nbva_name> --acceptAllEulas --net:"VM Network=<vm_network>" --allowAllExtraConfig --datastore=<vm_datastore> --powerOn <nbva_ova> vi://<vCenter_username>:<vCenter_password>/?ip=<hostIPaddress>
For the combined master and media server, Veritas provides the automatic initial configuration option. By using a product file that supports this option, the deployment wizard passes in the appliance network and storage configuration as OVF properties during the deployment process. When the deployment is complete, the appliance network and storage are configured based on these values. If you use the OVF tool to deploy this product file, you need to specify the desired properties for appliance initial configuration.
For example, the following is a list of the OVF properties for appliance network configuration:
--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>