################################################################
1. Load the ISO or img driver file during OS installation.
1.1 image file Loading method :
*.iso --- using the Virtual CD/DVD
*.img --- using the Virtual Floppy
1.2 Application Description
1) The RAID driver needs to be loaded when the OS is installed on the hard disk of the RAID controller card.
2) SAN Boot Start the OS to load the FC card driver.
1.3 Guide to Loading Image Files
For details, see the operating system installation guide.
https://forum.huawei.com/enterprise/en/huawei-server-os-installation-guides-summary/thread/407583-895
NIC-X710_X722_XL710-Citrix7.1-i40e-2.0.23-1-x86_64.iso
---Intel XL710/X710/X722 NIC PF driver
CNA-MZ520_MZ522-Citrix7.1-netxtreme2-7.14.48-1.x86_64.iso
---Qlogic MZ520/MZ522 PF driver
NIC-QL45604-Citrix7.1-qede-8.33.9.0-1-x86_64.iso
---Qlogic QL45604 driver
RAID-3004iMR_3108_3408iMR_3416iMR_3508_3516-Citrix7.1-megaraid_sas-07.706.03.00-1-x86_64.iso
---Avago 3004iMR/LSI 3108/Avago 3508/Avago 3408iMR/Avago 3416iMR/Avago 3516 driver
2.The following driver files be installed manually after the OS finished install:
onboard_driver_Citrix7.1
--the following drivers
RAID-PM8204-Citrix7.1-smartpqi-1.2.12-025-1-x86_64.rpm
--PM8204
Install Steps:
1)mount /dev/sr0 /mnt // mount the CD-ROM drive to the destination file
2)cp /mnt/RAID-3152_2100-Citrix7.1-smartpqi-1.1.2-125-x86_64.rpm /root/
3)rpm -ivh /root/RAID-3152_2100-Citrix7.1-smartpqi-1.1.2-125-x86_64.rpm
4)reboot
RAID-3004iMR_3108_3408iMR_3416iMR_3508_3516-Citrix7.1-megaraid_sas-07.716.01.00-1-x86_64.rpm
---Avago 3004iMR/LSI 3108/Avago 3508/Avago 3408iMR/Avago 3416iMR/Avago 3516 driver
Install Steps:
1)mount /dev/sr0 /mnt // mount the CD-ROM drive to the destination file
2)cp /mnt/RAID-3408iMR_3416iMR_3508_3516-Citrix7.1-megaraid_sas-07.716.01.00-1-x86_64.rpm /root/
3)rpm -Uvh /root/RAID-3408iMR_3416iMR_3508_3516-Citrix7.1-megaraid_sas-07.716.01.00-1-x86_64.rpm
4)reboot
FC-ISP2532_ISP2714_ISP2722-Citrix7.1-qla2xxx-8.08.00.08.71.0-k9.x86_64.rpm
---QLE2560/QLE2562/QLE2694L/QLE2690/QLE2692/QLE2740QLE2742 driver
Install Steps:
1)mount /dev/sr0 /mnt // mount the CD-ROM drive to the destination file
2)cp /mnt/FC-ISP2532_ISP2714_ISP2722-Citrix7.1-qla2xxx-8.08.00.08.71.0-k9.x86_64.rpm /root/
3)rpm -Uvh /root/FC-ISP2532_ISP2714_ISP2722-Citrix7.1-qla2xxx-8.08.00.08.71.0-k9.x86_64.rpm
NIC-Hi1822-Citrix7.1-hinic-3.0.0.15-1-x86_64.rpm
--- Hi1822 driver
#Note: Please replace the xxx.rpm with the archived package name for the actual driver installation.
#Upgrade installation:
1. rpm -Uvh xxx.rpm
2. rmmod hinic;modprobe hinic
3. modinfo hinic |grep -i version
#Downgrade Installation:
1. rpm -Uvh xxx.rpm --oldpackage
2. rmmod hinic;modprobe hinic
3. modinfo hinic |grep -i version
NIC-Hi1822-Citrix7.1-hinicadm-3.0.0.15-1-x86_64.rpm
--- Hi1822 driver
#Note: Please replace the xxx.rpm with the archived package name for the actual driver installation.
#Upgrade installation:
1. rpm -Uvh xxx.rpm
NIC-BCM57840-Citrix7.1-bnx2x-1.715.0-1-x86_64.rpm
---BCM57840 driver
1) Upgrade installation:
1. rpm -Uvh xxx.rpm
2. rmmod bnx2x;modprobe bnx2x
3. modinfo bnx2x |grep -i version
2) Downgrade Installation:
1. rpm -Uvh xxx.rpm --oldpackage
2. rmmod bnx2x;modprobe bnx2x
3. modinfo bnx2x |grep -i version
NIC-QL41202-Citrix7.1-qede-8.42.10.0-1-x86_64.rpm
---QL41202 driver
1) Upgrade installation:
1. rpm -Uvh xxx.rpm
2. rmmod qede;modprobe qede
3. modinfo qede |grep -i version
2) Downgrade Installation:
1. rpm -Uvh xxx.rpm --oldpackage
2. rmmod qede;modprobe qede
3. modinfo qede |grep -i version
评论0