Sponsored Content
Operating Systems Solaris NFS write error on host xyz: Stale NFS file handle - Solaris 10 Post 303005243 by psychocandy on Monday 16th of October 2017 07:31:22 AM
Old 10-16-2017
NFS write error on host xyz: Stale NFS file handle - Solaris 10

Code:
Oct 13 12:19:15 xyz nfs: [ID 626546 kern.notice] NFS write error on host xyz: Stale NFS file handle.
Oct 13 12:19:15 xyz nfs: [ID 702911 kern.notice] (file handle: 68000000 1bc5492e 20000000 377c5e 1ce9395c 720a6203 40000000 bdfb0400)
Oct 13 12:19:15 xyz nfs: [ID 626546 kern.notice] NFS write error on host zyz: Stale NFS file handle.
Oct 13 12:19:15 xyz nfs: [ID 702911 kern.notice] (file handle: 68000000 1bc5492e 20000000 377c5e 1ce9395c 720a6203 40000000 bdfb0400)
Oct 13 12:19:15 xyz nfs: [ID 626546 kern.notice] NFS write error on host xyz: Stale NFS file handle.
Oct 13 12:19:15 xyz nfs: [ID 702911 kern.notice] (file handle: 68000000 1bc5492e 20000000 377c5e 1ce9395c 720a6203 40000000 bdfb0400)

Is it possible to determine which file this file handle refers to?
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

NFS file handle

How can I kill mount connection(NFS , made by automount) if remote filesystem is down? I tried: fuser -ku /auto /auto: umount /auto nfs umount: ERROR: /auto is busy If I try cd /auto - I get - /auto: Stale remote file handle. I know that reboot will help but I cannot reboot this... (2 Replies)
Discussion started by: kazimir
2 Replies

2. UNIX for Advanced & Expert Users

Stale NFS file handle

Hi, I get an error saying "Stale NFS file handle" how can I solve this? Is it possible to do this with a umount/ mount command? (5 Replies)
Discussion started by: rein
5 Replies

3. Solaris

Error Message: find: cannot open /: Stale NFS file handle

I am using the "find" command below and it respond with the error message " find: cannot open /: Stale NFS file handle" what does it mean? what can I do about it? Need advice, thanks. below are the command that I enter, the respond and the error message: root@ScripServer:/# find / -name... (1 Reply)
Discussion started by: ezsurf
1 Replies

4. Solaris

NFS write error on host : Stale NFS file handle

:confused:Hi all When i see in the /var/adm/messages, i saw the following error unix: NFS write error on host : Stale NFS file handle. unix: (file handle: 45ca415 3e7 a0000 2c7f6 3ebfc25f a0000 2 3e49) It is using sunOS 5.7. Is anybody know what is this error? Is is related to any network... (2 Replies)
Discussion started by: AirWalker83
2 Replies

5. UNIX and Linux Applications

Stale NFS file handle

There are a filesystem /GWD/appbase/projects/GRIDDB Under this filesystem there is a directory called backup. But When I am trying to access the backup directory ,it is showing me the following error: # cd /GWD/appbase/projects/GRIDDB # cd backup -bash: cd: backup: Stale NFS file handle ... (3 Replies)
Discussion started by: alphasahoo
3 Replies

6. Linux

NFS file handle question

Hello All, I have a small question regarding the NFS file handles. Suppose I have a NFS client who has requested for a particular file from the NFS server.Now lets assume that I am using a NFS v2 server. So I get the filehandle for that file and I can use it. Suppose later I upgrade the server to... (0 Replies)
Discussion started by: prathamesh
0 Replies

7. Solaris

Solaris 9 as a nfs client -- centos as a nfs server.

Hello, I have a centos as nfs server, its name is centos_A. After I finish the setup of the nfs server, the other linux can access this nfs server immediately via /net/centos_A/* But, My solaris 9 can not access /net/centos_A/* immediately. I have to leave /net/centos_A, and wait for about... (1 Reply)
Discussion started by: bruceharbin
1 Replies

8. UNIX for Advanced & Expert Users

How to decode nfs file handle in HP-UX?

Hi Experts, Any idea how to decode file handle in HP-UX? I am getting the following error continously in my HP-UX 11.31 box :mad: Apr 26 07:15:00 host62 su: + tty?? root-bb Apr 26 07:15:00 host62 su: + tty?? root-abcadm Apr 26 07:15:01 host62 vmunix: NFS write error on host peq9vs:... (1 Reply)
Discussion started by: vipinable
1 Replies

9. UNIX for Advanced & Expert Users

What is a file handle? for NFS troubleshooting stale issue.

Experts, Can any one please explain about a "File Handle" , what it is. Can we see it, like an inode number. - Also what is the significance of it in "Stale NFS file handle" error. Thanks, (3 Replies)
Discussion started by: rveri
3 Replies

10. AIX

NFS multiple write error.

Hi, We are taking the mksysb backup to NIM server's NFS mount point (/backup). We have mounted /backup to all the clients /backup and full permission. When multiple mksysb backup starting simultaneously to the NIM server's shared NFS mount point then only one backup is running and all others... (3 Replies)
Discussion started by: sunnybee
3 Replies
tapset::nfs_proc(3stap) 												   tapset::nfs_proc(3stap)

NAME
tapset::nfs_proc - systemtap nfs_proc tapset DESCRIPTION
nfs.proc.lookup NFS client opens/searches a file on server See probe::nfs.proc.lookup(3stap) for details. nfs.proc.read NFS client synchronously reads file from server See probe::nfs.proc.read(3stap) for details. nfs.proc.write NFS client synchronously writes file to server See probe::nfs.proc.write(3stap) for details. nfs.proc.commit NFS client committing data on server See probe::nfs.proc.commit(3stap) for details. nfs.proc.read_setup NFS client setting up a read RPC task See probe::nfs.proc.read_setup(3stap) for details. nfs.proc.read_done NFS client response to a read RPC task See probe::nfs.proc.read_done(3stap) for details. nfs.proc.write_setup NFS client setting up a write RPC task See probe::nfs.proc.write_setup(3stap) for details. nfs.proc.write_done NFS client response to a write RPC task See probe::nfs.proc.write_done(3stap) for details. nfs.proc.commit_setup NFS client setting up a commit RPC task See probe::nfs.proc.commit_setup(3stap) for details. nfs.proc.commit_done NFS client response to a commit RPC task See probe::nfs.proc.commit_done(3stap) for details. nfs.proc.open NFS client allocates file read/write context information See probe::nfs.proc.open(3stap) for details. nfs.proc.release NFS client releases file read/write context information See probe::nfs.proc.release(3stap) for details. nfs.proc.handle_exception NFS client handling an NFSv4 exception See probe::nfs.proc.handle_exception(3stap) for details. nfs.proc.create NFS client creating file on server See probe::nfs.proc.create(3stap) for details. nfs.proc.remove NFS client removes a file on server See probe::nfs.proc.remove(3stap) for details. nfs.proc.rename NFS client renames a file on server See probe::nfs.proc.rename(3stap) for details. SEE ALSO
probe::nfs.proc.lookup(3stap), probe::nfs.proc.read(3stap), probe::nfs.proc.write(3stap), probe::nfs.proc.commit(3stap), probe::nfs.proc.read_setup(3stap), probe::nfs.proc.read_done(3stap), probe::nfs.proc.write_setup(3stap), probe::nfs.proc.write_done(3stap), probe::nfs.proc.commit_setup(3stap), probe::nfs.proc.commit_done(3stap), probe::nfs.proc.open(3stap), probe::nfs.proc.release(3stap), probe::nfs.proc.handle_exception(3stap), probe::nfs.proc.create(3stap), probe::nfs.proc.remove(3stap), probe::nfs.proc.rename(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::nfs_proc(3stap)
All times are GMT -4. The time now is 09:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy