Please enter search query.
Search <book_title>...
Veritas NetBackup™ for SAP Administrator's Guide
Last Published:
2018-02-16
Product(s):
NetBackup (8.1.1, 8.1)
- 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
Mixing RMAN stream and RMAN proxy NetBackup for SAP backups
You can use the split-mirror full backups that use RMAN proxy with the standard incremental backups that use RMAN stream methods. For example, use RMAN proxy file-based backups for weekly full backups using snapshot methods. You can then use RMAN stream-based incremental backups for daily backups. To mix backup methods, perform the following additional configuration procedure.
To mix RMAN stream and RMAN proxy NetBackup for SAP backups
- Copy initSID.sap to the initFullSID.sap and initIIncrSID.sap files.
- Edit the init_fullSID.sap and initI_incrSID.sap.
Edit the files as follows:
Specify the rman_parms parameter.
Set the NB_ORA_SAP environment variable to the initSID.utl path.
- Edit the init_fullSID.sap file.
Do the following:
Enable the rman_proxy flag.
Set the following, where "auto_sched" is the name of the automatic schedule:
rman_send = "'NB_ORA_PC_SCHED=auto_sched'"
- Copy following sample script to a different location on your client:
on UNIX or Linux:
/usr/openv/netbackup/ext/db_ext/sap/scripts/sap_oracle/sap_rman_backup
on Windows:
install_path\NetBackup\DbExt\SAP\samples\sap_rman_backup.cmd
- On UNIX or Linux, modify the if..elif..fi condition as follows:
if [ $SAP_FULL -eq 1 ] then CMD_LINE="$SAP_ENV brbackup -d rman_util -t offline -p initFullSID.sap -m full -c" elif [ $SAP_CINC -eq 1 ] then CMD_LINE="$SAP_ENV brbackup -d rman_util -t offline -p initIncrSID.sap -m incr -c"
- On Windows, modify the condition as follows:
@if "%SAP_FULL%" EQU "1" @set CMD_LINE=%BRBACKUP% -u internal/ -c -d rman_util -t offline -m full -p initFullSID.sap @if "%SAP_CINC%" EQU "1" @set CMD_LINE=%BRBACKUP% -u internal/ -c -d rman_util -t offline -m incr -p initIncrSID.sap
- Specify the script from step 4 in the backup selection of your NetBackup for SAP policy