Update README.md

This commit is contained in:
brezlord 2020-09-04 10:48:20 +08:00 committed by GitHub
parent 205bf57871
commit 5c5a0ab92a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"