EasyManua.ls Logo

Nvidia DGX B200 - Connectivity between the Host and BMC; Redfish Examples; BMC Manager

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
System/Chassis power operations
Get health event log/advanced system event log
Logging Service, which provides critical/informational severity events
Event Services (SSE)
Querying GPU power limit
Power capping
Refer to the following documentation for more information:
DMTF Redsh specication
DSP0266 1.7.0 specication
Redsh Schema 2019.1 announcement from DMTF
9.2. Connectivity Between the Host and BMC
You can congure internal network connectivity between the host and the BMC rather than using
external network connectivity and routing trac outside the host.
To congure internal network connectivity, you must congure an interface on the 169.254.0.0∕
255.255.0.0 network. The interface can then send and receive Redsh API trac between the host
and the BMC. The BMC is precongured to use the 169.254.0.17 IP address.
Run an ifconfig command like the following example to congure connectivity:
sudo ifconfig enx9638a3b292ec 169.254.0.18 netmask 255.255.0.0
Replace the network interface name and IP address in the preceding example according to your needs.
After you congure the network interface, you can use commands such as curl and nvfwupd with
the 169.254.0.17 IP address to connect to the BMC and use the Redsh API.
The following example command shows the rmware versions:
nvfwupd -t ip=169.254.0.17 username=<bmc-user> password=<password> show_version
9.3. Redsh Examples
9.3.1. BMC Manager
Accounts
The following curl command changes the password for the admin user.
curl -k -u <bmc-user>:<password> --request PATCH 'https:∕∕<bmc-ip-address>∕
,redfish∕v1∕AccountService∕Accounts∕1' --header 'If-Match: *' --header 'Content-
,Type: application∕json' --data-raw '{"Enabled" : true, "Password" :
,"DGXuser12345678!" , "UserName" : "admin" , "RoleId" : "Administrator" , "Locked
," : false}'
64 Chapter 9. Redsh APIs Support

Table of Contents

Related product manuals