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
/tmpfilesystem is full, remove unnecessary files to free up space.Change the permissions of
/tmpusing the following commands:ls -ld /tmp
chmod 1777 /tmp
chown root:root /tmp