This has been discussed a bit [url=https://forums.freebsd.org/threads/storage-management-software-for-a-lsi-1064e.19433/#post-113482]here.[/URL]Is there any FreeBSD version of lsiutil? Wondering how to get the phy/port/expander topology without this on FreeBSD.
Well, the mps(4) web page says:andmptutil
does not apply.
Code:root@mfsbsd:~ # mptutil show adapter mptutil: mpt_open: No such file or directory
BUGS
This driver has a couple of known shortcomings:
o No userland utility available (e.g. mptutil(8)).
sas2ircu list
and sas2ircu 0 display
to get some information about disks and enclosure devices. lsiutil
compiled from source. lsiutil
in Linux, which exposes a lot of driver information about HBA, SCSI, SAS port/phy, it is very challenging to find the same in FreeBSD. Maybe need some programming to have them, but still learn to see which APIs or ioctl to provide those functionality.