VMware vCenter Server modify the session timeout period

Log in to the vCenter Server Appliance using SSH

Execute shell commands

Modify the following configuration files:

    vi /etc/vmware/vsphere-ui/webclient.properties

Modify the following content:

    session.timeout = *value (default 120, unit minute, for example, modify to 10080, 7 days)

Take effect after restarting the service

    service-control --stop vsphere-ui

    service-control --start vsphere-ui

No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...