NetBackup IT Analytics Data Collector Installation Guide for Backup Manager
- Introduction
- Pre-Installation setup for Commvault Simpana
- Open TCP/IP access to the Commvault database
- Set up a read-only user in the CommServe server
- Pre-Installation setup for Cohesity DataProtect
- Pre-Installation setup for EMC Avamar
- Import EMC Avamar server information
- Pre-Installation setup for EMC Data Domain backup
- Pre-Installation setup for EMC NetWorker
- Architecture overview (EMC NetWorker)
- Pre-Installation setup for Dell EMC NetWorker backup & Recovery
- Pre-Installation setup for generic backup
- CSV format specification
- Pre-Installation setup for HP Data Protector
- Architecture overview (HP Data Protector)
- Configure the Data Collector server in Cell Manager (HP Data Protector)
- Pre-Installation setup for IBM Spectrum Protect (TSM)
- Architecture overview (IBM Spectrum Protect -TSM)
- Import IBM Spectrum Protect (TSM) information
- Pre-Installation setup for NAKIVO Backup & Replication
- Pre-Installation setup for Veritas Backup Exec
- Pre-Installation setup for Veritas NetBackup
- Prerequisites to use SSH and WMI (Veritas NetBackup)
- Prerequisites for NetBackup collection over SSH (Kerberos option)
- Configuring file analytics in NetBackup Data Collector policy
- Pre-Installation setup for Oracle Recovery Manager (RMAN)
- Pre-Installation setup for Rubrik Cloud Data Management
- Pre-Installation setup for Veeam Backup & Replication
- Discovery policies for Veritas NetBackup
- About Discovery types
- About SNMP probes
- Installing the Data Collector software
- Validate data collection
- Manually start the Data Collector
- Uninstall the Data Collector
- Appendix A. Load historic events
- Load Veritas NetBackup events
- Appendix B. Firewall configuration: Default ports
Verifying Data Collector servers can connect to Veeam servers
Add Veeam Snapin
Add-PSSnapin -PassThru VeeamPSSnapIn
Note:
Skip this command for Veeam version 11.0, as it supports the PowerShell module.
Connect to Veeam Backup Server
Connect-VBRServer -User <user> -Password <password> -Server <server>
Disconnect from Previous Connection
Disconnect-VBRServer
In this section, we'll use a scenario to illustrate the verification steps. The task is to connect to Veeam Servers Server-A and Server-B from the same Veeam Data Collector Server, where the Veeam Backup & Replication Console is installed.
- From Microsoft PowerShell Console (in Administrator mode), add Veeam SnapIn.
Add-PSSnapin -PassThru VeeamPSSnapIn
Note:
Skip this step for Veeam version 11.0, as it supports the PowerShell module.
- Log into the Veeam Backup & Replication Console using Server-A credentials.
- Open a PowerShell Console and connect to Server-A.
Connect-VBRServer -User ServerAUserId -Password ServerAPassword -Server Server-A
The Server -A connection should be successful.
- Open a PowerShell Console and disconnect from Server-A.
Disconnect-VBRServer
- Open a PowerShell Console and connect to Server-B.
Connect-VBRServer -User ServerBUserId -Password ServerBPassword -Server Server-B
If the Server-B connection is successful, it means: both Servers are on the same software version (including minor patch releases/ updates).
If the Server-B connection fails with the following error:
Connect-VBRServer: Cannot connect to backup server because some of its components are out of date.
it means: Server-A and Server-B are on different software versions. The Veeam Backup & Replication Console is only in sync with Server-A.