change cifs keep_alive_switch
Function
Parameters
Parameter |
Description |
Value |
---|---|---|
status=? | Status of the switch. | The value is in the format of "enable" or "disable", where the "enable" is switch on and "disable" is switch off. |
controller=? | Indicates the controller ID. | The value is in the format of "XA" or "XB" or "XC" or "XD", where the "X" is an integer ranging from 0 to 3, for example: "0A", "1C". |
Example
Modify the inactive TCP connection detection function of CIFS.
developer:/>change cifs keep_alive_switch status=enable controller=0A Command executed successfully. developer:/>change cifs keep_alive_switch status=disable controller=0A WARNING: You are about to disable the inactive TCP connection detection function of CIFS. This operation will cause the CIFS service to fail to check the network exceptions and the abnormal network connection cannot be released. Suggestion: Disable the function with caution. Have you read warning message carefully?(y/n)y Are you sure you really want to perform the operation?(y/n)y Command executed successfully.