SUMMARY: NetApp (NFS) + Oracle RMAN problem
2007-12-25 5:36:00
Actually from all the replies together (which were more than what we got
from sun, oracle, and netapp) I found the problem and had nothing to do
with hardware!
The problem was actually lockd().
For some reason network team was not allowing lockd traffic between the
two systems.
with a truss and some snooping,it was obvious that some problem was
going on iwth the net traffic, changed the ACL and it worked fine.
This is the total of the ACL's needed:
access list <> permit udp host Server host Client
access list <> permit tcp host Client host Server eq 111
access list <> permit tcp host Client host Server eq 2049
access list <> permit udp Client host Server
access list <> permit tcp host Client host Server eq 4045
mount options:
rw,bg,hard,intr,suid,vers=3,proto=tcp,dev=4240001
system options:
* Start of NetApp parameters
set sq_max_size=1600
set nstrpush=9
set nfs:nfs3_nra=10
set nfs:nfs3_max_threads=24
* END of NetApp parameters
Comments
Got something to say?
You must be logged in to post a comment.

