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 DemeterSolved35KViews1like17CommentsNBU status: 2074, EMM status: Disk volume is down
Environment: Master Server: Windows Server 2008 R2 Media Server: Windows Server 2008 R2 EMC DataDomain All the backup jobs including catalog backup jobs are running successfully. I tried to cleanup all expired images with bpimage -cleanup –allclients due to increase in size of image catalog and got error. The media server mentioned in the below job details has two storage units, one local drive as basic disk storage unit stu-03 and other one is data domain network drive \\dd670\backup Both storage units are accessible and backup jobs are running fine on them. What could be the cause and possible solutions of this error? Ran bpimage -cleanup –allclients and got the following error from the job details: 1/24/2014 12:49:40 AM - Info nbdelete(pid=7024) deleting expired images. Media Server: enp-en01.xxx.com Media: @aaaaJ 1/24/2014 12:49:40 AM - Error nbdelete(pid=7024) Cannot obtain resources for this job : error [2074] the requested operation was partially successful(1) The job was successfully completed, but some files may have been busy or unaccessible. See the problems report or the client's logs for more details. 1/24/2014 12:49:40 AM - requesting resource @aaaaJ 1/24/2014 12:49:40 AM - Error nbjm(pid=5692) NBU status: 2074, EMM status: Disk volume is down 1/24/2014 12:49:40 AM - Error nbjm(pid=5692) NBU status: 2074, EMM status: Disk volume is downSolved30KViews1like4Commentserror ( Cannot Connect On Socket )
Hey Everybody, I was working on a Issue, The error ( Cannot Connect On Socket ) occurs while trying communicate a Client from Master server. Checked BPCD logs and test the connectivity b/w client and master, which is not happening. Found that "Windows Firewall" service is running on the server. Now by disabling the Firewal this issue could get resolved. But my concern is ( as Firewall is used to protect the server from virus or any harmful objects ). Why we have to Disable it ? Why NBU connection failed when server is Behind firewll ? Why can not we take backup along with Firewall Enabled ?Solved29KViews1like12CommentsRMAN-03009: failure of allocate command on ch00 channel at 03/06/2015 10:50:26
Good day! Our client is using Netbackup 7.5 and for the database, Oracle version 11.2.0.4.0. He is experiencing this error. RMAN-03009: failure of allocate command on ch00 channel at 03/06/2015 10:50:26 ORA-19554: error allocating device, device type: SBT_TAPE, device name: ORA-27211: Failed to load Media Management Library Additional information: 2 I tried looking for documentation regarding this issue but the links won't open. What exactly is the problem and how should I solve it? Thanks in advance!Solved28KViews1like9Comments