Using sap db/maxdb utilities – HP A.06.11 User Manual

Page 251

Advertising
background image

omnib -sapdb_list ListName [-barmode sapdbmode] [list_options]

[-preview]

ListName

is the name of the backup specification.

sapdbmode

specifies the backup type. You can select full, diff, or trans.

For List_options, see the omnib man page.

Example

To start a full backup using an existing SAP DB/MaxDB backup specification called
TEST

, and to set data protection to 10 weeks, run:

omnib -sapdb_list TEST -barmode full -protect weeks 10

Using SAP DB/MaxDB utilities

For a description of the variables listed below, see

Parameter description

.

1.

Create the bsi_env file on the SAP DB/MaxDB Server system.

UNIX only:

Give the SAP DB/MaxDB OS user read permission for this file.

The file must contain the following lines:

Windows:

BACKINT Data_Protector_home\bin\sapdb_backint
INPUT Data_Protector_home\tmp\inst_name.bsi_in
OUTPUT Data_Protector_home\tmp\inst_name.bsi_out
ERROROUTPUT Data_Protector_home\tmp\inst_name.bsi_err
PARAMETERFILE name_of_backup_spec
TIMEOUT_SUCCESS 60
TIMEOUT_FAILURE 30

UNIX:

BACKINT /opt/omni/bin/sapdb_backint
INPUT /var/opt/omni/tmp/inst_name.bsi_in
OUTPUT /var/opt/omni/tmp/inst_name.bsi_out
ERROROUTPUT /var/opt/omni/tmp/inst_name.bsi_err
PARAMETERFILE name_of_backup_spec
TIMEOUT_SUCCESS 60
TIMEOUT_FAILURE 30

2.

Log in to the SAP DB/MaxDB database manager as the SAP DB/MaxDB
database user by running:

dbmcli -d inst_name -u username,password

Integration guide for Oracle and SAP

251

Advertising