Redfish Examples; Bmc Manager - Nvidia DGX H100 User Manual

Hide thumbs Also See for DGX H100:
Table of Contents

Advertisement

NVIDIA DGX H100 User Guide
System/Chassis power operations
Get health event log/advanced system event log
Logging Service, which provides critical/informational severity events
Event Services (SSE)
Refer to the following documentation for more information:
▶ DMTF Redfish specification
▶ DSP0266 1.7.0 specification
▶ Redfish Schema 2019.1

8.2. Redfish Examples

8.2.1. BMC Manager

Accounts
The following curl command changes the password for the admin user.
curl -k -u <bmc-user>:<password> --request PATCH
∕redfish∕v1∕AccountService∕Accounts∕1'
'Content-Type: application∕json'
"Password" : "DGXuser12345678!" , "UserName" : "admin" , "RoleId" :
"Administrator" , "Locked" : false}'
Reset BMC
The following curl command forces a reset of the DGX H100 BMC.
curl -k -u <bmc-user>:<password> --request POST --location
ip-address>∕redfish∕v1∕Managers∕BMC∕Actions∕Manager.Reset'
'Content-Type: application∕json'
'
Reset BMC to factory defaults
The following curl command resets the BMC to factory defaults.
curl -k -u <bmc-user>:<password>
ip-address>∕redfish∕v1∕Managers∕BMC∕Actions∕Manager.ResetToDefaults'
header
'Content-Type: application∕json'
"}'
56
announcement from DMTF
--data-raw
--request POST --location
'https:∕∕<bmc-ip-address>
--header
'If-Match: *'
'{"Enabled" : true,
--data
'{"ResetType":
--data
'{"ResetType":"ResetAll
Chapter 8. Redfish APIs Support
--header
'https:∕∕<bmc-
--header
"ForceRestart"}
'https:∕∕<bmc-
--

Advertisement

Table of Contents
loading

Table of Contents