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. NetBackup™ for Hadoop Administrator's Guide
  3. Configuring NetBackup for Hadoop
  4. Configuring the NetBackup for Hadoop plug-in using the NetBackup for Hadoop configuration file
  5. Configuring NetBackup for a highly-available NetBackup for Hadoop cluster
NetBackup™ for Hadoop Administrator's Guide

Configuring NetBackup for a highly-available NetBackup for Hadoop cluster

To protect a highly-available NetBackup for Hadoop cluster, when you configure NetBackup for NetBackup for Hadoop cluster:

  • Specify one of the NameNodes (primary) as the client in the BigData policy.

  • Specify the same NameNode (primary and fail-over) as application server when you execute the tpconfig command.

  • Create a hadoop.conf file, update it with the details of the NameNodes (primary and fail-over), and copy it to all the backup hosts. The hadoop.conf file is in JSON format.

  • Hostname and port of the NameNode must be same as you have specified with the http address parameter in the core-site.xml of the NetBackup for Hadoop cluster.

  • User name of the primary and fail-over NameNode must be same.

  • Do not provide a blank value for any of the parameters, or the backup job fails.

To update the hadoop.conf file for highly-available NetBackup for Hadoop cluster

  1. Update the hadoop.conf file with the following parameters:
    {
     "application_servers": 
     {
    		"hostname_of_primary_namenode1":
    		{
    			"failover_namenodes":
    			[
    				{
    					"hostname": "hostname_of_failover_namenode1",
    					"port": port_of_failover_namenode1
      		}				
    	 	],
    		 "port":port_of_primary_namenode1
      }
     }
    }
    
  2. If you have multiple NetBackup for Hadoop clusters, use the same hadoop.conf file to update the details. For example,
    {
    	"application_servers": 
     {
    		"hostname_of_primary_namenode1":
      {
    		 "failover_namenodes":
       [
    			 {
    				 "hostname": "hostname_of_failover_namenode1",
    				 "port": port_of_failover_namenode1
    			 }
    	 	],
       "port"::port_of_primary_namenode1
      },
      "hostname_of_primary_namenode2":
      {
    		 "failover_namenodes":
       [
    			 {
    			  "hostname": "hostname_of_failover_namenode2",
    			  "port": port_of_failover_namenode2
    			 }
    	 	],
    			"port":port_of_primary_namenode2
    	 }
     }
    }
    
  3. Copy this file to the following location on all the backup hosts:

    /usr/openv/var/global/

Feedback

Was this page helpful?
Previous

Configuring the NetBackup for Hadoop plug-in using the NetBackup for Hadoop configuration file

Next

Configuring a custom port for the NetBackup for Hadoop cluster

Feedback

Was this page helpful?