1834483 Members
3469 Online
110067 Solutions
New Discussion

Re: nfs problem

 
Rambo_1
Regular Advisor

nfs problem

Hi

I got a nfs problem ,the messages as below:
 Sep  4 03:26:26 sms2_hn  above message repeats 4 times
Sep  4 03:23:18 sms2_hn vmunix: NFS getattr failed for server zzora3: RPC: Program unavailable
Sep  4 03:26:26 sms2_hn  above message repeats 3 times
Sep  4 03:26:50 sms2_hn vmunix: NFS getattr failed for server 130.76.1.60: RPC: Program unavailable
Sep  4 03:26:50 sms2_hn vmunix: NFS fsstat failed for server 130.76.1.60: RPC: Program unavailable
Sep  4 03:26:50 sms2_hn vmunix: NFS getattr failed for server zzora3: RPC: Program unavailable
Sep  4 03:26:50 sms2_hn vmunix: NFS fsstat failed for server zzora3: RPC: Program unavailable
Sep  4 03:40:30 sms2_hn vmunix: NFS fsstat failed for server zzora3: RPC: Program unavailable

Can anyone tell that how to find out the where the problem is ?

Thanks & B.R
Rambo
5 REPLIES 5
tkc
Esteemed Contributor

Re: nfs problem

Are you on HP-UX 11.11? Check if you have applied this patch in the system :

PHNE_36168 : s700_800 11.11 ONC/NFS General Release/Performance Patch
whiteknight
Honored Contributor

Re: nfs problem


Rambo,

Use rpcinfo -t server program command to check your rpc daemon running properly ?

# rpcinfo -t 100005 ( 100005 is the program for rpc.mountd )

# rpcinfo -t 100003 ( 100003 is the program number for nfs )

#mount -v (nfs client) to verify your mount option (TCP option ?)

# ping to the server ok ?

as a workaround use proto=udp option.

WK
please assign points

Problem never ends, you must know how to fix it
whiteknight
Honored Contributor

Re: nfs problem


Rambo,

Use rpcinfo -t server program command to check your rpc daemon running properly ?

# rpcinfo -t 100005 ( 100005 is the program for rpc.mountd )

# rpcinfo -t 100003 ( 100003 is the program number for nfs )

#mount -v ( on your nfs client server) to verify your mount option (TCP option ?)

# ping to the server ok ?

as a workaround use proto=udp option.

WK
please assign points

Problem never ends, you must know how to fix it
Rambo_1
Regular Advisor

Re: nfs problem

Hi

I can't see the "nfs" program when I used rpcinfo -p command .
Can tell me how to fix this problem?

Thanks

Rambo
whiteknight
Honored Contributor

Re: nfs problem

Rambo,


you can follow through this Common NFS troubleshooting
http://docs.hp.com/en/5992-0714/ch08s01.html

NFS not responding
===================
http://docs.hp.com/en/5992-0714/ch08s01.html#cbdcdagj

hope this help
WK
please assign points
Problem never ends, you must know how to fix it