Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ for Hadoop Administrator's Guide
  3. Performing backups and restores of Hadoop
  4. About restoring a NetBackup for Hadoop cluster
  5. Restoring Hadoop data on an alternate Hadoop cluster
NetBackup™ for Hadoop Administrator's Guide

Restoring Hadoop data on an alternate Hadoop cluster

NetBackup lets you restore Hadoop data to another NameNode or Hadoop cluster. This type of restore method is also referred to as redirected restores.

Note:

Make sure that you have added the credentials for the alternate NameNode or Hadoop cluster in NetBackup primary server and also completed the allowlisting tasks on NetBackup primary server. For more information about how to add Hadoop credentials in NetBackup and whitlelisting procedures, See Adding NetBackup for Hadoop credentials in NetBackup. See Including a NetBackup client on NetBackup primary server allowed list.

To perform redirected restore for Hadoop

  1. Modify the values for rename_file and listfile as follows:

    Parameter

    Value

    rename_file

    Change /<source_folder_path> to /<destination_folder_path> ALT_APPLICATION_SERVER=<alternate name node>

    listfile

    List of all the Hadoop files to be restored

  2. Run the bprestore -S primary_server -D backup_host -C client -R rename_file -t 44 -L progress log -f listfile command on the NetBackup primary server using the modified values for the mentioned parameters in step 1.

    Where,

    -S primary_server

    Specifies the name of the NetBackup primary server.

    -D backup host

    Specifies the name of the backup host.

    -C client

    Specifies a NameNode as a source to use for finding backups or archives from which to restore files. This name must be as it appears in the NetBackup catalog.

    -f listfile

    Specifies a file (listfile) that contains a list of files to be restored and can be used instead of the file names option. In listfile, list each file path must be on a separate line.

    -L progress_log

    Specifies the name of allowlisted file path in which to write progress information.

    -t 44

    Specifies BigData as the policy type.

    -R rename_file

    Specifies the name of a file with name changes for alternate-path restores.

    Use the following form for entries in the rename file:

    change backup_filepath to restore_filepath ALT_APPLICATION_SERVER=<Application Server Name>

    The file paths must start with / (slash).

    Note:

    Ensure that you have allowlisted all the file paths such as <rename_file_path>, <progress_log_path> that are already not included as a part of NetBackup install path.

Feedback

Was this page helpful?
Previous

Restore Hadoop data on the same Hadoop cluster

Next

Best practice for improving performance during backup and restore

Feedback

Was this page helpful?