安装 EFOS 软件
按照以下过程在 Broadcom BES-53248 集群交换机上安装 EFOS 软件。
- 将 BES-53248 集群交换机连接到管理网络。
- 使用 ping 命令验证与托管 EFOS、许可证和 RCF 文件的服务器的连接。示例 此示例验证交换机是否已通过 IP 地址 172.19.2.1 连接到服务器:(cs2) # ping 172.19.2.1
 Pinging 172.19.2.1 with 0 bytes of data:
 Reply From 172.19.2.1: icmp_seq = 0. time= 5910 usec.
-  备份 cs2 上的当前活动映像:show bootvar 示例 (cs2) # show bootvar
 
 Image Descriptions
 active :
 backup :
 Images currently available on Flash
 --------------------------------------------------------------------
 unit active backup current-active next-active
 --------------------------------------------------------------------
 1 3.4.3.1 Q.10.22.1 3.4.3.1 3.4.3.1
 (cs2) # copy active backup
 Copying active to backup
 Management access will be blocked for the duration of the operation
 Copy operation successful
 (cs2) # show bootvar
 Image Descriptions
 active :
 backup :
 Images currently available on Flash
 --------------------------------------------------------------------
 unit active backup current-active next-active
 --------------------------------------------------------------------
 1 3.4.3.1 3.4.3.1 3.4.3.1 3.4.3.1
 (cs2) #
- 验证 EFOS 软件运行的版本:show version 示例 (cs2) # show version
 Switch: 1
 System Description............................. Quanta IX8-B 48x25GB SFP 8x100GB QSFP, 3.4.3.1, Linux 4.4.117-ceeeb99d, 2016.05.00.04
 Machine Type................................... Quanta IX8-B 48x25GB SFP 8x100GB QSFP
 Machine Model.................................. IX8-B
 Serial Number.................................. QTFCU38260014
 Maintenance Level.............................. A
 Manufacturer................................... 0xbc00
 Burned In MAC Address.......................... D8:C4:97:71:12:3D
 Software Version............................... 3.4.3.1
 Operating System............................... Linux 4.4.117-ceeeb99d
 Network Processing Device...................... BCM56873_A0
 CPLD Version................................... 0xff040c03
 Additional Packages............................ BGP-4
 ...............................................QOS
 ...............................................Multicast
 ............................................... IPv6
 ............................................... Routing
 ............................................... Data Center
 ............................................... OpEN API
 ............................................... Prototype Open API
- 将映像文件下载到交换机。将映像文件复制到活动映像意味着重新启动后,该映像会成为运行的 EFOS 版本。之前的映像将用作备份。示例 (cs2) # copy sftp://root@172.19.2.1//tmp/EFOS-3.4.3.3.stk active
 Remote Password:********
 Mode........................................... SFTP
 Set Server IP.................................. 172.19.2.1
 Path........................................... //tmp/
 Filename....................................... EFOS-3.4.3.3.stk
 Data Type...................................... Code
 Destination Filename........................... active
 Management access will be blocked for the duration of the transfer
 Are you sure you want to start? (y/n) y
 SFTP Code transfer starting...
 File transfer operation completed successfully.
- 显示活动和备份配置的引导映像:show bootvar 示例 (cs2) # show bootvar
 
 Image Descriptions
 active :
 backup :
 Images currently available on Flash
 --------------------------------------------------------------------
 unit active backup current-active next-active
 --------------------------------------------------------------------
 1 3.4.3.1 3.4.3.1 3.4.3.1 3.4.3.3
-  重新启动交换机:reload 示例 (cs2) # reload
 The system has unsaved changes.
 Would you like to save them now? (y/n) y
 Config file 'startup-config' created successfully .
 Configuration Saved!
 System will now restart!
- 再次登录并验证 EFOS 软件的新版本:show version 示例 (cs2) # show version
 Switch: 1
 System Description............................. x86_64-quanta_common_rglbmc-r0, 3.4.3.3, Linux 4.4.117-ceeeb99d, 2016.05.00.04
 Machine Type................................... x86_64-quanta_common_rglbmc-r0
 Machine Model.................................. BES-53248
 Serial Number.................................. QTFCU38260014
 Maintenance Level.............................. A
 Manufacturer................................... 0xbc00
 Burned In MAC Address.......................... D8:C4:97:71:12:3D
 Software Version............................... 3.4.3.1
 Operating System............................... Linux 4.4.117-ceeeb99d
 Network Processing Device...................... BCM56873_A0
 CPLD Version................................... 0xff040c03
 Additional Packages............................ BGP-4
 ...............................................QOS
 ...............................................Multicast
 ............................................... IPv6
 ............................................... Routing
 ............................................... Data Center
 ............................................... OpEN API
 ............................................... Prototype Open API
提供反馈