VMware vCenter Server 7.0、vSphere Client 7.0 修改会话超时时间(session timeout period)

vCenter Server 7.0

(仅有 vCenter Server Appliance 和 H5 vSphere Clien)

  • 使用 SSH 登录 vCenter Server Appliance

  • 执行 shell 命令

  • 修改如下配置文件:

vi /etc/vmware/vsphere-ui/webclient.properties
  • 修改如下内容:
session.timeout = *value (默认120,单位分钟,例如修改为10080,7天)
  • 重启服务后生效
service-control --stop vsphere-ui
service-control --start vsphere-ui

参考:Increasing the VMware vSphere Web Client session timeout period (2040626)

猜你喜欢

转载自blog.csdn.net/netgc/article/details/106144120