Altos R520 Installation Configuration Guide
118
IOAT driver installation
1.
Please remove the old version of IOAT driver from the system manually.
# cd /lib/modules/$(uname -r)/kernel/drivers/dma
# mv ioatdma.ko ioatdma.ko.bak
2.
You can find the IOAT driver in EasyBUILD. Please copy the driver from the
EasyBUILD to HDD first.
Copy the IOAT driver to /tmp
# cd /tmp
# tar zxf ioatdma-<ioat version>.tar.gz
3.
Install the IOAT driver
# cd ioatdma-<ioat version>
# make install
4.
Load the IOAT driver
# modprobe dca
# cd ioatdma
# insmod ioatdma.ko
# modprobe ioatdma
# ll /sys/class/dma/
When IOAT driver installation completed, you could see subdirectories and files
for each subdirectory of /sys/class/dma folder.
RAID Utility Installation
1.
You can find the RAID Web Console 2 in EasyBUILD 7.1. Please refer to
the directory of the RAID Web Console 2 in Software Required section
above and copy the utility from the EasyBUILD 7.1 to HDD first.
# mount /media/dvdram
# cp –R /media/dvdram/app/R520/raid/Integrated_SAS/Linux/. /tmp
2.
Install RAID Web Console 2 utility
# cd /tmp/
# unzip ir3_Linux_RWC2_v1.19-00.zip
# chmod 755 install.sh
# chmod 755 RunRPM.sh
# ./install.sh
3.
Type y to accept the license agreen and select 1 for full installation.