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
I just wanted to say thanks, this works great.
I found a couple of commands that should help with this issue and it would be nice to add them as an option.
I can also look at doing a PR this weekend sometime...
Dell Website
turn off default 3rd party PCIe cooling profile: ipmitool -I lanplus -H $IP -U $USER -P $PASS raw 0x30 0xce 0x00 0x16 0x05 0x00 0x00 0x00 0x05 0x00 0x01 0x00 0x00
ipmitool -I lanplus -H $IP -U $USER -P $PASS raw 0x30 0xce 0x00 0x16 0x05 0x00 0x00 0x00 0x05 0x00 0x01 0x00 0x00
turn on (revert to default) PCIe cooling: ipmitool -I lanplus -H $IP -U $USER -P $PASS raw 0x30 0xce 0x00 0x16 0x05 0x00 0x00 0x00 0x05 0x00 0x00 0x00 0x00
ipmitool -I lanplus -H $IP -U $USER -P $PASS raw 0x30 0xce 0x00 0x16 0x05 0x00 0x00 0x00 0x05 0x00 0x00 0x00 0x00
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I just wanted to say thanks, this works great.
I found a couple of commands that should help with this issue and it would be nice to add them as an option.
I can also look at doing a PR this weekend sometime...
Dell Website
turn off default 3rd party PCIe cooling profile:
ipmitool -I lanplus -H $IP -U $USER -P $PASS raw 0x30 0xce 0x00 0x16 0x05 0x00 0x00 0x00 0x05 0x00 0x01 0x00 0x00
turn on (revert to default) PCIe cooling:
ipmitool -I lanplus -H $IP -U $USER -P $PASS raw 0x30 0xce 0x00 0x16 0x05 0x00 0x00 0x00 0x05 0x00 0x00 0x00 0x00
The text was updated successfully, but these errors were encountered: