1833149 Members
3521 Online
110051 Solutions
New Discussion

make_net_recovery error

 
YLTan
Frequent Advisor

make_net_recovery error

Can someone tell me if this error is caused by NFS? Is there anything to cfg to make it go away?


gzip: stdout: Stale NFS file handle
ERROR: The gzip command failed (exit status 1)
tyl
3 REPLIES 3
Patrick Wallek
Honored Contributor

Re: make_net_recovery error

Yes, it appears that was caused by NFS. I would guess that the NFS mount to your Ignite/UX server went away for some reason.

Steven E. Protter
Exalted Contributor

Re: make_net_recovery error

On the NFS server

exportfs -av

If you can't connect to the NFS server thats the problem.

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: make_net_recovery error

after you export nfs file systems in NFS server, stop and start /sbin/init.d/nfs.client in NFS client server.
It will umount all stale NFS file systems and mount them again in NFS client server.
If it gets stale message again, check if any process holds the file system.
If it does, you should kill the process.
brian lee