- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Stale NFS file handle
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2001 11:37 AM
тАО10-01-2001 11:37 AM
Stale NFS file handle
I got another problem, this time with a file copy over an NFS filesystem. When I do a "cp" of my file from a server, where is an NFS mounted FS, I got this error:
cp: cannot close /nfs/bar100/upl.ready: Stale NFS file handle
Does anybody have a clue???
regards
Jonathan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2001 11:41 AM
тАО10-01-2001 11:41 AM
Re: Stale NFS file handle
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2001 11:46 AM
тАО10-01-2001 11:46 AM
Re: Stale NFS file handle
Have a look at the thread below for the details on the error message you are getting.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&con=/hpux/onlinedocs/B1031-90048/00/00/42-con.html&toc=/hpux/onlinedocs/B1031-90048/00/00/42-toc.html&searchterms=troubleshooting&queryid=20011001-124756
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2001 11:51 AM
тАО10-01-2001 11:51 AM
Re: Stale NFS file handle
It could be permission problem too, Server is exporting file systems but client doesn't have proper permissin to use it.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2001 07:23 AM
тАО10-03-2001 07:23 AM
Re: Stale NFS file handle
On my client I got this error:
vmunix: NFS server
It doesn't say this all the time.. but I got this error oftenly in my syslog... I explain my situation, my server is here a the office where I am, and my client is in another office... I was wondering if NFS is not strong enought to keep the link between those two box... cause the it have to pass throught routers, and a RNIS link....
clue anyone...
thanks..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2001 10:27 AM
тАО10-03-2001 10:27 AM
Re: Stale NFS file handle
This might be a good time to use NFS version 3 TCP. HP did not include support for the TCP protocol until early 2000 although it did include NFS version 3 in HP-UX releases starting in 1993. Remember NFS Version 2 uses strictly UDP to communicate whereas NFS version 3/TCP defaults to TCP to communicate. Although TCP packets have larger headers, the size of the packets are larger and there tends to be less traffic on the network (i.e. less collisions).
Both the server and the client must have NFS/TCP installed for it to work.
Issue the command rcpinfo -s to each host.
If NFS/TCP is installed, there should be a line in the response:
100003 3,2 udp,tcp nfs superuser
if NFS/TCP is not installed then the following
100003 3,2 udp nfs superuser
Other way to check is to look in
/etc/rc.config.d/nfsconf for the NFS_TCP=1 entry as well as in /etc/services for the entries:
nfsd 2049/udp # NFS remote file system
nfsd 2049/tcp # NFS remote file system
Last time I checked, to install NFS/TCP you needed to start with PHNE_23833. Go to us-support2.external.hp.com/wpsl/bin/doc.pl to check though.
Try it, You'll like it! :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-04-2001 07:15 AM
тАО10-04-2001 07:15 AM
Re: Stale NFS file handle
I check out and the NFS/tcp is not installed on my HP-UX box, I think I will install it, but my problem of Stale NFS, is between one of my HP box and an old SCO Unix 3.2, so I don't think that SCO have NFS/TCP???