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
About backint -i in_file contents
This appendix explains how to create a backint input file. You specify the name of this input file as the argument to the backint command's -i in_file option. The input file consists of one or more directive lines that specify how to perform a backup, restore, or inquiry.
The input file format differs depending on the function you want backint to initiate and on the underlying database.
Table: Directives in the in_file lists the directives that you can include in in_file
and indicates the databases that use them.
Table: Directives in the in_file
Directive | The underlying database |
---|---|
Directives for an input file that requests a backup: | |
file | Oracle |
pipe #PIPE | MaxDB |
special_file size | Oracle |
Directives for an input file that requests a restore: | |
BID file [dest_dir] | Oracle |
#NULL file [dest_dir] | Oracle |
BID pipe [dest_name] | MaxDB |
#NULL pipe [dest_name] | MaxDB |
Directives for an input file that performs an inquiry: | |
#NULL | Oracle and MaxDB |
BID | Oracle and MaxDB |
#NULL file | Oracle |
#NULL pipe | MaxDB |
BID file | Oracle |
BID pipe | MaxDB |
Table: Variables in the in_file lists the variables that you need to specify in the in_file
:
Table: Variables in the in_file
Variable | Specification |
---|---|
file | The full path name of the file that you want to back up, restore, or inquire about. |
pipe | A named pipe. Specify the keyword #PIPE after the pipe name. |
special_file | The name of a special file, such as a raw device file. |
size | The file size as specified to the Oracle database. |
BID | The external backup identifier, as generated by NetBackup for SAP. |
dest_dir | The name of a directory or folder to which the restore is written. |
dest_name | The name of a pipe to which the restore is written. |
If you use the #NULL keyword, backint uses the most recent version of the file or pipe.