免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 4002 | 回复: 9
打印 上一主题 下一主题

[安装配置] 7043150升级微码失败 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-06-12 12:19 |只看该作者 |倒序浏览
本帖最后由 xinshouzhe 于 2010-06-12 12:21 编辑

# lsmcode -c
System Firmware level is TCP03126

#mkdir /tmp/fwupdate


下载微码。

ftp> cd /tmp/fwupdate
ftp> lcd C:\
ftp> bin
200 Type set to I.
ftp> put 7043150I.bin
# cd /tmp/fwupdate
# ls
7043150I.BIN
# ls -l
-rw-r-r---   1 root     system         2920 Dec 31 19:02 7043150I.BIN
# chmod u+x 123.bin

# ls -l
total 8
-rwxr-----   1 root     system         2920 Dec 31 19:02 7043150I.BIN
# ./7043150I.BIN
exec(): 0509-036 Cannot load program ./7043150I.BIN because of the following err
ors:
        0509-111   The s_scnptr or s_size field of the
                  .text section header is invalid.
        0509-194 Examine file headers with the 'dump -ohv' command.

请问下边该怎么办啊?谢谢。

论坛徽章:
0
2 [报告]
发表于 2010-06-12 13:32 |只看该作者
重新下载,在ftp到主机上后,使用sum命令计算,和网站上给出的值作对比,完全一致才对

论坛徽章:
0
3 [报告]
发表于 2010-06-12 14:16 |只看该作者
你的操作步骤是错的,而且怎么多出了一个123.BIN呢
??
----------------------以下是我的操作------------------------------
ftp>bin     -----一定要加此命令,否则解压时会有错误。
   ftp>put 7026HM80.BIN
   解压升级文件
   #cd /tmp/fwupdate
   # chmod +x 7026HM80.BIN
   # ./7026HM80.BIN
     CM_MM_060505.img
   校验升级文件
   #sum CM_MM_060505.img
    28838 4985 CM_MM_060505.img   --28838就是校验码,
   校验码要跟Desc    (Instructions document) 文档中提示的表Firmware Levels, File Sizes and Checksums要一致,否则不要更新。
升级
    当校验没有问题后,就可以升级了。不过要确保在升级过程中不能掉电。
    #cd /usr/lpp/diagnostics/bin
#./update_flash -f  /tmp/fwupdate/CM_MM_060505.img
--------------------------------------------------------------------------------------------

论坛徽章:
0
4 [报告]
发表于 2010-06-12 14:35 |只看该作者
楼上的,lz的步骤没有错啊,123.bin只是7043150I.BIN的一个替代写法而已,lz的7043150I.BIN文件有问题,文件头有错误。

论坛徽章:
0
5 [报告]
发表于 2010-06-12 14:42 |只看该作者
谢谢楼上的兄弟,安照你的步骤重新上传了一次,可以升级了。那个123是搞错了,参照别人的升级步骤搞的。
# cd /tmp/fwupdate
# ls
7043150I.BIN
# ls -l
total 1312
-rwxr-----   1 root     system       670097 Dec 31 21:44 7043150I.BIN
# ./7043150I.BIN
UnZipSFX 5.32 of 3 November 1997, by Info-ZIP (Zip-Bugs@lists.wku.edu).
  inflating: TCP09267.img
# sum  TCP09267.img
24936  1024 TCP09267.img
# cd /usr/lpp/diagnostics/bin
# ./update_flash -f /tmp/fwupdate/TCP09267.img


***** WARNING: Continuing will reboot the system! *****

Do you wish to continue?
Enter 1=Yes or 2=No
1

SHUTDOWN PROGRAM  
*  Ple
Standa
Wed Dec 31 21:53:27 CST 1969       #RELent     #LINent  

Wait for 'Rebooting...' before stopping.rimary G
0x00000000  0x0000      0x0000
Error reporting has stopped. AIX Operating System.      
Advanced Accounting has stopped...                        Section He
Process accounting has stopped.      
*                    
P
nfs_clean: Stopping NFS/NIS DaemonsRAWptr      RELptr *               
0513-004 The Subsystem or Group, nfsd, is currently inoperative.00000054  0x0000d1ac  0x00000000                                
0513-044 The biod Subsystem was requested to stop.   
LN#ptr       #RELent     #LINent     Flags   
0513-004 The Subsystem or Group, yppasswdd, is currently inoperative.
0513-004 The Subsystem or Group, ypupdated, is currently inoperative.
Stopping TCP/IP daemons: ndpd-host lpd routed gated sendmail inetd named timed r
whod iptrace dpid2 snmpd rshd rlogind telnetd syslogd
Removing TCP/IP lock files
0513-044 The hostmibd Subsystem was requested to stop.
0513-044 The snmpmibd Subsystem was requested to stop.
0513-044 The aixmibd Subsystem was requested to stop.
0513-044 The muxatmd Subsystem was requested to stop.
0513-044 The qdaemon Subsystem was requested to stop.
0513-044 The writesrv Subsystem was requested to stop.
0513-044 The ctrmc Subsystem was requested to stop.
0513-044 The IBM.ServiceRM Subsystem was requested to stop.
0513-044 The IBM.CSMAgentRM Subsystem was requested to stop.
0513-044 The IBM.ERRM Subsystem was requested to stop.
0513-044 The IBM.AuditRM Subsystem was requested to stop.
All processes currently running will now be killed...
Unmounting the file systems...

Bringing down network interfaces: en0 lo0

Dec 31 21:53:58 portmap: terminating on signal.
Rebooting . . .

论坛徽章:
0
6 [报告]
发表于 2010-06-12 15:14 |只看该作者
回复 4# dfxsoft


    微码上传的时候出错了,没有上传成功。重新上传一次后升级成功。

论坛徽章:
0
7 [报告]
发表于 2010-06-12 15:31 |只看该作者
你是不是 有些进程啥的 没停 就开始升级了?

论坛徽章:
0
8 [报告]
发表于 2010-06-12 16:33 |只看该作者
第一次上传时在FTP上等了半天没提示,在命令行里能看到该微码文件,就开始升级了,结果就出错了。后来重新上传的时候很快就提示上传成功。升级就ok了。

论坛徽章:
0
9 [报告]
发表于 2010-06-13 19:41 |只看该作者
这种操作最危险。。。。。

论坛徽章:
10
处女座
日期:2015-01-22 16:08:50技术图书徽章
日期:2018-09-13 11:25:52技术图书徽章
日期:2018-09-13 11:25:45技术图书徽章
日期:2018-09-13 11:25:37技术图书徽章
日期:2018-09-13 11:25:29黑曼巴
日期:2018-06-04 09:03:192017金鸡报晓
日期:2017-01-10 15:19:56极客徽章
日期:2016-12-07 14:03:402015年迎新春徽章
日期:2015-03-04 09:50:28技术图书徽章
日期:2018-09-13 11:26:01
10 [报告]
发表于 2010-06-14 20:23 |只看该作者
千万小心
生产环境就不要这么随意了哈
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP