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. Veritas NetBackup™ for HBase Administrator's Guide
  3. Troubleshooting
  4. Configuration file is not recovered after a disaster recovery
Veritas NetBackup™ for HBase Administrator's Guide

Configuration file is not recovered after a disaster recovery

When you use NetBackup master server as a backup host for high availability with an HBase cluster or an HBase cluster that is SSL-enabled (HTTPS) and run a full catalog recovery, the hbase.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

NetBackup configuration and certificate files do not persist after the container-based NetBackup appliance restarts

Next

Index

Feedback

Was this page helpful?