Chinaunix首页 | 论坛 | 博客
  • 博客访问: 126520
  • 博文数量: 30
  • 博客积分: 2090
  • 博客等级: 大尉
  • 技术积分: 301
  • 用 户 组: 普通用户
  • 注册时间: 2007-07-27 09:11
文章分类

全部博文(30)

文章存档

2011年(2)

2010年(2)

2009年(5)

2008年(21)

我的朋友

分类:

2008-07-17 14:46:20

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.完成
 
阅读(1576) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

qingzhi762008-07-17 16:57:44

自己看看