Power Management#
Use the following command-line instructions to manage power from your BMC. However, we recommend that you manage power by using the BMC web user interface.
Note
The BMC Web User Interface is only available for BMC firmware version 24.04-11-v3.2 or newer.
You can manage power by using the following methods:
In-band commands — SSH into the BMC console and use the
IPMITOOL
.Out-of-band commands — From a remote Ubuntu host, with
lanplus
.
Download the ipmitool by using the following command:
sudo apt install ipmitool
Commands for Power Management#
Option |
Command |
---|---|
Power On |
SSH into the BMC: root@mgx-3809:~# ipmitool chassis power on
Or, from a remote Ubuntu host: ipmitool -C 17 -I lanplus -U <BMC user> -P <BMC Password>
-H 192.168.1.110 chassis power on
|
Power Off |
SSH into the BMC: root@mgx-3809:~# ipmitool chassis power off
Or, from a remote Ubuntu host: ipmitool -C 17 -I lanplus -U <BMC user> -P <BMC Password>
-H 192.168.1.110 chassis power off
|
Reset |
SSH into the BMC: root@mgx-3809:~# ipmitool chassis power reset
Or, from a remote Ubuntu host: ipmitool -C 17 -I lanplus -U <BMC user> -P <BMC Password>
-H 192.168.1.110 chassis power reset
|
Power Cycle |
SSH into the BMC: root@mgx-3809:~# ipmitool chassis power cycle
Or, from a remote Ubuntu host: ipmitool -C 17 -I lanplus -U <BMC user> -P <BMC Password>
-H 192.168.1.110 chassis power cycle
|
Recovery |
SSH to BMC option: root@mgx:~# powerctrl recovery
Note: You can come out of recovery mode by resetting the NVIDIA IGX Orin. |
Get Power Status |
SSH into the BMC: root@mgx-3809:~# ipmitool chassis power status
Or, from a remote Ubuntu host: ipmitool -C 17 -I lanplus -U <BMC user> -P <BMC Password>
-H 192.168.1.110 chassis power status
|