NVIDIA BlueField BMC Software

Reset or Reboot BMC

Rebooting BMC Redfish Command

curl -k -u root:'<password>' -H "Content-Type: application/json" -X POST -d '{"ResetType": "GracefulRestart"}' https://<bmc_ip>/redfish/v1/Managers/Bluefield_BMC/Actions/Manager.Reset


The ResetType can be following actions:

    1. GracefulRestart – stop running services before reboot BMC;

    2. ForceRestart – reboot BMC without stop running services(serval times force restart will lead to ERoT stuck, need do power cycle to recover);

    3. GracefulShutdown – shutdown BMC (A following system power event should be issued, otherwise the BMC will boot up).

Rebooting BMC IPMI Command

ipmitool mc re cold

Last updated: