on solaris expdp hangs on linux mount point
Hi all,
I have a directory in linux /xxx and I mounted it on solaris
and on solaris, I did an oracle export datapump - expdp with the data pump dir in /xxx mount point.
On solaris, mount -F nfs -o rw,retry=0,retrans=0,bg,hard,nointr,rsize=1048576,wsize=1048576,proto=tcp,noac,forcedirectio,vers=3,suid linuxserver1:/u05/oracle/dp_mnt /u05/oracle/dp_mnt
-It hangs ONLY on expdp.
-when I create a text test file on solaris, I can see it in lunix side.
so I don' know if the mount -F parameters are correct.
or may be the procedure for setting up both sides are wrong.