1 升级操作系统
1.1 准备升级工具
升级前,需要准备以下工具:
●操作终端,可以是台式机或者便携机。
●网线、串口线。
●如果采用FTP、SFTP或TFTP方式升级,AR可以作为TFTP Client、SFTP Server、SFTP Client、FTP Client或FTP Server,需要准备相对应的TFTP Server、SFTP Server、SFTP Client、FTP Server或FTP Client软件。
1.2 查询当前软件版本信息
用户视图下,使用display version命令查看设备正在运行的系统软件的版本,确认当前版本符合升级前的版本要求。
1.2.1 场景三:AR作为TFTP Client,PC作为TFTP Server
这里以设备作为TFTP Client为例进行说明。
TFTP Server软件由用户自己购买、安装,TFTP Server程序建议使用TFTPD32软件。
将PC作为TFTP服务器,在PC上运行TFTP Server程序并进行相应设置
CONSOLE登录设备后:配置ip地址与tftp server连通
tftp serverip
1.3 备份Flash/SD卡中的重要文件
Flash或SD卡中的重要文件一定要在升级之前备份。重要文件包括:升级前系统使用的系统软件、配置文件、License文件和补丁文件。
备份补丁文件、License文件的方法和系统软件类似,这里不再单独举例说明。
以通常AR1220VW为例,假设当前系统的系统软件为以AR1220-V200R007C00SPC600.cc,数据配置文件为iascfg.zip(V200R007C00SPC900版本的默认配置文件为vrpcfg.zip)。
备份系统软件有如下方式:
AR作为FTP Server备份系统软件
AR作为FTP Client备份系统软件
AR作为TFTP Client备份系统软件
AR作为SFTP Client备份系统软件
1.3.1 方法三:AR作为TFTP Client
步骤 1设置TFTP服务器(参照“3.11.3 场景三:AR作为TFTP Client,PC作为TFTP Server”进行设置)
要确保备份过程中TFTP的应用程序不能关闭。
备份系统软件和配置文件到TFTP服务器上
备份之前先看一下要备份的文件大小,备份结束后比较一下传输大小、备份到服务器上的文件大小,确认备份成功。
对于使用SD卡的设备如AR2220和AR3260,以AR2220为例,备份操作如下:
<Huawei> dir sd1:/*.cc
Directory of sd1:/
Idx Attr Size(Byte) Date Time(LMT) FileName
0 -rw- 69,129,984 Apr 23 2011 13:51:47 AR2220-V200R007C00SPC600.cc
1,929,520 KB total (1,860,311 KB free)
<Huawei> dir sd1:/*.zip
Directory of sd1:/
Idx Attr Size(Byte) Date Time(LMT) FileName
0 -rw- 1,197 Apr 23 2011 14:01:47 iascfg.zip
1,929,520 KB total (1,860,311 KB free)
对于使用Flash卡的设备如AR150&AR160&AR200&AR1200,以AR1220为例,备份操作如下:
<Huawei>dir flash:/*.cc
Directory of flash:/
Idx Attr Size(Byte) Date Time(LMT) FileName
0 -rw- 47,393,408 Mar 22 2012 23:48:48 AR1220-V200R007C00SPC600.cc
468,336 KB total (428,432 KB free)
<Huawei>dir flash:/*.zip
Directory of flash:/
Idx Attr Size(Byte) Date Time(LMT) FileName
0 -rw- 843,312 Mar 22 2012 17:38:24 web.zip
1 -rw- 445 Mar 22 2012 23:59:52 iascfg.zip
468,336 KB total (428,432 KB free)
在AR上通过执行以下命令进行备份,以AR1220VW为例,假设备份的系统软件名为,备份的配置文件名为iascfg-bak.zip。
<Huawei> tftp 10.164.30.29
Info: Transfer file in binary mode.
Uploading the file to the remote TFTP server.
69129984 bytes send in 341 seconds.
TFTP: Uploading the file successfully.
<Huawei> tftp 10.164.30.29 put iascfg.zip iascfg-bak.zip
Info: Transfer file in binary mode.
Uploading the file to the remote TFTP server.
1197 bytes send in 1 second.
TFTP: Uploading the file successfully.
----结束
1.4 检查Flash/SD卡中的剩余空间
步骤 1检查剩余空间
在用户视图执行dir命令,查看Flash/SD卡中的剩余空间,确认Flash/SD卡中有足够的剩余空间容纳待升级版本的系统软件。
下面以设备使用Flash卡为例。
<Huawei> dir flash:/
Directory of flash:/
Idx Attr Size(Byte) Date Time(LMT) FileName
0 -rw- 69,129,984 Apr 23 2011 13:51:47
1 -rw- 1,738,816 Apr 23 2011 13:55:29 web.zip
2 -rw- 396 Apr 23 2011 13:55:32 rsa_host_key.efs null官方更新地址
3 -rw- 540 Apr 23 2011 13:55:52 rsa_server_key.efs
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论