Please enter search query.
Search <book_title>...
Veritas NetBackup™ for HBase Administrator's Guide
Last Published:
2021-01-01
Product(s):
NetBackup (9.0.0.1, 9.0)
- Introduction
- Deploying HBase plug-in for NetBackup
- Configuring NetBackup for HBase
- Managing backup hosts
- Configuring the HBase plug-in using the HBase configuration file
- Configuring NetBackup policies for HBase plug-in
- Performing backups and restores of HBase
- Troubleshooting
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 }