H3C设备堆叠环境下版本升级操作步骤
1、查看运行状态
display irf
display irf link
display irf configuration
display mad verbose
display redundancy group aaa
2、查看设备剩余空间
dir
dir slot1#cfa0:/
dir slot2#cfa0:/
3、配置多个管理接口
interface G2/0/0
combo enable copper
ip address 192.168.10.1 24
quit
security-zone name Management
import interface GigabitEthernet 2/0/0
quit
save
4、关闭MAD检测口
interface Route-Aggregation16
display this
undo mad bfd enable
quit
save
5、关闭主设备上/下联业务口,使得数据流量切换至备机;
(注意:需再次保存配置,防止后面设备重启导致上/下联业务口启动,此步骤后不在保存配置;也可通过物理中断主设备上/下联业务口提供保证)
interface Ten-GigabitEthernet1/0/24
display this
quit
interface Ten-GigabitEthernet1/0/25
display this
quit
interface range Ten-GigabitEthernet1/0/24 Ten-GigabitEthernet1/0/25
shutdown
quit
interface range Ten-GigabitEthernet2/0/24 Ten-GigabitEthernet2/0/25
shutdown
undo shutdown
quit
save
6、验证相关数据及业务是否运行正常
由人员远程验证业务传输相关功能
7、查看运行状态
display irf
display irf link
display irf configuration
display redundancy group aaa
8、物理断开堆叠线路,建议通过拔线方式,使得堆叠分裂
通过人工物理中断Ten-GigabitEthernet1/0/26、Ten-GigabitEthernet1/0/27接口。
9、验证相关状态
display irf
display irf link
display irf configuration
display redundancy group aaa
10、通过3CD软件备份设备配置,并拷贝SECPATH5080F-CMW710-R9628P2416.ipe至当前装置。
tftp 192.168.0.100 put startup.cfg
tftp 192.168.0.100 get SECPATH5020T_5010T-CMW710-R8536P2414.ipe
boot-loader file slot1#cfa0:/SECPATH5020T_5010T-CMW710-R8536P2414.ipe all main
文档连接:https://www.h3c.com/cn/d_202110/1477004_30005_40.htm#_Toc97322245
11、查看设备的启动程序文件信息
(确实下次启动配置是否与升级版本一致)
display boot-loader
12、重启设备
(注意:不要保存配置文件)
reboot
13、重启完成后,查看设备的启动文件版本是否与升级的启动文件一致
display version
14、验证相关状态
display irf
display irf link
display irf configuration
display redundancy group aaa
15、通过web页面升级H3C病毒库以及URL库
在此时升级进度较慢,关闭锁屏时间并接入笔记本电源
16、开启主设备上/下联业务口,关闭备设备上/下联业务口,使得数据流量切换至主机。此步骤需要同时进行操作。
1)主设备
(注意:单框分裂状态下不要保存配置)
interface Ten-GigabitEthernet1/0/24
display this
quit
interface Ten-GigabitEthernet1/0/25
display this
quit
interface range Ten-GigabitEthernet1/0/24 Ten-GigabitEthernet1/0/25
undo shutdown
quit
2)备设备
(单框分裂状态下不要保存配置,并且在配置完成后需中断上/下业务口物理连接)
interface Ten-GigabitEthernet2/0/24
display this
quit
interface Ten-GigabitEthernet2/0/25
display this
quit
interface range Ten-GigabitEthernet2/0/24 Ten-GigabitEthernet2/0/25
shutdown
quit
17、验证设备运行状态以及数据传输情况
由人员远程验证业务传输相关功能
18、通过3CD软件拷贝SECPATH5080F-CMW710-R9628P2416.ipe至当前装置。
tftp 192.168.10.100 put startup.cfg
tftp 192.168.10.100 get SECPATH5020T_5010T-CMW710-R8536P2414.ipe
boot-loader file slot2#cfa0:/SECPATH5020T_5010T-CMW710-R8536P2414.ipe all main
文档连接:https://www.h3c.com/cn/d_202110/1477004_30005_40.htm#_Toc97322245
19、查看设备的启动程序文件信息
display boot-loader
20、重启设备
(注意:不要保存配置文件,IRF分裂状态下单框不要保存配置)
reboot
21、重启完成后,查看设备的启动文件版本是否与升级的启动文件一致
display version
22、验证相关状态
display irf
display irf link
display irf configuration
display redundancy group aaa
23、通过web页面升级H3C病毒库以及URL库
在此时升级进度较慢,关闭锁屏时间并接入笔记本电源
tftp 192.168.0.100 get V7-URL-H-1.0.66.dat
备设备会因为IRF特性进行重启,需严格观察IRF状态,防止业务中断。
请注意,在备机重启过程中如果未接入上下列业务口可能导致设备在Cryptographic algorithms tests passed.
卡住。
由人员远程验证业务传输相关功能
25、验证相关状态
display irf
display irf link
display irf configuration
display redundancy group aaa
display current-configutation
26、恢复BFD检测口
interface Route-Aggregation16
description BDF_MAD
mad bfd enable
mad ip address 192.168.107.1 255.255.255.0 member 1
mad ip address 192.168.107.2 255.255.255.0 member 2
quit
27、验证相关配置状态
display irf
display irf link
display irf configuration
display redundancy group aaa
display current-configutation