![Inspur TS860M5 Скачать руководство пользователя страница 109](http://html.mh-extra.com/html/inspur/ts860m5/ts860m5_user-manual_2069427109.webp)
BMC Settings
103
●
Execute the command
socflash if=Imagefile
to update image1;
●
Execute the command
socflash if=Imagefile offset=0x2000000
to update image2.
9.14 Redfish
Redfish is a new management standard that uses the hypermedia RESTful interface to
express data. It is oriented to the model, can express the relationship between modern
system components and the semantics of services and components, easy to expand. For
servers that can provide Redfish, the customer can obtain the BMC information by sending
an 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 that can operate on redfish. The usual request operations
have “GET”, “PUT”, “POST”, “PATCH” and “DELETE”, and the data sent and returned both are
in json format.
The username and password below refer to those of BMC users with administrator
privileges.
9.14.1 GET Basic Format
The client can get the data under the specified URL via HTTP GET. The basic format of access
is as follows:
curl -k -u username:password https://BMC_IP:8080/redfish/v1/Chassis/1
9.14.2 POST Basic Format
The client can send data to the specified URL via HTTP POST, so that the server can configure
accordingly. The basic format of POST access 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”}’
Notes:
https://BMC_IP:8080/redfish/v1/Systems/System1/Actions/ComputerSystem.Reset
is the
requested URL.
The parameters behind –H is the format of the requested data.
The parameters behind –d is the requested data.
Содержание TS860M5
Страница 1: ...Inspur Server User Manual TS860M5 ...
Страница 40: ...34 CAUTION Please route the cables according to the purchased machine configuration ...
Страница 90: ...84 ...
Страница 94: ...88 9 7 BMC Settings Select BMC Settings on the navigation tree to open the BMC Settings interface It contains ...
Страница 96: ...90 ...
Страница 97: ...BMC Settings 91 ...
Страница 99: ...BMC Settings 93 ...
Страница 102: ...96 Restore factory defaults To restore BMC s configuration to factory state ...
Страница 103: ...BMC Settings 97 ...
Страница 104: ...98 ...