unable to cp file from nfs to asm diskgroup
I've successfully mounted nfs on my database server : mount -t nfs -o rw,bg,nointr,timeo=600,hard,wsize=32768,rsize=32768,tcp <ip>:<dir> /tmp/<dir>
Execute ed following cmd to copy a file from nfs to local asm diskgroup :
asmcmd cp /tmp/<dir>/<file> +ORADATA2/temp
Got following errors :
ORA-19505: failed to identify file
ORA-27054: NFS file system where the file is created or resides is not mounted with correct options
0