LSI Storage Authority (LSA) on Linux

[toc]

chrome_1346x624_220630.png

step0. firewall and selinux
1
2
3
4
5
6
7
8
firewall-cmd --add-port=2463/tcp --permanent
firewall-cmd --add-port=9000/tcp --permanent
firewall-cmd --reload
firewall-cmd --list-all

sed -i 's/^SELINUX=.*/SELINUX=disabled/' /etc/selinux/config

reboot
step1. From following URL search your HBA controller and download LSA packages

https://www.broadcom.com/products/storage/raid-controllers

1
unzip x.x.x.x_LSA_Linux-x64.zip
step2. Download and install OpenSLP

http://www.openslp.org/download.html

1
2
3
4
5
6
7
yum groupinstall -y 'Development Tools'
wget https://jaist.dl.sourceforge.net/project/openslp/2.0.0/2.0.0%20Release/openslp-2.0.0.tar.gz
tar -zxvf openslp-2.0.0.tar.gz
cd openslp-2.0.0/
./configure
make && make install
/usr/local/sbin/slpd stop
step3. Install LSA
1
2
3
4
cd x.x.x.x_LSA_Linux-x64/x64/
./install.sh
ln -sf /usr/local/lib/libslp.so.1.0.0 /opt/lsi/LSIStorageAuthority/bin/libslp.so.1
/etc/init.d/LsiSASH restart

chrome_1920x1032_220630 (2.png).png

chrome_1920x955_220630 (2.png).png

chrome_1920x1032_220630.png

Uninstall
1
/opt/lsi/LSIStorageAuthority/uninstaller.sh