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
Notes on NetBackup for SAP instant recovery restores
An SAP database instance generally contains three instances of control files. These reside in the following data and archive log directories:
UNIX or Linux:
…/saparch/cntrl/cntrlSID.dbf …/sapdata1/cntrl/cntrlSID.dbf …/sapdata2/cntrl/cntrlSID.dbf
Windows:
…\saparch\cntrl\cntrlSID.dbf …\sapdata1\cntrl\cntrlSID.dbf …\sapdata2\cntrl\cntrlSID.dbf
If the data files in sapdata1 and sapdata2 directories are on one volume, a snapshot of this volume contains these control files. However, at the time of the restore, brrestore provides only data files for restore and not control files. Therefore, the instant recovery with rollback method fails. For the rollback method, the files in the snapshot and the files in the restore file list should match. In this case, the files do not match, so instant recovery rollback restores method fail.
To avoid this problem, move the control files under locations sapdata1 and sapdata2 to some other location after you install your SAP database instance. First stop the database, then move the control files to different locations, adapt the profile file or spfile accordingly, and restart the database.