What is idle timeout value for CIFS and NFS protocols
Applies to
- ONTAP 9
- CIFS\SMB
- NFS
Answer
- CIFS\SMB Protocol:
- As a result of the fix for Bug 1274307, ONTAP will force client sessions to idle out after the timeout period once all files are closed
- The default timeout value is 900 seconds
::*> vserver cifs options show -fields client-session-timeout
vserver client-session-timeout
------------- ----------------------
svm1_ontap912 900
svm2_ontap912 900
- Use the following command to modify
::*> vserver cifs options modify -vserver SVM -client-session-timeout <time(s)>
Node: Shortening the time-out value may cause the client side to frequently interrupt the session due to time-outs.
- NFS Protocol:
