Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
NetBackup™ Installation Guide
- Preparing for installation
- General installation information
- Available NetBackup installation methods
- About compatibility between NetBackup versions
- About NetBackup software availability
- Required libraries missing from some Linux distributions
- How to install NetBackup
- About the NetBackup preinstall checker
- About the NetBackup Product Improvement Program
- Creating the user account to support the NetBackup web server
- About storage device configuration
- About security certificates for NetBackup hosts
- Restrictions on the NetBackup installation directory
- Windows compiler and security requirements for NetBackup 11.1 and later installation
- Installation operational notes and limitations for NetBackup 11.1
- Performance and tuning considerations
- SORT information
- Cohesity NetInsights Console information
- General installation information
- NetBackup licenses
- Installing server software on UNIX systems
- Installation requirements for UNIX and Linux
- Do not mix non-English versions of Windows and UNIX platforms unless primary and media servers are NetBackup appliances
- NetBackup installations on environments that run different versions of UNIX-based operating systems
- Special installation guidelines for Solaris systems
- Special installation guidelines for Linux clustered environments
- How the installation script works
- Installing NetBackup primary server software on Linux
- Installing NetBackup media server software on Linux
- About pushing client software from a primary server to clients
- Installation requirements for UNIX and Linux
- Installing server software on Windows systems
- Installation requirements for Windows and Windows clusters
- Requirements for Windows cluster installations
- Performing local, remote, or clustered server installation on Windows systems
- Post-installation tasks for NetBackup cluster environments
- Verifying Windows cluster installations or upgrades
- Installing NetBackup servers silently on Windows systems
- About the administrative interfaces
- About the NetBackup web user interface
- About the NetBackup Administration Console
- Installing the NetBackup Administration Console
- Installing multiple versions of the NetBackup Administration Console on Windows
- Removing earlier versions of the NetBackup Administration Console on Windows
- About the NetBackup Remote Administration Console
- Installing the NetBackup Remote Administration Console
- Installing NetBackup client software
- About NetBackup client installation
- About NetBackup client installation on Windows
- About NetBackup client installation on UNIX and Linux
- Configuring NetBackup
- Removing NetBackup server and client software
- About NetBackup server software removal on Linux systems
- About NetBackup client software removal on UNIX and Linux systems
- Removing NetBackup from UNIX and Linux servers and clients
- About NetBackup server software removal on Windows systems
- Removing NetBackup server and client software from Windows servers, clusters, and clients
- About removal of the Java Console state data from Windows servers and Windows clients
- Removing a clustered media server by migrating all data to a new media server
- Reference
- About the NetBackup answer file
- Add or remove the NetBackup DirectIO package after install
- Previous installation operational notes and limitations
- About binaries installed on primary and media servers
- Environment variable for certificate key size
- NetBackup database is not supported on the btrfs file system
- Ansible supported playbooks for NetBackup
- Client push staging area no longer populated
- NetBackup Administration Console and JRE installation optional for some computers
- Generate a certificate on the inactive nodes of a clustered primary server
- NetBackup database user
- About the IT Analytics Data Collector
- Manually install or uninstall IT Analytics Data Collector binaries
- Manually configure the IT Analytics Data Collector
- Persistent Java Virtual Machine options
- About RBAC bootstrapping
- NetBackup primary server web server user and group creation
- About the NetBackup Java Runtime Environment
- Add or remove Java components after install
- Using NetApp disk arrays with Replication Director
- Security updates to the NetBackup database
- Size guidance for the NetBackup primary server and domain
Manually configure the IT Analytics Data Collector
The primary server installation deploys the IT Analytics Data Collector binaries automatically as part of a successful NetBackup installation. The binaries are installed to install_path\AnalyticsCollector (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 Cohesity Alta or IT Analytics Portal).
Passcode of the Data Collector (as configured on the Cohesity Alta or IT Analytics Portal).
Data receiver URL (generated when you create the Data Collector on the Cohesity Alta or IT Analytics Portal). Ensure the NetBackup primary server can resolve the host name of the Data Receiver URL.
Key file path (generated when you create the Data Collector on the Cohesity Alta or IT Analytics Portal and copied to the NetBackup primary server).
See the Add/Edit Data Collectors section in the 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_PASSCODE=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 is also available in the installer media in
x64\ITA_DC\responsefile.cmd. - Run the command shown:
"C:\ProgramData\Veritas\NetBackup IT Analytics\DC\configure.cmd" \RESPFILE:response_file_path \INSTALL_TYPE:CONFIG
- Validate the Data Collector integration with IT Analytics by going to
install_path\analyticscollector\mbs\bin\and running this command:checkinstall.bat
If the Data Collector is configured with the Portal, the response is displayed as SUCCESSFUL.
Note:
If there is a version mismatch of
aptare.jarbetween the Data Collector and the portal, execution of the checkinstall.bat command starts an auto-update of the Data Collector.
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_PASSCODE=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 from
/usr/openv/analyticscollector/installer/responsefile.sampleon the primary server. - Run the command:
/usr/openv/analyticscollector/installer/dc_installer.sh -c responsefile_path
- Validate the Data Collector integration with IT Analytics by navigating to
/usr/openv/analyticscollector/mbs/bin/and running ./checkinstall.shIf the Data Collector is able to communicate with the IT Analytics Portal, the response is displayed as SUCCESSFUL.
Note:
If there is a version mismatch of
aptare.jarbetween the Data Collector and the portal, execution of the checkinstall.sh command starts an auto-update of the Data Collector.
On Linux:
To start the Data Collector processes, run:
/usr/openv/analyticscollector/mbs/bin/aptare_agent start
To stop the Data Collector processes, run:
/usr/openv/analyticscollector/mbs/bin/aptare_agent stop
To get the status of the Data Collector processes, run:
/usr/openv/analyticscollector/mbs/bin/aptare_agent status
On Windows: Review the status of Aptare Agent, Aptare Kafka, and Aptare Zookeeper services on the Windows service panel.
Note:
If the Data Collector is configured with an on-premises IT Analytics Portal, then to edit any of the Data Collector properties on the Portal, refer to Edit IT Analytics Data Collector credentials section in the IT Analytics User Guide.