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

Exit Print View

Updated: November 2016
 
 

Display System Identification Properties (Oracle ILOM CLI)

The switch has identification properties for the overall system and its service processor to distinguish it from other Oracle switches in your deployment. Use this task to show either default, or custom, switch identification information.

  1. Display the SP properties.
    -> show -d properties /SP
     /SP
     	Properties:
     		check_physical_presence = true
            	current_hostname = techpubs
            	hostname = techpubs
            	reset_to_defaults = none
            	system_contact = (none)
            	system_description = unknown, ILOM v3.2.6.0, r108582
            	system_identifier = (none)
            	system_location = (none)
    
    ->
    
  2. Display the switch properties.
    -> show -d properties /System
     /System
     	Properties:
     		health = OK
     		health_details = -
     		open_problems_count = 0
     		type = Rack Mount
            	model = Unknown
            	qpart_id = Q12721
            	part_number = Unknown
            	serial_number = Unknown
            	system_identifier = (none)
            	system_fw_version = 3.2.6.0
            	host_primary_mac_address = Not Supported
            	ilom_address = 10.134.156.167
            	ilom_mac_address = 00:03:BA:7A:A1:97
            	locator_indicator = Off
            	power_state = On
            	actual_power_consumption = Unknown
            	action = (none)
    
    ->
    
  3. Display additional switch properties.
    -> show -d properties /SYS
     /SYS
     	Properties:
     		type = Host System
     		ipmi_name = SYS
     		product_name = unknown
     		product_part_number = unknown
     		product_serial_number = unknown
     		product_manufacturer = Oracle Corporation
     		fault_state = OK
     		clear_fault_action = (none)
     		power_state = On
    ->
    

Related Information