当前位置: 首页 > 图文教程 > 服务器 > Linux服务器 > linux系统下dell PowerEdge2650服务器BIOS升级

Linux服务器
routeros的简单使用说明
ROS基本的设置向导之一
ROS基本的设置向导之二
ROS基本的设置向导之三
ROS基本的设置向导之四
使用ROS过滤网址和关键字
MikroTikRouterOS简介
RouterOS双线负载均衡
RouterOS的详细的设置方法
利用RouterOSVRRP配置路由器热备份
ROS专业企业软件路由防火墙功能介绍
软路由Routeros安装经典实例
Routeros2.96网通和电信策略路由表
一个完整的ftp远程批量shell
防止邮件服务器被滥用
Linux对象存储文件系统的技术架构研究
apache中禁止mp3试听
routeros端口映射方法
如何用ROUTEROS封闭P2P类软件
全面解决ROUTEROSIP限速问题

Linux服务器 中的 linux系统下dell PowerEdge2650服务器BIOS升级


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-18   浏览: 102 ::
收藏到网摘: n/a

最近买了两条2G的内存,插上后发现系统每条只认到了1G,我一般很少怀疑别人的人品的,所以想到可能是BIOS版本太低。

在dell的网站上转啊转,在一大堆英文中找到了2650的linux版BIOS升级程序。

wget http://ftp.us.dell.com/bios/PE2650_BIOS_LX_A21.BIN

找台机下载后执行一下

chmod +x PE2650_BIOS_LX_A21.BIN

./PE2650_BIOS_LX_A21.BIN

晕,这个程序用到了rpm等redhat特有的东东,在debian上运行不起来,尝试在debian下安装这些东西,结果失败。

没办法,dell的这个程序只支持redhat和windows,其它版本的操作系统跑不了,我也不想硬来,免得罗嗦。

问人借台机先试一下吧,找了台redhat el5的服务器,运行一下:

./PE2650_BIOS_LX_A21.BIN

等了好一阵子,要有耐心,就会出来一个说明文字,纯英文哦,我看不太懂,先把它拷贝存着,然后按q键跳过说明文字,继续安装:

Error while loading shared libraries: libstdc++.so.5:

cannot open shared object file: No such file or directory.

You must install the Linux compatibility libraries.

To install the compatibility libraries, use the following command:

"rpm -ih compat-libstdc++-33-3.2.3-47.3.i386.rpm"

飘错了,libstdc++没装,在google上搜吧,找到一个:

wget ftp://ftp.pbone.net/mirror/www.startcom.org/AS-4.0.0/os/i386/StartCom/RPMS/compat-libstdc++-33-3.2.3-47.3.i386.rpm

rpm -ivh compat-libstdc++-33-3.2.3-47.3.i386.rpm

这个包居然没有其它依赖,顺利安装完成,重新运行吧:

./PE2650_BIOS_LX_A21.BIN

……说明文字……按q跳过

Collecting inventory...

...............

Running validation...

BIOS

The version of this Update Package is newer than the currently installed version.

Software application name: BIOS

Package version: A21

Installed version: A13

Continue? Y/N:y

Executing update...

WARNING: DO NOT STOP THIS PROCESS OR INSTALL OTHER DELL PRODUCTS WHILE UPDATE IS IN PROGRESS.

THESE ACTIONS MAY CAUSE YOUR SYSTEM TO BECOME UNSTABLE!

........

The BIOS image file is successfully loaded. Reboot your system to complete the update. Do not shutdown, reset, power cycle or switch off your system before it has restarted.

Would you like to reboot your system now?

Continue? Y/N:N

The system should be restarted for the update to take effect.

[root@localhost ~]#

嗯,这正是我想要的结果了。

今晚去升级那台有两条2G内存的机器,初步定的计划是拿一块2650的装有redhat el5的硬盘,插进去开机改好ip,然后远程升级重启。

升级过程还算顺利,从A10版升级到了A21版,但是并没有能解决2G内存的问题。

想不到办法了,只能退回去换4根1G的。