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 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.3.0.1
- 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
Configuring a master server to communicate with an appliance media server
Before you configure a new appliance for the Media server role, you must first update the configuration on the master server that you plan to use with it. To ensure communication between the master server and the new media server, the new media server host name must be added to the Additional Servers List on the master server.
The following procedure describes how to configure a master server to communicate with a new appliance media server.
To configure a master server to communicate with a new media server
- Before the appliance is configured for the media server role, verify that the software version is compatible with the master server as follows:
If the master server is a NetBackup appliance:
The master server must use appliance software version 3.3.0.1 or later.
If the master server is a traditional (non-appliance) NetBackup master server:
The master server must use NetBackup version 8.3.0.1 or later, and the new media server must use appliance software version 3.3.0.1 or later.
For an appliance master server:
From the NetBackup Virtual Appliance Shell Menu:
From the Main_Menu > Settings view, run the following command:
Settings > NetBackup AdditionalServers Add media-server
Where media-server is the fully qualified host name (FQHN) of the appliance media server that is not yet configured.
If the appliance has more than one host name, you must add all of the names.
For a traditional NetBackup master server:
Log on to the NetBackup Administration Console as the administrator.
On the main console window, in the left pane, click NetBackup Management > Host Properties > Master Servers.
In the right pane, click on the master server host name.
On the Host Properties window, in the left pane, click Servers.
In the right pane, in the Additional Servers section, click Add and enter your appliance host name. The appliance host name should appear in the top Additional Servers section.
If the appliance has more than one host name, you must add all of the names.
Click OK and close the Master Server Properties window.
- If a firewall exists between the master server and the media server, open the following ports on the master server to allow communication with the media server:
Note:
You must be logged in as the administrator to change port settings.
vnetd: 13724
bprd: 13720
PBX: 1556
If the master server is a NetBackup appliance that uses TCP, open the following ports:
443, 5900, and 7578.
- Make sure that the date and time of the media server matches the date and time on the master server. You can use an NTP server or set the time manually.
- If you plan to use the new media server in a NAT network, perform the following tasks before you configure the media server:
Enable the DNAT feature on the master server.
On an appliance master server, log in to the shell menu and run the following command:
Main > Settings > NetBackup DNAT Enable
On a traditional (non-appliance) NetBackup master server, see the Veritas NetBackup Administrator's Guide, Volume 1. Refer to Chapter 5 and the topic title "Workflow to enable NAT hosts in NetBackup domain".
Add the name of the new NAT media server to the NetBackup Servers list on the master server.
On an appliance master server, log in to the shell menu and run the following command:
Main > Settings > NetBackup NATServers Add
On a traditional (non-appliance) NetBackup master server, add the NAT server names manually to the
bp.conf
registry file, or use the bpsetconfig command. The server names must be entered on one line with each server name separated by a space, as follows:NAT_SERVER_LIST = media1 media2 media3
See Performing the initial configuration on a NetBackup Virtual Appliance media server.