Chinaunix首页 | 论坛 | 博客
  • 博客访问: 450048
  • 博文数量: 96
  • 博客积分: 4594
  • 博客等级: 上校
  • 技术积分: 1130
  • 用 户 组: 普通用户
  • 注册时间: 2009-07-30 19:56
文章分类
文章存档

2012年(8)

2011年(49)

2010年(18)

2009年(21)

分类: LINUX

2012-03-31 16:53:16

Install HP NC552SFP 10Gb 2-port Server Adapter Driver on RHEL5.5

1.      Download the Driver software.

2.      Build Environment Setup.

This package requires the presence of certain other packages that provide the right build environment to enable building a KMP binary rpm form the source rpm.

So  Please ensure the following below are installed.

I installed this package by yum:

(Tips: yum repo good configuration)

#yum install –y redhat-rpm-config

#yum install –y kernel-devel-

#yum install –y kernel--devel-

#yum install –y rpm-*

#yum install –y gcc

3.      Install the source package.

#mkdir –p /usr/src/packages/SOURCE

#rpm –ivh hp-be2net-.src.rpm

4.      check for the existence of a current version of the be2net package

#rpm –qa | grep be2net

if exist , use –e options remove it

5.      check for the old version of be2net.ko into the kernel and remove it

#lsmod | grep be2net

if exist , use #modprobe –r be2net     remove it .

6.      Install the new binary RPM package.

#rpm –ivh –nodeps /usr/src/redhat/RPMS/x86_64/kmod-hp-be2net(tab).rpm

7.      verify the driver version.

#modinfo be2net

8.      install be2net modprobe

#modeprobe be2net

9.      the configuration you ip address and other setting . ensure that

#cat /etc/modules.conf   

alias ethx be2net

alias ethx+1 be2net

10.  #lsmod | grep be2net

Tips: This HBA adapter support the new feature  SingleRoot IO virtulization(SR-IOV)

you can set up the parameter about it .  read #modinfo be2net

阅读(4350) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~