HP B6960-96008 Bedienungsanleitung Seite 154

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 396
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 153
Integrating Oracle and Data Protector
Troubleshooting
Chapter 1132
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;
}
Seitenansicht 153
1 2 ... 149 150 151 152 153 154 155 156 157 158 159 ... 395 396

Kommentare zu diesen Handbüchern

Keine Kommentare