BMC User Guide (Latest)
BMC User Guide (Latest Version)

Power Management

Users can control power management functionalities through the following methods:

  • Web UI

  • 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 with the following command:

Copy
Copied!
            

sudo apt install ipmitool

Option

Command

Power On SSH into the BMC:
Copy
Copied!
            

root@mgx-3809:~# ipmitool chassis power on

Or, from a remote Ubuntu host:
Copy
Copied!
            

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:
Copy
Copied!
            

root@mgx-3809:~# ipmitool chassis power off

Or, from a remote Ubuntu host:
Copy
Copied!
            

ipmitool -C 17 -I lanplus -U <BMC user> -P <BMC Password> -H 192.168.1.110 chassis power off

Reset SSH into the BMC:
Copy
Copied!
            

root@mgx-3809:~# ipmitool chassis power reset

Or, from a remote Ubuntu host:
Copy
Copied!
            

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:
Copy
Copied!
            

root@mgx-3809:~# ipmitool chassis power cycle

Or, from a remote Ubuntu host:
Copy
Copied!
            

ipmitool -C 17 -I lanplus -U <BMC user> -P <BMC Password> -H 192.168.1.110 chassis power cycle

Recovery SSH to BMC option:
Copy
Copied!
            

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:
Copy
Copied!
            

root@mgx-3809:~# ipmitool chassis power status

Or, from a remote Ubuntu host:
Copy
Copied!
            

ipmitool -C 17 -I lanplus -U <BMC user> -P <BMC Password> -H 192.168.1.110 chassis power status

Previous BMC Firmware Update
Next User Management
© Copyright 2024, NVIDIA. Last updated on Jan 19, 2024.