Repoint Archive/Export Dump Destination to NAS file system
I am attempting to repoint my archivelog/export destination to NAS mount point /backup. I am able to run my RMAN commands to this directory with no issues.
I used the following to mount the file system - /etc/fstab:
//server_name/share$ /backup cifs credentials=/dir/.somecreds,rw,bg,rsize=32768,wsize=32768,nointr,timeo=600,tcp,uid=502,gid=2066,umask=002 0 0
The error I get when I modify archive log (nothing in var/log directory of any help):
alter system set LOG_ARCHIVE_DEST_3 = 'LOCATION=/backup/archivelog OPTIONAL';
alter system switch logfile;
I used the following to mount the file system - /etc/fstab:
//server_name/share$ /backup cifs credentials=/dir/.somecreds,rw,bg,rsize=32768,wsize=32768,nointr,timeo=600,tcp,uid=502,gid=2066,umask=002 0 0
The error I get when I modify archive log (nothing in var/log directory of any help):
alter system set LOG_ARCHIVE_DEST_3 = 'LOCATION=/backup/archivelog OPTIONAL';
alter system switch logfile;
*** 2013-12-11 16:40:34.543
Exception 19510 encountered when closing file
*** 2013-12-11 16:40:34.547 4329 krsh.c
0