Large TrueNAS setup help

neofusion

Contributor
Joined
Apr 2, 2022
Messages
159
Found it:
mprutil -u 0 show cfgpage page 7 | awk '{ if ($1 == "0010") { printf "%d ", "0x" $4 $5; if ($3 == "00") printf "N/A"; else if ($3 == "01") printf "F"; else if ($3 == "02") printf "C"; print "" } }'
Is there something similar to this on SCALE?
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
I'm sure there is, but I'm not familiar with it. The manual for sas3ircu doesn't mention temperatures, but that's the first thing I'd try, in hopes it's been updated to include controller temperatures.
 
Top