Go to main content
Oracle® Fabric Interconnect F2-12 Service Manual

Exit Print View

Updated: November 2016
 
 

Display User Session Information

  1. Access the Oracle ILOM CLI.

    See Accessing the SP.

  2. Display the user session numbers.
    -> show -d targets /SP/sessions
     /SP/sessions
     	Targets:
     		4 (current)
    ->

    In this example, there is only one user session, number 4.

  3. Display information about a particular session.
    -> show -d properties /SP/sessions/x

    where x is the session number. For example:

    -> show -d properties /SP/sessions/4
     /SP/sessions/4
     	Properties:
     		username = root
     		role = aucro
     		starttime = Wed Sep 16 20:15:36 2015
     		type = shell
     		mode = normal
    ->

Related Information