From ab7c850c7a546fd0ae6af3abdd3070cee218c653 Mon Sep 17 00:00:00 2001 From: brezlord <32946493+brezlord@users.noreply.github.com> Date: Fri, 4 Sep 2020 11:14:18 +0800 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index e1cd7c1..e3328e2 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,23 @@ IDRAC_IP="IP address of iDRAC" IDRAC_USER="user" IDRAC_PASSWORD="passowrd" ``` +There are multiple temperature sensors that you can choose to use. Just uncomment the one you would like the script to monitor. Not all temperature sensors are available in some models. You can run the following command from the shel to list all of the available temperature sensors on you generation 12 Dell sever. +``` +ipmitool -I lanplus -H ip address -U username -P password sdr type temperature +``` +Output from a Dell T320 +``` +Inlet Temp | 04h | ok | 7.1 | 23 degrees C +Temp | 0Eh | ok | 3.1 | 33 degrees C +Temp | 0Fh | ns | 3.2 | Disabled +``` +Output from a Dell T720 +``` +Inlet Temp | 04h | ok | 7.1 | 20 degrees C +Exhaust Temp | 01h | ok | 7.1 | 31 degrees C +Temp | 0Eh | ok | 3.1 | 50 degrees C +Temp | 0Fh | ok | 3.2 | 45 degrees C +``` You will need to enable IPMI in the iDRAC and the user must have administrator privileges. You can test the script by running ./fan_sontrol.sh from the scrips directory. If it is working you should get an output similar to this;