Please enter search query.
Search <book_title>...
NetBackup™ for Hadoop Administrator's Guide
Last Published:
2025-03-18
Product(s):
NetBackup & Alta Data Protection (11.0)
- Introduction
- Prerequisites and best practices for the NetBackup for Hadoop plug-in for NetBackup
- Configuring NetBackup for Hadoop
- Managing backup hosts
- Configuring the NetBackup for Hadoop plug-in using the NetBackup for Hadoop configuration file
- Configuring communication between NetBackup and Hadoop clusters that are SSL-enabled (HTTPS)
- Performing backups and restores of Hadoop
- Troubleshooting
- Troubleshooting backup issues for NetBackup for Hadoop data
- Troubleshooting restore issues for NetBackup for Hadoop data
Backup operation and validating Hadoop credentials fails
Scenario
Add Hadoop application server credentials on primary server.
Create a BigData Hadoop policy with Backup selection.
Run Full backup using the above policy configuration.
Backup job fails with the following errors:
Unable to retrieve the credentials for the server with status code 130 or 135.
backup of client fails with status code 6654.
Primary factor of error
Issue occurred because /tmp
filesystem was 100% full.
Workaround
Follow the steps given below:
If the
/tmp
filesystem is full, remove unnecessary files to free up space.Change the permissions of
/tmp
using the following commands:ls -ld /tmp
chmod 1777 /tmp
chown root:root /tmp