a. Open the storage REST API UI on the management node:
https://[management node IP]/storage/1/
b. Click Authorize and complete the following:
i. Enter the cluster user name and password.
ii.
Enter the client ID as mnode-client.
iii. Click Authorize to begin a session.
iv. Close the window.
c. Click POST /upgrades.
d. Click Try it out.
e. Enter the upgrade package ID in the parameter field.
f. Enter the storage cluster ID in the parameter field.
g. Click Execute to initiate the upgrade.
The response should indicate state as initializing:
{
Ê "_links": {
Ê "collection": "https://localhost:442/storage/upgrades",
Ê "self": "https://localhost:442/storage/upgrades/3fa85f64-1111-
4562-b3fc-2c963f66abc1",
Ê "log": https://localhost:442/storage/upgrades/3fa85f64-1111-4562-
b3fc-2c963f66abc1/log
Ê },
Ê "storageId": "114f14a4-1a1a-11e9-9088-6c0b84e200b4",
Ê "upgradeId": "334f14a4-1a1a-11e9-1055-6c0b84e2001b4",
Ê "packageId": "774f14a4-1a1a-11e9-8888-6c0b84e200b4",
Ê "config": {},
Ê "state": "initializing",
Ê "status": {
Ê "availableActions": [
Ê "string"
Ê ],
Ê "message": "string",
Ê "nodeDetails": [
Ê {
Ê "message": "string",
Ê "step": "NodePreStart",
Ê "nodeID": 0,
Ê "numAttempt": 0
Ê }
Ê ],