
User Guide
5. System Management
5.2 Configuring OOBM Network Settings
curl -G -k -u admin:admin -H "Content-type: application/json" https://<IP
address>/redfish/v1/UpdateService/Actions/UpdateService.SimpleUpdate/
Status
a.
Execute the command until you see the following result:
{
"ErrorCode":0,
"StatusCode":2,
"Description":"FW update completed. Waiting for activation.",
"EstimatedRemainingMinutes":0
}
Step 5 :
To activate the firmware, send a POST request:
•
For an
automatic
activation, send the POST request to the UpdateService object
using the
SimpleUpdate
command, and list the
ImageURI
as the data parameter:
curl -X POST -k -u admin:admin -H "Content-type: application/
json" https://<OOBM IP address>/redfish/v1/UpdateService/Actions/
UpdateService.SimpleUpdate -d
Linux Example:
{"ImageURI" : "tftp://<tftp IP address>/HGST_Ultrastar-DATA60-
DATA102-Server60-8_SEP_bundle_2042-001_2.4.4.tar.gz"}
Windows Example:
{\"ImageURI\":\"https://<https IP address>/HGST_Ultrastar-DATA60-
DATA102-Server60-8_SEP_bundle_2042-001_2.4.4.tar.gz\"}
•
For a
non-automatic
activation, send the POST request to the UpdateService
object using the
FWActivate
command:
Note:
This command will perform a rolling reset of the IOMs.
curl -X POST -k -u admin:admin -H "Content-type: application/
json" https://<IP address>/redfish/v1/UpdateService/Actions/
UpdateService.FWActivate
•
To manually reset the individual IOMs, send sequential POST requests to the
Chassis object using the
Reset
command:
curl -X POST -k -u admin:admin -H "Content-type: application/json"
https://<OOBM IOMA-IP Address>/redfish/v1/Chassis/IOModuleAFRU/
Actions/Chassis.Reset
curl -X POST -k -u admin:admin -H "Content-type: application/json"
https://<OOBM IOMB-IP Address>/redfish/v1/Chassis/IOModuleBFRU/
Actions/Chassis.Reset
5.2
Configuring OOBM Network Settings
179