cancel
Showing results for 
Search instead for 
Did you mean: 

Tape initialization error

Former Member
0 Kudos

Dear All

I am facing error when i try to initialize tape for scheduling offline backup.

logs are pasted below, please help if anyone faced this problem

Job started

Step 001 started (program RSDBAJOB, variant &0000000002744, user ID BASIS)

Execute logical command BRBACKUP On host sapdev

Parameters: -u / -i force -c force -n 1 -v SCRATCH

BR051I BRBACKUP 6.20 (29)

BR055I Start of database backup: bdzlpjpc.tib 2008-12-12 10.43.00

BR280I Time stamp 2008-12-12 10.43.00

BR301W SQL error -1017 at location BrDbConnect-2

ORA-01017: invalid username/password; logon denied

BR310W Connect to database instance CRD failed

BR205I Backup volume initialization

BR058I BRBACKUP action ID: bdzlpjpc

BR059I BRBACKUP function ID: tib

BR102I Following backup device will be used: /dev/rmt0.1

BR107I Remote backup device will be accessed through pipe

BR131I All volumes get the name SCRATCH

BR108I Automatic volume changing is active

BR129I Force option set - no label checking during initialization

BR134I Unattended mode with 'force' active - no operator confirmation allowed

BR207I Volume in device: /dev/rmt0.1 will be initialized with name: SCRATCH

BR280I Time stamp 2008-12-12 10.43.01

BR226I Rewinding tape volume in device /dev/rmt0 ...

BR278E Command output of 'LANG=C rsh sapprod -l oracrp /bin/sh -c "'LANG=C tapeutil -f /dev/rmt0 rewind echo ERR_RC: \$? 1>&2

Open failed: Cannot Establish Connection

ERR_RC: 50

BR280I Time stamp 2008-12-12 10.43.02

BR279E Return code from 'LANG=C rsh sapprod -l oracrp /bin/sh -c "'LANG=C tapeutil -f /dev/rmt0 rewind echo ERR_RC: \$? 1>&2'

BR213E Winding tape volume in device /dev/rmt0.1 failed

BR219E Initialization of volume SCRATCH in device/dev/rmt0.1 failed

BR280I Time stamp 2008-12-12 10.43.02

BR301E SQL error -1017 at location BrDbConnect-2

ORA-01017: invalid username/password; logon denied

BR310E Connect to database instance CRD failed

BR206I End of backup volume initialization

BR280I Time stamp 2008-12-12 10.43.02

BR054I BRBACKUP terminated with errors

External program terminated with exit code 3

BRBACKUP returned error status E

Job finished

Thanks

BS

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

Hai...

Your are using Tape drive or Tape library,

If you are using Tape library, your tape is not loaded in the Drive, if it is already loaded, just clean it or try to load another tape and start it again.

If you are using the Tape Drive, just clean the Tape drive with the cleaning cartridge or replace with other.

KHS

Former Member
0 Kudos

k

Former Member
0 Kudos

k

Former Member
0 Kudos

Hi

Check the following

1. make sure rsh works properly

2. Tape drive is connect and can be accesses for the server in which it is connect

3. When u run initialize, check the tape drive is not off-line ( tape drive goes off-line if it is idle)

4.Try to rewind using os commands

5.Check initsid.sap file properly configured.

hope this helps

regards

subbarao

Former Member
0 Kudos

Hi,

Try the following mathod

1. Login through <SID>adm user

2. initialize the tape with following command

brbackup -i force -n 1 -v SCRATCH

3. it will initialize the tape .Then try to take backup through db13 .

4. also check you have authorization to take backup .

5. Clean the tape if require .

May be it will use full for you

Former Member
0 Kudos

Open failed: Cannot Establish Connection

First of all make sure that the tape drive is working / is accessible from operating system / hardware.

Correct device name, and the like...

former_member204746
Active Contributor
0 Kudos

as OS level, login as crpadm, then try this command:

rsh sapprod -l oracrp /bin/sh

it must work in order to make DB13 work.

if not, check rsh permissions.

Former Member
0 Kudos

hi,

fire command brbackup -q and get the tape no.

Initialising tape:

brbackup -c -i force -v <tapeno>

if still facing the error change the Tape volume.

-Gokul

Former Member
0 Kudos

Hi,

tell me you are taking backup thro DB13 or brtools.

In brtools change the tape volum lable & try again to initialize.

Regards,

Darshan

Former Member
0 Kudos

Through DB13