Originally posted by: chandru0078
Hi,
I am trying to perform rman backup using cifs mounted from window 2003(NAS) to AIX unix share folder, the backup failed with the below error. I have ample of space in that file system and full permission to oracle.
10.200.215.46:PPRCCONL 2048.00 1077.56 48% 0 0% /testing
-
ls -ld /testing
drwxrwxrwx 1 oracle dba 16384 Jan 01 1970 /testing
/home/oracle ## ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 32768
memory(kbytes) 32768
coredump(blocks) 2097151
nofiles(descriptors) 2000
chandru0078
format used to mount : /home/oracle$ mount -v cifs -n 10.200.215.46/dummy/dummy123 -o uid=202,gid=201,fmode=777 PPRCCONL /testing
Error :
channel ch1: starting piece 1 at 20-MAR-09
released channel: ch1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on ch1 channel at 03/20/2009 13:25:39
ORA-19502: write error on file "/testing/DAM/script/coldbkp/DAM_COLD_BKP_20090320_1akad32h_42_1", blockno 1 (blocksize=512)
ORA-27063: skgfospo: number of bytes read/written is incorrect
IBM AIX RISC System/6000 Error: 14: Bad address
Additional information: -1
Additional information: 1048576
#AIX-Forum