ORA-19511: non RMAN, but media manager or vendor specific failure, error text: Failed to process backup file <c-2057956423-20150516-0c>
Hi All, I'm trying to restore Oracle 12c database backup, but unable to restore it, script using for restoring controlfile :- run { set until time "to_date('2015/05/15 18:40:00','YYYY/MM/DD HH24:MI:SS')"; allocate channel ch1 type 'sbt_tape' parms="ENV=(NB_ORA_CLASS=AIR_ABCDB12_DB_DSTGEDV_ONLINE, NB_ORA_SERV=abcbkp02, NB_ORA_CLIENT=abcdb12)"; restore controlfile; alter database mount; } Error : - channel ch1: ORA-19870: error while restoring backup piece c-2057956423-20150516-0d ORA-19507: failed to retrieve sequential file, handle="c-2057956423-20150516-0d", parms="" ORA-27029: skgfrtrv: sbtrestore returned error ORA-19511: non RMAN, but media manager or vendor specific failure, error text: Failed to process backup file <c-2057956423-20150516-0d> Detailed log :- abcbkp02:> rman target / catalog rman/xxx@rmancat Recovery Manager: Release 12.1.0.2.0 - Production on Fri May 15 20:10:23 2015 Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved. connected to target database: DSTGEDV (not mounted) connected to recovery catalog database run { set until time "to_date('2015/05/15 18:40:00','YYYY/MM/DD HH24:MI:SS')"; allocate channel ch1 type 'sbt_tape' parms="ENV=(NB_ORA_CLASS=AIR_ABCDB12_DB_DSTGEDV_ONLINE, NB_ORA_SERV=abcbkp02, NB_ORA_CLIENT=abcdb12)"; restore controlfile; alter database mount; } executing command: SET until clause allocated channel: ch1 channel ch1: SID=122 device type=SBT_TAPE channel ch1: Veritas NetBackup for Oracle - Release 7.6 (2015021210) Starting restore at 15-MAY-15 new media label is "@aaaah" for piece "c-2057956423-20150515-2b" channel ch1: starting datafile backup set restore channel ch1: restoring control file channel ch1: reading from backup piece c-2057956423-20150515-2b channel ch1: ORA-19870: error while restoring backup piece c-2057956423-20150515-2b ORA-19507: failed to retrieve sequential file, handle="c-2057956423-20150515-2b", parms="" ORA-27029: skgfrtrv: sbtrestore returned error ORA-19511: non RMAN, but media manager or vendor specific failure, error text: Failed to process backup file <c-2057956423-20150515-2b> failover to previous backup new media label is "@aaaah" for piece "c-2057956423-20150515-2a" channel ch1: starting datafile backup set restore channel ch1: restoring control file channel ch1: reading from backup piece c-2057956423-20150515-2a channel ch1: ORA-19870: error while restoring backup piece c-2057956423-20150515-2a ORA-19507: failed to retrieve sequential file, handle="c-2057956423-20150515-2a", parms="" ORA-27029: skgfrtrv: sbtrestore returned error ORA-19511: non RMAN, but media manager or vendor specific failure, error text: Failed to process backup file <c-2057956423-20150515-2a> failover to previous backup ^C user interrupt received PSDRPC returns significant error 1013. released channel: ch1 RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03002: failure of restore command at 05/15/2015 20:10:33 RMAN-03099: job cancelled at user request ************************** Please let me know incase if any other info needed for this. Thanks in advance for your suggestions/recommendations/solution.!Solved67KViews1like12CommentsOracle RMAN restore is failing with error "ORA-19507: failed to retrieve sequential file, ...."
Hi All, We are running netbackup for oracle agent. The oracle clients has four instance and each instance has its own backup policy. The backup is successful for all instances. But when it comes to restore, only one instance restore succeeds and 3 fails. below is the rman output: RMAN> run { 2> allocate channel ch1 type 'sbt_tape'; 3> SEND'NB_ORA_SERV=backup-server,NB_ORA_CLIENT=banner,NB_ORA_POLICY=banner-oracle-seed-policy,NB_ORA_SCHED=Default-Application-Backup'; 4> restore controlfile to '/tmp/my_controlfile_seed.ctl'; 5> release channel ch1; 6> } using target database control file instead of recovery catalog allocated channel: ch1 channel ch1: sid=155 devtype=SBT_TAPE channel ch1: Veritas NetBackup for Oracle - Release 7.5 (2012060520) sent command to channel: ch1 Starting restore at 22-MAR-13 channel ch1: starting datafile backupset restore channel ch1: restoring control file output filename=/tmp/my_controlfile_seed.ctl channel ch1: reading from backup piece cntrl_18_1_810725846 ORA-19870: error reading backup piece cntrl_18_1_810725846 ORA-19507: failed to retrieve sequential file, handle="cntrl_18_1_810725846", parms="" ORA-27029: skgfrtrv: sbtrestore returned error ORA-19511: Error received from media manager layer, error text: Backup file <cntrl_18_1_810725846> not found in NetBackup catalog failover to previous backup channel ch1: starting datafile backupset restore channel ch1: restoring control file output filename=/tmp/my_controlfile_seed.ctl channel ch1: reading from backup piece bk_14_1_810725788 ORA-19870: error reading backup piece bk_14_1_810725788 ORA-19507: failed to retrieve sequential file, handle="bk_14_1_810725788", parms="" ORA-27029: skgfrtrv: sbtrestore returned error ORA-19511: Error received from media manager layer, error text: Backup file <bk_14_1_810725788> not found in NetBackup catalog failover to previous backup . . . . released channel: ch1 RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03002: failure of restore command at 03/22/2013 11:35:44 RMAN-06026: some targets not found - aborting restore RMAN-06024: no backup or copy of the control file found to restore I appreciate if somebody can assist in finding a solution for this problem. Many Thanks, HadiSolved36KViews1like8CommentsRMAN restore failing with ORA-27191: sbtinfo2 returned error
Hello, The DBAs are doing an RMAN restore which was taken on server 1 seprdu05. They are trying to restore on server 2 seppuu03. Both clients are Solaris 10 machines with oracle database 11.2.0. The master server is RHEL 5.9. The netbackup master server version is 7.5.0.7 The netbackup client version is 7.5.0.4 The error is as below: Oracle instance shut down RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03002: failure of Duplicate Db command at 08/16/2015 06:57:26 RMAN-05501: aborting duplication of target database RMAN-03015: error occurred in stored script Memory Script ORA-27191: sbtinfo2 returned error Additional information: 3480 On the client, nothing is reported in the netbackup logs: /usr/openv/netbackup/logs/user_ops/dbext/logs/ It seems that the error "Additional information: 3480" would come from the MML (Media Manager Layer). Is there any logs on the master server that could give more details wether the RMAN job has interacted with netbackup so far? Any sugestion would be very helpful.27KViews0likes4CommentsConnection cannot be established because the host validation failed
Hello All, I am trying to install netbackup client 8.1 on one of our Linux client machine and while proceeding for authorization token it has not accepted the token and the installation failed. Now i am trying it to degrade to netbackup client version 7.7.3& installation is getting failed.Posted below bptestbpcd output.Please help me out how to revoke that certificate and how to proceed for 8.1 or even 7.7.3. <16>bptestbpcd main: Function ConnectToBPCD(10.51.15.129) failed: 7648 <16>bptestbpcd main: Connection cannot be established because the host validation failed <16>bptestbpcd main: Peer host validation failed for INSECURE connection; Peer host: 10.51.15.129, Error: 8621, Message: Connection is dropped, because the host now appears to be NetBackup 8.0 or earlier..: 7648 Connection cannot be established because the host validation failed Thanks Gopi Krishna23KViews0likes13CommentsNetbackup Questions for level 1 and level 2
Hi All, Kindly share the netbackup administrator interview questions for L1 and L2 engineer. If any one have link kindly share. Netbackup 6.5 and 7.0 And also, share the all documetns link for netbackup7.0 Thanks and Regds, SagarSolved22KViews3likes7CommentsRestore RMAN-06025: no backup of archived log
Hello Everyone I Need to restore an archive log when I try to find it out using RMAN i got someting like this BS Key Size Device Type Elapsed Time Completion Time ------- ---------- ----------- ------------ --------------- 7386620 4.39G SBT_TAPE 00:04:17 31-JUL-14 BP Key: 7386631 Status: AVAILABLE Compressed: NO Tag: TAG20140731T170013 Handle: hepepnp0_1_1 Media: CS0650 List of Archived Logs in backup set 7386620 Thrd Seq Low SCN Low Time Next SCN Next Time ---- ------- ---------- --------- ---------- --------- 1 6636 199103405748 31-JUL-14 199109231888 31-JUL-14 When I run the restore using rman i got this RMAN-06025: no backup of archived log for thread 2 with sequence 4437 and starting SCN of 199093424179 found to restore Does anybody has faced whit this problem. Best RegardsSolved21KViews1like2CommentsHow to kill a hung job that wont cancel
I have run nbrbutil -dump and I can see the below lines in reference to a job I have hung in the queue that just wont cancel out. index=6 (Allocation: id={7968DB34-F37A-11E4-8E5C-002128A6F97C} provider=NamedResourceProvider resourcename=xp53tape001.NBU_POLICY.MAXJOBS.Omaha_VMware2 masterserver=xp53tape001 groupid={00000000-0000-0000-0000-000000000000} userSequence=-1 userid="jobid=3036644" firstuserid="jobid=3036644" named resource allocation) index=7 (Allocation: id={7968DB5C-F37A-11E4-AEB0-002128A6F97C} provider=NamedResourceProvider resourcename=xp53tape001.NBU_CLIENT.MAXJOBS.53tape002.botw.ad.bankofthewest.com masterserver=xp53tape001 groupid={00000000-0000-0000-0000-000000000000} userSequence=-2 userid="jobid=3036644" firstuserid="jobid=3036644" named resource allocation) index=8 (Allocation: id={7968D8E6-F37A-11E4-B17F-002128A6F97C} provider=DriveOperationProvider resourcename= masterserver=xp53tape001 groupid={00000000-0000-0000-0000-000000000000} userSequence=0 userid="jobid=3036644" firstuserid="jobid=3036644" (Media_Drive_Allocation_Record: allocationKey=0 (Media_Drive_Record: MediaKey=0 MediaId= MediaServer=53tape002 DriveKey=0 DriveName= PrimaryPath= PoolName= RobotNum=0 RobotType=0 MediaTypeName= DriveTypeName= NdmpControlHost= RetentionLevel=3 PolicyType=2 JobType=7 MasterServer=xp53tape001) (Storage_Unit_Record: STU= STUType=0 MasterServer=xp53tape001 MediaServer=53tape002 RobotType=0 RobotNumber=0 Density=0 OnDemandOnly=0 ConcurrentJobs=0 ActiveJobs=0 MaxMultiplexing=0 NdmpAttachHost= AbsolutePath=) (Bptm_Strings_Record: ) TpReqFileName=)) Is it possible to do something with nbrbutil -releaseMDS to kill this job? I wasnt sure if I could use the jobid or possibly the allocation ID. Also it looks to have several different allocation ID's so I figured I'd ask.Solved19KViews0likes8CommentsVCS Cluster not starting.
Hello All, I am having difficulties trying to get VCS started on this system. I have attached what I have got so far. I apperciate any comments or suggestions as to go from here. Thank you The hostnames in the main.cf corrosponds to that of the servers. hastatus -sum VCS ERROR V-16-1-10600 Cannot connect to VCS engine VCS WARNING V-16-1-11046 Local system not available hasys -state VCS ERROR V-16-1-10600 Cannot connect to VCS engine hastop -all -force VCS ERROR V-16-1-10600 Cannot connect to VCS engine hastart / hastart -onenode dmesg: Exiting: Another copy of VCS may be running engine_A.log 2013/10/22 15:16:43 VCS NOTICE V-16-1-11051 VCS engine join version=4.1000 2013/10/22 15:16:43 VCS NOTICE V-16-1-11052 VCS engine pstamp=4.1 03/03/05-14:58:00 2013/10/22 15:16:43 VCS NOTICE V-16-1-10114 Opening GAB library 2013/10/22 15:16:43 VCS NOTICE V-16-1-10619 'HAD' starting on: db1 2013/10/22 15:16:45 VCS INFO V-16-1-10125 GAB timeout set to 15000 ms 2013/10/22 15:17:00 VCS CRITICAL V-16-1-11306 Did not receive cluster membership, manual intervention may be needed for seeding #gabconfig -a GAB Port Memberships =============================================================== #lltstat -nvv LLT node information: Node State Link Status Address * 0 db1 OPEN bge1 UP 00:03:BA:15 bge2 UP 00:03:BA:15 1 db2 CONNWAIT bge1 DOWN bge2 DOWN bash-2.05$ lltconfig LLT is running ps -ef | grep had root 826 1 0 15:16:43 ? 0:00 /opt/VRTSvcs/bin/had root 836 1 0 15:16:45 ? 0:00 /opt/VRTSvcs/bin/hashadowSolved18KViews3likes4Comments