This command configures and displays the settings for the advanced management-module serial port.
Function | What it does | Command | Valid targets |
---|---|---|---|
Display management-module serial port configuration | Displays the current configuration of the management-module
serial port. Possible return values are:
|
portcfg -com1 |
where x is the primary management-module bay number. |
Set management-module serial port baud rate | Checks syntax and sets the baud (communications) rate of the management-module serial port. |
portcfg -com1 -b
baud_rate
where baud_rate is 2400, 4800, 9600, 19200, 38400, or 57600. This command
can only be run by users who have one or more of the following command
authorities:
|
where x is the primary management-module bay number. |
Set management-module serial port parity | Checks syntax and sets the parity of the management-module serial port. |
portcfg -com1 -p
parity
where parity is
This command can only be run by users who
have one or more of the following command authorities:
|
where x is the primary management-module bay number. |
Set management-module serial port stop bits | Checks syntax and sets the number of stop bits for the management-module serial port. |
portcfg -com1 -s
stop_bits
where stop_bits is 1 or 2. This command can only be run by users who have one or more
of the following command authorities:
|
where x is the primary management-module bay number. |
Example:
portcfg -com1
portcfg -com1 -b 9600
The following example shows the information that is returned from these two commands:
system:mm[1]> portcfg -com1
-b 2400
-p none
-s 1
system:mm[1]> portcfg -com1 -b 9600
These configuration changes will become active after the next reset of the MM.
system:mm[1]>