Go to main content

Oracle® ILOM Administrator's Guide for Configuration and Maintenance Firmware Release 3.2.x

Exit Print View

Updated: November 2019
 
 

Manage User Authenticated Sessions per Managed Device

Using the Oracle ILOM CLI or web interface, system administrators can identify a list of users currently logged in to Oracle ILOM, as well as the type of session they initiated (web, console, or shell). System administrators can also use the CLI or web interface to terminate an active user session in Oracle ILOM. Terminating a user session might be necessary, for example, if a user forgets to exit their session before leaving for vacation.


Note - Deleting a user account will not automatically terminate any active user sessions remaining in Oracle ILOM for that user.

To view an active list of users sessions or to terminate an active user session, see the following table.

User Interface Configurable Target:
  • CLI: /SP|CMM/sessions/

  • Web: ILOM Administration > User Management > Active Sessions

  • User Role: Admin (a) role is required to terminate a user session.

Property
Description
Active Sessions
(/sessions)
To view a list of users currently logged in to Oracle ILOM from the web interface, click User Management >Active Sessions.
Show Active Sessions - CLI Syntax
  • From a single-server SP or a CMM, type:

    show /SP|CMM/sessions

  • From a multi-domain server SP, type:

    show /Servers/PDomains/PDomain_n/SP/sessions

Possible property values shown for /session type= shell | console | web | snmp |video redirection | serialredirection
  • Shell - Active CLI session for either an SSH session or IPMI session.

  • Console - Active console session through serial console port.

  • Web - Active web browser session.

  • SNMP - Active SNMP session.

  • Video Redirection - Active host KVM redirection or active Oracle ILOM Remote System Console Plus video redirection.

  • Serial Redirection - Active host serial redirection or active Oracle ILOM Remote System Console Plus serial redirection.

Possible property values shown for /session mode= normal | service | escalation
Active Session >Terminate
(/sessions)
To delete an active user session from the web interface, click User Management > Sessions, then select a user session from the table and click Terminate.
A confirmation message appears, click OK to continue or Cancel to cancel the action.
Delete Active Session - CLI Syntax
  • From a single-server SP or a CMM, type:

    delete /SP|CMM/sessions/n

    A confirmation message appears, type Y to continue or N to cancel the action.

  • From a multi-server SP or a CMM, type:

    delete /Servers/PDomains/PDomain_n/SP/sessions/n

    A confirmation message appears, type Y to continue or N to cancel the action.