EasyManua.ls Logo

Nvidia DGX B200 - Telemetry; Chassis

Nvidia DGX B200
116 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
NVIDIA DGX B200 User Guide
(continued from previous page)
"Boot0010"
]
Upon reboot, the system should attempt to boot from the network using the correct network
interface:
This boot order change will remain until the next boot order update, which can be done by resetting
the SBIOS or running this procedure again.
9.3.5. Telemetry
GPU tray sensors
curl -k -u <bmc-user>:<password> --location --request GET 'https:∕∕<bmc-ip-
,address>∕redfish∕v1∕TelemetryService∕MetricReportDefinitions∕HGX_
,
PlatformEnvironmentMetrics_0'
DGX platform sensors
curl -k -u <bmc-user>:<password> --location --request GET 'https:∕∕<bmc-ip-
,address>∕redfish∕v1∕Chassis∕DGX∕Sensors'
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∕Chassis∕DGX∕Sensors?
$skip=75.
9.3.6. Chassis
Chassis Restart (IPMI chassis power cycle)
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": "ForceRestart"}'
Chassis Start (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": "On"}'
9.3. Redsh Examples 71

Table of Contents

Related product manuals