Go to main content

Oracle® SuperCluster M8 and SuperCluster M7 Security Guide

Exit Print View

Updated: June 2020
 
 

Configure Administrative Browser Interface Inactivity Timeout

Oracle ILOM supports the ability to disconnect and log out administrative sessions that have been inactive for more than a pre-defined number of minutes. By default, the browser interface session times out after 15 minutes.

The session timeout parameters associated with the HTTPS and HTTP services are set and managed independently. Be sure to set the sessiontimeout parameter associated with each service.

  1. On the management network, log in to Oracle ILOM.

    See Log in to the Oracle ILOM CLI.

  2. Check the inactivity timeout parameter associated with the HTTPS service.
    -> show /SP/services/https sessiontimeout
    /SP/services/https
    Properties:
    sessiontimeout = 15
    
  3. Set the inactivity timeout parameter.

    Replace n with a value specified in minutes.

    -> set /SP/services/https sessiontimeout=n
    
  4. Check the inactivity timeout parameter associated with the HTTP service.
    -> show /SP/services/http sessiontimeout
    /SP/services/http
    Properties:
    sessiontimeout = 15
    
  5. Set the inactivity timeout parameter.

    Replace n with a value specified in minutes.

    -> set /SP/services/http sessiontimeout=n
    
  6. Verify the setting by repeating Step 2 and Step 4.