HP A.06.11 User Manual

Page 149

Advertising
background image

On RAC, the archive logs are not installed on a NFS mounted disk. Backup of archive
logs cannot be performed.

Action

Edit the archive logs backup specification:

Add an additional allocate channel command for each node.

Add a command to connect to each instance. The connection parameters should
be given as username/passwd@INSTANCE.

For example, if you are using two nodes, the backup specification might look as
follows:

run {
allocate channel 'dev_0' type 'sbt_tape' parms
'SBT_LIBRARY=Path_to_Data_Protector_MML,
ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=DB_NAME,OB2BARLIST=RAC_arch)'
connect username/passwd@INSTANCE_1;
allocate channel 'dev_2' type 'sbt_tape' parms
'SBT_LIBRARY=Path_to_Data_Protector_MML,
ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=DB_NAME,OB2BARLIST=RAC_arch)'
connect username/passwd@INSTANCE_2;
backup
format 'RAC_arch<QU_%s:%t:%p>.dbf'
archivelog all;
}

Problem

“Binary util_orarest is missing” error message is displayed when browsing Oracle
9i database for restore on Linux

The following error message is displayed when browsing Oracle9i database for
restore on Linux:

Binary util_orarest is missing. Cannot get information from

the remote host.

Action

Two actions are possible:

Start the following command:

/usr/omni/bin/util_orarest.exe -objs0 DB_NAME

If the command core dumps, make sure that the libc version is 2.3.2-23 or
higher. This should eliminate the problem.

Integration guide for Oracle and SAP

149

Advertising