How to start/stop Net Backup services on master/media servers?
Hi all, This sounds silly! But still it will be great if somebody can tell me "how to start/stop netbackup services on master/media servers from commandline" master/media servers - AIX 5.3 Net Backup 6.5.2 Thank you. DDSSolved97KViews2likes14CommentsORA-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, HadiSolved36KViews1like8CommentsInstall a linux client - step by step
Ineed help to install a linux client. I am not familiar with Unix/Linux "Language". Can anybody help me with a step by step guide? The Master NBU is a Windows 2003 and I have 3 Linux (suse 32/64bit))clients and I must to install the NBUclient. Usually this installation makes the linux administrator, but now is in vacation. We have a network path where the setup kit's are "\\servername.shared.com\setup" and I can on the client logging. What must i do next. ...? Thanks for your help" Regards Marius DemeterSolved35KViews1like17CommentsWindows 10? New software update for Symantec System Recovery 2013 Desktop Edition?
I am currently using Symantec System Recovery 2013 R2 with my Windows 8.1 based desktop PC. I am planning on upgrading to Windows 10 on July 29, 2015 when Windows 10 is released. I've been relying on Norton Ghost and SSR 2013 to do full system images for years. Is Symantec currently working on software for Symantec System Recovery 2013 so that it will be compatible with Windows 10? Will Symantec be offering a FREE update patch to Symantec System Recovery 2013 that will make it compatible with Windows 10? Will it be called Symantec System Recovery 2013 R3 or something else like Symantec System Recovery 2015? I would like to see SSR 2013 tested and certified as compatible with Windows 10 as soon as possible. I would prefer not to have switch to another vendor's system image backup software like Acronis. Their website is saying that you can get a free software update for Windows 10 compatibility for Acronis True Image 2015.34KViews12likes385CommentsExpired backup sets not deleted
Anybody solved that problem with Expired backup sets? I can see them expired, Allow Backup Exec to delete all expired backup sets is enabled, but BE does not delete them even when there is no disk space on storage. I saw some other posts but are few month old... Besides with no solutionSolved34KViews1like10Comments