Use the set command to change properties and values for serial port settings. Port settings have two sets of properties: pending and active. The active settings are the settings currently in use by the ILOM. These settings are read-only. If you want to change settings, enter the updated settings as the pending settings, then set the commitpending property to true. This prevents accidental disconnections for both port and network settings.
Log in to the ILOM CLI as an Administrator or Operator.
At the command prompt type:
-> set target [propertyname=value]
The following targets, properties, and values are valid for ILOM serial ports.
To change the speed (baud rate) for the host serial port from 9600 to 57600, type:
-> set /SP/serial/host pendingspeed=57600 commitpending=true