Install Intel Raid Web Console 2 Utility for XenServer 6.5

wget ‘ftp://ftp.ntua.gr/pub/linux/centos/5.11/os/x86_64/CentOS/lm_sensors-2.10.7-9.el5.x86_64.rpm’
wget ‘ftp://ftp.ntua.gr/pub/linux/centos/5.11/os/x86_64/CentOS/net-snmp-libs-5.3.2.2-22.el5_10.1.x86_64.rpm’
wget ‘ftp://ftp.ntua.gr/pub/linux/centos/5.11/os/x86_64/CentOS/net-snmp-5.3.2.2-22.el5_10.1.x86_64.rpm’
wget ‘ftp://ftp.ntua.gr/pub/linux/centos/5.11/os/x86_64/CentOS/net-snmp-devel-5.3.2.2-22.el5_10.1.x86_64.rpm’
wget ftp://ftp.ntua.gr/pub/linux/centos/5.11/os/x86_64/CentOS/net-snmp-utils-5.3.2.2-22.el5_10.1.x86_64.rpm
wget ftp://ftp.ntua.gr/pub/linux/centos/5.11/os/x86_64/CentOS/tcsh617-6.17-7.el5.x86_64.rpm
wget ftp://ftp.ntua.gr/pub/linux/centos/5.11/os/x86_64/CentOS/libstdc++-4.1.2-55.el5.x86_64.rpm

rpm -Uvh lm_sensors-2.10.7-9.el5.x86_64.rpm net-snmp-5.3.2.2-22.el5_10.1.x86_64.rpm net-snmp-libs-5.3.2.2-22.el5_10.1.x86_64.rpm net-snmp-utils-5.3.2.2-22.el5_10.1.x86_64.rpmtcsh617-6.17-7.el5.x86_64.rpm libstdc++-4.1.2-55.el5.x86_64.rpm –force

wget https://downloadmirror.intel.com/26267/eng/RWC2_MR6.11.zip
unzip RWC2_MR6.11.zip
tar -zxvf RWC2_linux_x64_installer-16.02.00-04.tar.gz
./install.csh

#add to /etc/sysconfig/iptables before REJECT
-A RH-Firewall-1-INPUT -p udp -m udp –dport 3071 -j ACCEPT
-A RH-Firewall-1-INPUT -p udp -m udp –dport 5571 -j ACCEPT
-A RH-Firewall-1-INPUT -p tcp -m tcp –dport 3071 -j ACCEPT
-A RH-Firewall-1-INPUT -p tcp -m tcp –dport 5571 -j ACCEPT

service iptables stop
service iptables start

Leave a Reply

Your email address will not be published. Required fields are marked *

You must enable javascript to see captcha here!