From 568aebd0ea097ba01aacaba98f5bcef626bacb02 Mon Sep 17 00:00:00 2001 From: Simon Brezovnik <32946493+brezlord@users.noreply.github.com> Date: Sun, 29 Oct 2023 11:26:08 +0800 Subject: [PATCH 1/2] Update README.md Add menu location for Scale. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff7f8af..3cdbf6f 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ As you may have discovered, when you cross flash a Dell H310 raid controller to *RAID Setup with PERC H310: A system configured as non-RAID has a higher noise level than a system configured as RAID. With non-RAID, the temperature of the hard disk drives is not monitored, which causes the fan speed to be higher to ensure sufficient cooling resulting in higher noise level* -There is no warranty provided 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, change the setpoints as needed. I suggest that you trend you HDD temps to validate your setting and that you setup alarms in TrueNAS so that you get warnings if the HDD temperatures get to high. +There is no warranty provided and you use this scrip at your own risk. Please ensure you review the temperature set points for your use case to ensure your hard drives are kept at your desired temperature, change the set points as needed. I suggest that you trend you HDD temps to validate your setting and that you setup alarms in TrueNAS so that you get warnings if the HDD temperatures get to high. I use this script on a Dell T320 running TrueNAS 12 and it work great. The server lives in my garage, which in Western Australia can get into the low 40s deg C. -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. +You will need to create a data set 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 ``` @@ -54,4 +54,7 @@ Date 04-09-2020 10:24:52 --> Setting fan speed to 20% ``` -Once you have verified the script is working you can set it to run every 5 minuites via cron. On TrueNAS this can be found under the Tasks menu --> Cron Jobs. +Once you have verified the script is working you can set it to run every 5 minutes via cron. + +On TrueNAS Core this can be found under the Tasks menu --> Cron Jobs. +On TrueNAS Scale this can be found under the System menu --> Advanced Cron Jobs tab. From 566bce2b92501ae47cccb30474f01f1655fa8c25 Mon Sep 17 00:00:00 2001 From: Simon Brezovnik <32946493+brezlord@users.noreply.github.com> Date: Sun, 29 Oct 2023 11:27:05 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3cdbf6f..ccafdab 100644 --- a/README.md +++ b/README.md @@ -57,4 +57,5 @@ Date 04-09-2020 10:24:52 Once you have verified the script is working you can set it to run every 5 minutes via cron. On TrueNAS Core this can be found under the Tasks menu --> Cron Jobs. + On TrueNAS Scale this can be found under the System menu --> Advanced Cron Jobs tab.