Western Digital Ultrastar Serv60+8 User Manual page 335

Hide thumbs Also See for Ultrastar Serv60+8:
Table of Contents

Advertisement

User Guide
Step 1 : Open a web browser, go to:
package for the Ultrastar Serv60+8.
Step 2 : Extract the downloaded zip file and place file in a location that is accessible to the Ultrastar
Serv60+8.
Step 3 : Make a POST call to the UpdateService object using the
a. In the body of the POST, list the
parameter to the file location of the bin file.
Step 4 : To check the status of this process, make a GET request to the following target:
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:
Step 5 : To activate the firmware, send a POST request:
https:/
POST /redfish/v1/UpdateService/Actions/UpdateService.SimpleUpdate
HTTP/1.1
Content-Type: application/json;charset=utf-8
Content-Length: <computed length>
OData-Version: 4.0
Authorization: Basic userid:password
Note: TFTP and HTTPS are supported.
Linux Example:
{"ImageURI": "tftp://<tftp IP address>/"}
Windows Example:
{\"ImageURI\":\"https://<https IP address>/\"}
Note: This command may need to be issued multiple times until it reports a
completed status. This should be done before completing the remainder of the
procedure.
{
"ErrorCode":0,
"StatusCode":2,
"Description":"FW update completed. Waiting for activation.",
"EstimatedRemainingMinutes":0
}
• For an automatic activation, send the POST request to the UpdateService object
using the
SimpleUpdate
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:
5.1 Storage Subsystem Firmware Upgrade
/portal.wdc.com/Support/s/, and download the firmware
SimpleUpdate
as the data parameter, and set the value of this
ImageURI
command, and list the
ImageURI
5. System Management
action.
as the data parameter:
326

Advertisement

Table of Contents
loading

Table of Contents