Operating System - HP-UX
1826427 Members
3815 Online
109692 Solutions
New Discussion

Re: Stale NFS file handle

 
SOLVED
Go to solution
Aristotle
Advisor

Stale NFS file handle

This is what i get in dmesg.
Deferred swap reservation failure pid: 23242
Deferred swap reservation failure pid: 14132
Deferred swap reservation failure pid: 14140
msgcnt 6281 vxfs: mesg 001: vx_nospace - /dev/vg00/lvol8 file system full (1 block extent)
NFS server smsprov not responding still trying
NFS server smsprov ok
NFS server smsprov not responding still trying




2 REPLIES 2
Vihang.
Trusted Contributor
Solution

Re: Stale NFS file handle

Hi Aristotle,

This means that the NFS server smsprov is not reachable over the network or the nfs server services have stopped on that server. Check if you are able to ping, nslookup to the NFS server from your NFS client. If yes, try restarting the NFS services on your server.
# /sbin/init.d/nfs.client stop
# /sbin/init.d/nfs.server stop

# /sbin/init.d/nfs.server start
# /sbin/init.d/nfs.client start

Regards,
Vihang.
Deepak Kr
Respected Contributor

Re: Stale NFS file handle

Also check

>>
/dev/vg00/lvol8 file system full (1 block extent)
>>

bdf |grep /dev/vg00/lvol8

see if you can extend this FS or do some housekeeping.

For online resizing you need to have OnlineJFS
check

swlist |grep -i onlinejfs

"There is always some scope for improvement"