• 产品与解决方案
  • 行业解决方案
  • 服务
  • 支持
  • 合作伙伴
  • 新华三人才研学中心
  • 关于我们

01-基础配置举例

目录

03-H3C_10500_软件升级配置举例

本章节下载 03-H3C_10500_软件升级配置举例  (332.21 KB)

docurl=/cn/Service/Document_Software/Document_Center/Switches/Catalog/S10500/S10500/Configure/Typical_Configuration_Example/H3C_S10500_Configuration_Example-R7150-6W100/01/201505/868391_30005_0.htm

03-H3C_10500_软件升级配置举例

H3C软件升级配置举例

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Copyright © 2015杭州华三通信技术有限公司 版权所有,保留一切权利。

非经本公司书面许可,任何单位和个人不得擅自摘抄、复制本文档内容的部分或全部,

并不得以任何形式传播。本文档中的信息可能变动,恕不另行通知。

H3C_彩色.emf

 



1  简介

本文档介绍软件升级的典型配置举例。

2  配置前提

本文档不严格与具体软、硬件版本对应,如果使用过程中与产品实际情况有差异,请参考相关产品手册,或以设备实际情况为准。

本文档中的配置均是在实验室环境下进行的配置和验证,配置前设备的所有参数均采用出厂时的缺省配置。如果您已经对设备进行了配置,为了保证配置效果,请确认现有配置和以下举例中的配置不冲突。

本文档假设您已了解软件升级和FTP/TFTP的特性。

3  设备作为TFTP client升级版本配置举例

3.1  组网需求

图1所示,Device和文件服务器通过交换机相连,Device作为TFTP客户端,文件服务器作为TFTP服务器。现要求:通过TFTP方式将存储在文件服务器上的文件s10500.ipe下载到TFTP客户端,为Device升级软件版本。

图1 配置组网图

3.2  配置思路

·     为了使设备的主用主控板和备用主控板都能够升级版本,在使用TFTP方式将软件版本get到主用主控板后,需要将主用主控板和备用主控板都进行软件版本升级。

·     为了使设备在重启后使用新版本软件,需要指定下次启动时所用的主用启动文件为升级后的软件版本。

3.3  使用版本

本举例是在S10500-CMW710-R7150版本上进行配置和验证的。

3.4  配置注意事项

·     当设备剩余的存储空间不够,请使用delete /unreserved file-url命令删除部分暂时不用的文件后再执行升级软件操作。

·     软件升级时需要重启设备,建议使用save命令保存设备的当前配置。

3.5  配置步骤

3.5.1  文件服务器的配置

# 配置文件服务器的IP地址为192.168.100.14/24,使得与Device路由可达,具体配置方法略。

# 启动文件服务器上的TFTP功能(以3CDaemon软件为例),设置TFTP服务器下载路径等参数,并开启服务。

图2 配置TFTP服务器

 

3.5.2  Device的配置

# 配置Device接口IP地址。

<Device> system-view

[Device] interface M-GigabitEthernet0/0/0

[Device-M-GigabitEthernet0/0/0] ip address 192.168.100.66 255.255.255.0

[Device-M-GigabitEthernet0/0/0] quit

[Device] quit

# 在Device ping 文件服务器地址,能够ping通。

<Device> ping 192.168.100.14

  PING 192.168.100.14: 56  data bytes, press CTRL_C to break

    Reply from 192.168.100.14: bytes=56 Sequence=0 ttl=128 time=2 ms

    Reply from 192.168.100.14: bytes=56 Sequence=1 ttl=128 time=1 ms

    Reply from 192.168.100.14: bytes=56 Sequence=2 ttl=128 time=1 ms

    Reply from 192.168.100.14: bytes=56 Sequence=3 ttl=128 time=1 ms

    Reply from 192.168.100.14: bytes=56 Sequence=4 ttl=128 time=1 ms

 

  --- 192.168.100.14 ping statistics ---

    5 packet(s) transmitted

    5 packet(s) received

    0.00% packet loss

    round-trip min/avg/max = 1/1/2 ms

# 执行save命令保存交换机当前配置信息。

<Device> save

The current configuration will be written to the device. Are you sure? [Y/N]:y

Please input the file name(*.cfg)[flash:/startup.cfg]

(To leave the existing filename unchanged, press the enter key):

flash:/startup.cfg exists, overwrite? [Y/N]:y

Validating file. Please wait...

Saved the current configuration to mainboard device successfully.

# 执行display device命令查看当前主控板的主备分配情况,Primary字段显示为Master的主控板为设备当前的主用主控板,其对应的槽位号为Slot 6;显示为Standby的主控板为设备当前的备用主控板,其对应的槽位号为Slot 7。

<Device> display device

Slot No. Brd Type         Brd Status   Subslot Sft Ver                Patch Ver

 0       NONE             Absent       0       NONE                   None     

 1       NONE             Absent       0       NONE                   None     

 2       NONE             Absent       0       NONE                   None     

 3       LSUM2GT24PTSSE0  Normal       0       S10500-7150            None     

 4       NONE             Absent       0       NONE                   None     

 5       NONE             Absent       0       NONE                   None     

 6       LSUM1MPU06B0     Master       0       S10500-7150            None     

 7       LSUM1MPU06B0     Standby      0       S10500-7150            None     

 8       NONE             Fault        0       NONE                   None 

 9       NONE             Absent       0       NONE                   None

# 使用TFTP方式将文件服务器上的s10500.ipe文件下载到Device的主用主控板上,以缺省文件名s10500.ipe保存。

<Device> tftp 192.168.100.14 get s10500.ipe

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current

                                 Dload  Upload   Total   Spent    Left  Speed

100 70.7M  100 70.7M    0     0  1193k      0  0:00:50  0:00:50 --:--:-- 1127k

# 指定Device的主用主控板下次启动时所用的主用启动文件。

<Device> boot-loader file flash:/s10500.ipe slot 6 main

Verifying the file flash:s10500.ipe on slot 6..................................

...............................Done.

H3C S10506 images in IPE:

  s10500-CMW710-BOOT-test.bin

  s10500-CMW710-SYSTEM-test.bin

This command will set the main startup software images. Continue? [Y/N]:y

Add images to slot 6.

Decompressing file s10500-CMW710-BOOT-test.bin to flash:/s10500-CMW710-BOOT-test.bin..........................................Done.

Decompressing file s10500-CMW710-SYSTEM-test.bin to flash:/s10500-CMW710-SYSTEM

-test.bin......................................................................

................................................................................

................................................................................

...................................................................Done.

Decompression completed.

You are recommended to delete the .ipe file after you set startup software image

s for all slots.

Do you want to delete flash:/s10500.ipe now? [Y/N]:y

The images that have passed all examinations will be used as the main startup so

ftware images at the next reboot on slot 6.

# 指定Device的主用主控板下次启动时所用的备用启动文件。

<Device> boot-loader file boot flash:/s10500-CMW710-BOOT-old.bin system flash:/s10500-CMW710-SYSTEM-old.bin slot 6 backup

This command will set the backup startup software images. Continue? [Y/N]:y

Verifying the file flash:/s10500-cmw710-boot-old.bin on slot 6............Done

.

Verifying the file flash:/s10500-cmw710-system-old.bin on slot 6..............

.......................................................................Done.

The images that have passed all examinations will be used as the backup startup

software images at the next reboot on slot 6.

# 指定Device的备用主控板下次启动时所用的主用启动文件。

<Device> boot-loader file boot flash:/s10500-CMW710-BOOT-test.bin system flash:/s10500-CMW710-SYSTEM-test.bin slot 7 main

This command will set the main software images. Continue? [Y/N]:y

Verifying the file flash:/s10500-cmw710-boot-test.bin on slot 7............Done

.

Verifying the file flash:/s10500-cmw710-system-test.bin on slot 7..............

.......................................................................Done.

The images that have passed all examinations will be used as the main startup

software images at the next reboot on slot 7.

# 指定Device的备用主控板下次启动时所用的备用启动文件。

<Device> boot-loader file boot flash:/s10500-CMW710-BOOT-old.bin system flash:/s10500-CMW710-SYSTEM-old.bin slot 7 backup

This command will set the backup startup software images. Continue? [Y/N]:y

Verifying the file flash:/s10500-cmw710-boot-old.bin on slot 7............Done

.

Verifying the file flash:/s10500-cmw710-system-old.bin on slot 7..............

.......................................................................Done.

The images that have passed all examinations will be used as the backup startup

software images at the next reboot on slot 7.

# 重启设备。

<Device> reboot

3.6  验证配置

# 设备重启后,使用display version命令查看设备版本信息。

<Device> display version

H3C Comware Software, Version 7.1.045, Release 7150                              

Copyright (c) 2004-2015 Hangzhou H3C Tech. Co., Ltd. All rights reserved.      

H3C S10506 uptime is 0 weeks, 0 days, 12 hours, 6 minutes                      

Last reboot reason : Cold reboot                                                

                                                                               

Boot image: flash:/s10500-cmw710-boot-test.bin                                

Boot image version: 7.1.045,Release 7150                                         

  Compiled Mar 13 2015 16:42:23                                                

System image: flash:/s10500-cmw710-system-test.bin                            

System image version: 7.1.045, Release 7150                                      

  Compiled Mar 13 2015 16:42:23                                                

……略……

# 显示设备主用主控板本次启动和下次启动所采用的启动软件包的名称。

<Device> display boot-loader slot 6

Software images on slot 6:

Current software images:

  flash:/s10500-cmw710-boot-test.bin

  flash:/s10500-cmw710-system-test.bin

Main startup software images:

  flash:/s10500-cmw710-boot-test.bin

  flash:/s10500-cmw710-system-test.bin

Backup startup software images:

  flash:/s10500-cmw710-boot-old.bin

  flash:/s10500-cmw710-system-old.bin

# 显示设备备用主控板本次启动和下次启动所采用的启动软件包的名称。

<Device> display boot-loader slot 7

Software images on slot 7:

Current software images:

  flash:/s10500-cmw710-boot-test.bin

  flash:/s10500-cmw710-system-test.bin

Main startup software images:

  flash:/s10500-cmw710-boot-test.bin

  flash:/s10500-cmw710-system-test.bin

Backup startup software images:

  flash:/s10500-cmw710-boot-old.bin

  flash:/s10500-cmw710-system-old.bin

3.7  配置文件

#

interface M-GigabitEthernet0/0/0

 port link-mode route

 ip address 192.168.100.66 255.255.255.0

#

4  设备作为FTP client升级版本配置举例

4.1  组网需求

图3所示,Device和文件服务器通过交换机相连,Device作为FTP客户端,文件服务器作为FTP服务器。现要求:通过FTP方式将存储在文件服务器上的文件s10500.ipe下载到FTP客户端,为Device升级软件版本。

图3 配置组网图

 

4.2  配置思路

·     为了使设备的主用主控板和备用主控板都能够升级版本,在使用FTP方式将软件版本get到主用主控板后,需要将主用主控板和备用主控板都进行软件版本升级。

·     为了使交换机在重启后使用新版本软件,需要指定下次启动时所用的主用启动文件为升级后的软件版本。

4.3  使用版本

本举例是在S10500-CMW710-R7150版本上进行配置和验证的。

4.4  配置注意事项

·     当设备剩余的存储空间不够,请使用delete /unreserved file-url命令删除部分暂时不用的文件后再执行升级软件操作。

·     软件升级时需要重启设备,建议使用save命令保存设备的当前配置。

4.5  配置步骤

4.5.1  文件服务器的配置

# 配置文件服务器的IP地址为192.168.100.14/24,使得与Device路由可达,具体配置方法略。

# 启动文件服务器上的FTP功能(以3CDaemon软件为例),设置FTP服务器下载路径等参数,并开启服务。

图4 配置FTP服务器

 

4.5.2  Device的配置

# 配置Device接口IP地址。

<Device> system-view

[Device] interface M-GigabitEthernet0/0/0

[Device-M-GigabitEthernet0/0/0] ip address 192.168.100.66 255.255.255.0

[Device-M-GigabitEthernet0/0/0] quit

[Device] quit

# 在Device ping 文件服务器地址,能够ping通。

<Device> ping 192.168.100.14

  PING 192.168.100.14: 56  data bytes, press CTRL_C to break

    Reply from 192.168.100.14: bytes=56 Sequence=0 ttl=128 time=2 ms

    Reply from 192.168.100.14: bytes=56 Sequence=1 ttl=128 time=1 ms

    Reply from 192.168.100.14: bytes=56 Sequence=2 ttl=128 time=1 ms

    Reply from 192.168.100.14: bytes=56 Sequence=3 ttl=128 time=1 ms

    Reply from 192.168.100.14: bytes=56 Sequence=4 ttl=128 time=1 ms

 

  --- 192.168.100.14 ping statistics ---

    5 packet(s) transmitted

    5 packet(s) received

    0.00% packet loss

    round-trip min/avg/max = 1/1/2 ms

# 执行save命令保存交换机当前配置信息。

<Device> save

The current configuration will be written to the device. Are you sure? [Y/N]:y

Please input the file name(*.cfg)[flash:/startup.cfg]

(To leave the existing filename unchanged, press the enter key):

flash:/startup.cfg exists, overwrite? [Y/N]:y

Validating file. Please wait...

Saved the current configuration to mainboard device successfully.

# 执行display device命令查看当前主控板的主备分配情况,Primary字段显示为Master的主控板为设备当前的主用主控板,其对应的槽位号为Slot 6;显示为Standby的主控板为设备当前的备用主控板,其对应的槽位号为Slot 7。

<Device> display device

Slot No. Brd Type         Brd Status   Subslot Sft Ver                Patch Ver

 0       NONE             Absent       0       NONE                   None     

 1       NONE             Absent       0       NONE                   None     

 2       NONE             Absent       0       NONE                   None     

 3       LSUM2GT24PTSSE0  Normal       0       S10500-7150            None     

 4       NONE             Absent       0       NONE                   None     

 5       NONE             Absent       0       NONE                   None     

 6       LSUM1MPU06B0     Master       0       S10500-7150            None     

 7       LSUM1MPU06B0     Standby      0       S10500-7150            None     

 8       NONE             Fault        0       NONE                   None 

 9       NONE             Absent       0       NONE                   None

# 以用户名123456、密码123456登录FTP服务器。

<Device> ftp 192.168.100.14

Connected to 192.168.100.14 (192.168.100.14).

220 3Com 3CDaemon FTP Server Version 2.0

User (192.168.100.14:(none)): 123456

331 User name ok, need password

Password:

230 User logged in

Remote system type is UNIX.

Using binary mode to transfer files.

# 将文件s10500.ipe从FTP服务器下载到Device的主用主控板。

ftp> get s10500.ipe

227 Entering passive mode (192,168,100,14,8,86)

125 Using existing data connection

226 Closing data connection; File transfer successful.

70445056 bytes received in 53.6 seconds (1.25 Mbyte/s)

ftp> quit

# 指定Device的主用主控板下次启动时所用的主用启动文件。

<Device> boot-loader file flash:/s10500.ipe slot 6 main

Verifying the file flash:/s10500.ipe on slot 6..................................

...............................Done.

H3C S10506 images in IPE:

  s10500-CMW710-BOOT-test.bin

  s10500-CMW710-SYSTEM-test.bin

This command will set the main startup software images. Continue? [Y/N]:y

Add images to slot 6.

Decompressing file s10500-CMW710-BOOT-test.bin to flash:/s10500-CMW710-BOOT-test.bin..........................................Done.

Decompressing file s10500-CMW710-SYSTEM-test.bin to flash:/s10500-CMW710-SYSTEM

-test.bin......................................................................

................................................................................

................................................................................

...................................................................Done.

Decompression completed.

You are recommended to delete the .ipe file after you set startup software image

s for all slots.

Do you want to delete flash:/s10500.ipe now? [Y/N]:y

The images that have passed all examinations will be used as the main startup so

ftware images at the next reboot on slot 6.

# 指定Device的主用主控板下次启动时所用的备用启动文件。

<Device> boot-loader file boot flash:/s10500-CMW710-BOOT-old.bin system flash:/s10500-CMW710-SYSTEM-old.bin slot 6 backup

This command will set the backup startup software images. Continue? [Y/N]:y

Verifying the file flash:/s10500-cmw710-boot-old.bin on slot 6............Done

.

Verifying the file flash:/s10500-cmw710-system-old.bin on slot 6..............

.......................................................................Done.

The images that have passed all examinations will be used as the backup startup

software images at the next reboot on slot 6.

# 指定Device的备用主控板下次启动时所用的主用启动文件。

<Device> boot-loader file boot flash:/s10500-CMW710-BOOT-test.bin system flash:/s10500-CMW710-SYSTEM-test.bin slot 7 main

This command will set the main startup software images. Continue? [Y/N]:y

Verifying the file flash:/s10500-cmw710-boot-test.bin on slot 7............Done

.

Verifying the file flash:/s10500-cmw710-system-test.bin on slot 7..............

.......................................................................Done.

The images that have passed all examinations will be used as the main startup

software images at the next reboot on slot 7.

# 指定Device的备用主控板下次启动时所用的备用启动文件。

<Device> boot-loader file boot flash:/s10500-CMW710-BOOT-old.bin system flash:/s10500-CMW710-SYSTEM-old.bin slot 7 backup

This command will set the backup startup software images. Continue? [Y/N]:y

Verifying the file flash:/s10500-cmw710-boot-old.bin on slot 7............Done

.

Verifying the file flash:/s10500-cmw710-system-old.bin on slot 7..............

.......................................................................Done.

The images that have passed all examinations will be used as the backup startup

software images at the next reboot on slot 7.

# 重启设备。

<Device> reboot

4.6  验证配置

# 设备重启后,使用display version命令查看设备版本信息。

<Device> display version

H3C Comware Software, Version 7.1.045, Release 7150                              

Copyright (c) 2004-2015 Hangzhou H3C Tech. Co., Ltd. All rights reserved.      

H3C S10506 uptime is 0 weeks, 0 days, 12 hours, 6 minutes                      

Last reboot reason : Cold reboot                                               

                                                                               

Boot image: flash:/s10500-cmw710-boot-test.bin                                

Boot image version: 7.1.045, Release 7150                                        

  Compiled Mar 13 2015 16:42:23                                                

System image: flash:/s10500-cmw710-system-test.bin                            

System image version: 7.1.045, Release 7150                                      

  Compiled Mar 13 2015 16:42:23                                                

……略……

# 显示设备主用主控板本次启动和下次启动所采用的启动软件包的名称。

<Device> display boot-loader slot 6

Software images on slot 6:

Current software images:

  flash:/s10500-cmw710-boot-test.bin

  flash:/s10500-cmw710-system-test.bin

Main startup software images:

  flash:/s10500-cmw710-boot-test.bin

  flash:/s10500-cmw710-system-test.bin

Backup startup software images:

  flash:/s10500-cmw710-boot-old.bin

  flash:/s10500-cmw710-system-old.bin

# 显示设备备用主控板本次启动和下次启动所采用的启动软件包的名称。

<Device> display boot-loader slot 7

Software images on slot 7:

Current software images:

  flash:/s10500-cmw710-boot-test.bin

  flash:/s10500-cmw710-system-test.bin

Main startup software images:

  flash:/s10500-cmw710-boot-test.bin

  flash:/s10500-cmw710-system-test.bin

Backup startup software images:

  flash:/s10500-cmw710-boot-old.bin

  flash:/s10500-cmw710-system-old.bin

4.7  配置文件

#

interface M-GigabitEthernet0/0/0

 port link-mode route

 ip address 192.168.100.66 255.255.255.0

#

5  设备作为FTP server升级版本配置举例

5.1  组网需求

图5所示,Device和文件服务器通过交换机相连,Device作为FTP服务器,文件服务器作为FTP客户端。

现要求:

·     通过FTP方式为Device升级软件版本,将存储在FTP客户端上的文件s10500.ipe上传到FTP服务器。

·     配置FTP客户端登录FTP服务器的用户名为abc,密码为123456。

图5 配置组网图

 

5.2  配置思路

·     为了使设备的主用主控板和备用主控板都能够升级版本,在使用FTP方式将软件版本put到主用主控板后,主用主控板和备用主控板都进行软件版本升级。

·     为了使交换机在重启后使用新软件版本,需要指定下次启动时所用的主用启动文件为升级后的软件版本。

5.3  使用版本

本举例是在S10500-CMW710-R7150版本上进行配置和验证的。

5.4  配置注意事项

·     当设备剩余的内存空间不够,请使用delete /unreserved file-url命令删除部分暂时不用的文件后再执行升级软件操作。

·     确保主机和Device的FTP用户名、密码及文件名等参数保持一致。

·     在Device和主机之间进行FTP传输,需要选择binary方式传输文件。

5.5  配置步骤

5.5.1  Device上配置FTP服务器

# 配置Device接口IP地址。

<Device> system-view

[Device] interface M-GigabitEthernet0/0/0

[Device-M-GigabitEthernet0/0/0] ip address 192.168.100.66 255.255.255.0

[Device-M-GigabitEthernet0/0/0] quit

# 在Device上添加一个FTP用户abc,并设置其认证密码为123456。

[Device] local-user abc

[Device-luser-abc] password simple 123456

# 配置用户角色为network-admin。

[Device-luser-abc] authorization-attribute user-role network-admin

# 为保证FTP用户仅使用授权的用户角色network-admin,删除缺省用户角色network-operator。

[Device-luser-abc] undo authorization-attribute user-role network-operator

# 配置服务类型为FTP。

[Device-luser-abc] service-type ftp

[Device-luser-abc] quit

# 启动Device的FTP服务功能。

[Device] ftp server enable

[Device] quit

# 执行save命令保存交换机当前配置信息。

<Device> save

The current configuration will be written to the device. Are you sure? [Y/N]:y

Please input the file name(*.cfg)[flash:/startup.cfg]

(To leave the existing filename unchanged, press the enter key):

flash:/startup.cfg exists, overwrite? [Y/N]:y

Validating file. Please wait...

Saved the current configuration to mainboard device successfully.

5.5.2  文件服务器的配置

# 配置主机文件服务器的IP地址为192.168.100.14/24,使得到Device路由可达,具体配置方法略。

# 从FTP客户端登录FTP服务器,本例以Windows命令提示符界面为例。

C:\Documents and Settings\Administrator> ftp 192.168.100.66

Connected to 192.168.100.66.

220 FTP service ready.

# 以用户名abc、密码123456登录FTP服务器。

User (192.168.100.66:(none)): abc

331 Password required for abc.

Password:

230 User logged in.

# 使用lcd命令,将FTP客户端本地的工作路径切换到软件版本所在的目录下。

ftp> lcd E:\

Local directory now E:\

# 将传输模式设置为binary方式。

ftp> binary

200 TYPE is now 8-bit binary

# 将本地s10500.ipe文件上传到FTP服务器上,缺省以文件名s10500.ipe保存。

ftp> put s10500.ipe

200 PORT command successful

150 Connecting to port 2903

226 File successfully transferred

ftp: 发送 70445056 字节,用时 1.05Seconds 67282.77Kbytes/sec.

# 使用ls命令查看FTP服务器上是否有文件。

ftp> ls s10500.ipe

200 PORT command successful

150 Connecting to port 3391

s10500.ipe

226 1 matches total

ftp: 收到 24 字节,用时 0.00Seconds 24000.00Kbytes/sec.

# 终止与FTP服务器的连接,并退回到用户视图。

ftp> bye

5.5.3  Device上配置启动文件

# 执行display device命令查看当前主控板的主备分配情况,Primary字段显示为Master的主控板为设备当前的主用主控板,其对应的槽位号为Slot 6;显示为Standby的主控板为设备当前的备用主控板,其对应的槽位号为Slot 7。

<Device> display device

Slot No. Brd Type         Brd Status   Subslot Sft Ver                Patch Ver

 0       NONE             Absent       0       NONE                   None     

 1       NONE             Absent       0       NONE                   None     

 2       NONE             Absent       0       NONE                   None     

 3       LSUM2GT24PTSSE0  Normal       0       S10500-7150            None     

 4       NONE             Absent       0       NONE                   None     

 5       NONE             Absent       0       NONE                   None     

 6       LSUM1MPU06B0     Master       0       S10500-7150            None     

 7       LSUM1MPU06B0     Standby      0       S10500-7150            None     

 8       NONE             Fault        0       NONE                   None 

 9       NONE             Absent       0       NONE                   None

# 指定Device的主用主控板下次启动时所用的主用启动文件。

<Device> boot-loader file flash:/s10500.ipe slot 6 main

Verifying the file flash:/s10500.ipe on slot 6..................................

...............................Done.

H3C S10506 images in IPE:

  s10500-CMW710-BOOT-test.bin

  s10500-CMW710-SYSTEM-test.bin

This command will set the main startup software images. Continue? [Y/N]:y

Add images to slot 6.

Decompressing file s10500-CMW710-BOOT-test.bin to flash:/s10500-CMW710-BOOT-test.bin..........................................Done.

Decompressing file s10500-CMW710-SYSTEM-test.bin to flash:/s10500-CMW710-SYSTEM

-test.bin......................................................................

................................................................................

................................................................................

...................................................................Done.

Decompression completed.

You are recommended to delete the .ipe file after you set startup software image

s for all slots.

Do you want to delete flash:/s10500.ipe now? [Y/N]:y

The images that have passed all examinations will be used as the main startup so

ftware images at the next reboot on slot 6.

# 指定Device的主用主控板下次启动时所用的备用启动文件。

<Device> boot-loader file boot flash:/s10500-CMW710-BOOT-old.bin system flash:/s10500-CMW710-SYSTEM-old.bin slot 6 backup

This command will set the backup startup software images. Continue? [Y/N]:y

Verifying the file flash:/s10500-cmw710-boot-old.bin on slot 6............Done

.

Verifying the file flash:/s10500-cmw710-system-old.bin on slot 6..............

.......................................................................Done.

The images that have passed all examinations will be used as the backup startup

software images at the next reboot on slot 6.

# 指定Device的备用主控板下次启动时所用的主用启动文件。

<Device> boot-loader file boot flash:/s10500-CMW710-BOOT-test.bin system flash:/s10500-CMW710-SYSTEM-test.bin slot 7 main

This command will set the main software images. Continue? [Y/N]:y

Verifying the file flash:/s10500-cmw710-boot-test.bin on slot 7............Done

.

Verifying the file flash:/s10500-cmw710-system-test.bin on slot 7..............

.......................................................................Done.

The images that have passed all examinations will be used as the main startup

software images at the next reboot on slot 7.

The images that have passed all examinations will be used as the main startup so

ftware images at the next reboot on slot 7.

# 指定Device的备用主控板下次启动时所用的备用启动文件。

<Device> boot-loader file boot flash:/s10500-CMW710-BOOT-test.bin system flash:/s10500-CMW710-SYSTEM-old.bin slot 7 backup

This command will set the backup startup software images. Continue? [Y/N]:y

Verifying the file flash:/s10500-cmw710-boot-old.bin on slot 7............Done

.

Verifying the file flash:/s10500-cmw710-system-old.bin on slot 7..............

.......................................................................Done.

The images that have passed all examinations will be used as the backup startup

software images at the next reboot on slot 7.

# 重启设备。

<Device> reboot

5.6  验证配置

# 设备重启后,使用display version命令查看设备版本信息。

<Device> display version

H3C Comware Software, Version 7.1.045, Release 7150                              

Copyright (c) 2004-2015 Hangzhou H3C Tech. Co., Ltd. All rights reserved.      

H3C S10506 uptime is 0 weeks, 0 days, 12 hours, 6 minutes                      

Last reboot reason : Cold reboot                                               

                                                                                

Boot image: flash:/s10500-cmw710-boot-test.bin                                

Boot image version: 7.1.045, Release 7150                                        

  Compiled Mar 13 2015 16:42:23                                                 

System image: flash:/s10500-cmw710-system-test.bin                            

System image version: 7.1.045, Release 7150                                      

  Compiled Mar 13 2015 16:42:23                                                 

……略……

# 显示设备主用主控板本次启动和下次启动所采用的启动软件包的名称。

<Device> display boot-loader slot 6

Software images on slot 6:

Current software images:

  flash:/s10500-cmw710-boot-test.bin

  flash:/s10500-cmw710-system-test.bin

Main startup software images:

  flash:/s10500-cmw710-boot-test.bin

  flash:/s10500-cmw710-system-test.bin

Backup startup software images:

  flash:/s10500-cmw710-boot-old.bin

  flash:/s10500-cmw710-system-old.bin

# 显示设备备用主控板本次启动和下次启动所采用的启动软件包的名称。

<Device> display boot-loader slot 7

Software images on slot 7:

Current software images:

  flash:/s10500-cmw710-boot-test.bin

  flash:/s10500-cmw710-system-test.bin

Main startup software images:

  flash:/s10500-cmw710-boot-test.bin

  flash:/s10500-cmw710-system-test.bin

Backup startup software images:

  flash:/s10500-cmw710-boot-old.bin

  flash:/s10500-cmw710-system-old.bin

5.7  配置文件

#

interface M-GigabitEthernet0/0/0

 port link-mode bridge

 ip address 192.168.100.66 255.255.255.0

#

local-user abc class manage

 password hash $h$6$YMVbbwFL/vviWcQu$+CuTbYCehNZtZo5RCXiadpYbXYWa2omt5TUtEh3UPCg3fZjxYCp5WzbuE2GoowVi2YA/BK+mnSZJZqi5jRDuCg==

 service-type ftp

 authorization-attribute user-role network-admin

#

 ftp server enable

#

6  设备采用BootWare TFTP方式升级软件配置举例

6.1  组网需求

图6所示,文件服务器与Device的管理以太网接口M-GigabitEthernet0/0/0相连,Host通过串口线连接Device的Console口。现由于设备问题,不能正常启动Device。

现要求:使用BootWare菜单升级Device的软件版本。

图6 配置组网图

 

6.2  使用版本

本举例是在S10500-CMW710-R7150版本上进行配置和验证的。

6.3  配置注意事项

·     确保在文件服务器上开启TFTP服务器功能。

·     当设备剩余的存储空间不够,请使用delete /unreserved file-url命令删除部分暂时不用的文件后,再执行升级软件操作。

·     将交换机的升级启动文件拷贝到文件服务器上,并正确设置TFTP服务器的访问路径。

6.4  配置步骤

6.4.1  Host的配置

# 使用串口线,从主机连至Device备用主控板的Console口。

# 打开超级终端,创建一个新建连接Device

图7 新建连接

 

# 选择连接时使用的“COM1”,单击<确定>

图8 连接到对话框

 

# 选择“还原为默认值”,单击<确定>。

图9 配置属性值

 

# 显示登录成功。

图10 登录设备

 

6.4.2  文件服务器的配置

# 配置文件服务器的IP地址为192.168.100.14/24,具体配置步骤略。

# 启动文件服务器的TFTP服务器(以3CDaemon软件为例),设置TFTP服务器下载路径等参数,并开启服务。

图11 配置TFTP服务器

 

6.4.3  Device的配置

(1)     升级备用主控板

# 使用直通线从TFTP服务器连接到备用主控板的管理以太网接口M-GigabitEthernet 0/0/0上(已使用串口线从主机连接至Device备用主控板的Console口)。

# 忽略对备用主控板进行启动软件包版本一致性检查(即不检查备用主控板的版本是否与主用主控板的启动软件包版本一致)。

<Device> system-view

[Device] version check ignore

# 将设备的当前配置保存到指定文件。

[Device] save

The current configuration will be written to the device. Are you sure? [Y/N]:y

Please input the file name(*.cfg)[flash:/startup.cfg]

(To leave the existing filename unchanged, press the enter key):

flash:/startup.cfg exists, overwrite? [Y/N]:y

Validating file. Please wait...

Saved the current configuration to mainboard device successfully.

[Device] quit

# 重启设备的备用主控板。

<Device> reboot slot 1

# 交换机上加电重启的过程中,在配置终端的屏幕上将显示:

RAM test successful.                                                           

Press Ctrl+T to start five-step full RAM test...                               

Press Ctrl+Y to start nine-step full RAM test...                               

System is starting...                                                          

Press Ctrl+D to access BASIC-BOOTWARE MENU...                                  

Booting Normal Extended BootWare                                               

The Extended BootWare is self-decompressing.........Done.                      

                                                                               

****************************************************************************   

*                                                                          *   

*                         BootWare, Version 1.03                           *   

*                                                                          *   

****************************************************************************   

Compiled Date       : Jul 19 2014                                              

CPU Type            : XLP208 Rev A2                                            

CPU Clock Speed     : 1000MHz                                                  

Memory Type         : DDR3 SDRAM                                               

Memory Size         : 8192MB                                                   

Memory Speed        : 667MHz                                                   

BootWare Size       : 1536KB                                                   

Flash Size          : 4MB                                                       

                                                                               

                                                                               

BootWare Validating...                                                          

Press Ctrl+B to access EXTENDED-BOOTWARE MENU...                                                                                                                                                                   

# 当出现“Press Ctrl+B to access EXTENDED-BOOTWARE MENU”时,键入<Ctrl+B>,系统提示:

Password recovery capability is enabled.

Note: The current operating device is flash

Enter < Storage Device Operation > to select device.

 

==========================<EXTENDED-BOOTWARE MENU>==========================   

|<1> Boot System                                                           |   

|<2> Enter Serial SubMenu                                                  |   

|<3> Enter Ethernet SubMenu                                                |   

|<4> File Control                                                          |   

|<5> Restore to Factory Default Configuration                              |   

|<6> Skip Current System Configuration                                     |   

|<7> BootWare Operation Menu                                               |   

|<8> Skip Authentication for Console Login                                 |   

|<9> Storage Device Operation                                              |   

|<0> Reboot                                                                |   

============================================================================   

Ctrl+Z: Access EXTENDED ASSISTANT MENU                                         

Ctrl+A: Enter Command Line                                                     

Ctrl+F: Format File System                                                        

# 在BootWare菜单下键入<3>,进入以太网口子菜单,系统显示如下:

Enter your choice(0-9): 3

 

==========================<Enter Ethernet SubMenu>==========================   

|Note:the operating device is flash                                        |   

|<1> Download Image Program To SDRAM And Run                               |   

|<2> Update Main Image File                                                |   

|<3> Update Backup Image File                                              |   

|<4> Download Files(*.*)                                                   |   

|<5> Modify Ethernet Parameter                                             |   

|<0> Exit To Main Menu                                                     |   

|<Ensure The Parameter Be Modified Before Downloading!>                    |   

============================================================================   

# 在以太网口子菜单下键入<5>就可以进入以太网口配置菜单,并按照如下方式分别配置Load File Name、Target File Name、Server IP Address、Local IP Address、Subnet Mask、Gateway IP Address:

说明

·     Load File Name:待升级Device的启动软件包的名称,该文件位于TFTP服务器的工作目录下。

·     Target File Name:启动软件包上传至Device的存储介质后的文件名。

·     Server IP Address:TFTP服务器的IP地址。

·     Local IP Address:Device连接文件服务器的端口IP地址。

·     Subnet Mask:子网掩码。

·     Gateway IP Address:网关地址,当TFTP服务器与待升级的Device不在同一网段时,必须配置该地址。

 

Enter your choice(0-5): 5                                                      

                                                                               

==========================<ETHERNET PARAMETER SET>==========================   

|Note:       '.' = Clear field.                                            |   

|            '-' = Go to previous field.                                   |   

|         Ctrl+D = Quit.                                                   |   

============================================================================   

·     使用TFTP方式下载软件版本:

Protocol (FTP or TFTP) :tftp

·     加载软件版本S10500B.ipe:

Load File Name         : S10500B.ipe

                       :

Target File Name       : S10500B.ipe

                       :

·     输入TFTP服务器地址:

Server IP Address      :192.168.1.100 192.168.100.14

·     输入Device管理IP地址(只需要和TFTP服务器路由可达,这里以192.168.100.66为例):

Local IP Address       :192.168.1.1 192.168.100.66

·     输入子网掩码255.255.255.0:

Subnet Mask            :255.255.255.0

Gateway IP Address     :0.0.0.0

# 按下Enter键,进入如下界面:

==========================<Enter Ethernet SubMenu>==========================   

|Note:the operating device is flash                                        |   

|<1> Download Image Program To SDRAM And Run                               |   

|<2> Update Main Image File                                                |   

|<3> Update Backup Image File                                              |   

|<4> Download Files(*.*)                                                   |   

|<5> Modify Ethernet Parameter                                             |   

|<0> Exit To Main Menu                                                     |   

|<Ensure The Parameter Be Modified Before Downloading!>                    |   

============================================================================   

# 在以太网口配置子菜单下,键入<2>为升级主启动文件:

Enter your choice(0-5): 2

Loading.....................................................................   

............................................................................   

............................................................................   

.................................................Done.                         

227301376 bytes downloaded!                                                    

Image file s10500-CMW710-BOOT-test.bin is self-decompressing...             

Saving file flash:/s10500-CMW710-BOOT-test.bin ..........................   

........................................................Done.                  

Image file s10500-CMW710-SYSTEM-test.bin is self-decompressing...           

Saving file flash:/s10500-CMW710-SYSTEM-test.bin ........................   

............................................................................   

............................................................................   

............................................................................   

............Done.

 

==========================<Enter Ethernet SubMenu>==========================   

|Note:the operating device is flash                                        |   

|<1> Download Image Program To SDRAM And Run                               |   

|<2> Update Main Image File                                                |   

|<3> Update Backup Image File                                              |   

|<4> Download Files(*.*)                                                   |   

|<5> Modify Ethernet Parameter                                             |   

|<0> Exit To Main Menu                                                     |   

|<Ensure The Parameter Be Modified Before Downloading!>                    |   

============================================================================   

# 键入<0>,返回BootWare主菜单:

Enter your choice(0-5): 0

 

==========================<EXTENDED-BOOTWARE MENU>==========================   

|<1> Boot System                                                           |   

|<2> Enter Serial SubMenu                                                  |   

|<3> Enter Ethernet SubMenu                                                |   

|<4> File Control                                                          |   

|<5> Restore to Factory Default Configuration                              |   

|<6> Skip Current System Configuration                                     |   

|<7> BootWare Operation Menu                                               |   

|<8> Skip Authentication for Console Login                                 |   

|<9> Storage Device Operation                                              |   

|<0> Reboot                                                                |   

============================================================================   

Ctrl+Z: Access EXTENDED ASSISTANT MENU                                         

Ctrl+F: Format File System

# 键入<1>,进入引导系统:

Enter your choice(0-9): 1

Loading the main image files...                                                 

Loading file flash:/s10500-cmw710-system-test.bin........................   

............................................................................   

............................................................................   

.........................Done.                                                 

Loading file flash:/s10500-cmw710-boot-test.bin..........................   

....Done.                                                                      

                                                                                

Image file flash:/s10500-cmw710-boot-test.bin is self-decompressing......   

....................................................Done.                      

System image is starting...                                                    

Line aux1 is available.                                                        

                                                                               

                                                                                

Press ENTER to get started.

(2)     升级主用主控板

# 从TFTP服务器使用串口线连接至Device主用主控板的Console口,使用直通线连接到主用主控板的管理以太网接口上,升级方式与升级备用主控板一致,此处不再重复。

6.5  验证配置

# 设备重启后,使用display version命令查看设备版本信息。

<Device> display version

H3C Comware Software, Version 7.1.045, Release 7150

Copyright (c) 2004-2015 Hangzhou H3C Tech. Co., Ltd. All rights reserved.

H3C s10500 uptime is 0 weeks, 0 days, 3 hours, 23 minutes

Last reboot reason : User reboot

Boot image: flash:/s10500-cmw710-boot-test.bin

Boot image version: 7.1.045, Release 7150

  Compiled Mar 13 2015 16:42:23

System image: flash:/s10500-cmw710-system-test.bin

System image version: 7.1.045, Release 7150

  Compiled Mar 13 2015 16:42:23

 

……略……

# 显示设备主用主控板本次启动和下次启动所采用的启动软件包的名称。

<Device> display boot-loader slot 0

Software images on slot 0:

Current software images:

  flash:/s10500-cmw710-boot-test.bin

  flash:/s10500-cmw710-system-test.bin

Main startup software images:

  flash:/s10500-cmw710-boot-test.bin

  flash:/s10500-cmw710-system-test.bin

Backup startup software images:

  flash:/s10500 -cmw710-boot-old.bin

  flash:/s10500-cmw710-system- old.bin

# 显示设备备用主控板本次启动和下次启动所采用的启动软件包的名称。

<Device> display boot-loader slot 1

Software images on slot 1:

Current software images:

  flash:/s10500-cmw710-boot-test.bin

  flash:/s10500-cmw710-system-test.bin

Main startup software images:

  flash:/s10500-cmw710-boot-test.bin

  flash:/s10500-cmw710-system-test.bin

Backup startup software images:

  flash:/s10500 -cmw710-boot-old.bin

  flash:/s10500-cmw710-system- old.bin

6.6  配置文件

7  相关资料

·     H3C S10500系列交换机 软件升级配置指导- Release 7150

·     H3C S10500系列交换机 软件升级命令参考- Release 7150

不同款型规格的资料略有差异, 详细信息请向具体销售和400咨询。H3C保留在没有任何通知或提示的情况下对资料内容进行修改的权利!

新华三官网
联系我们