Add full speed fan script

This commit is contained in:
Marko Korhonen 2020-02-19 20:33:15 +02:00
parent 704c8619a6
commit 907ac33c1e

10
home/Scripts/ipmi/full.sh Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
IPMIHOST=10.0.0.82
IPMIUSER=ReekyMarko
IPMIPW={{@@ env['PASS_IPMI'] @@}}
IPMIEK=0000000000000000000000000000000000000000
printf "speeeed!"
ipmitool -I lanplus -H $IPMIHOST -U $IPMIUSER -P $IPMIPW -y $IPMIEK raw 0x30 0x30 0x01 0x00
ipmitool -I lanplus -H $IPMIHOST -U $IPMIUSER -P $IPMIPW -y $IPMIEK raw 0x30 0x30 0x02 0xff 0x64