Unsolved
This post is more than 5 years old
1 Message
0
4260
December 12th, 2016 23:00
rman backup failed with asdf_output_section1()
hi:
We are getting the following error when backing up a database on AIX server....
RMAN-03009: failure of backup command on t3 channel at 12/12/2016 23:10:35
ORA-19502: write error on file "fullbak1_89rnan7b_2313_930438379", block number 540289 (block size=8192)
ORA-27030: skgfwrt: sbtwrite2 returned error
ORA-19511: Error received from media manager layer, error text:
asdf_output_section1() failed
xdr=0x111678e90: bp=0x111679230: send_len=262144: type=12800: fhand=0x111679290: wrapper=0x1116792b0: directp=0x1116792d0 (1:4:32)
channel t3 disabled, job failed on it will be run on another channel
RMAN-03009: failure of backup command on t4 channel at 12/12/2016 23:10:35
ORA-19502: write error on file "fullbak1_87rnal1i_2311_930436146", block number 8172897 (block size=8192)
ORA-27030: skgfwrt: sbtwrite2 returned error
ORA-19511: Error received from media manager layer, error text:
asdf_output_section1() failed
xdr=0x111678cd0: bp=0x111678cf0: send_len=262144: type=12800: fhand=0x111678f30: wrapper=0x111678f50: directp=0x111678f70 (1:4:32)
channel t4 disabled, job failed on it will be run on another channel
released channel: t1
released channel: t2
released channel: t3
released channel: t4
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on t1 channel at 12/12/2016 23:10:50
ORA-19502: write error on file "fullbak1_88rnan0t_2312_930438173", block number 1266433 (block size=8192)
ORA-27030: skgfwrt: sbtwrite2 returned error
ORA-19511: Error received from media manager layer, error text:
asdf_output_section1() failed
xdr=0x111678dd0: bp=0x111678df0: send_len=262144: type=12800: fhand=0x111678ed0: wrapper=0x111678ef0: directp=0x111678f10 (1:4:1)
Recovery Manager complete.
The backup process failed:
RMAN exited with return code '1'.
Exiting with error:
RMAN exited with return code '1'.
hxzg_db01: RMAN exited with return code '1'.



MIchal_Wilk
5 Posts
0
December 13th, 2016 01:00
Hi Manuelo.
By log you have provided, it seems like there are two possible issues. First would be that your file system has a limitation of block size which is over-passed in this case. Second possible issue (but there's not enough information given) : if there was a update on oracle you would also have to upgrade client of networker on this AIX machine.
ble1
4 Operator
•
14.3K Posts
0
December 13th, 2016 02:00
You received write error during session - either there was something wrong on backup target or network path that interrupted the data flow.
mouakha
1 Message
0
October 16th, 2017 02:00
Hi,
I have the same error codes with different block sizes.
Did you found the solution please?