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
Modifying the bsi.env file (NetBackup for SAP on MaxDB databases)
The bsi.env file specifies the following:
The database manager uses this information when it performs backups and restores.
bsi.env is the default name for this configuration file. If you want to change this name, you can specify a different name in the BSI_ENV environment variable in the MaxDB user environment.
Table: bsi.env file parameters lists the parameters that you can include in the bsi.env file.
Table: bsi.env file parameters
To create a MaxDB configuration file
- Use a text editor to create the MaxDB configuration file, bsi.env.
You can give the MaxDB configuration file a name other than bsi.env. If so, edit the BSI_ENV environment variable and include the full path to this file.
- Use the parameters to specify backup characteristics.
You must include the following parameters in bsi.env: BACKINT, INPUT, OUTPUT, ERROROUTPUT, and PARAMETERFILE. All other parameters are optional.
The following is an example of a file with the minimum configuration specified:
UNIX or Linux:
BACKINT /usr/openv/netbackup/bin/backint INPUT /export/home/sapdb/logs/backint.in OUTPUT /export/home/sapdb/logs/backint.out ERROROUTPUT /export/home/sapdb/logs/backint.err PARAMETERFILE /export/home/sapdb/indep_data/wrk/initSAP.utl
Windows:
BACKINT install_path\NetBackup\bin\backint INPUT C:\sapdb\logs\backint.in OUTPUT C:\sapdb\logs\backint.out ERROROUTPUT C:\sapdb\logs\backint.err PARAMETERFILE C:\sapdb\indep_data\wrk\initSAP.utl