• 锐捷Ruijie交换机补丁升级及补丁卸载


    •  热补丁版本升级
      1. 旧补丁卸载

    步骤一、SW卸载旧补丁    注:补丁每个操作之间间隔2min

    SW7#show version

    System description      : Ruijie Full 25G Routing Switch(S6510-48VS8CQ) By Ruijie Networks

    System start time       : 2020-10-29 13:57:23

    System uptime           : 0:01:09:42

    System hardware version : 2.01

    System software version : S6500_RGOS 11.0(5)B9P43

    System patch number     : SP4(running)

    System serial number    : G1MB27E001210

    System boot version     : 1.3.8

    Module information:

      Slot 0 : RG-S6510-48VS8CQ

        Hardware version    : 2.01

        Boot version        : 1.3.8

        Software version    : S6500_RGOS 11.0(5)B9P43

        Serial number       : G1MB27E001210

    SW7#patch deactive

    < The terminal is lock >

    Patch operation start

    !000688: *Oct 29 15:07:44.983: %UPGRADE-6-INFO:

    !000689: *Oct 29 15:07:45.083: %UPGRADE-6-INFO: [Slot 0]:

    000690: *Oct 29 15:07:45.183: %UPGRADE-6-INFO: Deactive the patch package patch_ss success

    SW7#show patch //status状态为install

    [Slot 0]:

    Patch package SP4 installed in the system, version:pa4

        ----------------------------------------

        Patch       : patch_ss

        Status      : install

        Version     : 1.0.0.49593

        Size        : 116924

        Build time  : Tue Aug 18 18:54:42 2020

        Install time: Thu Oct 29 15:04:39 2020

        Description : ss patch

        ----------------------------------------

        Patch       : patch_lsm

        Status      : install

        Version     : 1.0.0.8931

        Size        : 4757879

        Build time  : Tue Aug 18 18:55:27 2020

        Install time: Thu Oct 29 15:04:39 2020

        Description : lsm patch

    1. 旧补丁删除

    SW7#patch delete

    < The terminal is lock >

    Patch operation start

    !000809: *Oct 29 15:09:29.472: %UPGRADE-6-INFO:

    000810: *Oct 29 15:09:29.572: %UPGRADE-6-INFO: [Slot 0]:

    000811: *Oct 29 15:09:29.672: %UPGRADE-6-INFO: Clear the patch patch_lsm success

    000812: *Oct 29 15:09:29.772: %UPGRADE-6-INFO: Clear the patch patch_ss success

    000813: *Oct 29 15:09:29.880: %UPGRADE-6-INFO:

    !000814: *Oct 29 15:09:29.980: %UPGRADE-6-INFO: [Slot 0]:Clear the patch success

    !!100%

    Patch operation finish

    < The terminal is unlock >

    SW7#show patch //status状态为NA

    [Slot 0]:

    No patch package installed in the system

    1. 新补丁安装

    步骤一、升级热补丁

    SW7#upgrade flash:/S6500_RGOS11.0(5)B9P43_SP5.bin force

    Upgrade start

    < The terminal is lock >

    !!000815: *Oct 29 15:10:21.814: %UPGRADE-6-INFO: [Slot 0]

    000816: *Oct 29 15:10:21.914: %UPGRADE-6-INFO:  device name : s6k

    000817: *Oct 29 15:10:22.014: %UPGRADE-6-INFO:  status:      SUCCESS

    000818: *Oct 29 15:10:22.123: %UPGRADE-6-INFO: Auto-sync config synchronization, Please wait for a moment....

    < The terminal is unlock >

    !100%

    Upgrade success

    SW7 #show patch //status状态为install

    [Slot 0]:

    Patch package SP5 installed in the system, version:pa5

        ----------------------------------------

        Patch       : patch_lsm

        Status      : install

        Version     : 1.0.0.9133

        Size        : 4759091

        Build time  : Fri Oct 23 15:28:37 2020

        Install time: Thu Oct 29 15:10:18 2020

        Description : lsm patch

        ----------------------------------------

        Patch       : patch_ss

        Status      : install

        Version     : 1.0.0.49593

        Size        : 116924

        Build time  : Fri Oct 23 15:27:47 2020

        Install time: Thu Oct 29 15:10:19 2020

        Description : ss patch

    1. 新补丁激活

    步骤一、 升级热补丁     

    SW7#patch active

    < The terminal is lock >

    Patch operation start

    !!000819: *Oct 29 15:11:23.418: %UPGRADE-6-INFO:

    000820: *Oct 29 15:11:23.518: %UPGRADE-6-INFO: [Slot 0]:

    000821: *Oct 29 15:11:23.618: %UPGRADE-6-INFO: Active the patch package patch_lsm success

    000822: *Oct 29 15:11:24.280: %UPGRADE-6-INFO:

    000823: *Oct 29 15:11:24.376: %UPGRADE-6-INFO: [Slot 0]:

    !000824: *Oct 29 15:11:24.477: %UPGRADE-6-INFO: Active the patch package patch_ss success

    !100%

    Patch operation finish

    < The terminal is unlock >

    1. 补丁运行

    执行patch running,补丁永久运行;

    SW7#patch running

    < The terminal is lock >

    Patch operation start

    !000825: *Oct 29 15:12:31.057: %UPGRADE-6-INFO:

    000826: *Oct 29 15:12:31.158: %UPGRADE-6-INFO: [Slot 0]:

    000827: *Oct 29 15:12:31.258: %UPGRADE-6-INFO: The patch on the system now is in running status

    !!!100%

    Patch operation finish

    < The terminal is unlock >

  • 相关阅读:
    深入理解XGBoost:集成学习与堆叠模型
    MongoDB基础之文档DML操作
    Pythony应用(02)-文字识别训练tesseract-ocr4
    成功解决NotImplementedError: cannot instantiate ‘WindowsPath‘ on your system
    力扣 226. 翻转二叉树
    Android开发——Fragment
    海思高校合作——QA培训资料
    认识Oracle
    如何使用Python进行Web开发,如Flask或Django?
    工业控制系统的安全建议
  • 原文地址:https://blog.csdn.net/sj349781478/article/details/126220451