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
Additional configuration required for NetBackup for SAP with Network Attached Storage (NAS) on UNIX or Linux
Additional configuration is required if you want to use Network Attached Storage (NAS).
Table: Additional configuration for NAS
Backup type | Configuration |
---|---|
RMAN proxy backups with NAS | Keep all database data files on the NAS. Other database files should be located on the local file system. (These files include the online redo logs, control files, archive redo logs, Oracle executables, and the configuration files.) |
BACKINT backups with NAS | Keep all database data files, online redo logs and all copies of control files on the NAS. Other database files including Oracle executables, configuration files (e.g. SAPBACKUP directory, initCER.utl) and the archive redo logs should be under the local file system. |
Online backups | Use the BR_CNTRL_DIR environment variable to define the control file location for brbackup. The control file should be located on the NAS. (By default brbackup makes a copy of the control file in the SAPBACKUP directory, which is on the local file system. brbackup then provides that copy for backup). |
Offline backups | No special configuration is required. |
The following is an example of how to use the BR_CNTRL_DIR variable.
bash# export BR_CNTRL_DIR=/oracle/CER/cntrl_loc
Where /oracle/CER/cntrl_loc should be on the NAS. It should not be located where the actual control file resides.
More Information