01-Fundamentals Configuration Examples

HomeSupportSwitchesS7500E SeriesConfigure & DeployConfiguration ExamplesH3C S7500E Switch Series Configuration Examples-R7585P05-6W10001-Fundamentals Configuration Examples
04-H3C_Software_Patching_Examples
Title Size Download
04-H3C_Software_Patching_Examples 72.64 KB

 

H3C Software Patching Examples

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Software version: Release 7585P05

Document version: 6W100-20200330

 

Copyright © 2020 New H3C Technologies Co., Ltd. All rights reserved.

No part of this manual may be reproduced or transmitted in any form or by any means without prior written consent of New H3C Technologies Co., Ltd.

Except for the trademarks of New H3C Technologies Co., Ltd., any trademarks that may be mentioned in this document are the property of their respective owners.

The information in this document is subject to change without notice.

 



Introduction

This document provides software patching examples that use ISSU install commands.

Prerequisites

The configuration examples in this document were created and verified in a lab environment, and all the devices were started with the factory default configuration. When you are working on a live network, make sure you understand the potential impact of every command on your network.

This document assumes that you have basic knowledge of ISSU.

Example: Patching software in standalone mode

Network configuration

As shown in Figure 1, the device and the TFTP server can reach each other. The device has one active MPU (slot 0) and one standby MPU (slot 1). The MPUs are running boot image BOOT-R7585P05 and system image SYSTEM-R7585P05.

Use patch image file SYSTEM-R7585P05H01.bin to fix bugs without rebooting the device.

Figure 1 Network diagram

 

Restrictions and guidelines

When you patch software, follow these restrictions and guidelines:

·          The first time you install patch images, you must start with the active MPU. For subsequent patch installations, you must start with the standby MPU.

·          The patch image version must match the device model and Comware version. For example, to fix bugs in R7585P05, you must use SYSTEM-R7585P05H01.bin.

Procedures

# Download patch image file SYSTEM-R7585P05H01.bin from the TFTP server to the root directory on the active MPU.

<Sysname> tftp 2.2.2.2 get SYSTEM-R7585P05H01.bin

Press CTRL+C to abort.

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

                                 Dload  Upload   Total   Spent    Left  Speed

100 25.2M    0 25.2M    0     0   210k      0 --:--:--  0:02:02 --:--:--  209k

# Activate the patch images on the active MPU and standby MPU.

<Sysname> install activate patch flash:/SYSTEM-R7585P05H01.bin slot 0

This operation maybe take several minutes, please wait.............Done.

<Sysname> install activate patch flash:/SYSTEM-R7585P05H01.bin slot 1

This operation maybe take several minutes, please wait.............Done.

The patch images take effect immediately after they are activated.

# For the patch images to take effect after a reboot, commit the software changes.

<Sysname> install commit

Verifying the configuration

# Verify that the patch images have been activated successfully.

<Sysname> display install active

Active packages on slot 0:

  flash:/BOOT-R7585P05.bin

  flash:/SYSTEM-R7585P05.bin

  flash:/SYSTEM-R7585P05H01.bin

Active packages on slot 1:

  flash:/BOOT-R7585P05.bin

  flash:/SYSTEM-R7585P05.bin

  flash:/SYSTEM-R7585P05H01.bin

Active packages on slot 3:

  flash:/BOOT-R7585P05.bin

  flash:/SYSTEM-R7585P05.bin

  flash:/SYSTEM-R7585P05H01.bin

Active packages on slot 14:

  flash:/BOOT-R7585P05.bin

  flash:/SYSTEM-R7585P05.bin

  flash:/SYSTEM-R7585P05H01.bin

# Verify that the patch image file has been added to the main startup software image list so the images can take effect after a reboot.

<Sysname> display install committed

Committed packages on slot 0:

  flash:/BOOT-R7585P05.bin

  flash:/SYSTEM-R7585P05.bin

  flash:/SYSTEM-R7585P05H01.bin

Committed packages on slot 1:

  flash:/BOOT-R7585P05.bin

  flash:/SYSTEM-R7585P05.bin

  flash:/SYSTEM-R7585P05H01.bin

Configuration files

The system does not save the commands used in the configuration procedures to a configuration file.

Example: Patching software in IRF mode

Network configuration

As shown in Figure 2, the two-chassis IRF fabric and the TFTP server can reach each other. Each member of the IRF fabric has one active MPU (slot 0) and one standby MPU (slot 1). The IRF members are running boot image BOOT-R7585P05 and system image SYSTEM-R7585P05.

Use patch image file SYSTEM-R7585P05H01.bin to fix bugs without rebooting the members.

Figure 2 Network diagram

 

 

Restrictions and guidelines

When you patch software on an IRF fabric, follow these restrictions and guidelines:

·          To install an image, you must begin with the master. On each member device, you must begin with the active MPU. To upgrade an image, you must begin with a subordinate device. On each member device, you must begin with the standby MPU.

·          The patch image version must match the device model and Comware version. For example, to fix bugs in R7585P05, you must use SYSTEM-R7585P05H01.bin.

Procedures

# Download patch image file SYSTEM-R7585P05H01.bin from the TFTP server to the root directory on the global active MPU.

<Sysname> tftp 2.2.2.2 get SYSTEM-R7585P05H01.bin

Press CTRL+C to abort.

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

                                 Dload  Upload   Total   Spent    Left  Speed

100 25.2M    0 25.2M    0     0   210k      0 --:--:--  0:02:02 --:--:--  209k

# Activate the patch images on the global active MPU and global standby MPUs.

<Sysname> install activate patch flash:/SYSTEM-R7585P05H01.bin chassis 2 slot 1

This operation maybe take several minutes, please wait.............Done.

<Sysname> install activate patch flash:/SYSTEM-R7585P05H01.bin chassis 2 slot 0

This operation maybe take several minutes, please wait.............Done.

<Sysname> install activate patch flash:/SYSTEM-R7585P05H01.bin chassis 1 slot 1

This operation maybe take several minutes, please wait.............Done.

<Sysname> install activate patch flash:/SYSTEM-R7585P05H01.bin chassis 1 slot 0

This operation maybe take several minutes, please wait.............Done.

The patch images take effect immediately after they are activated.

# For the patch images to take effect after a reboot, commit the software changes.

<Sysname> install commit

Verifying the configuration

# Verify that the patch images have been activated successfully.

<Sysname> display install active

Active packages on chassis 1 slot 0:

  flash:/BOOT-R7585P05.bin

  flash:/SYSTEM-R7585P05.bin

  flash:/SYSTEM-R7585P05H01.bin

Active packages on chassis 1 slot 1:

  flash:/BOOT-R7585P05.bin

  flash:/SYSTEM-R7585P05.bin

  flash:/SYSTEM-R7585P05H01.bin

Active packages on chassis 1 slot 3:

  flash:/BOOT-R7585P05.bin

  flash:/SYSTEM-R7585P05.bin

  flash:/SYSTEM-R7585P05H01.bin

Active packages on chassis 1 slot 14:

  flash:/BOOT-R7585P05.bin

  flash:/SYSTEM-R7585P05.bin

  flash:/SYSTEM-R7585P05H01.bin

Active packages on chassis 2 slot 0:

  flash:/BOOT-R7585P05.bin

  flash:/SYSTEM-R7585P05.bin

  flash:/SYSTEM-R7585P05H01.bin

Active packages on chassis 2 slot 1:

  flash:/BOOT-R7585P05.bin

  flash:/SYSTEM-R7585P05.bin

  flash:/SYSTEM-R7585P05H01.bin

Active packages on chassis 2 slot 3:

  flash:/BOOT-R7585P05.bin

  flash:/SYSTEM-R7585P05.bin

  flash:/SYSTEM-R7585P05H01.bin

Active packages on chassis 2 slot 14:

  flash:/BOOT-R7585P05.bin

  flash:/SYSTEM-R7585P05.bin

  flash:/SYSTEM-R7585P05H01.bin

# Verify that the patch image file has been added to the main startup software image list so the images can take effect after a reboot.

<Sysname> display install committed

Committed packages on chassis 1 slot 0:

  flash:/BOOT-R7585P05.bin

  flash:/SYSTEM-R7585P05.bin

  flash:/SYSTEM-R7585P05H01.bin

Committed packages on chassis 1 slot 1:

  flash:/BOOT-R7585P05.bin

  flash:/SYSTEM-R7585P05.bin

  flash:/SYSTEM-R7585P05H01.bin

Committed packages on chassis 2 slot 0:

  flash:/BOOT-R7585P05.bin

  flash:/SYSTEM-R7585P05.bin

  flash:/SYSTEM-R7585P05H01.bin

Committed packages on chassis 2 slot 1:

  flash:/BOOT-R7585P05.bin

  flash:/SYSTEM-R7585P05.bin

  flash:/SYSTEM-R7585P05H01.bin

Configuration files

The system does not save the commands used in the configuration procedures to a configuration file.

Related documentation

·          H3C S7500E Switch Series Fundamentals Command Reference-R758X

·          H3C S7500E Switch Series Fundamentals Configuration Guide-R758X

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
All Support
  • Become a Partner
  • Partner Resources
  • Partner Business Management
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网