Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. IT Analytics Help
  3. Section VI. Data Collector Installation and Troubleshooting
  4. Clustering Data Collectors with VCS and Veritas NetBackup (RHEL 7)
  5. Getting started with Data Collector clustering

Getting started with Data Collector clustering

  1. Install the Veritas NetBackup Data Collector on shared volume attached to the active node.

    Refer to the Cohesity IT Analytics Data Collector Installation Guide on Linux for the general prerequisites for the deployment.

  2. To install the Data Collector on VCS cluster environment, execute the below command on the node where the shared storage is mounted. Mount the ISO image that you downloaded.

    mkdir /mnt/diska
    mount -o loop <itanalytics_datacollector_linux_xxxxx.iso> /mnt/diska
    
  3. Substitute the name of the downloaded ISO image.

    cd /

    If you are planning to use only the NetBackup, NetBackup Appliance or the Backup Exec policies with the Data Collector, then start the installer as below:

    /mnt/diska/dc_installer.sh -i <mountpoint of shared storage> -n -C vcs
    

    In case you wanted to use all the policies that Data Collector supports, then start the installer as below:

    /mnt/diska/dc_installer.sh -i <mountpoint of shared storage> -C vcs
    

    The installer also places the required files on the remote cluster nodes using the passwordless SSH setup.

The installer will deploy the Data Collector binaries on the shared storage and create the required cluster configuration. Installer detects the block device configured with the mount point and use this information while creating cluster configuration. The Data Collector creates an online local firm group dependency with NetBackup service group. The installer also places the required files on the remote cluster nodes using the passwordless SSH setup.

The Data Collector refers the cluster configuration file <Mount point>/analyticscollector/mbs/conf/cluster_config.properties while creating the configuration.

The script <Mount point>/analyticscollector/mbs/bin/create_cluster_config.sh can be used to create a cluster configuration in case user needs to re-create a cluster configuration for the Data Collector. Similarly, <Mount point>/analyticscollector/mbs/bin/clean_cluster_config.sh can be used to clean up the cluster configuration in case the user needs to delete the cluster configuration for the Data Collector.

Feedback

Was this page helpful?
Previous

Prerequisites

Next

Configuring the Data Collector

Feedback

Was this page helpful?