ONTAP Discussions

Disable system time out on CDOT 8.3

MOHAN1985
7,472 Views

"system timeout show" run on CDOT shows 30 minutes as setting, as a result the filer goes for a timeout once in 30 mins and the SSH session gets disconnected.

 

Also, the filer supports only one SSH connection at any point of time.

 

This happens on CDOT 8.3.

 

(A) Is there a way to disable the timeout?

(B) How to support multiple SSH?

 

on CDOT 8.3

 

Thanks,

Mohan

1 ACCEPTED SOLUTION

hariprak
7,445 Views

Hi,

 

The following example shows how to prevent CLI sessions from timing out:

 

cluster1: : > system timeout modify -timeout 0

 

Thanks

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

View solution in original post

3 REPLIES 3

hariprak
7,446 Views

Hi,

 

The following example shows how to prevent CLI sessions from timing out:

 

cluster1: : > system timeout modify -timeout 0

 

Thanks

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

MOHAN1985
7,431 Views

Is there a way to support multiple SSH seesions?

blairware
1,907 Views

system timeout modify -timeout 0 

Works on ONTAP Versions up to and including 9.7 

Public