install lsi MegaRAID Storage Manager (MSM) on CentOS 6.x (server side)
It's pretty easy though , I want to keep this as a log.
system=> centos 6.x minimal installation
card=> lsi 9211-8i
msm version=> 14.05.02.00_Linux_x64_MSM
1.Prepare packages
1
2
3
4
5 for version lower than centos 6.5 use this command to install
#yum install net-snmpd csh net-snmpd-utils
for version higher than centos 6.6 , use this instead
#yum install net-snmp csh net-snmp-utils net-snmp-libs
1a.(optional) switching from postfix to sendmail
This is optional , so do it only when you can't use the default setting to send alarm emails.
Switching to sendmail , would be a quick fix , but less security.
1
2
3
4 #service postfix stop
#chkconfig postfix
#yum install sendmail sendmail-cf
#chkconfig sendmail on
2.extra the msm software package , run the install script , and choose the option you want.
1 #.//install.csh
that's it
Recent Comments