Previous Topic: Configure the Debug Log Retention SettingsNext Topic: Change the SSH Port Number of the Backup Server


Configure the UI Timeout Duration

You can configure the webserver configuration file so that you are logged out of the UI when the UI is inactive. After you configure the file, if you do not perform any activity on the UI for the specified duration, you are logged out automatically. You can log in again and resume your activity.

Follow these steps:

  1. Log into the Backup Server as a root user.
  2. Open the server.cfg file from the following location:
    /opt/CA/d2dserver/configfiles/server.cfg
    

    Note: If the server.cfg file is not present, create the file.

  3. Add the following line in the server.cfg file:
    ui_timeout=<value>
    

    The value must be in minutes. The maximum limit for the UI timeout value is 60.

    Example:

    ui_timeout=40
    

    The example indicates that if the Backup Server does not detect any activity on the UI for 40 minutes, it logs out the user.

  4. Refresh the web browser to implement the changes.

The duration for the UI timeout is configured.