在响应入站请求之前,NSX Advanced Load Balancer 服务引擎使用后端服务器的超时值。

以下是超时值:

  • upstream_connect_timeout - NSX Advanced Load Balancer 服务上的后端服务器的空闲等待超时。

  • Engine.upstream_send_timeout - 后端连接变为可写的超时。

  • upstream_read_timeout - 从后端服务器接收的数据的超时。

上述超时选项的默认值为 3600000 毫秒(1 小时)。根据要求,可以通过 NSX Advanced Load Balancer Shell 提示符使用 configure serviceengineproperties 命令更改这些超时值,如下所示。

 #shell
 Login: admin
 Password: 
[admin-cntrl1]: > configure serviceengineproperties
[admin-cntrl1]: > seproperties> se_runtime_properties
[admin-cntrl1]: > seproperties:se_runtime_properties> upstream_connect_timeout <value> 
[admin-cntrl1]: > seproperties:se_runtime_properties> upstream_send_timeout <value>

更改这些超时值将会影响 NSX Advanced Load Balancer SE 上的所有虚拟服务。