Utime Failed Stale Nfs File Handle

2020. 3. 18. 20:09카테고리 없음

'Stale NFS file handle' Errors Thrown in the Server Output?(Doc ID 737714.1)Last updated on SEPTEMBER 25, 2019 Applies to:Oracle WebCenter Content - Version 10.1.3.3.1 and laterInformation in this document applies to any platform.SymptomsStale NFS file handle errors occur in the server output. It doesn't appear that these are causing any significant problems, but there are a lot of them.

  1. Utime Failed Stale Nfs File Handle Key
Utime failed stale nfs file handle solarisUtime Failed Stale Nfs File HandleUtime Failed Stale Nfs File Handle

Utime Failed Stale Nfs File Handle Key

→→→NFS Stale File Handle error and solution 8.4. NFS Stale File Handle error and solutionSometimes, NFS can result in to weird problems. For example, NFS mounted directories sometimes contain stale file handles. If you run a command from a shell prompt you will see an error similar to this one for offline transactions:$ cat foo.logfoo.log: Stale NFS file handle, 2nd Edition book defines filehandles as follows:A filehandle becomes stale whenever the file or directory referenced by the handle is removed by another host, while your client still holds an active reference to the object. A typical example occurs when the current directory of a process, running on your client, is removed on the server (either by a process running on the server or on another client).So this can occur if the directory is modified on the NFS server, but the directories modification time is not updated. How do I fix this problem?Find a good base directory mount point and execute the following:$ mount -o remount directory you selectedThis basically refreshes the NFS mount across all mounted points.