RE: Critical restore issue with Veritas

Veritas is very p[icky about file permission on new nodes. I would enable
logging by creating the log directory and see what it is complaining about
probably some directory with the wrong permissions.
 
Ken
 
  _____  

From: oracle-l-bounce@xxxxxxxxxxxxx [mailto:oracle-l-bounce@xxxxxxxxxxxxx]
On Behalf Of Sandra Becker
Sent: Saturday, January 13, 2007 9:28 PM
To: Oracle-L
Subject: Critical restore issue with Veritas
 
I need to restore my production database to a new node but I'm getting the
following errors:
 
ORA-19507: failed to retrieve sequential file,
handle="PRDRUBY_14478_1_611444563", parms=""
ORA-27029: skgfrtrv: sbtrestore returned error
ORA-19511: Error received from media manager layer, error text: 
   Failed to process backup file <PRDRUBY_14478_1_611444563>
 
RHEL 4, Oracle 9.2.0.5 Standard One edition, Veritas 6.0
 
Verified I have the libobk.so linked to the Veritas version.
 
The client in my restore script points to the host where the database was
backed up.  Restore script:
connect $TARGET
startup nomount;
run {
        allocate channel t1 type 'SBT_TAPE';
        SEND 'NB_ORA_CLIENT=ruby';
        restore controlfile;
    }
EOF
I realize this is a Veritas issue, not RMAN, but my SA's are totally
clueless about what might be causing it and they don't think we have Veritas
support.  Little late to be telling me we don't  have support, but that's
the way it is.    Any suggestions would be appreciated. 
 
Sandy

Other related posts: