RMAN Backup to tape failed

NIckelton

Active Newcomer
Joined
Jul 13, 2016
Messages
7
Reaction score
0
Points
0
PREDATAR Control23

Hi all
RMAN backup failed with error "ANS1329S (RC29) Server out of data storage space"
Code:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================

RMAN-03009: failure of backup command on dev1_1 channel at 07/11/2016 06:06:57
ORA-19502: write error on file "HOURLY_dtnddjvp_1_1", blockno 1 (blocksize=512)
ORA-27030: skgfwrt: sbtwrite2 returned error
ORA-19511: Error received from media manager layer, error text:
ANS1329S (RC29) Server out of data storage space

Code:
q stg backuptape f=d

Storage Pool Name: BACKUPTAPE
Storage Pool Type: Primary
Device Class Name: TAPE
Estimated Capacity: 0,0  M
Space Trigger Util:
Pct Util: 0.0
Pct Migr: 0.0
Pct Logical: 0.0
High Mig Pct: 90
Low Mig Pct: 70
Migration Delay: 0
Migration Continue: Yes
Migration Processes: 1
Reclamation Processes: 1
Next Storage Pool:
Reclaim Storage Pool:
Maximum Size Threshold: No Limit
Access: Read/Write
Description: 
Overflow Location:
Cache Migrated Files?:
Collocate?: Group
Reclamation Threshold: 60
Offsite Reclamation Limit:
Maximum Scratch Volumes Allowed: 75
Number of Scratch Volumes Used: 0
Delay Period for Volume Reuse: 0 Day(s)
Migration in Progress?: No
Amount Migrated (MB): 0.00
Elapsed Migration Time (seconds): 0
Reclamation in Progress?: No
Last Update by (administrator): TSMADMIN
Last Update Date/Time: 07/06/2016 17:20:35
Storage Pool Data Format: Native
Copy Storage Pool(s):
Active Data Pool(s):
Continue Copy on Error?: Yes
CRC Data: No
Reclamation Type: Threshold
Overwrite Data when Deleted:

All tapes in TS3310 lib are free, but after RMAN backup starts volumes changes it status from Scratch to Private and I reseve ANS1329S error

>q actlog

upload_2016-7-13_10-44-24.png


Please help me on this!
 
PREDATAR Control23

I see ANR9999D errors, those are exception errors, meaning it's a problem for which there is no traditional error message for. So it's a server side issue. I'd recommend upgrading the TSM Server the latest fixpack for your current version. Example, if you are 7.1.x, upgrade to 7.1.6.

Also, try Googling the ANR9999D number including the trailing numbers:
upload_2016-7-13_7-18-48.png

I'd try, but my glasses aren't good enough to read that screenshot.

Also, those tapes weren't written to, you can update them back to scratch, but if the underlying cause is not fixed, they it may happen again.

Finally, if upgrading doesn't provide a fix, you should consider opening a PMR.
 
PREDATAR Control23

Hi Marclant,

On this server I have OS Win 2003 R2 Sp2 x86 without any KB updates. There is an important reason why this server can't upgraded or migrated to newest OS. That's why I use TSM 6.2.7 ver. Its a last available version that supports x86 architect.
Tivoli agent for Oracle version 6.3
upload_2016-7-13_19-10-6.png

So error with a trailing numbers is ANR9999D_3254895215

I found this
http://www-01.ibm.com/support/docview.wss?uid=swg1IC90402
Before TSM I had SA ArcServe as backup platform for this production servers
 
PREDATAR Control23

Looks like it's fixed at 6.3.4, which would require Windows 2008.

The workaround section does say:
Message ANR9999D_3254895215 can be ignored as long as the volume gets labeled
But given the error reading the label, it doesn't look like the label was successful. You could try to relabel it with overwrite=yes.
 
Top