Veritas NetBackup™ for SAP Administrator's Guide
- Introduction to NetBackup for SAP
- Introduction to NetBackup SAP HANA
- Installing NetBackup for SAP
- Installing NetBackup for SAP HANA
- Configuring NetBackup for SAP
- About configuring a backup policy for an SAP database
- NetBackup for SAP backup scripts
- About SAP configuration files
- Configuring NetBackup for SAP HANA
- Performing backups and restores of SAP
- Using BRTools to start an SAP backup (for Oracle database only)
- Performing an SAP archive
- Restarting failed NetBackup for SAP backups and restores
- Performing backups and restores of SAP HANA
- NetBackup for SAP with Snapshot Client
- How the NetBackup for SAP Snapshot Client works
- About configuring Snapshot Client with NetBackup for SAP
- About configuring NetBackup for SAP block-level incremental backups on UNIX
- Configuring policies for BLI backups with NetBackup for SAP
- About NetBackup for SAP restores of volumes and file systems using snapshot rollback
- NetBackup for SAP on MaxDB databases
- Troubleshooting NetBackup for SAP and SAP HANA
- NetBackup debug logs and reports
- sapdba logs and messages (Oracle-based SAP environments only)
- About troubleshooting NetBackup for SAP HANA
- Appendix A. backint command line interface
- Appendix B. Input and output files for SAP HANA
- Appendix C. backint -i in_file contents
- Appendix D. backint -o out_file contents
- Appendix E. NetBackup for SAP environment variables for backint
- Appendix F. NetBackup for SAP configuration or bp.conf file settings
- Appendix G. Parameters used in initSID.utl
- sort_backup_type <value>
- sort_restore_type <value>
- Appendix H. Configuring split mirror backups
- Appendix I. Register authorized locations
Linking the Oracle instances with the SBT library (UNIX or Linux Oracle databases with RMAN only)
Perform the linking procedures that are described in this topic only if you use NetBackup for SAP with an Oracle database and RMAN. The exact linking command to use depends on your operating system platform.
Note:
You must link Oracle with the SBT library for all Oracle instances on the host that are planned to be backed up through NetBackup for SAP using RMAN. Whenever a new Oracle instance is added it must also be similarly linked.
Link the library with NetBackup when:
Using NetBackup for SAP for the first time.
Adding a new SAP instance that should be backed up with NetBackup for SAP with RMAN.
To link the NetBackup for SAP binary file on AIX (64-bit) and 64-bit Oracle9i R2 or later software
- Enter the following command to link the Oracle database and the SBT library to NetBackup:
ln -s /usr/openv/netbackup/bin/libsapora.a64 \ $ORACLE_HOME/lib/libobk.a
To link the NetBackup for SAP binary file on HP-Itanium and 64-bit Oracle9i R2 or later software
- Enter the following command to link the Oracle database and the SBT library to NetBackup:
ln -s /usr/openv/netbackup/bin/libsapora.so \ $ORACLE_HOME/lib/libobk.so
To link the NetBackup for SAP binary file on HP PA-RISC (64-bit) and 64-bit Oracle9i R2 or later software
- Enter the following command to link the Oracle database and the SBT library to NetBackup:
ln -s /usr/openv/netbackup/bin/libsapora.sl64 \ $ORACLE_HOME/lib/libobk.sl
To link the NetBackup for SAP binary file on Linux IBMpSeries or Linux Itanium and 64-bit Oracle9i R2 or later software
- Enter the following command to link the Oracle database and the SBT library to NetBackup:
ln -s /usr/openv/netbackup/bin/libsapora.so \ $ORACLE_HOME/lib/libobk.so
To link the NetBackup for SAP binary file on Linux (64-bit) and 64-bit Oracle9i R2 or later software
- Enter the following command to link the Oracle database and the SBT library to NetBackup:
ln -s /usr/openv/netbackup/bin/libsapora.so64 \ $ORACLE_HOME/lib/libobk.so
To link the NetBackup for SAP binary file on Solaris SPARC (64-bit) and 64-bit Oracle 9i R2 or later software
- Enter the following command to link the Oracle database and the SBT library to NetBackup:
ln -s /usr/openv/netbackup/bin/libsapora.so64.1 \ $ORACLE_HOME/lib/libobk.so
To link the NetBackup for SAP binary file on Solaris Opteron and 64-bit Oracle 10g R2 or later supported versions
- Enter the following command to link the Oracle database and the SBT library to NetBackup:
ln -s /usr/openv/netbackup/bin/libsapora.so.1 \ $ORACLE_HOME/lib/libobk.so