install lsi msm on centos 7 (server side)
Similar to Centos 6 , but a little bit different on packages you need to install
1.With minimal installation of centos 7 , you need to install and enable sendmail first ( you could choose to use postfix for higher security reason)
1 | #yum install sendmail -y |
1 | #systemctl enable sendmail |
1 | #systemctl start sendmail |
2.And then , to install snmp related packages
1 | #yum install csh net-snmp net-snmp-devel net-snmp-libs net-snmp-utils |
3.After all the prepare jobs are done , now you could go to download the lsi msm gz file from lsi (avago) website , unzip it , and run
1 | #./install.csh |
4.You might see some error message similar to
1 2 3 4 5 6 7 8 9 10 11 12 13 | /etc/X11/xinit/xinitrc.d/popup.sh: line 3: cd: /usr/local/MegaRAID Storage Manager/MegaPopup: No such file or directory /etc/X11/xinit/xinitrc.d /etc/X11/xinit/xinitrc.d/popup.sh: line 12: ./popup: No such file or directory error: Failed dependencies: libstdc++.so.5()(64bit) is needed by sas_snmp-16.02-0004.x86_64 libstdc++.so.5(CXXABI_1.2)(64bit) is needed by sas_snmp-16.02-0004.x86_64 libstdc++.so.5(GLIBCPP_3.2)(64bit) is needed by sas_snmp-16.02-0004.x86_64 SAS SNMP installation failed error: Failed dependencies: libstdc++.so.5()(64bit) is needed by sas_ir_snmp-16.02-0004.x86_64 libstdc++.so.5(CXXABI_1.2)(64bit) is needed by sas_ir_snmp-16.02-0004.x86_64 libstdc++.so.5(GLIBCPP_3.2)(64bit) is needed by sas_ir_snmp-16.02-0004.x86_64 SAS-IR SNMP installation failed |
Don't worry , since snmp is already installed in step #3.
Recent Comments