Hi everyone!
I have HP BL20p G3 server with no direct attached hard drives and with attached storage HP EVA8000 through 2-port qlogic HBAs (qlogic 2312). SAN configuration is in attached image.
http://img165.imageshack.us/img165/9819/evaky3.jpgI have try to install RHEL 4 AS update 4. When I starts "Disk Druid" (text mode) i've seen 8 mirrored partitions: sda, sdb, sdc, sdd, sde, sdf, sdg, sdh instead of single sda.
I have try to install to sda. After installation complete and before reboot i have made next steps:
go to the second sonsole
# chroot /mnt/sysimage
setup eth0, adding default route and config resolv.conf
# cd /root
# wget http://.../hp_qla2x00-2006-10-11.tar.gz
# tar -xzvf hp_qla2x00-2006-10-11.tar.gz
# cd hp_qla2x00-2006-10-11.tar.gz
# ./set_parms2.26 to "EVA/XP/MSA failover" (as i understand - it creates /etc/hp_qla2x00.conf)
# ./INSTALL (it compiles driver, makes initrd and patch /etc/modprobe.conf) for my 2.6.9-42.EL kernel
then i do it manually for my 2.6.9-42.ELsmp kernerl
# cd /opt/hp/src/hp_qla2x00src
# ./build_driver.rh -m 2.6.9-42.ELsmp
# ./make_initrd 2.6.9-42.ELsmp
and then reboot
...
after reboot a have only seen "Attemting Boot From Hard Drive (c:)" :(
Many advise on this forum tolds to disconnet redundand paths from server with aim to make one single SAN connection from EVA to HBA, but i can't do this on production SAN.
Can anybody helps me to resolve problem?