We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an analog to ipmitool's mc reset, and invoke the reset functions in GoFish for:
ipmitool
mc reset
curl -X POST -k -u ${username}:${IPMI_PASSWORD} -H 'Content-Type: application/json' -d '{"ResetType":"ForceRestart"}' https://$BMC/redfish/v1/Managers/Self/Actions/Manager.Reset
New subcommand: gru chassis mc
gru chassis mc
Parameters:
warm
cold
-f|--force
If a method is not supported by the target BMC(s), return an error for that target.
This issue was migrated from MTL-2357.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SUMMARY
Add an analog to
ipmitool
'smc reset
, and invoke the reset functions in GoFish for:curl -X POST -k -u ${username}:${IPMI_PASSWORD} -H 'Content-Type: application/json' -d '{"ResetType":"ForceRestart"}' https://$BMC/redfish/v1/Managers/Self/Actions/Manager.Reset
)ISSUE TYPE
Spec.
New subcommand:
gru chassis mc
Parameters:
warm
: warm reset the BMCcold
: cold reset the BMC-f|--force
: force reset the BMCIf a method is not supported by the target BMC(s), return an error for that target.
ADDITIONAL INFORMATION
This issue was migrated from MTL-2357.
The text was updated successfully, but these errors were encountered: