HP OpenView Storage Data Protector B6960-96008 Manuel D’Utilisation

Page de 396
Integrating Oracle and Data Protector
Troubleshooting
Chapter 1
132
Oracle 8i:
Use 
rcvcat
 instead of 
catalog
 in the above syntax.
Backup of Archive Logs on RAC Cannot be Performed
Problem
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 
'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=<DB_NAME>,OB2BARLIST=RAC
_arch)' connect <username>/<passwd>@<INSTANCE 1>;
allocate channel 'dev_2' type 'sbt_tape'
 parms 
'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;
}