Unsolved

This post is more than 5 years old

1 Rookie

 • 

1 Message

1047

July 11th, 2008 12:00

nfs server not responding

I auto mounted and NFS disk from the EMC NS 20 and loaded Oracle 9i. when the nfs share sits idle for a while it gets an NFS server not responding error which crashes oracle.

I heard there where some mount options that may solve this issue.

Has anyone seen this issue or have any mount option ideas?

Thank for you help
Eric

39 Posts

July 14th, 2008 14:00

Moved thread to Celerra area. Can anyone help here?

Mark Foreman
Host Systems Forum Admin

6 Operator

 • 

1.5K Posts

July 14th, 2008 15:00

HI Ericdryden,

Welcome to EMC Support Forums. Hope you'll have some good time here with all of us.

For your issue - while mounting the NAS on the server, you may try using the option to use TCP as the protocol instead of UDP (UDP being the default).

Also, there may be another issue - where is the oracle lock file stored? It should not be on the NAS export - it must be on the local disk. I am not sure whether this is true with Oracle 9i as well - but you may check it out. I can provide you more details on this later.

Others may suggest or comments.

Thanks,
Sandip

6 Operator

 • 

8.6K Posts

July 25th, 2008 11:00

sure - what clients are you using (Linux, Solaris, ...) ?

here are some general best practices:

dont use automounter - use static mount
dont use soft mounts - use hard,bg,intr instead
use NFS3/TCP with rsize and wisze set to 32768


Do you use RAC or non-RAC ?

This will make a difference wether forcedirectio and llock should be used

My best guess is that your specific problem was caused by automounter using soft mounts, which should NEVER be used with database applications (or any other app that cares about data consistency)
No Events found!

Top