Veritas NetBackup™ Virtual Appliance Getting Started Guide
- Product overview
- NetBackup Virtual Appliance product description
- Preparing the initial deployment
- 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 combined master and media server
- Post initial configuration procedures
- Introduction to the NetBackup Virtual Appliance Shell Menu
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>