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
Example initSID.sap file (NetBackup for SAP on Oracle databases only)
For example, assume that initSAP.sap is your profile file and initSAP.utl is your parameter file. You can use the following procedure to set parameters.
To edit the initSID.sap
file (NetBackup for SAP on Oracle databases only)
- Use a text editor to open the initSAP.sap file.
- Find the following line:
backup_dev_type = tape
- Copy and paste this line under the original.
backup_dev_type = tape backup_dev_type = tape
- Comment out the original line.
#backup_dev_type = tape backup_dev_type = tape
- Change tape to util_file.
#backup_dev_type = tape backup_dev_type = util_file
- Find the following line:
util_par_file = file_path
- Copy and paste this line under the original.
util_par_file = file_path util_par_file = file_path
- Comment out the original line.
#util_par_file = file_path util_par_file = file_path
- Change file_path to the path to the initSID.utl parameter file.
UNIX or Linux:
#util_par_file = file_path util_par_file = ?/dbs/init@.utl
Windows:
#util_par_file = file_path util_par_file = ?\database\init@.utl
This example file uses environment variable settings and Oracle substitution characters. When the SAP tools interpret the initSID.sap profile file, they replace the question mark (?) and at sign (@) characters.
These characters are replaced with the values assigned to the $ORACLE_HOME (%ORACLE_HOME%) and $ORACLE_SID (%ORACLE_SID%) environment variables, respectively.