NetBackup™ for Oracle Administrator's Guide
- Introduction
- Installing NetBackup for Oracle
- About linking Oracle RMAN with NetBackup for UNIX
- Configuring RBAC for the Oracle administrator
- Managing Oracle discovery and databases
- About Oracle discovery
- Managing Oracle databases
- Managing Oracle credentials
- Configuring Oracle policies
- Preparing for NetBackup for Oracle configuration
- About Oracle Intelligent Policies (OIP)
- About script-based Oracle policies
- About adding backup selections to an Oracle policy
- About configuring the run-time environment
- About creating shell scripts
- Performing backups and restores of Oracle
- About NetBackup for Oracle backups
- Managing expired backup images
- About NetBackup for Oracle restores
- Using NetBackup for Oracle in a Windows Server Failover Cluster (WSFC)
- Oracle cloning
- NetBackup Copilot for Oracle
- Configuring an OIP using universal shares (Oracle Copilot)
- Oracle Copilot with instant access
- Prerequisites when you configure an instant access Oracle database
- NetBackup for Oracle with Snapshot Client
- About NetBackup for Oracle with Snapshot Client
- How NetBackup for Oracle with Snapshot Client works
- About configuring Snapshot Client with NetBackup for Oracle
- Restoring NetBackup for Oracle from a snapshot backup
- About configuring NetBackup for Oracle block-level incremental backups on UNIX
- About Snapshot Client effects
- About Oracle support for Replication Director
- NetBackup Dedupe Direct for Oracle
- Using the NetBackup Dedupe Direct for Oracle plug-in
- Troubleshooting
- Troubleshooting RMAN backup or restore errors
- Appendix A. Deduplication best practices
- Appendix B. Snapshot Client support of SFRAC
- Appendix C. Script-based Block-Level Incremental (BLI) Backups without RMAN on UNIX and Linux systems
- Verifying installation requirements for BLI backups without RMAN
- Creating NetBackup policies for script-based BLI backup
- Creating notify scripts for BLI backups
- Performing backups and restores
- About troubleshooting backup or restore errors
- Appendix D. XML Archiver
- NetBackup for Oracle XML export and XML import
- About XML export shell scripts
- Performing an XML export archive
- Restoring an XML export archive
- Troubleshooting XML export or XML import errors
- Appendix E. Register authorized locations
Create bpstart_notify and bpend_notify scripts for an Oracle Intelligent Policy (OIP)
Optionally for an Oracle Intelligent Policy (OIP) you can create custom bpstart_notify
and bpend_notify
scripts. An OIP ignores the generic bpstart_notify
and bpend_notify
scripts. The scripts only work with the options and .
For more information about the bpstart_notify and bpend_notify scripts, refer to the NetBackup Administrator's Guide, Volume II.
To create the scripts
- Locate the generic scripts.
The generic bpstart_notify or bpend_notify scripts reside on the server. The location varies by platform:
UNIX:
/usr/openv/netbackup/bin/goodies/
Windows:
Install_path/NetBackup/bin/goodies/
- Copy and edit the scripts.
For an OIP, the scripts must include the
.policyname
or.policyname.schedule
suffix or the script does not run at the start or end of the policy. - Rename the scripts.
Examples of renamed scripts:
UNIX:
bpstart_notify.oip_instance1
bpend_notify.oip_instance2.full
Windows:
bpstart_notify.oip_instance1.bat
bpend_notify.oip_instance2.full.bat
- Place the scripts in the NetBackup
bin
directory on the client:UNIX:
/usr/openv/netbackup/bin/
Windows:
install_path\NetBackup\bin\
For RAC OIP backups the
bpstart_notify
and thebpend_notify
scripts must reside on all Oracle RAC nodes.