升级过程:
第一部分 升级Cisco SCE的os
第一步
SCE2000(config)#boot system ftp://cisco:cisco@192.168.1.1//SCE??????.pkg
Verifying package file...
.............................................................................................................
Package file verified OK.
SCE2000(config)#exit
第二步
SCE2000#copy running-config startup-config
Writing general configuration file to temporary location...
Extracting files from 'ftp://cisco:cisco@192.168.1.1//SCE??????.pkg'...
Verifying package file...
................................................................................
Package file verified OK.
Device '/tffs0/' has 260431872 bytes free, 93540941 bytes are needed for extract
ion, all is well.
Extracting files to temp locations...
................................................................................
renaming temp files...
Extracted OK.
Change dest p_w_picpath to /tffs0/system/p3hidden/SEos
Backing-up general configuration file...
Copy temporary file to final location...
SCE2000#
第三步
SCE2000#reload
Are you sure? y
the system is about to reboot, this will end your CLI session
第四步 升级完成后校验
SCE2000#sh ver
System version: Version 3.1.6 Build 157
Build time: Mar 31 2008, 18:58:49 (Change-list 303626)
Software version is: Version 3.1.6 Build 157
第二部分 更新pqi文件
可以有两种办法:
第一,用BB console软件更新 在 network navigator 里面选中SCE2000,然后 network--》install pqi 开始更新
第二,cli执行更新
注意:其中cisco为cisco配置的用户名和口令
192.168.1.1 为FTP Server的IP
eng31679.pqi文件放在FTP Server的根目录中,是协议注册文件
将pqi文件应用到端口:
sce2000#config
sce2000(config)#inter linecard 0
sce2000(config-if)#pqi install file eng31679.pqi
如果正常,配置文件是不会丢失的,当然为了安全起见,可以在升级以前将配置文件导出到ftp服务器上。升级完成以后导入配置文件:
SCE2000#copy ftp://cisco:cisco@192.168.1.1//running-080702 startup-config