F80安装AIX5版本的操作系统,之前也不确认是否能安装,直接用光盘引导,液晶屏停在E443,以前也碰到过,还是按以前的做法,让NVRAM放电,再从硬盘引导,lsdev -vp |grep alterable或lscfg -vp|grep -F .CL查看当前微码级别,然后确定当前微码不能安装AIX5版本的操作系统,确定原因之后,到IBM下载微码,filename :7025F80F.BIN ,ftp到服务器
#############update_flash所需升级包 devices.chrp.base.diag 5.2.0.0###########
mkdir /tmp/fwupdate
cd /tmp/fwupdate
chmod +x 7025F80F.BIN
./7025F80F.BIN
This file will be added to /tmp/fwupdate:
CL060505.img
---------------
Updating the Firmware
***
WARNING:
Do not power off the target server at any time before the update process completes. Be sure the system is NOT running any user applications.
***
Note: Checksums can be used to verify files have not been corrupted or altered during transmission.
----------------------------
At the AIX command line, enter:
sum CL060505.img
This command will produce the following output:
52328 3217 CL060505.img
The checksum is ----> 52328
---------------------------------------
cd /usr/lpp/diagnostics/bin
./update_flash -f /tmp/fwupdate/CL060505.img
You must have root authority on the target server to update its firmware.
-----------------------------------------------------------
As the firmware update takes place (during the automatic shutdown sequence), progress can be monitored from the operator panel. The checkpoints 99FF and 99FD alternately appear while the update is in progress.
At some points in the update process, these checkpoints may not change for ten to thirty minutes. If this occurs, be patient and allow time for the update process to complete.
Updating firmware must be initiated either directly from the AIX command line, from the Update Flash Diagnostic Service Aid, or from the Service Processor Menu.
centry21 于 2006-11-27 16:24:53发表:
收下了
wingsxxx 于 2006-11-27 13:47:36发表:
谢谢分享