Serial Redirect Mode

Serial redirect mode enables the BMC to tunnel the Arm console to the external BMC console.

serial-redirect-mode-version-1-modificationdate-1707428481617-api-v2.png

To enable/disable serial redirect mode:

  1. Run the enable/disable serial redirect mode command from the NVIDIA® BlueField® Arm or BMC OS.

  2. Run the fetch serial redirect mode command to verify the serial redirect mode's status.

  3. Reboot BMC.

Enabling serial redirect mode automatically sets the following on the BMC:

  1. Disables vendor field mode if enabled.

  2. Enables auto login (only on the serial port) for the root user. Root user can also log in using SSH through the OOB port.

  3. Enables tunneling on BMC through UART by default.

  4. DPU BMC validates that BlueField is in controller mode (refer to the self-hosted SKUs), and if so, it resets (SOC_HARD_RESET) the DPU.

Disabling serial redirect mode automatically sets the following on the BMC:

  1. Disables auto login (only on serial port) for the root user.

  2. Disables tunneling on BMC through UART by default.

The following table lists the supported commands:

Operation

Command

Enable serial redirect mode settings to be run from the Arm or BMC OS

Copy
Copied!
            

ipmitool raw 0x32 0x6D 0x01

Disable serial redirect mode settings from being run on the Arm or BMC OS

Copy
Copied!
            

ipmitool raw 0x32 0x6D 0x00

Fetch serial redirect mode settings

Copy
Copied!
            

ipmitool raw 0x32 0x6E

Start tunneling on BMC through UART

Run the following command on the host where BMC is connected:

Copy
Copied!
            

/usr/bin/nvidia-field-mode-modifier starttunnel

Stop tunneling on BMC through UART

Run the following command on the host where BMC is connected:

Copy
Copied!
            

echo -e "\r~." > /dev/ttyUSBX

Where /dev/ttyUSBX is the UART port number to which the BMC is connected.

© Copyright 2023, NVIDIA. Last updated on Mar 18, 2024.