HP Insight Control for Linux 7.1 Release Notes

Port Is the port used by the Insight Control for Linux web server, usually
60000 unless it was changed during Insight Control for Linux installation.
Version Is the version of RHEL, that is either rhel6u1 or rhel6u2.
Arch Denotes the architecture, either i586 or x86_64.
Add the following lines directly below the %%driverinstall%% macro in the
Kickstart file. This example is for a RHEL 6 Update 2 operating system.
# Install HP RAID driver for B120i and B320i controllers
#
case ${ARCH} in
i*86) RARCH=i586;;
*) RARCH=x86_64;;
esac
cd ${WORKINGDIR}
wget http://${HPSM}:${PORT}/hpvsa/hp-raid.tgz
if (tar zxf hp-raid.tgz --wildcards "kmod*rhel6u2*${RARCH}.rpm" )
then
rpm -i kmod*hpvsa*.rpm
fi
For a RHEL 6 Update 1 operating system, change rhel6u2 to rhel6u1.
For a SLES 11 SP1 operating system, add the following lines directly below the
%%driverinstall%% macro in the AutoYaST file.
# Install HP RAID driver for B120i and B320i controllers
#
case ${ARCH} in
i*86) RARCH=i586;;
*) RARCH=x86_64;;
esac
cd ${WORKINGDIR}
wget http://${HPSM}:${PORT}/hpvsa/hp-raid.tgz
if (tar zxf hp-raid.tgz --wildcards "hpvsa-kmp*sles11sp1.${RARCH}.rpm" )
then
rpm -ivh hpvsa*.rpm --nodeps
fi
For a SLES 11 SP2 system, change this line to:
if (tar zxf hp-raid.tgz --wildcards "hpvsa-kmp*sles11sp2.${RARCH}.rpm" )
6. During operating system deployment, enter the appropriate kernel append line option for your
operating system and controller
BL320i controllerBL120i controllerOperating System
vmalloc=384Mblacklist=ahci vmalloc=384M32 bit
RHEL 5.7 and later
Not requiredblacklist=ahci64 bit
vmalloc=384Mblacklist=ahci vmalloc=384M32 bit
RHEL 6.0 and later
Not requiredblacklist=ahci64 bit
vmalloc=384Mbroken_modules=ahci vmalloc=384M32 bit
SLES 10 SP4 and later
Not requiredbroken_modules=ahci64 bit
vmalloc=384Mbroken_modules=ahci vmalloc=384M32 bit
SLES 11 SP1 and later
Not requiredbroken_modules=ahci64 bit
12 Issues and suggested actions