NVIDIA DGX B200 User Guide
▶ Chassis Graceful Restart (IPMI chassis soft o, IPMI chassis power on)
curl -k -u <bmc-user>:<password> --request POST --location 'https:∕∕<bmc-ip-
,→address>∕redfish∕v1∕Systems∕DGX∕Actions∕ComputerSystem.Reset' --header 'Content-
,→Type: application∕json' --data '{"ResetType": "GracefulRestart"}'
▶ Chassis O (IPMI chassis power o)
curl -k -u <bmc-user>:<password> --request POST --location 'https:∕∕<bmc-ip-
,→address>∕redfish∕v1∕Systems∕DGX∕Actions∕ComputerSystem.Reset' --header 'Content-
,→Type: application∕json' --data '{"ResetType": "ForceOff"}'
▶ Chassis O Gracefully (IPMI chassis soft o)
curl -k -u <bmc-user>:<password> --request POST --location 'https:∕∕<bmc-ip-
,→address>∕redfish∕v1∕Systems∕DGX∕Actions∕ComputerSystem.Reset' --header 'Content-
,→Type: application∕json' --data '{"ResetType": "GracefulShutdown"}'
▶ Chassis Power Cycle (IPMI chassis power o, IPMI chassis power on)
curl -k -u <bmc-user>:<password> --request POST --location 'https:∕∕<bmc-ip-
,→address>∕redfish∕v1∕Systems∕DGX∕Actions∕ComputerSystem.Reset' --header 'Content-
,→Type: application∕json' --data '{"ResetType": "PowerCycle"}'
® Note
The ForceRestart, GracefulRestart, and GracefulShutdown reset actions on HMC are not
supported for security reasons.
9.3.7. SEL Logs
To view all the SEL entries using Redsh:
curl -k -u <bmc-user>:<password> --location --request GET 'https:∕∕<bmc-ip-address>∕
,→redfish∕v1∕Managers∕BMC∕LogServices∕SEL∕Entries'
The endpoint returns 75 members at a time. To page through the results, use the URI in the
Members@odata.nextLink
eld. For example,
∕redfish∕v1∕Managers∕BMC∕LogServices∕SEL∕
Entries?$skip=75.
9.3.8. Virtual Image
1. Make sure Virtual Media is enabled:
curl -k -u <bmc-user>:<password> --request POST --location 'https:∕∕<bmc-ip-
,→address>∕redfish∕v1∕Managers∕BMC∕Actions∕Oem∕AMIVirtualMedia.EnableRMedia' --
,→data-raw '{"RMediaState": "Enable"}'
2. Mount the media:
72 Chapter 9. Redsh APIs Support