SAN交换机固件版本升级
升级流程图:
升级步骤
1、 设置FTP服务器
2、 检查当前交换机的FIRMWARE版本
3、 备份当前配置
4、 升级固件
备份配置
cfgsave
configupload
brocade-2:admin> configupload 随后,可以检查下,是否在ftpserver 的根目录下有生成config.txt的文件。
Protocol (scp, ftp, sftp, local) [ftp]: ftp
Server Name or IP Address [host]: 10.77.77.100
User Name [user]: admin
Path/Filename [<home dir>/config.txt]:
Section (all|chassis|switch [all]): Password:
configUpload complete: All selected config parameters are uploaded
1、 删除配置 Cfgdisable --清除生效配置 cfgclear --清除定义配置
2、 还原配置步骤命令
switchdisable --禁用交换机
configdownload --下载配置文件到交换机
switchenable --激活交换机
switchshow --查看交换机状态offline/online
cfgshow --查看配置是否还原成功
brocade-2:admin> configdownload
Protocol (scp, ftp, sftp, local) [ftp]: ftp
Server Name or IP Address [host]: 10.77.77.100
User Name [user]: admin
Path/Filename [<home dir>/config.txt]: /config.txt
Section (all|chassis|switch [all]):
*** CAUTION ***
This command is used to download a backed-up configuration for a specific switch. If using a file from a different switch, this file's configuration settings will override any current switch settings. Downloading a configuration file, which was uploaded from a different type of switch, may cause this switch to fail. A switch reboot might be required for some parameter changes to take effect.
configDownload operation may take several minutes to complete for large files.
Do you want to continue [y/n]: y
Password:
duplicate license-key "XDEREFH3FJgJPBZP39Kf4YPtCfTrEJ9RBACRJ" duplicate license-key "ADPNfGZFHBa4MRYEQ73FaRQfMH9aKBKCBJYMR" duplicate license-key "4JLHFrr4YX79ZLJJB4GfFTFRr3B3mCCGBSC7B" duplicate license-key "CXFGHtGrPWFSRDJZZJZLtQKmDM79CtE9BSgPR"
Doing configDownload on switch ... Activating configDownload: Switch is disabled
configDownload complete: All selected config parameters are downloaded
cfgshow –查看配置还原是否成功
switchshow—查看交换机状态
固件升级
Brocade 300,当前的固件版本v7.0.0c,需要升级到v7.4.2b。官方建议的升级路径:
v7.0.0c>v7.1.2b>v7.2.1a>v7.3.2b>v7.4.2b,说白了就不是不建议跨版本升级。台阶要一步一级爬,一步跨2级都不行,一看就是个体力活。但好处是不中断(交换机在线)从官网下载后一般是.zip或者是.tar.gz的包,需要解压缩。解压缩后会有大量的文件
固件升级
升级方式
升级方式有多种:FTP,SFTP,SCP,本地USB
下面介绍FTP方式,这种方式下,需要借助于ftp协议上传原始配置文件以及下载固件文件。
所以需要将固件文件放置到FTP目录下
博科交换机有2个固件分区:primary和secondary。交换机默认从primary分区启动。
secondary分区主要用户固件更新。每次更新完毕之后,交换机进行一次热重启(端口保持在线状态,所有的帧持续转发),重启后,快速切换primary和secondary分区,从而实现无中断升级。
大概的过程如下:
1) 交换机下载固件到secondary分区
2) 系统进行ha reboot(也就是不影响包转发的重启),重启后,secondary和primary分区完成调换
3) 将primary分区的固件复制到secondary分区
以上3个步骤交换机自动完成,每个固件版本的升级过程大约20分钟。升级后不可回滚。
注意:固件文件路径需要填写正确,如固件v7.1.2b文件夹放置在ftpserver的根目录,那么在File Name:后填写/v7.1.2b
相关视频演示:
共有 0 条评论