Forum Discussion

andre_banzai's avatar
13 years ago

RMAN-06403 ORA-01034

When a trying a backup jobs, in Backup Exec 2012 show me log below:

 

Recovery Manager: Release 11.2.0.3.0 - Production on Mon May 21 11:59:10 2012

Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

 
connected to target database (not started)

 
connected to recovery catalog database

 
 
 # -----------------------------------------------------------------
 # RMAN command section
 # -----------------------------------------------------------------
 
 RUN {
 ALLOCATE CHANNEL ch0
     TYPE 'SBT_TAPE';
 SEND 'BSA_SERVICE_HOST=192.168.63.189,NBBSA_TOTAL_STREAMS=1,NBBSA_JOB_COOKIE={B3689540-B745-4F67-8B2A-7853551612E3},NBBSA_DB_DEVICE_NAME=Oracle-Linux::\\DELLBL07\SW05';
 BACKUP
     INCREMENTAL LEVEL=0
     FORMAT 'BE_U'
     DATABASE FORCE PLUS ARCHIVELOG FORCE;
 BACKUP CURRENT CONTROLFILE 
     FORMAT 'BE_U';
 
 RELEASE CHANNEL ch0;
 }
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of allocate command at 05/21/2012 11:59:10
RMAN-06403: could not obtain a fully authorized session
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory

 EXIT

Recovery Manager complete.

_____________________

I have Windows 2k8R2 + Backup Exec 2012 + Recovery Catalog

192.168.63.189

TNSNAME:

 

RMAN =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.63.189)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = rman)
    )
  )

 

SW05 =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = DELLBL07)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SID = SW051)
    )
  )
 
TNSPING works fine to RMAN and SW05

__________________________

DELLBL07 192.168.63.152

Linux Red Hat Enterprise + Oracle11g

oracle ON LINE:

 

[root@DELLBL07 ~]# ps -ef | grep pmon
grid      3145     1  0 Mar02 ?        00:03:11 asm_pmon_+ASM1
oracle    5933     1  0 May18 ?        00:00:07 ora_pmon_SW051
oracle    9827     1  0 Mar08 ?        00:08:34 ora_pmon_SW021
oracle   15061     1  0 Mar02 ?        00:06:04 ora_pmon_SW061
root     16265 12879  0 12:08 pts/1    00:00:00 grep pmon
oracle   27820     1  0 Mar09 ?        00:08:11 ora_pmon_SW031
 
TNSPING to RMAN and SW05 ok
 

 

 

  • After at least thirty days with a ticket support open i solved my problem myself searching in foruns.

     

    "

    Copy /etc/oratab to /etc/VRTSralus/beoratab
    Replace the dbname entries in /etc/VRTSralus/beoratab with the name of the instance of the RAC database on that machine

    rebuild the config in ./AgentConfig and stop/start agent in Linux

    "

    Follow this steps:

    http://aka-community.symantec.com/connect/fr/forums/backup-exec-and-oracle-rac-linux-question

     

    The "RAC-DBinstance-DBID" appears automatically in Backup Exec List Servers.

     

    Thanks for replies.

    PROBLEM SOLVED!