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

Exit Print View

Updated: November 2016
 
 

Display the Serial Connection Properties (Oracle ILOM CLI)

The switch supports connection to a management terminal through a serial connection.

The serial connection must have the same properties on the switch and host at the end of the connection. Use this task to display the serial connection properties, such as flow control and connection baud rate, for the switch's end of the connection.

  1. Display the properties for connection to external devices.
    -> show -d properties /SP/serial/external
     /SP/serial/external
     	Properties:
     		commitpending = (Cannot show property)
     		flowcontrol = software
     		pendingflowcontrol = software
     		pendingspeed = 115200
     		speed = 115200
    ->
    
  2. Display the switch's properties for serial connection.
    -> show -d properties /SP/serial/host
     /SP/serial/host
     	Properties:
     		commitpending = (Cannot show property)
     		flowcontrol = software
     		pendingflowcontrol = software
     		pendingspeed = 115200
     		speed = 115200
    ->
    
  3. Display which entity controls the serial connection.
    -> show -d properties /SP/serial/portsharing
     /SP/serial/portsharing
     	Properties:
     		owner = sp
    ->
    

Related Information