Please enter search query.
Search <book_title>...
Veritas NetBackup for Hadoop Administrator's Guide
Last Published:
2018-05-10
Product(s):
NetBackup (8.1)
- Introduction
- Installing and deploying Hadoop plug-in for NetBackup
- Configuring NetBackup for Hadoop
- Managing backup hosts
- Configuring the Hadoop plug-in using the Hadoop configuration file
- Configuring NetBackup policies for Hadoop plug-in
- Performing backups and restores of Hadoop
- Troubleshooting
- Troubleshooting backup issues for Hadoop data
- Troubleshooting restore issues for Hadoop data
Pre-requisite for running backup and restore operations for a Hadoop cluster with Kerberos authentication
To run backup and restore operations for a Hadoop cluster that uses Kerberos authentication, Hadoop needs a valid Kerberos ticket granting-ticket (TGT) to authenticate with the Hadoop cluster.
Note:
During the backup and restore operations, the TGT must be valid. Thus, specify the TGT validity accordingly or renew it when required during the operation.
Run the following command to generate the TGT:
kinit -k -t /keytab_file_location/keytab_filename principal_name
For example,
kinit -k -t /usr/openv/netbackup/nbusers/hdfs_mykeytabfile.keytab hdfs@MYCOMPANY.COM
Also review the configuration-related information. See Configuration for a Hadoop cluster that uses Kerberos.