Re: [Linux-PowerEdge] Disk temperature

2019-10-11 Thread Klaus Steden
[EXTERNAL EMAIL] TBH perccli/storcli are much better tools in my opinion, and if you're looking for structured data, both will generate JSON output (using a final command line argument of J, e.g., storcli /c0/eall/sall show J) and if you're pushing measurements into something like Graphite or

Re: [Linux-PowerEdge] Disk temperature

2019-10-11 Thread Blake Hudson
[EXTERNAL EMAIL] Onno, I'm not sure how Dell allows you to configure the server at order time, but Dell often have configuration limitations that do not seem immediately obvious. As a concrete example, if one tries to configure a server with too much RAM or too many disks you may receive a

Re: [Linux-PowerEdge] Disk temperature

2019-10-11 Thread Onno Zweers
Following up. I checked two classes of servers: R730xd - rear disk 58°C R740xd2 - rear disk 33°C That's a huge difference. The fan speeds were similar, between 10,300 and 11,160 rpm. I don't think this accounts for the difference in temperature. Perhaps the airflow of the system has been

Re: [Linux-PowerEdge] Disk temperature

2019-10-10 Thread Onno Zweers
Thanks everyone for the very useful answers. I had a quick look: [root@shark5 ~]# for disk in $(smartctl --scan | egrep -o megaraid,[0-9]+) ; do echo -n "$disk - " ; smartctl -a /dev/sdb -d $disk | grep 'Current Drive Temperature' ; done megaraid,0 - Current Drive Temperature: 31 C

Re: [Linux-PowerEdge] Disk temperature

2019-10-10 Thread Stephen Dowdy
[EXTERNAL EMAIL] On 10/10/19 11:32 AM, vinc...@cojot.name wrote: [EXTERNAL EMAIL] You could use megaclisas-status, here a T440 with a PERC H730P. It reports temps for drives and for the LSI cards. # megaclisas-status -- Controller information -- -- ID | H/W Model  | RAM    | Temp

Re: [Linux-PowerEdge] Disk temperature

2019-10-10 Thread vincent
[EXTERNAL EMAIL] You could use megaclisas-status, here a T440 with a PERC H730P. It reports temps for drives and for the LSI cards. # megaclisas-status -- Controller information -- -- ID | H/W Model | RAM| Temp | BBU| Firmware c0| PERC H730P Adapter | 2048MB | 79C |

Re: [Linux-PowerEdge] Disk temperature

2019-10-10 Thread Stephen Dowdy
[EXTERNAL EMAIL] On 10/10/19 11:10 AM, Cameron Smith wrote: [EXTERNAL EMAIL] I install use MegaCLI for this: MegaCli -PDList -aALL |grep Temperature Cameron I went ahead and updated my script to support Drive temperatures. (See Below). (Be aware, it is very sensitive to smartctl

Re: [Linux-PowerEdge] Disk temperature

2019-10-10 Thread Cameron Smith
[EXTERNAL EMAIL] I install use MegaCLI for this: MegaCli -PDList -aALL |grep Temperature Cameron On Thu, Oct 10, 2019 at 9:04 AM Onno Zweers wrote: > Hi all, > > Does anyone know how to get the temperature of the disks connected to a > Perc H730? > > Kind regards > Onno > -- > Onno

Re: [Linux-PowerEdge] Disk temperature

2019-10-10 Thread Stephen Dowdy
[EXTERNAL EMAIL] On 10/10/19 9:58 AM, Onno Zweers wrote: Hi all, Does anyone know how to get the temperature of the disks connected to a Perc H730? Onno, You should be able to modify this script to also report Temperatures. (smartmontools' smartctl past some 6.5(?) version supports a

Re: [Linux-PowerEdge] Disk temperature

2019-10-10 Thread Mauricio Tavares
[EXTERNAL EMAIL] On Thu, Oct 10, 2019 at 11:59 AM Onno Zweers wrote: > > Hi all, > > Does anyone know how to get the temperature of the disks connected to a Perc > H730? > https://serverfault.com/questions/73244/lsi-megaraid-get-hdd-temperature suggests to use the Dell megaraid package. You

[Linux-PowerEdge] Disk temperature

2019-10-10 Thread Onno Zweers
Hi all, Does anyone know how to get the temperature of the disks connected to a Perc H730? Kind regards Onno -- Onno Zweers, systems expert Online Data Services SURFsara, the Dutch national supercomputing center https://www.surfsara.nl onno.zwe...@surfsara.nl Phone +31-(0)6-19039004