Cray-HPE / gru

A utility for reading and modifying BMCs (e.g. iLO, RMMC) using RedFish (gofish).
MIT License
6 stars 2 forks source link

`gru chassis boot <something> --now` does not work if the node is off #37

Open rustydb opened 10 months ago

rustydb commented 10 months ago
SUMMARY

If a node is off, the --now flag for boot does not work. The flag does work if a node is already on, the flag triggers a reset as expected.

ISSUE TYPE
STEPS TO REPRODUCE
  1. Power off a node
  2. Run gru chassis boot bios --now <node>
  3. Node remains off
EXPECTED RESULTS

Node should power up.

ACTUAL RESULTS

Node remains off.