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 Oracle Administrator's Guide
  3. NetBackup Dedupe Direct for Oracle
  4. Using NetBackup Dedupe Direct for Oracle plug-in
  5. Performing the RMAN restore directly from the MSDP storage server
NetBackup™ for Oracle Administrator's Guide

Performing the RMAN restore directly from the MSDP storage server

Make sure that a backup using the NetBackup Dedupe Direct for Oracle plug-in has completed successfully before you attempt a restore. You can run the rman command from a command prompt on the client. Use the appropriate RMAN command file as a parameter.

Before you perform restore, use the SBT_LIBRARY parameter in the PARMS section of the allocate channel in the RMAN script. In the RMAN script, modify the ALLOCATE statement so that the SBT_LIBRARY parameter points to the NetBackup Dedupe Direct for Oracle library, and specify the rman.cfg location in script. The rman.cfg location is in etc directory under installed path.

For example,

RUN
{
     ALLOCATE CHANNEL ch00 TYPE 'SBT_TAPE' PARMS 'SBT_LIBRARY=<plugin_install_path>
     /lib/libmsdp_sbt.so, SBT_PARMS=(SBTCONFIG=<plugin_install_path>/etc/rman.cfg)';
     RESTORE DATABASE;
     RECOVER DATABASE;
     RELEASE CHANNEL ch00;
}

To perform the RMAN backup:

  1. Set the environment variables SBT_LIBRARY, SBTCONFIG.
  2. Update the default values.
  3. Perform RMAN restore directly from the MSDP storage server.

Feedback

Was this page helpful?
Previous

Performing the RMAN backup directly to MSDP server

Next

Replicating the images to the WORM storage server in Flex Appliance

Feedback

Was this page helpful?