portcfg command
Use this command to configure the IMM2 for the serial redirection feature.
The IMM2 must be configured to match the server internal serial port settings. To change the serial port configuration, type the options, followed by the values. To change the serial port configuration, you must have at least Adapter Networking and Security Configuration authority.
Note
The server external serial port can only be used by the IMM2 for IPMI functionality. The CLI is not supported through the serial port. The serred and cliauth options that were present in the Remote Supervisor Adapter II CLI are not supported.
Running the portcfg command with no options displays serial port configuration. The following table shows the arguments for the options.
Note
The number of data bits (8) is set in the hardware and cannot be changed.
Option | Description | Values |
---|---|---|
-b | Baud rate | 9600, 19200, 38400, 57600, 115200 |
-p | Parity | none, odd, even |
-s | Stop bits | 1, 2 |
-climode | CLI mode | 0, 1, 2 Where:
|
Syntax:
portcfg [<em className="ph i">options</em>]
options:
-b <em className="ph i">baud_rate</em>
-p <em className="ph i">parity</em>
-s <em className="ph i">stopbits</em>
-climode <em className="ph i">mode</em>
Example:
system> portcfg
-b: 57600
-climode: 2 (CLI with user defined keystroke sequence)
-p: even
-s: 1
system> portcfg -b 38400
ok
system>
Give feedback