2020-02-14 01:11:23 +02:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2020-02-17 13:22:21 +02:00
|
|
|
IPMIHOST=10.0.0.82
|
2020-02-14 01:11:23 +02:00
|
|
|
IPMIUSER=ReekyMarko
|
|
|
|
IPMIPW={{@@ env['PASS_IPMI'] @@}}
|
|
|
|
IPMIEK=0000000000000000000000000000000000000000
|
|
|
|
|
|
|
|
printf "Activating manual fan speeds! (2160 RPM)"
|
|
|
|
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 0x09
|