Other How to monitor Marvell hardware raid in HP MicroServer?

I installed FreeBSD 12.1 to an HP MicroServer gen10 with the Marvell hardware raid system using UFS. HP provides a software utility to the Marvell storage system (MSU) for windows and linux, but not for FreeBSD. Though the raid system works fine without MSU, I have trouble monitoring the health of the raid system. Could anyone help me to find a way for FreeBSD to monitor the health of the HDDs in the Marvell system?
 
Did you try to run the Linux binary via FreeBSD's Linuxolator (install emulators/linux_base-c7)?
Why do you choose UFS? You may want to consider to use ZFS and configure the RAID controller to run in JBOD mode. Then you have all the standard ZFS utilities & ports (e.g. psearch -c sysutils -s ZFS) to monitor the RAID array.
 
Back
Top