mirror of
https://github.com/brezlord/iDRAC7_fan_control.git
synced 2024-11-09 15:38:21 +00:00
Update README.md
This commit is contained in:
parent
205bf57871
commit
5c5a0ab92a
@ -6,8 +6,10 @@ The tower servers T320, T420 & T620 inlet temperature sensor is after the HDDs s
|
||||
|
||||
There is no warranty and you use this scrip at your own risk. Please ensure you review the temperature setpoints for your use case to ensure your hard drives are kept at your desired temperature. You can change the temperature set points in the script to suit your needs.
|
||||
|
||||
I use this script on a Dell T320 running TrueNAS 12 and it work great. You will need to create a dataset for the script to reside in and make it executable, run chmod +x /mnt/tank/fan_control/fan_control.sh this assumes that you have a pool called tank and a dataset named fan_control.
|
||||
|
||||
I use this script on a Dell T320 running TrueNAS 12 and it work great. You will need to create a dataset for the script to reside in and make it executable, this assumes that you have a pool called tank and a dataset named fan_control.
|
||||
```
|
||||
chmod +x /mnt/tank/fan_control/fan_control.sh
|
||||
```
|
||||
Make sure you set the below variables;
|
||||
```
|
||||
IDRAC_IP="IP address of iDRAC"
|
||||
|
Loading…
Reference in New Issue
Block a user