Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Display the Oracle ILOM Sessions (Oracle ILOM CLI)

Oracle ILOM sessions can be through either the Oracle ILOM web or Oracle ILOM CLI. Regardless of the session type, you can use this task to display the Oracle ILOM sessions active on the SP.

  1. Display all active Oracle ILOM sessions.
    -> show /SP/sessions
    

    For example, type:

    -> show /SP/sessions
     /SP/sessions
     	Targets:
     		133 (current)
    ->
    
  2. Display the properties for a specific session.

    For example, to display properties for session 133, type:

    -> show -d properties /SP/sessions/133
     /SP/sessions
     	Properties:
     		username = root
     		role = aucro
     		starttime = Wed Dec 12 03:48:06 2012
     		type = shell
     		mode = normal
    ->
    

    Note -  The type property indicates whether the user is using the CLI (shell) or web (web) interface.

Related Information