科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网服务器频道安装RedHat在Proliant DL140服务器

安装RedHat在Proliant DL140服务器

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

本文介绍了安装Red Hat EnterPrise Linux 2.1 在Proliant DL140服务器的方法。

2004年4月6日

关键字: 服务器 ProLiant Red hat

  • 评论
  • 分享微博
  • 分享邮件
    ZDNetChina服务器站 x86服务器技巧

    为了成功安装Red Hat Enterprise Linux 2.1 在Proliant DL140 服务器, 某些步骤必须要做在安装操作系统时.

    详细:

    执行以上所有在安装Red Hat Enterprise Linux 2.1 在 HP Proliant DL140 服务器.

    执行以下步骤去安装NIC驱动

    备注: 可以在以下的URL下载最新的驱动.

    http://h18000.www1.hp.com/products/servers/linux/softwaredrivers.html

    1. Unload the current NIC drivers by issuing the following commands:

ifconfig eth0 down
ifconfig eth1 down
rmmod tg3

    2. Install the source RPM package by issuing the following command:

rpm -ivh bcm5700-[version].src.rpm

    3. Change Directory to the RPM path and build the binary driver for the kernel by issuing the following commands:

    cd /usr/src/
    rpm -bb SPECS/bcm5700.spec

    4. Install the newly built package (driver and man page) by issuing the following command:

rpm -ivh --force RPMS/i386/bcm5700-[version].i386.rpm

    5. Edit the /etc/modules.conf file by issuing the following commands:

Replace "alias eth0 tg3" with "alias eth0 bcm5700"
Replace "alias eth1 tg3" with "alias eth1 bcm5700"
Add “options bcm5700 enable_wol=1,1”

    6. Load the driver by issuing the following commands:

insmod bcm5700
ifconfig eth0 up
ifconfig eth1 up

    执行以下步骤去安装IPMI(IMB)驱动

    备注: 可以在以下的URL下载最新的版本.

    http://h18000.www1.hp.com/products/servers/linux/softwaredrivers.html

    1. Unzip the utility by issuing the following command:

    unzip dl140ipmidrvas21-[version].zip

    2. Install the driver by issuing the following command:

     rpm -ivh --force ipmidrv.rpm

    执行以下步骤去安装SMS工具

    备注: 可以在以下的URL下载最新的版本

    http://h18000.www1.hp.com/products/servers/linux/softwaredrivers.html

    Unzip the utility by issuing the following command:

    unzip dl140smsagentas21-[version].zip

    2. Install the utility by issuing the following command:

    rpm -ivh --force smsagent.rpm

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章