Parameter
Value
Transmission rate
9600 bps
Data bits
8
Parity
None
Stop bits
1
Protocol
None
3.
Log into the OA with the "Administrator" user account and the OA default password located on the OA
toe tag.
For information on using the OA CLI, see the
HPE Integrity Superdome X and Superdome 2 Onboard
Administrator Command Line Interface User Guide
.
Modifying the serial connection baud rate
NOTE:
This information applies only to Integrity Superdome X systems.
If the serial baud rate must be adjusted from the OA to match the serial baud rate coming from the OS,
modify the OS serial console from the default 9600 baud using
HPONCFG
command from the OA CLI. Set
the baud rate (serial speed) by entering the
value
shown in the table below.
SET SCRIPT MODE ON
HPONCFG <bay#> << EOF
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="write">
<MOD_GLOBAL_SETTINGS>
<SERIAL_CLI_SPEED value="1"/>
</MOD_GLOBAL_SETTINGS>
</RIB_INFO>
</LOGIN>
</RIBCL>
EOF
SERIAL_CLI_SPEED
Value
9600
1
19200
2
38400
3
57600
4
115200
5
NOTE:
For Linux systems, a CLI speed of 115200 baud (
value=”5”
) is recommended.
Modifying the serial connection baud rate
111