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:
-
-
GracefulRestart – stop running services before reboot BMC;
-
ForceRestart – reboot BMC without stop running services(serval times force restart will lead to ERoT stuck, need do power cycle to recover);
-
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: