From 907ac33c1e4038a0c8717cef84f46ba5bfdf794e Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Wed, 19 Feb 2020 20:33:15 +0200 Subject: [PATCH] Add full speed fan script --- home/Scripts/ipmi/full.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 home/Scripts/ipmi/full.sh diff --git a/home/Scripts/ipmi/full.sh b/home/Scripts/ipmi/full.sh new file mode 100755 index 0000000..8218be9 --- /dev/null +++ b/home/Scripts/ipmi/full.sh @@ -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