Please enter search query.
 
              Search <book_title>...
            
 
          Veritas NetBackup™ for HBase Administrator's Guide
                Last Published: 
				2020-07-29
                
              
              
                Product(s): 
				NetBackup (8.3)
                 
              
              
                Platform: Linux,UNIX,Windows
              
            - 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
- Index
Configuring the HBase plug-in using the HBase configuration file
The backup hosts use the hbase.conf file to save the configuration settings of the   HBase plug-in. You need to  create a separate file for each backup host and copy it to the /usr/openv/netbackup/. You need to manually create the hbase.conf file in JSON format. This file is not available by default with the installer.
Note:
You must not provide a blank value for any of the parameters, or the backup job fails.
With this release, the following plug-in settings can be configured:
Following is an example of the hbase.conf file.
Note:
For non-HA environment, the fail-over parameters are not required.
  {
   "application_servers":
   {
    "hostname_of_the_primary_HMaster":
    {
     "failover_HMaster":
     [
      {
       "hostname":"hostname_of_failover_HMaster"
       
      }
     ]
     
    }
   }
   
  }