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

Exit Print View

Updated: November 2016
 
 

Display Characteristics of One Oracle ILOM Target

  • Access the Oracle ILOM CLI and display just one target and all characteristics of that target.
    -> show target 
    

    where target is any target provided in Understanding Oracle ILOM Targets and Properties. For example, to display all characteristics of the /HOST target, type:

    -> show /HOST
     
     /HOST
     	Targets:
     		console
     
     	Properties:
     		boot_device = default
     
     	Commands:
     		cd
     		set
     		show
    ->
    

    In the output, there is a subtarget for /HOST, console. There is one property, boot_device, and its current value is default. The commands that can be exercised on this target are cd, set, and show.

Related Information