Skip to content

Commit

Permalink
Control device boot source and order
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Jul 11, 2023
1 parent 02d368b commit eaa2c51
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions LIFECYCLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ $ curl -s -k -u <bmc-user>:<password> -X POST -H "Content-Type: application/json
# see http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/ResetType
```

## Control device boot source and order

example if we using redfish:

```bash
$ curl -s -k -u <bmc-user>:<password> -X PATCH -H "Content-Type: application/json" -d '{"Boot": {"BootSourceOverrideTarget":"Pxe"} }' https://<bmc-ip-address>/redfish/v1/Systems/<ID>

# see http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/BootSource
```

## Update device

* firmware update
Expand Down

0 comments on commit eaa2c51

Please sign in to comment.