RHEL4/HOWTO0000755000000000000000000002776711253725760007443 0ustar ############################################################################### # This page describes how to install RHEL4 U3 onto a hard drive so that the # disk is bootable using an Intel iSCSI Boot-capable adapter. There are two # methods to accomplish this: # Installing directly to a hard drive in an iSCSI storage array (Remote # Install). # Installing to a local disk drive and then transferring this disk drive or OS # image to an iSCSI Target (Local Install). # For more information on SCSI device enumeration, refer to Appendix A at the # end of this document. ############################################################################### This process has two phases. 1) Creating the Driver Update Media (DUM) This involves copying the iSCSI module, its dependencies and the utilities needed for installation onto an update disk. The disk can be an IDE floppy, USB floppy or USB flash drive. 2) Installation to the iSCSI target LU This consists of two parts; pre-install and post-install. NOTE: Some newer network device drivers are not included in RHEL4. To enable these devices, the user will need to get the correct driver and load the driver before discovery is attempted when following the preinstall instructions. ############################################################################### Prerequisites ############################################################################### NOTES: Users who wish to have the easiest experience when installing Linux onto an iSCSI target should use Red Hat 5.1 or greater. Red hat 5.1 provides native support for iSCSI booting and installing. This means that there are no additional steps outside of the installer that are necessary to install to an iSCSI target using an Intel Gigabit PCI-Express Server Adapter. Please refer to the Red Hat 5.1 documentation for instructions on how to install to an iSCSI LU. RHEL5.2 has iBFT support. These instructions explain how to install using source and tools provided on the RHEL4 U3 or U4 CDs. If the user wants to use newer code (kernel src, development packages, initiator source, kernel modules, etc...) it is the user's responsibility to obtain the newer code and alter this process accordingly. A user with the following prerequisites can install and boot RHEL4 U3 or U4 on an iSCSI Target LU. 1) A RHEL4 U3 or U4 build machine To ensure module compatibility the architecture of the build machine should match both the install media and the diskless system with which you intend to connect to the iSCSI Target LU. This means that if you will be doing a diskless boot on an x86_86 system your build machine will need be have an x86_64 architecture. The install CDs will also need to be for the x86_64 architecture. 2) iSCSIBoot.tar.gz Provided by Intel. 3) Install Media A blank 3.5' floppy disk, or a USB flash drive. 4) The iSCSI Target LUN (Boot LUN) This information is important to know in advance so that grub can be configured correctly. ############################################################################### Phase I - Creating the Drivers and Utilities Media (DUM) ############################################################################### 1) Copy and untar iSCSIBoot.tar.gz on the build machine. a) cp iSCSIBoot.tar.gz /home b) cd /home c) tar -zxvf iSCSIBoot.tar.gz 2) Compile iscsiboot/iscsi_boot_util.c statically. a) cd iSCSIBoot b) gcc -static -Wall iscsi_boot_util.c -o iscsi_boot_util 3) Install the following RPM and copy modules to preinstall directory. a) rpm -ivh kernel-2.6.9-34.EL.i686.rpm, from the RHEL4 U3 or U4 CD2 b) cp -f \ /lib/modules/2.6.9-34.EL/kernel/drivers/scsi/ scsi_transport_iscsi.ko \ /lib/modules/2.6.9-34.EL/kernel/drivers/scsi/ iscsi_sfnet/iscsi_sfnet.ko \ /lib/modules/2.6.9-34.EL/kernel/crypto/crc32c.ko \ /lib/modules/2.6.9-34.EL/kernel/crypto/md5.ko \ /lib/modules/2.6.9-34.EL/kernel/lib/libcrc32c.ko \ /home/iSCSIBoot/preinstall/ 4) Copy media onto the DUM a) Attach the DUM and mount it if necessary. b) cp -fr /home/iSCSIBoot/iscsi_boot_util /home/iSCSIBoot/preinstall \ /home/iSCSIBoot/postinstall c) Unmount if necessary and remove the DUM ############################################################################### Phase II - Installation to the iSCSI disk ############################################################################### NOTE: This assumes you have flashed and configured the iSCSI firmware to connect to the target and iSCSI firmware was able to connect to the iSCSI target. NOTE: If you are using USB flash drive/USB floppy as DUM, it must be attached prior to this step. If you're performing a Local Install, make sure the local disk is connected. 1) Begin installation with the option "linux updates". 2) Continue until the "Update Disk Source" screen. a) Press Ctrl+Alt+f2 to switch to command line mode. b) Make a mount point directory and mount the DUM. (The mount point can be anywhere but /mnt). Depending on the DUM media type, these are the instructions: IDE floppy mkdir /mnt/floppy /tmp/iscsi mount /dev/fd0 /mnt/floppy cp -fr /mnt/floppy/* /tmp/iscsi umount /dev/fd0 USB Floppy/USB flash drive To mount a USB device you must understand which /dev node the kernel will use to represent the DUM. To do this run "dmesg" and examine the output. Look for the text which shows your USB device's registration with the system. Determine which sdX device is associated with your device. Next run "cat /proc/partitions", the output should look similar to this, Major Minor #blocks Name 7 0 loop0 8 0 sda Using the /dev node determine the minor number for your USB device. Mount the USB device. mkdir /mnt/usb /tmp/iscsi mknod /dev/sdX b 8 mount /dev/sdX /mnt/usb cp -fr /mnt/usb/* /tmp/iscsi DO NOT unmout/remove USB floppy/USB flash drive at this point. c) Run the iscsipreinstall script from the mount point. /tmp/iscsi/preinstall/iscsipreinstall d) Run "dmesg" again to verify that discovery occurred correctly. It should show that drives were recently discovered. Note the LUNs and discovered SCSI device nodes. This information needed to set grub configuration files. e) Press Ctrl+Alt+F1 and select "Back". f) Continue with the installation. NOTE: When partitioning the iSCSI LUs, ensure that the boot partition is not distributed across physical partitions on different iSCSI LUs. The Intel iSCSI Option ROM will only access one iSCSI LU and if /boot is distributed across multiple LUs, it will not be visible during the boot process. 3) Configure the boot order a) On the "Boot Loader Configuration" screen, select "Configure advanced boot loader options". b) Change the drive order so that the target disk is on the top of the list. c) Continue with the remainder of the installation. d) When the installation is complete DO NOT press "Reboot". 4) Make some final post install changes a) Press Ctrl-Alt-F2 to switch back to the console. b) Alter grub settings Modify the device.map and grub.conf files so that they have the correct device node listed. Refer to Appendix A for more information on SCSI device enumeration. /mnt/sysimage/boot/grub/device.map (hd0) /mnt/sysimage/boot/grub/grub.conf #boot= c) Run the post install script and unmount the DUM. /tmp/iscsi/postinstall/iscsipostinstall 5) Ensure the network is not shutdown during halt a) Edit the /mnt/sysimage/etc/init.d/halt and scroll to the bottom. b) Change the line stating HALTARGS="-i -d" to HALTARGS="-d" 6) Return to the GUI and reboot NOTE: If you are using a bootable USB or Flash drive, remove it, otherwise the system will try to boot off that drive. a) Press Ctrl+Alt+F7 and then select "Reboot" b) Remove the installation media and DUM 7) On your first boot, if Kudzu asks you if you'd like to configure your adapters, please select to "ignore" the device. Appendix A ========== The iSCSI LUs are discovered as SCSI device nodes. The enumeration of SCSI devices is dynamic. The SCSI subsystem creates device nodes in the order that they are discovered, starting with /dev/sda and incrementing alphabetically. In the case of iSCSI LU enumeration, local SCSI devices such as disks or USB devices affect this process. If a device node is created for a USB device before iSCSI discovery occurs the USB device will be represented by /dev/sda and the iSCSI LUs will begin with /dev/sdb. However, if you were to reboot this system without the USB device the iSCSI LUs will begin with /dev/sda. It is important to configure grub correctly to point to the correct device node in order to boot from an iSCSI hard drive. It is often the case when installing to an iSCSI LU that a device driven by the SCSI subsystem is used for the install media. For example, using a USB flash drive for the DUM. As stated above this will affect how grub should be configured when installing. Here is an example of how iSCSI device node mappings might differ between installation and booting. In this example the user is using a USB flash drive as a DUM. Since this device is being used to copy files onto the system it is present before iSCSI discovery occurs. However, when booting from the iSCSI Boot Disk no USB flash drive is necessary and therefore it isn't attached. Remote Installation: USB flash drive or USB floppy /dev/sda LUN 0 /dev/sdb LUN 1 /dev/sdc Booting: LUN 0 /dev/sda LUN 1 /dev/sdb If the USB device is attached after booting, it will be enumerated as such, USB flash drive or USB floppy /dev/sdc It is also possible that there are other USB devices on the system, it is users responsibility to find out if these will interfere with the device node mapping during boot. Appendix B ========== After performing a Local Install on an IDE device the user will need to modify grub so that when booting the root partition is identified as a SCSI device. When installing to a local IDE disk drive the device node used will be of the form /dev/hdX, but when this volume is exposed by the iSCSI target the initator will see the hard drive as a SCSI device and it will be represented as /dev/sdX. This change must be made in the grub configuration file. This type of problem exposes the necessity that the user fully understand the concepts described in this document as specifics may vary greatly. Appendix C ========== In some cases, if booting the system takes an unusually long time, you may try commenting the following line in the file /etc/init.d/iptables: $IPTABLES-restore $OPT $IPTABLES_DATA if [ $? -eq 0 ]; then success; echo else failure; echo; return 1 fi This may be required as the command may be resetting the connection. Appendix D ========== Crash Dump for Linux: Red Hat Enterprise Linux 4: Netdump utility can be used to dump the disk image when the system crashes. Support ======= For general information, go to the Intel support website at: www.intel.com/support/ or the Intel Wired Networking project hosted by Sourceforge at: http://sourceforge.net/projects/e1000 RHEL4/iSCSIBoot.tar.gz0000755000000000000000000004235010674175144011467 0ustar lF<_ǒ+$IH b!`њiI9q{.`;_%Hꩮ[vONvji5|mll M}zF7kZ ##g^ 18%։yF^drj"A(ޫʹ0lg+KBd(gfKsQ)R#tyH .U[J,*~rAEM3D7x<KDÓވF^{\~PGxKN"p2;3<_g.Vmwlw_U~X(Z| iƒq#H <<}JWR72si &u  sQa9E{-􅒍ލ9&CWӜ\\ȯYD0Us#9"7qjhkHqUQZB?|3V_ӧrUޡ2M8-- w VQ_>=e^Ccy(+1;Xl{YF; D*"BeyUb tzo#"݅DZs{0qBĭ1N򼎂 #w&y?WP4Yå,ONv~Y|p~:i/) \˩Vނ0f[80}s(ٙ,(QY<skf5v9a˚cnlWԲ0杦i:y2= j^v_v^wG}0cQHZ/'͠kw||ډ&c>ˀZ#Banh0eRXףUͅ23؋ mzQ&/ {t*T2Xf9waTL`t^e}G&`t-(Y$=cw w >5 !J?WVچ>Xb%h.?ݕ=IsZ;VOr`4g[ny;=yA'O!8L˶H\sl&dS=ZZ3(Lk*L}4|Mh kHHqN["%I*|:|dCܰXGkzSٚQѷVM?NexLKBK>]3bny曣3m8W2(CZr2]$$!0)7`2ìk9AZF`j2ĎQUSê k /dHіN4+sG./AQQ4J2,Q,Mz @~(NfI`9mc?SQb,2}ǽOD'BR)-ʲ Xy7H W1ݞkSvv%UQ+$jzyk`ygNZ}eHP9Q %=e= *ȗ6 >Ai:i]ľ ]Њ)a=@'#=ҭδ;F"F=akaʼniC,䓪J1.S &=MrIRw4#M̋V=0 #I}tVH&G"egg\dqܣ8A^g/$:=y>llJeJ+bzpm`=>{ۼ8bڛ94&/{a ҌAU$!̥gwj"pݎw!|{|7,ыBl@-fԁ4/͸a`wB1 g.]J#2 y.,; v ]ʖ[5rG, J:+~+-^Of0mZqE'{>k<֚c/gOu|g3.Hk']Ͼb}L p8wj50MB^3T>ˢQJD#N@pjV-/c(Y%IUb:uD=OzlJ o"wg&^ޘJ"֢NWI:\8ޞ1qL\VhR9]^#!kMgК!룯#{]I\+ܘduXbᆪvh|"[?R8?Lv?XklG?h`;UW*-ǫWCRV1CLʶ~SFU]ʠ!.{K To 0"^@s~aø pL1){,cvq_afc-=v~w%׿r]q?!caHwfP"~"BwXmuy ?cQ\O|^5;r/JSO؊x./K ʢw^`ǔ ݀Jqާul Y |y.§1Bx2mbۏQ(z:~*ǒukK0wܔQ-)J,m..b6}"B٨'#]Tk[}mb_vN.E{Dz΂Бo?QG,Qha>n3?aKW_ͩ1&uey}S,jn<vtzVSΣ IJ1۰RFJ/0rTHXԝKӣ? MCAȍ*$y:0י.Gb)yqG<-`|-B9l}GƠ!!=vvZ54JA/2Us>N]6kM|f)VS9YkГW&F(it'Ajx\&4~e=# ïx̛֊kSٔ]KMNz5UKsTך{h*2h VAo( V~YP*Pm.\qvnj{Z`ԳnP7ZX뭫lM]JއʎcB@)1:],uú!UhWJfuҴsuDf|le' fvZFk4狱)U{s>h?}'LEYjrN)'Wl)\zYcb.N@|4]j$DJ==i m.2Ltp?RZ3UhZR2<~4U1LآTSkRmgGH=LL *`jS߈IuS%#uZ/ ʃ]C]]|*s2[nf{*TtA&?7KʨZN0g g%h VG/CZ%#ߚ΀}:YϷ,gN,d\vr*mpu6eZYk9S#O ;-R#HApi4eTh QJ.̞azjSճki3JcTU֡QERgK9ynL cEyZ/P_˥r=TBnwiB?1D}F*{^ZD5pȀu3z~J'IW*eyiN{Q',B&XM&"&LIyt|B>Fauϔ"(ߞ|.!Ap܀ۑ&P^'Ÿc>|Mj~t*SWv(9ɔ5}^TFl#W{(VyIxN%&ĵUtii6gtDNqxWX`IRVP!=šuz*%S޶ɰAuЦ,H'5v5mlSW? #,_Y0Ɍ~#brѸqDC,kD]zj&M2RwH"̲Mf۸?=&WC=c:=<şߙAFzam,i(]eG CeNfض.ma H3Q|oaƽcɛFY*`B:rd(%*dO!$ỿ>fI6{y֕Þkz62:0Jt%_cט9!mb\6A!Őg ?bgX} ֊!ZK9y=6e1ܛRR2&A!Xp/-ugį.kXh>E5ODbû}Z>-,f&s@者OzI ,rjEt84 {@:}+ Kqs!:n5D&;-2XԏK‰xLeE7QMsx4th]uNJen]Vu!Kuԓ{ل9yAJ^qQ-b:`c mD;m6=ZA"k$Y1P5J_Sմ,󌔗=B # J. &f%i5X=L6|[U O'8Y+8,C$VA[3M!b*&i,P,Kex)l^\2HY:~STǢ<ľߐ%X(@\iά4fMO?-4~gMBr0Yej3ěQ- S,eHx哏Xy>R;PVD]qz_ =ŷPF.bv,i zp)ug6hsHNB^BwAũq@NfF ` 0Tx݋WWW+SCIb GY ]p0WFV3ހ nu!6+ j>UerhuWD89?@ZHc._I|K9Xn,܋VŰKk|C JGV&1hSd{#-iFU98^wQ0'kɇ'6S TB`G*uc\֛ e?2╨1#[IoeIuAxRΌ5 sYಈ+ɢ'Ӛg[&Ryȸ 2d:*6wS,?u%)&(^?9iHdQ|k ;GNsN N/c1uKfh?T<ǭrZq.R4ڏ<]ԙqn&uZ:ϔ:jcuV+YJ҃z /L!Bz'BT|h c-kla8TfWPΐijg,!ҢM)q3\u`2sQWiZ6iUdUe#w:֛P>u#u9 y ;Q>c !`xOxu[Z&mrnjxpnftR*2ߘP+7^v]s@2|Uf/8WC}^SWC@UyELb۽ydWޢ`fW@><>ǚ'xp2e1fȗ]sj)~o``}S Gc"5$6Ne4 HԔ(n\bcr׈5)nXL(afKyMFRUN  k…t68P!= 0Vsl 7()կQ*yؙDg2,Ü)'⿙]Us"e @v͝l-;#\wgXZ̀/SL CDpQ!V@fʸSPҞP꘦cM>tz@UÕՔ!G;}ONn86^)!Θ S@~+5wKK>ݛNT=s6(|wHpiֲ&}ρ1U$z䢀9Nq=R4ɂ7;T5xҖF`”`DMڶ"})4U]v+zW ,l+`&$)BdnE3U4M%  :k_kke& PPG, âtd.oB%*f IU())_v#Ô\IP|5CFJ;xLt{ =~I KNI7YC -dR\s28PY0]z*ƨo ߹zytw-Yr +Mly3hu@׀hoXڟ)I\kUύB|cG1Y봍I!d^5jZVɲT/z,2@ OEQEPv>j a G "t0)E)v:s0߃IzCu w3DooiݮH_Do0Ξ>坅ΦIUէGq b5n#Č˂^hw_FB ً_3n 86Yo{N0IDv+Z5_,Yzš)%Z)U5aOZЁ%UUB9W+xYns MyyY5g wPk&9.P~D\/wzIWd655{PFݪ\=Ս]![|QL:e(ǽT )bc)uS)E .<{pO3ewxMɹ~'|/Tt  +JXlx|O,O~xd٣:B}2MhD(tޝ\|z0fΒVySw^]u2Rtf7+/^n^n͑GldOg矌ң%獍 zac{mc_X v8 b_{~[=!P ŏ9ȵ8$riKoyz=o98t+71cJ<Cp\Ag,;cC4YWmH+"Ȣ#w3(J$YU(V6l.Zc/&en@& kaZw'm<(>4Κ;o =882 c wPujDA}~.NDS6ڭ88;=9_3f8QgGXx@1Y^8z /k@  K6;t 6LVm'PXU-j@3aF'Pj=|a"^^8j hk ZVnޒh>*[Yj<śX(~!ބ8rzw{;ݙyw$;u7Pn|II?ZP{#z_n>h<$ⅹ|zZKcxu i9돀P3I/"`9Pwn!0rn^ƛrD 1ma|jyBD`QG |L$>`1>v )vѐvo8_aKU5~L;oAUR5[], + m/ӽQl=O%kKC|"ohe&r9e܈ |/2&Ʉ-M^sB2QIn$B%dVHŶU׿W(!mB{ԕN0d-'4(()'Ӟ2+0V>8l7[oD$}h>9iY@b;"@ˆ4q0.G9?VN1.mO6XmŽ[{f"^LSX[*"A9`EY9=t"ke%7g)er9ѷA;]{@єpu/ÈST9&Bw4YB0& YOdtSic7jʩt>8ұ%Z2A[Ou<P}? [5R­eNڇ')v-=Rs$.f(=Qi^3 ΅8NRޖ񁿢.u0??"`|3fB[[9F(ץ1 I{z`NX+;Xӥb.CXfe@@^ ~H0ژoB6P9=9kOnqɇcQoTF`X`E#/݈";m[mFzQ̑FbDo .sD\zGZ3 U*9 KJbFJշؾGnxk7OAZ T hO 0xiOTp` gj#G3n@!L6& f' #.6~$ߪRխ6&{: R**IJi#34I k2S|#\`߱2H3Ŀ&wPS+ctJ40Zi:۩wjL-7Ml;榯ȇ$S:Q8 Td( ՇW]|Ik& %-bT17> 6iPk)C44B@Z ZN%tz Ƭ&oa.G%4mfc\2F'rt ӃVTȿqWK<gmLzEr<9=<=Nc"Ve*Yρ+[=WVh wT3qj2<Ovw~[Gp7\nܸ0i' (7;p'#ì4FvF&#޺qc0듵A ~O.*n~/S񨵍cXk!^KOm,my[7L2 Ϫٹn^\>Pݮ4@w?P2P"WI)UjZ"[k[rMrc,/PSJun3/i*Rr-}$+b:߮:kwVaOWG+ʰZc>Щsbߓ\UshZ^zHz1J4}{;h|j)@觓os"|ُ%Nu85,ffx6eJMӗ ŽTxdm@ߡz=W* f ʽ4=tϰ-?TE@bP_7 ؟jgd#G1֢TkyW$o[Y "$e0/g{Լ;Nq9y8EetvRW;E.m܂{= ZUSgi(EPߜQ]#ʴ {{Vfh 7 Nѡ@@蓠/#D$(ee[1춧ͻ<)LV"JڇFU;C)Es3,6磐a>ߎC(AT _*S3cA'Ck+^JVU[X5wfɇU?`C++N%Z\w?sb1^Wv!e!Ch-dgNw$cml<M+O|@KIU|Fͯ>b~|rI )z9T\Q.VI(DBSOU *z̞Ruv4 Ȉjst ~Q8>ډ,)-aEƆP64.Vcľr}\pobՒ皶fCl:.="]-!kXUxnK85W.j4l8hY;hJ }f{9cit7ݚELqTPګe쬦~KLx- g*P7Zژ@@[%PNO.>],qB>StK4㻶\~?wgt?šle-^sv_Hijz*2?^lfyڧߜ͛UЁta(OSO˼$̯_J/9}|KE7wAlZD c&/Gw x-xBPDz<7 gYѾd] `ݷ_ԘdN;l]j :G$mg凴%} ]ըI_]|(к /2I\y(Sg @nPaumL"FYh#cXz!v<4dž"0elZ դɯM&Ki<@}AMCĶ|pۚꞦCQa;~ S 0qrF,D:s/kEdϯ$NKܫeX V@T7D'F7Vo+q|m'/ ym)'-m@9Ү ?9jF PrB^i W{k3mf" +ۣq]< xYQ%lڇ ^q3<9:c 2@k~.>IED\b_x^hfPdj]G]Toƞ~ - 7G\_kHVi4z-ɀy``#U=\Qs'[orڂNFfϣvxEX^ƢTgQ|S=qS&-+ҟjF\6h-kf.fa`Gp!`d19m$70񬴉eb#Dv?hF6JOULNJjDzl&Ě9pD.ϫ\# ;-sd$I#Iz`?aHqr|5RQW|U0EHu8_{׏8:ptkŕ멘Dǀc艓 ex]Ov.n2Q՝Rp:T˿\[k[GkW5Άwؖ=EKl4/|}[D{-K- b7nO돪0ڑVLCQ*PqRuF%=#K@#lNz=ZgNMՖ :[?2k)la\N+0%ۂU] AK9afjƜ%R-\}YVA9|1y )Fhݵu4㸤9}Fs(6B@TM74a"e)-\`k+Dc 0AԖwsi*UDW>еLC Iu"-Z/dV>YK$q mr :. (ʨ"߷*gRuGlYDptUVaQk0sRcđ(H~/H#zH,d1Hu$ԑ-⛩#C:JzR5㚲m "t :8g8rq̪ϒB!䏕|ޓ';{y0jeҚw.r: 4 J>QhICIx5ڹe8r*0  iDgGcbXdL9#'̵0dM!B6fdjHi }8NPQ.CI{]9(1r3 3U|A'wɨC!|fGLF@T8҃@@Bлz#$;k0 :RWJEP}̹T}GE,iz""+P" ԁc, .FJ6qL^xzH$e ,&ojp⺢V&#UǯW`;u#jJ)Q󖪧 z-5St޾͌=Rnt?$9Wx9{[r)o_}i }Ͼ#YRъU\vXuϭ,Wu!UF|ˋ4"i(|euex?U.ײUjv:˗@Jd Zm OV_gvO*7㳿+-9xPƞz}{)ga0QŞQ()gb=H*yz! ;M^L0$<37⠵&"{2 No⌡M3&UGaKO!C=u,w>$U2@εŹߴ6RNъ;hN$?+| k70 %6ȲDXK&Sc_ϟ M*] ^.XS'gӽ^c]q,!dNvS7Tr$w_ z{;qt][۫Tvœ\o;_e3n?ŕJe7w*_G1o ;}Ã#6GbCk= 31wynہ7EҐuCD"*ˢ#9q7?v罰E{!t LZhi#_