Deployment Architecture

Stale NFS File Handle

sgarvin55
Splunk Employee
Splunk Employee

While starting splunk 4.3 for the first time I received a Stale NFS File handle and Python errors. However, after another restart, the problems went away. Do I need to be concerned?

Tags (2)
1 Solution

sgarvin55
Splunk Employee
Splunk Employee

To fix this problem, the NFS file handles must be renegotiated.

The Python errors (Traceback) is because the NFS location was not available when it was trying to either read/write to that location.

When you restarted and no errors were reported indicates that you are fine. The NFS mnt point was re-established.

You can also try:

Try one of these on the client machine:

a) Unmount and remount the file system, may need to use the -O (overlay option) of mount.

From the man pages:
-O Overlay mount. Allow the file system to be
mounted over an existing mount point, making
the underlying file system inaccessible. If a
mount is attempted on a pre-existing mount point
without setting this flag, the mount will fail,
producing the error "device busy".

b) Kill or restart the process trying to use the nonexistent files.

c) Create another mount point and access the files from the new mount point.

d) Run: /etc/init.d/nfs.client stop; /etc/init.d/nfs.client start

e) Reboot the client having problems.

View solution in original post

sgarvin55
Splunk Employee
Splunk Employee

To fix this problem, the NFS file handles must be renegotiated.

The Python errors (Traceback) is because the NFS location was not available when it was trying to either read/write to that location.

When you restarted and no errors were reported indicates that you are fine. The NFS mnt point was re-established.

You can also try:

Try one of these on the client machine:

a) Unmount and remount the file system, may need to use the -O (overlay option) of mount.

From the man pages:
-O Overlay mount. Allow the file system to be
mounted over an existing mount point, making
the underlying file system inaccessible. If a
mount is attempted on a pre-existing mount point
without setting this flag, the mount will fail,
producing the error "device busy".

b) Kill or restart the process trying to use the nonexistent files.

c) Create another mount point and access the files from the new mount point.

d) Run: /etc/init.d/nfs.client stop; /etc/init.d/nfs.client start

e) Reboot the client having problems.

Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...