NetBackup™ Upgrade Guide
- Introduction
- About changes in NetBackup 10.2
- Planning for an upgrade
- General upgrade planning information
- About upgrade tools
- Upgrade operational notes and limitations
- General upgrade planning information
- Primary server upgrade
- Media server upgrade
- MSDP upgrade for NetBackup
- Client upgrade
- NetBackup Deployment Management with VxUpdate
- Appendix A. Reference
Configure Data Collector manually for NetBackup
The primary server installation generally deploys the NetBackup IT Analytics Data Collector binaries automatically. The binaries are installed to C:/Program Files/veritas/
(Windows) or /usr/openv/analyticscollector
(Linux).
This section details the steps that are required to manually configure the Data Collector.
Keep the following details handy when you configure the Data Collector:
Name of the Data Collector (as configured on the portal).
Passcode of the Data Collector (as configured on the portal).
Data receiver URL (generated when you create the data collector on the portal).
Key file path (generated when you create the data collector on the portal and copied to the NetBackup primary server).
See the Add/Edit Data Collectors section in the NetBackup IT Analytics User Guide for more information.
To configure the Data Collector manually on Windows:
- Create a response file as a batch script
responsefile.cmd
with the contents shown. These are the responses to the user input required to configure the Data Collector.SET DATACOLLECTOR_NAME=name_of_the_data_collector SET DATACOLLECTOR_PASSWORD=passcode_for_the_data_collector SET DATARECEIVER_URL=data_receiver_URL SET DATACOLLECTOR_KEY_FILE_PATH=path_to_the_key_file SET HTTP_PROXY_CONF=N SET PROXY_HTTP_URL= SET PROXY_HTTP_PORT= SET PROXY_HTTPS_URL= SET PROXY_HTTPS_PORT= SET PROXY_USERID= SET PROXY_PASSWORD= SET PROXY_NOT_FOR=
- Update the value for each field with appropriate data. A sample response file
responsefile.cmd
is also available in the installer media: - Run the command shown:
"C:\ProgramData\Veritas\NetBackup IT Analytics\DC\configure.cmd" /RESPFILE:response_file_path /INSTALL_TYPE:CONFIG
To configure the Data Collector manually on Linux:
- Create a response file with the contents shown. These are the responses to the user input required to configure the Data Collector:
COLLECTOR_NAME=name_of_the_data_collector COLLECTOR_PASSWORD=passcode_for_the_data_collector DR_URL=data_receiver_URL COLLECTOR_KEY_PATH=path_to_the_key_file HTTP_PROXY_CONF=N HTTP_PROXY_ADDRESS= HTTP_PROXY_PORT= HTTPS_PROXY_ADDRESS= HTTPS_PROXY_PORT= PROXY_USERNAME= PROXY_PASSWORD= PROXY_EXCLUDE=
- Update the value for each field with appropriate data. A sample response file is available on the install media and at /usr/openv/analyticscollector/installer/responsefile.sample on the system.
- Run the commands shown:
/usr/openv/analyticscollector/installer/ dc_installer.sh -c responsefile_path