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

Exit Print View

Updated: November 2016
 
 

Display the Oracle ILOM Root User Properties (Oracle ILOM CLI)

The root user is configured like standard local user accounts. As with local user accounts, you can display the properties for the root user, such as its assigned role and privilege, and SSH keys.

  1. Display the root user's role.
    -> show /SP/users/root
     /SP/users/ilom-admin
     	Properties:
     		role = aucro
     		role = *****
    ->
    
  2. Display the SSH keys associated with the root user.
    -> show /SP/users/root/ssh/keys/X
    

    where X is a number from 1 to 5 indicating the SSH key.

    For example, so display the first SSH key associated with root, type:

    -> show /SP/users/root/ssh/keys/1 
     /SP/users/root/ssh/keys/1
     	Properties:
     		fingerprint = (none)
     		algorithm = (none)
     		embedded_comment = (none)
     		bit_length = (none)
     		load_uri = (Cannot show property)
     		clear_action = (Cannot show property)
    ->
    

Related Information