HP Application Recovery Manager software Integration guide (March 2008)

3. Create the splitint options file:
Windows
: AppRM_home\tmp\splitintORACLE_SID.opt
HP-UX
: /var/opt/omni/tmp/splitintORACLE_SID.opt
Add the following variables to the splitint options file:
OB2APPNAME='ORACLE_SID';
OB2BACKUPHOSTNAME='backup_host_name';
OB2APPHOSTNAME='application_host_name';
OB2BARLIST='backup_specification_name';
OB2DISKONLY='1';
OB2DBLOGMODE='ARCHIVELOG'|'NOARCHIVELOG';
NOTE:
To enable instant recovery, add:
OB2SMBIR='1';
If the control files and online redo logs are included in the backup specification,
add:
ZDB_ORA_INCLUDE_CF_OLF='1';
The above variable must be set if the backup is performed on the backup system
and is tracked for instant recovery.
Example 1. splitintORA22.opt
OB2APPNAME='ORA22';
OB2APPHOSTNAME='apph.domain.com';
OB2BACKUPHOSTNAME='backh.domain.com';
OB2BARLIST='SAP_BACKUPSPEC1';
OB2DBLOGMODE='ARCHIVELOG';
OB2DISKONLY='1';
OB2SMBIR='1';
Integration guide 175