Please enter search query.
 
              Search <book_title>...
            
 
          Veritas NetBackup™ for HBase Administrator's Guide
                Last Published: 
				
                2020-09-14
              
              
                Product(s): 
				
                 NetBackup (8.3.0.1)
              
              
            - Introduction
 - Deploying HBase plug-in for NetBackup
- About the HBase plug-in deployment
 - Pre-requisites for installing the HBase plug-in
 - Operating system and platform compatibility
 - License for HBase plug-in for NetBackup
 - Preparing the HBase cluster
 - Best practices for deploying the HBase plug-in
 - Post installation procedures
 - Verifying the deployment of the HBase plug-in
 
 - Configuring NetBackup for HBase
- About configuring NetBackup for HBase
 - Managing backup hosts
 - Adding HBase credentials in NetBackup
 - Configuring the HBase plug-in using the HBase configuration file
 - Configuration for a HBase cluster that uses Kerberos
 - Configuring NetBackup policies for HBase plug-in
 - Disaster recovery of a HBase cluster
 
 - Performing backups and restores of HBase
 - Troubleshooting
- About NetBackup for HBase debug logging
 - Backup fails with error 6609
 - Backup fails with error 6601
 - Backup fails with error 6623
 - Restore fails with error 2850
 - Backup fails with error 20
 - Backup fails with error 112
 - Backup operation fails with error 6654
 - NetBackup configuration and certificate files do not persist after the container-based NetBackup appliance restarts
 - Configuration file is not recovered after a disaster recovery
 
 - Index
 
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
}