【正文】
ease 版本號. 源文件將解壓到 linuxrdac 或linuxrdacversion 目錄 (version是指 RDAC 版本???fibre channel HBA 設(shè)備驅(qū)動 readme 文件或 fibre channel HBA User Guide 以指導(dǎo)設(shè)備驅(qū)動的 nonfailover 版本。3. 在 Linux OS 屬性文件里檢查下列 entries :a. 在 RedHat RHEL 主機(jī)上, 假設(shè)在 /etc/ 文件里對于 physical HBA drivers 有一個 scsi_hostadapter entry,如果系統(tǒng)有 IBM FC2133 FC HBA, 將有一個 scsi_hostadapter entry 類似于別名 scsi_hostadapterx qla2300.Page 10 of 12b. 在 SuSE SLES 8 主機(jī)上,假設(shè) lowlevel HBA driver 名稱被包含在/etc/sysconfig/kernel 文件里的 INITRD_MODULES 字符串,例如,如果系統(tǒng)有 IBM FC2133 FC HBA, 則 INITRD_MODULES 字符串將包含字母 qla2300.4. 保證 RDAC 安裝之前 kernel source tree against which to build the Linux kernel version 已被安裝。ln sf /usr/src/linuxversion /usr/src/linux. 3. 確認(rèn) kernel 版本 synchronization between the driver and running kernel, 在 Linux console 窗口輸入下列命令,輸入每一個命令都按 Enter. cd /usr/src/linux make mrproper (pletely clean the kernel tree) cp /boot/config`uname r` .config (copy the new config)make oldconfig (update configuration using .config) make dep (rebuild the dependencies)make modules (build the modulesnot require on newer kernel version)RDAC driver building for SuSE and RedHat:1. 改變到 linuxrdac 目錄. 2. 在該目錄移走舊的驅(qū)動模塊,輸入命令: make clean 3. 按 Enter.4. 在多 CPU(SMP kernel)的主機(jī)上編譯所有的 driver modules 和 utilities, 輸入命令:make 5. 按 Enter.RDAC driver installation: 1. 拷貝 driver modules 到 the kernel module tree 并建立新的 RAMdisk image () ,里面包含了 RDAC driver modules 和在啟動期間所需要的所有的 driver modules ,輸入 make install 并按 Enter。 則 RDAC RAMDISK 沒被創(chuàng)建。2. 輸入 lsmod 已確認(rèn) driver stack 被正確加載。5. If you make any changes to the MPP configuration file (/etc/) or the persistent binding file (/var/mpp/devicemapping), run mppUpdate to rebuild Page 12 of 12the RAMdisk image and to include the new file so that the new configuration file (or persistent binding file) can be used on any subsequent system reboot.6. The file /etc/ should have entries for , , and in order to capture all debug and error messages for MPP driver.