179
BMC Settings
system components and the semantics of services and components, and be easy to expand.
For servers that provide Redfish, the client can obtain the BMC information by sending HTTP
request and specify the operation for the BMC.
The client can access the Redfish service through the HTTP client. The following is the use
of curl in Linux to send the request to access redfish. The usual request operation is “GET”,
“PUT”, “POST”, “PATCH”, “DELETE” and so on. The sending and receiving data are all in json
format.
The username and password below must be BMC users with administrator privileges.
8.28.1 GET
The client gets the data of the specified URL via HTTP GET. The basic format is as follows:
curl -k -u username:password https://BMC_IP:8080/redfish/v1/Chassis/1
8.28.2 POST
The client sends data to the specified URL via HTTP POST, and the server is configured
according to the POST data. The basic format is as follows:
curl -k -u username:password https://BMC_IP:8080/redfish/v1/Systems/System1/
Actions/ComputerSystem.Reset -X POST -H ‘Content-Type: application/json’ -d
‘{“ResetType”:”ForceOff”}’
Note:
https://BMC_IP:8080/redfish/v1/Systems/System1/Actions/ComputerSystem.Reset
is the
requested URL.
-H
The parameter is the format of the requested data.
-d The parameter is the requested data.
8.28.3 DELETE
The client deletes the data of the specified URL via HTTP DELTE, and the server deletes
configurations according to the URL. The basic format is as follows:
curl -k -u username:password https://BMC_IP:8080/redfish/v1/SessionService/Sessions/1
-X DELETE
Содержание NF8260M5
Страница 1: ...Inspur Server User Manual NF8260M5 ...
Страница 35: ...29 Hardware Options Installation Figure 6 4 DIMM population guidelines Figure 6 5 ...
Страница 59: ...53 BIOS Setup Figure 7 33 Figure 7 34 ...
Страница 86: ...80 Figure 7 62 7 2 4 4 2 Memory Map Memory Map interface is used to set some modes of the memory Figure 7 63 ...
Страница 98: ...92 Figure 7 74 Figure 7 75 ...
Страница 125: ...119 BMC Settings Figure 8 4 Smash Help Ipconfig Figure 8 5 Ipconfig sensor Figure 8 6 Sensor fru Figure 8 7 Fru ...
Страница 126: ...120 chassis Figure 8 8 Chassis user Figure 8 9 User mc Figure 8 10 MC ...
Страница 127: ...121 BMC Settings fan Figure 8 11 Fan psu Figure 8 12 Psu id Figure 8 13 Id diagnose ...
Страница 178: ...172 Figure 8 58 SOL Setting in BIOS Figure 8 59 Default Serial Setting ...