• Re: LSIUtil

    From Dan Ritter@21:1/5 to Greg on Tue Mar 4 00:10:01 2025
    Greg wrote:
    Hi there,

    I'm trying to use the following: https://ftp.icm.edu.pl/packages/LSI/sw/lsiutil-1.72.x86-64.el7
    The source:
    https://ftp.icm.edu.pl/packages/LSI/sw/lsiutil-1.72.tar.gz

    Unfortunately I get:

    # ./lsiutil-1.72.x86-64.el7
    LSI Logic MPT Configuration Utility, Version 1.72, Sep 09, 2014
    0 MPT Ports found

    The utility is looking for files /proc/mpt/ioc??. But

    # ll /proc/mpt
    total 0
    dr-xr-xr-x 4 root root 0 Feb 27 14:34 .
    dr-xr-xr-x 319 root root 0 Feb 27 11:47 ..
    -r--r--r-- 1 root root 0 Mar 3 22:56 summary
    -r--r--r-- 1 root root 0 Mar 3 22:56 version

    I tested against LSISAS2008 and LSISAS2208 controllers.

    Is it possible to use LSIUtil on Debian? Am I missing something, some kernel module?

    you almost certainly want megactl/megasasctl

    https://github.com/namiltd/megactl/

    which will be packaged in Trixie but is not in Stable right now.

    -dsr-

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Greg@21:1/5 to All on Mon Mar 3 23:30:01 2025
    Hi there,

    I'm trying to use the following: https://ftp.icm.edu.pl/packages/LSI/sw/lsiutil-1.72.x86-64.el7
    The source:
    https://ftp.icm.edu.pl/packages/LSI/sw/lsiutil-1.72.tar.gz

    Unfortunately I get:

    # ./lsiutil-1.72.x86-64.el7
    LSI Logic MPT Configuration Utility, Version 1.72, Sep 09, 2014
    0 MPT Ports found

    The utility is looking for files /proc/mpt/ioc??. But

    # ll /proc/mpt
    total 0
    dr-xr-xr-x 4 root root 0 Feb 27 14:34 .
    dr-xr-xr-x 319 root root 0 Feb 27 11:47 ..
    -r--r--r-- 1 root root 0 Mar 3 22:56 summary
    -r--r--r-- 1 root root 0 Mar 3 22:56 version

    I tested against LSISAS2008 and LSISAS2208 controllers.

    Is it possible to use LSIUtil on Debian? Am I missing something, some
    kernel module?

    # lsmod | grep ^mpt
    mptspi 28672 0
    mptsas 53248 0
    mptlan 24576 0
    mptfc 20480 0
    mptscsih 36864 3 mptsas,mptspi,mptfc
    mpt3sas 352256 0
    mptctl 36864 0
    mptbase 81920 6 mptsas,mptspi,mptctl,mptfc,mptlan,mptscsih

    Thanks in advance for any help

    Greg

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)