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

Exit Print View

Updated: November 2016
 
 

Configure the System Identification Properties (Oracle ILOM CLI)

The switch has identification properties for the overall system and the SP. By setting the system identification properties, you can differentiate the switch from any other switch in your deployment. In deployments of multiple switches, you might want to change the system identification properties so that each switch is unique.

  1. Set the host name property.
    -> set /SP hostname=string
    

    For example, type:

    -> set /SP hostname=us-gw-1
    Set 'hostname' to 'us-gw-1'
    ->
    
  2. Set the system contact property.
    -> set /SP system_contact=string
    

    For example, type:

    -> set /SP system_contact='sysadmin'
    Set 'system_contact' to 'sysadmin'
    ->
    
  3. (Optional) Set the system description.
    -> set /SP system_description=string
    

    For example, type:

    -> set /SP system_description='customer_training_dept'
    Set 'system_identifier' to 'customer_training_dept'
    ->
    
  4. Set the system identifier property.
    -> set /SP system_identifier=string
    

    For example, type:

    -> set /SP system_identifier='data center'
    Set 'system_identifier' to 'data center'
    ->
    
  5. Set the system location property.
    -> set /SP system_location=string
    

    For example, type:

    -> set /SP system_location='3rd floor'
    Set 'system_location' to '3rd floor'
    ->
    

Related Information