专业设计网站公司,搜索引擎优化的含义和目标,陕西网站制作,建设网站的作用及意义升级设备软件示例 通过介绍设备升级的具体步骤#xff0c;帮助用户顺利完成系统设备升级。 组网需求 设备当前系统软件版本已经不能满足用户需要#xff0c;用户需要更大的规格和部署更多的特性#xff0c;此时用户需要对系统软件进行升级。 如图1所示#xff0c;网络中的某…升级设备软件示例 通过介绍设备升级的具体步骤帮助用户顺利完成系统设备升级。 组网需求 设备当前系统软件版本已经不能满足用户需要用户需要更大的规格和部署更多的特性此时用户需要对系统软件进行升级。 如图1所示网络中的某设备的软件版本无法满足用户需求需要更新华为公司提供了系统软件升级的配套软件文件此时用户可以为设备进行软件升级。 配置注意事项 备份设备存储介质中的重要数据到PC机中。检查设备存储介质中的剩余空间保证有足够的存储空间来存储新的系统软件。 配置思路 采用以下思路升级设备 上传新版本的系统软件本举例中上传文件的方式为FTP方式将设备作为FTP服务器用户名是user1密码是huawei。指定下次重新启动时使用的系统软件和配置文件。保存配置文件重启设备。检查配置结果。 数据准备 为完成此配置项需准备如下的数据 确认升级前设备的系统软件版本本举例中升级前的版本为V200R001C00.cc。确认要指定的系统软件版本本举例指定的系统软件版本为V200R002C00.cc。确认系统备份启动软件包本举例指定的系统软件版本为V200R001C00_backup.cc确认设备存储介质中剩余足够的存储空间。 操作步骤 上传新版本系统软件文件。 # 将设备作为FTP服务器。 span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1Huawei strongsystem-view/strong/span/span/span span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1[Huawei] strongftp server enable/strong/span/span/span span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1Info: Succeeded in starting the FTP server. /span/span/span span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1[Huawei] strongaaa/strong/span/span/span span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1[Huawei-aaa] stronglocal-user user1 password cipher huawei/strong/span/span/span span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1info: A new user added/span/span/span span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1[Huawei-aaa] stronglocal-user user1 service-type ftp/strong/span/span/span span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1[Huawei-aaa] stronglocal-user user1 ftp-directory sd1://strong/span/span/span span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1[Huawei-aaa] strongquit/strong/span/span/span span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1[Huawei] strongquit/strong/span/span/span 上述配置完成后执行命令display local-user可以查看配置的用户信息。 span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1Huawei strongdisplay local-user/strong/span/span/span span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1---------------------------------------------------------------------------- User-name State AuthMask AdminLevel ---------------------------------------------------------------------------- user1 A H - user2 A A - ---------------------------------------------------------------------------- Total 2 user(s) /span/span/span 将上传文件存放到指定目录假定为C:\temp目录中在“开始”菜单“运行”中键入cmd然后按“回车”键。之后键入FTP 10.1.1.1在“user”提示下输入用户名在“password”提示下输入密码配置信息如下 span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1C:\Documents and Settings\Administrator strongftp 10.1.1.1/strong
Connect to 10.1.1.1.
220 FTP server ready.
User 10.1.1.1:none:stronguser1/strong
331 Please specify the password.
Password:
230 User logged in.
/span/span/span 设置FTP客户端存放上传文件的目录路径和文件的传输模式。 span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1ftp strongbinary/strong
200 Type set to I.
ftp stronglcd c:\temp/strong
Local directory now c:\temp./span/span/span # 在PC上将PC上的新版本系统软件文件*.cc上传到设备中去。 span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1ftp strongput V200R002C00.cc/strong
200 Port command okay.
226 Transfer complete./span/span/span 指定下次重新启动时运行的系统软件和配置文件。 # 指定下次启动时运行的系统软件。 span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1Huawei strongstartup system-software sd1:/V200R002C00.cc/strong/span/span/span span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1This operation will take several minutes, please wait..........
Info: Succeeded in setting the file for booting system/span/span/span # 指定下次启动时运行的配置文件。 span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1Huawei strongstartup saved-configuration aa.cfg/strong/span/span/span span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1This operation will take several minutes, please wait...
Info: Succeeded in setting the file for booting system/span/span/span # 查看下次重新启动时的系统软件和配置文件确认下次启动软件为指定的软件版本。 span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1Huawei strongdisplay startup/strong/span/span/span span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1MainBoard:Startup system software : sd1:/V200R001C00.ccNext startup system software : sd1:/strongV200R002C00.cc/strongBackup system software for next startup: null Startup saved-configuration file: sd1:/iascfg.zipNext startup saved-configuration file : sd1:/strongaa.cfg/strongStartup license file: null Next startup license file: null Startup patch package: null Next startup patch package: null Startup voice-files: null Next startup voice-files: null /span/span/span 指定系统备份启动软件包。 # 配置系统的备份启动软件包确保系统在出现故障的情况下能重新正常启动。 span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1Huawei strongstartup system-software sd1:/V200R001C00_backup.cc backup/strong/span/span/span span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1This operation will take several minutes, please wait...
Info: Succeeded in setting the backup file for booting system
/span/span/span 保存配置文件重启设备。 # 保存配置文件。 span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1Huawei strongsave/strong/span/span/span span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1The current configuration will be written to the device.
Are you sure to continue? [Y/N]:strongy/strong
It will take several minutes to save configuration file, please wait...
Configuration file had been saved successfully
Note: The configuration file will take effect after being activated /span/span/span # 重启设备。 span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1Huawei strongreboot/strong/span/span/span span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1Info: The system is comparing the configuration, please wait.
Warning: All the configuration will be saved to the next startup configuration.
Continue ? [y/n]:strongy/strongIt will take several minutes to save configuration file, please wait........ Configuration file had been saved successfully Note: The configuration file will take effect after being activated
System will reboot! Continue ? [y/n]:strongy/strong
Info: system is rebooting ,please wait... /span/span/span 验证配置结果。 设备重启后执行命令display startup可以看到设备当前的系统软件版本为新的版本表明升级完成。 span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1Huawei strongdisplay startup/strong/span/span/span span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1MainBoard:Startup system software : sd1:/strongV200R002C00.cc/strongNext startup system software : sd1:/strongV200R002C00.cc/strongBackup system software for next startup: sd1:/strongV200R001C00_backup.cc/strongStartup saved-configuration file: sd1:/strongaa.cfg/strongNext startup saved-configuration file : sd1:/strongaa.cfg/strongStartup license file: null Next startup license file: null Startup patch package: null Next startup patch package: null Startup voice-files: null Next startup voice-files: null /span/span/span 配置文件 span stylecolor:#000000span stylebackground-color:#ffffffspan stylebackground-color:#f1f1f1#ftp server enable
#
aaalocal-user user1 cipher password NC55QK/Q^QMAF41!!local-user user1 ftp-directory sd1:/local-user user1 service-type ftp
#Startup system software: sd1:/V200R001C00.ccNext startup system software: sd1:/V200R002C00.cc
#
return/span/span/span