NVIDIA DGX B200 User Guide
5.3. Conguring the Local Terminal
There are two ways to access the BIOS setup screen:
▶ A direct-attached keyboard and monitor
▶ Serial-over-LAN (SOL) using SSH or IPMItool
To use the SOL connection, you might need to congure your terminal application.
5.3.1. Linux
1. Set the locale and language for your terminal:
sudo localectl set-locale LANG=en_US.UTF-8
2. Set the locale for the current session:
export LANG=en_UTF-8
3. Type xterm to launch the terminal with the set locale.
5.3.2. Windows and MacOS
▶ Congure your terminal application for en_US.UTF-8 support.
5.4. Power on or Reboot the System
1. Reboot the system using one of the following methods:
▶ Connect to the BMC web interface and click power on/reboot.
▶ From an operating system command line, run sudo reboot.
2. Connect to the DGX B200 SOL console:
▶ Using SSH
1. Create a new user using the BMC Web UI, for example, userA.
2. Enable the solssh service on the Services page of the Web UI.
3. Restart the SSH service and log in as the new user created in step A.
For example,
ssh userA@10.33.128.52
▶ Using IPMItool
ipmitool -I lanplus -H <ip-address> -U admin -P dgxluna.admin sol activate
36 Chapter 5. SBIOS Settings