Please enter search query.
Search <book_title>...
NetBackup IT Analytics Data Collector Notes and Troubleshooting
Last Published:
2025-11-03
Product(s):
NetBackup IT Analytics (11.6)
- Data Collector Troubleshooting
- Resolving Data Collectors connections issues - Linux specific
- Resolving Data Collectors connections issues - Windows specific
- Portal upgrade performance issues
- Verify the Data Collector configuration
- Verify Connectivity
- Configuring web proxy updates
- Collecting missed events for Veritas Backup Exec
- Substituting ODBC for JDBC to connect to SQL server for Veritas Backup Exec
- Useful Data Collection scripts for capacity
- Host resources troubleshooting
- Host resources: Check the status of the WMI proxy server
- Host resources: Post-Installation verification
- Host resources: Check host connectivity using standard SSH
- Host resources: Check host connectivity
- Host resources: Check host connectivity using Host Resource Configuration file
- Host resources: Generating host resource configuration files
- Host resources: Check the execution of a command on a remote server
- Host resources Data Collection
- Host resources: Collection in stand-alone mode
- Configuring parameters for SSH
- Identifying Windows file system access errors (File Analytics)
- Collect from remote shares (File Analytics)
- Adding a certificate to the Java keystore
- Override default Java Heap memory (XMX) value for Data Collector utilities
- Firewall Configuration: Default Ports
- CRON Expressions for Policy and Report Schedules
- Clustering Data Collectors with VCS and Veritas NetBackup (RHEL)
- Clustering Data Collectors with VCS and Veritas NetBackup (Windows)
- Install and configure NetBackup IT Analytics Data Collector on MSCS environment
- Firewall Configuration: Default Ports
- Maintenance Scenarios for Message Relay Server Certificate Generation
Main.cf
The main.cf for the previous configuration is as follows. Please note, the following configuration uses example values as required:
include "types.cf"
include "C:\Program Files\Veritas\Cluster Server\conf\config\NetBackupVCSTypes.cf"
cluster VCSCluster (
ProtocolNumber = 11000
SecureClus = 1
)
system R7515-157-V40 (
)
system R7515-157-V41 (
)
group aptare_group (
SystemList = { R7515-157-V40 = 1, R7515-157-V41 = 2 }
AutoStartList = { R7515-157-V40, R7515-157-V41 }
)
GenericService aptare_kafka_service (
ServiceName = AptareDCKafka
)
GenericService aptare_zookeeper_service (
ServiceName = AptareDCZooKeeper
)
GenericService aptare_agent_service (
ServiceName = aptareagent
)
MountV aptare_mount (
MountPath = "T:"
VolumeName = DCVol
VMDGResName = aptare_dg
)
VMDg aptare_dg (
DiskGroupName = DCDG
DGGuid = fbc46fd3-2ab3-48cc-8274-3342b85271e8
)
requires group NetBackup_Server online local firm
aptare_mount requires aptare_dg
aptare_kafka_service requires aptare_zookeeper_service
aptare_zookeeper_service requires aptare_agent_service
aptare_agent_service requires aptare_mount
// resource dependency tree
//
// group aptare_group
// {
// GenericService aptare_kafka_service
// {
// GenericService aptare_zookeeper_service
// {
// GenericService aptare_agent_service
// {
// MountV aptare_mount
// {
// VMDg aptare_dg
// }
// }
// }
// }
// }
group NetBackup_Server (
SystemList = { R7515-157-V40 = 1, R7515-157-V41 = 2 }
AutoStartList = { R7515-157-V40, R7515-157-V41 }
)
IP NetBackup_Server-IP (
Address = "10.221.148.250"
SubNetMask = "255.255.240.0"
MACAddress @R7515-157-V40 = 00-50-56-BB-D3-77
MACAddress @R7515-157-V41 = 00-50-56-BB-7D-D0
)
Lanman NetBackup_Server-Lanman (
VirtualName = r7515-157-v42
IPResName = NetBackup_Server-IP
)
MountV NetBackup_Server-MountV-S (
MountPath = "S:\\"
VolumeName = NBUVol
VMDGResName = NetBackup_Server-VMDg-S
)
NIC NetBackup_Server-NIC (
MACAddress @R7515-157-V40 = 00-50-56-BB-D3-77
MACAddress @R7515-157-V41 = 00-50-56-BB-7D-D0
)
NetBackupVCS NetBackup_Server-NBU (
ResourceOwner = unknown
ServerName = r7515-157-v42
ServerType = NBU
)
VMDg NetBackup_Server-VMDg-S (
DiskGroupName = NBUDG
DGGuid = f2f47ff0-9f95-41fa-b9f5-df97a5b0788c
)
NetBackup_Server-IP requires NetBackup_Server-NIC
NetBackup_Server-Lanman requires NetBackup_Server-IP
NetBackup_Server-MountV-S requires NetBackup_Server-VMDg-S
NetBackup_Server-NBU requires NetBackup_Server-MountV-S
NetBackup_Server-NBU requires NetBackup_Server-Lanman
// resource dependency tree
//
// group NetBackup_Server
// {
// NetBackupVCS NetBackup_Server-NBU
// {
// MountV NetBackup_Server-MountV-S
// {
// VMDg NetBackup_Server-VMDg-S
// }
// Lanman NetBackup_Server-Lanman
// {
// IP NetBackup_Server-IP
// {
// NIC NetBackup_Server-NIC
// }
// }
// }
// }