1.准备
查看系统当前的微码级别
# lscfg -vp | grep -p Platform
Platform Firmware:
ROM Level.(alterable).......3R061030
Version.....................RS6K
Hardware Location Code......U0.1-P1/Y1
Physical Location: U0.1-P1/Y1
需要将微码升级到3R080425
微码下载地址:
介绍:
2.实施
# pwd
/tmp
# mkdir fwupdate
此处将70286C4F.BIN用bin方式FTP到630
# cd fwupdate
# ls
70286C4F.BIN
# chmod +x 70286C4F.BIN
# ls -l
total 8656
-rwxr-x--x 1 root system 4430377 Jul 17 14:18 70286C4F.BIN
# ./70286C4F.BIN
UnZipSFX 5.32 of 3 November 1997, by Info-ZIP ().
inflating: 3R080425.img
# ls
3R080425.img 70286C4F.BIN
# sum 3R080425.img
41435 4981 3R080425.img
# cd /usr/lpp/diagnostics/bin
# ./update_flash -f /tmp/fwupdate/3R080425.img
***** WARNING: Continuing will reboot the system! *****
Do you wish to continue?
Enter 1=Yes or 2=No
1
SHUTDOWN PROGRAM
Thu Jul 17 14:20:40 CDT 2008
Wait for 'Rebooting...' before stopping.
Error reporting has stopped.
Advanced Accounting has stopped...
Process accounting has stopped.
nfs_clean: Stopping NFS/NIS Daemons
0513-004 The Subsystem or Group, nfsd, is currently inoperative.
0513-044 The biod Subsystem was requested to stop.
0513-044 The rpc.lockd Subsystem was requested to stop.
0513-044 The rpc.statd Subsystem was requested to stop.
0513-004 The Subsystem or Group, gssd, is currently inoperative.
0513-004 The Subsystem or Group, nfsrgyd, is currently inoperative.
0513-004 The Subsystem or Group, rpc.mountd, is currently inoperative.
0513-004 The Subsystem or Group, ypserv, is currently inoperative.
0513-004 The Subsystem or Group, ypbind, is currently inoperative.
0513-004 The Subsystem or Group, yppasswdd, is currently inoperative.
0513-004 The Subsystem or Group, ypupdated, is currently inoperative.
0513-004 The Subsystem or Group, nis_cachemgr, is currently inoperative.
0513-004 The Subsystem or Group, rpc.nisd, is currently inoperative.
0513-004 The Subsystem or Group, rpc.nispasswdd, is currently inoperative.
_________________________________________________________________________________
# lscfg -vp | grep -p Platform
Platform Firmware:
ROM Level.(alterable).......3R080425
Version.....................RS6K
Hardware Location Code......U0.1-P1/Y1
Physical Location: U0.1-P1/Y1
3.完成
阅读(1602) | 评论(1) | 转发(0) |