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

Exit Print View

Updated: November 2016
 
 

Configure Host Serial Connection Properties (Oracle ILOM CLI)

The serial connection must be configured with properties that match at the switch end and host end of the connection. Use this task to set the serial connection properties, such as flow control and connection baud rate, for the host end of the connection. Configuring the serial connection requires you to commit the properties. To commit the pending properties, the serial console cannot be in use.

  1. Set the pending flow control.
    -> set /SP/serial/host/ pendingflowcontrol=software
    Set 'pendingflowcontrol' to 'software'
    ->
    
  2. Set the pending speed.
    -> set /SP/serial/host/ pendingspeed=115200
    Set 'pendingspeed' to '115200'
    ->
    
  3. Commit the pending properties.
    -> set /SP/serial/host/ commitpending=true
    Set 'commitpending' to 'true'
    ->
    

Related Information