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. Troubleshooting
  4. Troubleshooting restore issues for NetBackup for Hadoop data
  5. Configuration file is not recovered after a disaster recovery
NetBackup™ for Hadoop Administrator's Guide

Configuration file is not recovered after a disaster recovery

When you use NetBackup primary server as a backup host for high availability with a NetBackup for Hadoop cluster or a NetBackup for Hadoop cluster that is SSL-enabled (HTTPS) and run a full catalog recovery, the hadoop.conf configuration file is not recovered.

Create the configuration file manually. Use the following format for the configuration file:

{
   "application_servers":
   {
    "primary.host.com":
    {
      "use_ssl":true
     "failover_namenodes":
     [
      {
       "hostname":"secondary.host.com",
       "use_ssl":true
       "port":11111
      }
     ],
     "port":11111
    }
   },
   "number_of_threads":5
}

Feedback

Was this page helpful?
Previous

Hadoop with Kerberos restore job fails with error 2850

Next

Introduction

Feedback

Was this page helpful?