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
Local-host snapshot method: nbu_snap (Solaris SPARC platform only)
The nbu_snap snapshot method is for Solaris (SPARC) clients only. It makes copy-on-write snapshots for any SAP Oracle databases that reside in UFS or Veritas File Systems (VxFS).
For the nbu_snap methods, you must identify a cache device for the copy-on-write process. The cache device is a raw disk partition, either a logical volume or physical disk. It stores the portions of the client's data that the incoming write requests change while the copy-on-write is in progress.
For the cache device, do not select an active partition that contains valuable data. Any data in that partition is lost when the snapshot is complete. Specify the raw partition as the full path name of either the character special device file or the block device file.
For example, specify the following:
Solaris (SPARC) raw partition: /dev/rdsk/c2t0d3s3 or /dev/dsk/c2t0d3s3
VxVM volume: /dev/vx/rdsk/diskgroup_1/volume_3 or /dev/vx/dsk/diskgroup_1/volume_3
Do not specify wildcards (such as /dev/rdsk/c2*) as paths.
The cache partition must be unmounted and must reside on the same host as the snapshot source (the client's data to back up). The partition must have enough space to hold all the writes to the partition that can occur during the backup. Note that backups during off-peak periods normally require a smaller cache than a backup during peak activity.
For more information, see the NetBackup Snapshot Client Administrator's Guide.
Configuring NetBackup for SAP with the local-host snapshot method (nbu_snap)
- On the production database host, install NetBackup Client, which includes the NetBackup Snapshot Client, and NetBackup for SAP.
- Identify a cache device for the copy-on-write process. Manually select the snapshot method on the Advanced Snapshot Options dialog box.
- Specify the raw cache partition using one of the following methods:
Specify the raw partition in the default cache device path for snapshots field. (Open NetBackup Management > Host Properties > Clients. Then in the Client Properties dialog box, expand UNIX Client > Client Settings). This setting applies to the client in all policies.
In the Advanced Snapshot Options dialog box, specify the cache device path value field. This cache setting applies to all clients in the current policy and overrides the cache setting in the client settings dialog box.
More Information