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

Exit Print View

Updated: November 2016
 
 

Display All Oracle ILOM Targets With a Specific Property

  • Access the Oracle ILOM CLI and display a table of all targets having a specific property.
    -> show target_root -t property
    

    where:


    Note -  This use of the show command performs a filtering operation, and takes longer than simpler show command uses.

    For example, to display a table of all targets that have a clear_fault_action property (manual reset) under the target root of /SYS, type:

    -> show /SYS -t clear_fault_action
    Target             | Property              | Value 
    -------------------+-----------------------+---------------------
    /SYS               | clear_fault_action    | (none)
    /SYS/FM0           | clear_fault_action    | (none)
    /SYS/FM0/FAN0      | clear_fault_action    | (none)
    /SYS/FM0/FAN1      | clear_fault_action    | (none)
    /SYS/FM1           | clear_fault_action    | (none)
    ...
    /SYS/FM3/FAN1      | clear_fault_action    | (none)
    /SYS/MB            | clear_fault_action    | (none)
    /SYS/PS0           | clear_fault_action    | (none)
    /SYS/PS1           | clear_fault_action    | (none)
    /SYS/SP            | clear_fault_action    | (none)
    ->
    

Related Information