1855729 Members
2256 Online
104103 Solutions
New Discussion

Re: NFS Failure

 
Brian Lee_4
Regular Advisor

NFS Failure


NFS Server & Client OS: HP-UX 11i

I keep getting the following system message and it causes terminating some of batch jobs from time to time.

Please help me out.
===============================================

NFS getattr failed for server smxpqs: RPC: Timed out
NFS read failed for server seauxsp1_backup: RPC: Timed out
NFS write failed for server seauxsp1_backup: RPC: Timed out
NFS lookup failed for server seauxsp1_backup: RPC: Timed out
NFS lookup failed for server seauxsp1_backup: RPC: Timed out
NFS getattr failed for server seauxsp1_backup: RPC: Timed out
NFS lookup failed for server seauxsp1_backup: RPC: Timed out
NFS write failed for server seauxsp1_backup: RPC: Timed out
brian lee
8 REPLIES 8
G. Vrijhoeven
Honored Contributor

Re: NFS Failure

Hi,

It looks like the resolving of the server fails sometimes.
Did you try adding the seauxsp1_backup in /etc/hosts ?

Related files.
/etc/resolv.conf
for name server
/etc/nsswitch.conf
for lookup

HTH,

Gideon
Steven E. Protter
Exalted Contributor

Re: NFS Failure

If the server seauxsp1_backup is unreachable on the network or has been booted, or the nfs.server program has failed this error will occur.

Checlist:
Check network connectivity(see earlier post)
ping seauxsp1_backup
ping ip_address of seauxsp1_backup

If the first fails and the second succeeds, its DNS, work on that.

If DNS is unreliable, consider mounting by IP address.

mount -a
# This will work if the nfs mount is in /etc/fstab and the server is up.

Checklist for the server in question

/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.server start

ps -ef nfs

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Brian Lee_4
Regular Advisor

Re: NFS Failure

I added seauxsp1_backup in /etc/hosts file of nfs client.
I can ping to seauxsp1_backup with both host name and IP address from NFS client.

None of two system are using DNS.

Both systems have 100FD Manual.

brian lee
G. Vrijhoeven
Honored Contributor

Re: NFS Failure

Hi,

You could try restarting the nfs server and core. This will register tghe servers to the rpc daemon. rpcinfo -p on nfs server will list registered services.

HTH,

Gideon
KapilRaj
Honored Contributor

Re: NFS Failure

DO the following

host seauxsp1_backup
host IP_ADDR_OF_THE_ABOVE_HOST

both r the same ??? NFS somehow needs reverselookup working !

Regds,

Kaps
Nothing is impossible
Brian Lee_4
Regular Advisor

Re: NFS Failure

I restarted both NFS client and server but the problem is still happening.

I would like to approach this problem in the point of resource shortage.

The client has only 400MB buffer becaue SAP are using most of assigned memory.

Also, CPU usage is pretty high.
brian lee
Geoff Wild
Honored Contributor

Re: NFS Failure

Check out this doc:

http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,952,00.html

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.