No more than the fan control script for Supermicro boards…
3 Likes
Stale thread, I know, but I thought I’d update it in case anyone else has run into the same issue (successful scripted install, but solid white drive LEDs only).
To correct this, I set the mapping method to serial (as recommended by the script’s author) and carefully populated the SN values with reference to the output of lsblk -S -x hctl -o name,hctl,serial
.
The relevant lines in the script are:
MAPPING_METHOD=serial
and
DISK_SERIAL="YOURSN01 YOURSN02 YOURSN03 YOURSN04 YOURSN05 YOURSN06"
Obviously, the number of SN values will depend on your model. (I have the DXP6800 Pro, running Fangtooth 25.04.2.1.)
–vspr
3 Likes