WO2017124741A1 - Procédé et dispositif permettant de synchroniser une version d'appareil - Google Patents

Procédé et dispositif permettant de synchroniser une version d'appareil Download PDF

Info

Publication number
WO2017124741A1
WO2017124741A1 PCT/CN2016/096233 CN2016096233W WO2017124741A1 WO 2017124741 A1 WO2017124741 A1 WO 2017124741A1 CN 2016096233 W CN2016096233 W CN 2016096233W WO 2017124741 A1 WO2017124741 A1 WO 2017124741A1
Authority
WO
WIPO (PCT)
Prior art keywords
version
upgrade
message
upgraded
module
Prior art date
Application number
PCT/CN2016/096233
Other languages
English (en)
Chinese (zh)
Inventor
羊兆磊
杨健
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2017124741A1 publication Critical patent/WO2017124741A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • H04L41/082Configuration setting characterised by the conditions triggering a change of settings the condition being updates or upgrades of network functionality
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/084Configuration by using pre-existing information, e.g. using templates or copying from other elements
    • H04L41/0846Configuration by using pre-existing information, e.g. using templates or copying from other elements based on copy from other elements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/085Retrieval of network configuration; Tracking network configuration history

Definitions

  • This document refers to, but is not limited to, the field of communications, and more particularly to a device version synchronization method and apparatus.
  • Version upgrade refers to the improvement of the vulnerability of the operating system or the pre-software version, or the addition of new application functions to the software, so that the software is more perfect, that is, the version is upgraded, or the error information such as bugs in the original system is modified. Wait.
  • the version upgrade method includes: web (World Wide Web) page upgrade, installation CD, remote network management upgrade, and universal serial bus (USB, Universal Serial Bus) upgrade, etc., the following one for each version upgrade method An introduction:
  • Web page upgrade Communication network devices (such as home gateways) generally provide a local configuration interface.
  • the configuration interface has a version upgrade function.
  • the device manufacturer provides the version.
  • the installer configures the relevant version path through the web interface to upgrade.
  • Installation CD The version file is directly provided on the installation CD. After the terminal and network device are connected, upgrade the network device by running the installation CD in the terminal.
  • Remote network management upgrade Generally, the tr069 protocol is configured by the official to configure the version information on the network management system.
  • the remote procedure call protocol (Remote Procedure Call Protocol) is executed. After the remote download (download), the version is upgraded.
  • USB upgrade Provide the version in the U disk and other devices, and then insert the U disk into the network device to automatically upgrade the version.
  • USB upgrade there are currently many devices in a network. If you upgrade the device in the above manner, you need to manually set the device to upgrade. The operation is more complicated and time consuming.
  • the embodiment of the invention provides a device version synchronization method and device, which can be implemented simply Multiple devices in the network are upgraded.
  • a device version synchronization method including: after a version upgrade, sending a message that the version upgrade is successful to an associated device; receiving a version request message; and using version information for upgrading the version Send to the device that sent the version request message.
  • the version upgrade success message carries the version number of the current version upgrade.
  • the associated device is in the same multicast group as the device that is successfully upgraded, and the message that the version is successfully upgraded is sent to the associated device, and the message that the version is successfully upgraded is sent to the same multicast group through the multicast message. device of.
  • the message that the version upgrade succeeds includes: an Internet Protocol IP address and port number interconnected between the multicast networks, a serial number of the device, an organization unique identifier OUI of the device, and a version number of the device.
  • the associated device is the same as the device model that is currently upgraded successfully.
  • Embodiments of the present invention also provide a computer readable storage medium storing computer executable instructions for performing any of the methods described above.
  • a device version synchronization apparatus including:
  • the first sending module is configured to send a message that the version upgrade succeeds to the associated device after the version is upgraded;
  • a receiving module configured to receive a version request message
  • the second sending module is configured to send the version information used by the version upgrade to the device that sends the version request.
  • the version upgrade success message carries the version number of the current version upgrade.
  • the associated device is in the same multicast group as the device that is successfully upgraded.
  • the first sending module is configured to: after the version is upgraded, the message that the version is successfully upgraded is sent to the same multicast through the multicast message. The devices within the group.
  • the message that the version upgrade succeeds includes: an Internet Protocol IP address and port number interconnected between the multicast networks, a serial number of the device, an organization unique identifier OUI of the device, and a version number of the device.
  • the associated device is the same as the device model that is currently upgraded successfully.
  • the solution provided by the embodiment of the present invention after the device version is successfully upgraded, informs the other device that the version upgrade is successful, so that other devices can obtain the version information from the device that has successfully upgraded the current version, and complete the version synchronization upgrade, thereby simply implementing the Multiple devices in the network are upgraded.
  • FIG. 1 is a flowchart of a device version synchronization method according to Embodiment 1 of the present invention.
  • FIG. 2 is a schematic diagram of a network networking in Embodiment 2 of the present invention.
  • FIG. 3 is a structural diagram of a device module according to Embodiment 2 of the present invention.
  • FIG. 5 is a structural block diagram of a device version synchronization apparatus according to Embodiment 3 of the present invention.
  • the embodiment of the present invention provides a device version synchronization method and device.
  • the embodiments of the present invention are further described in detail below with reference to the accompanying drawings and embodiments. It is understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
  • FIG. 1 is a flowchart of a device version synchronization method according to Embodiment 1 of the present invention. As shown in FIG. 1 , the method includes the following steps. :
  • Step 101 After the version upgrade is performed, the message that the version upgrade succeeds is sent to the associated device.
  • the version upgraded version carries the version number of the version upgrade (that is, the upgraded version number). Based on this, the associated device parses the version number from the message after receiving the message that the version upgrade succeeds. Compare the version number with its own version number; determine its own version number If the version number is lower than the parsed version, request to obtain the version information, and then use the obtained version information for version upgrade.
  • the associated device is a device that is in the same multicast group as the device that is successfully upgraded, and the message that the version is successfully upgraded is sent to the associated device, and the message that the version upgrade succeeds is sent through the multicast message.
  • the device in the same multicast group is the same as the device with the current upgrade. Based on this, the device of the same model can automatically synchronize the version of the upgraded device.
  • the message may include:
  • IP Internet Protocol
  • OUI Organizationally Unique Identifier
  • Step 102 Receive a version request message.
  • Step 103 Send the version information used by the version upgrade to the device that sends the version request message.
  • the version information includes the version file used for the version upgrade.
  • the device that sends the version request message verifies the validity of the version information, and then performs version upgrade according to the version information.
  • This embodiment further describes the device version synchronization method provided by the present invention by disclosing more technical features.
  • the embodiment provides a synchronization mechanism, so that the device can automatically synchronize the upgraded version in the same network.
  • all devices in the embodiment have the same model.
  • FIG. 2 is a schematic diagram of network networking in Embodiment 2 of the present invention.
  • multiple switches are connected to one router. The same is true.
  • Other switches B, C, D, and E can automatically discover the difference between the version and the version of switch A, and trigger the version synchronization upgrade.
  • Maintenance personnel only need to upgrade one device, its His equipment is automatically synchronized and upgrades, significantly reducing maintenance costs.
  • the device in this embodiment may also be a power network bridge, and the power network bridge, which is also called a power cat, appears in pairs in the application.
  • the user or Maintenance personnel upgrade one of the power cats, and the other power cat can also automatically upgrade.
  • FIG. 3 is a structural diagram of a device module according to Embodiment 2 of the present invention; as shown in FIG. 3, the device includes an upgrade module, a version update notification module, a version information receiving module, a version download module, and an http (HyperText Transfer Protocol).
  • Server (service) module httpserver module among them,
  • the upgrade module is set to verify the validity of the version and upgrade the version.
  • the version update notification module is configured to use the multicast to send the notification information after the device is upgraded, where the notification information includes the upgraded version number, the ip address, the port, and the like, and the following version updates the notification message format:
  • the version information receiving module is configured to receive the version update notification information issued by another device, and if the received version number is newer than the version number of the device, the version synchronization upgrade is performed;
  • the version download module is set to download the latest version to the upgraded device. After the download is successful, notify the upgrade module to upgrade the version.
  • the httpserver module is set to download versions to other devices for this device.
  • FIG. 4 is a flow chart of version synchronization between devices according to Embodiment 2 of the present invention. As shown in FIG. 4, the process mainly includes the following processing:
  • Step 1 the medium (web, tr069, tr064, usb) triggers the device A upgrade;
  • Step 2 After the device A is upgraded, the upgrade module of the device A notifies the version update notification module;
  • Step 3 After receiving the information that the version upgrade is successful, the version update notification module of the device A sends the multicast information to notify other devices that the version is updated.
  • Step 4 The version information receiving module of the device B captures the device update information, and parses the version information (version number);
  • Step 5 the device B compares the parsed version information with the existing version information, and if they are consistent, the process ends; if not, the version download module is notified, and step 6 is performed;
  • Step 6 the version download module is connected to the http (HyperText Transfer Protocol) server (service) module of the device A, and the version is downloaded;
  • http HyperText Transfer Protocol
  • Step 7 the httpserver module of device A, transmits the version file to device B;
  • Step 8 After the version downloading module of the device B is successfully downloaded, the version upgrade module is notified, and the version upgrade module verifies and upgrades the version. After the upgrade is successful, step 2 is performed.
  • the above method can be implemented by each device in the network that requires a version upgrade.
  • FIG. 5 It is a structural block diagram of the device version synchronization device provided by Embodiment 3 of the present invention. As shown in FIG. 5, the device 50 includes the following components:
  • the first sending module 51 is configured to send a message that the version upgrade succeeds to the associated device after the version upgrade is performed;
  • the version upgraded message carries the version number of the version upgrade.
  • the successful version upgrade message includes: the IP address and port number of the interconnection between the multicast networks, the serial number of the device, and the organization unique identifier of the device. OUI and the version number of the device.
  • the receiving module 52 is configured to receive a version request message.
  • the second sending module 53 is configured to send the version information used for the version upgrade to the device that sends the version request.
  • the associated device is a device that is in the same multicast group as the device that is successfully upgraded.
  • the first sending module 51 is configured to send the message that the version upgrade succeeds to the multicast message after the version is upgraded. Devices in the same multicast group.
  • the associated device is the same as the device model that is successfully upgraded.
  • the solution provided by the embodiment of the present invention after the device version is successfully upgraded, informs the other device that the version upgrade is successful, so that other devices can obtain the version information from the device that has successfully upgraded the current version, and complete the version synchronization upgrade, thereby simply implementing the Multiple devices in the network are upgraded.
  • Embodiments of the present invention also provide a computer readable storage medium storing computer executable instructions for performing any of the methods described above.
  • each module/unit in the foregoing embodiment may be implemented in the form of hardware, for example, by implementing an integrated circuit to implement its corresponding function, or may be implemented in the form of a software function module, for example, executing a program in a storage and a memory by a processor. / instruction to achieve its corresponding function.
  • the invention is not limited to any specific form of combination of hardware and software.
  • the above technical solution simply implements upgrading a plurality of devices in the network.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

La présente invention porte sur un procédé et sur un dispositif permettant de synchroniser une version d'appareil. Le procédé permettant de synchroniser une version d'appareil consiste : après avoir réalisé une mise à niveau de version, à transmettre, à un appareil associé, un message de réussite de mise à niveau de version ; à recevoir un message de demande de version ; et à transmettre des informations de version utilisées pour la mise à niveau de version à un appareil transmettant le message de demande de version.
PCT/CN2016/096233 2016-01-18 2016-08-22 Procédé et dispositif permettant de synchroniser une version d'appareil WO2017124741A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610030431.1 2016-01-18
CN201610030431.1A CN106982130A (zh) 2016-01-18 2016-01-18 一种设备版本同步方法及装置

Publications (1)

Publication Number Publication Date
WO2017124741A1 true WO2017124741A1 (fr) 2017-07-27

Family

ID=59340210

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/096233 WO2017124741A1 (fr) 2016-01-18 2016-08-22 Procédé et dispositif permettant de synchroniser une version d'appareil

Country Status (2)

Country Link
CN (1) CN106982130A (fr)
WO (1) WO2017124741A1 (fr)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109358876A (zh) * 2018-09-28 2019-02-19 联想(北京)有限公司 一种版本同步方法及装置、设备、存储介质
CN110489147A (zh) * 2019-08-15 2019-11-22 深圳市丰润达科技有限公司 物联网网关远程升级方法、装置及计算机可读存储介质
CN112118322B (zh) * 2020-09-24 2022-08-30 杭州海康威视数字技术股份有限公司 一种网络设备的数据同步方法、网络设备及系统
CN114205227A (zh) * 2021-12-10 2022-03-18 珠海格力电器股份有限公司 设备的同步方法和装置、存储介质、电子装置

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1584865A (zh) * 2003-08-21 2005-02-23 珠海金山软件股份有限公司 计算机软件升级的方法
US20050210124A1 (en) * 2004-03-19 2005-09-22 International Business Machines Corporation J2EE application versioning strategy
CN101494559A (zh) * 2009-01-13 2009-07-29 中兴通讯股份有限公司 一种实现家庭网关升级的方法和系统
CN102053844A (zh) * 2009-10-28 2011-05-11 无锡华润上华半导体有限公司 软件升级方法和采用该方法的软件升级系统

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103152206A (zh) * 2013-03-25 2013-06-12 安科智慧城市技术(中国)有限公司 一种多设备升级方法和系统
US20140297774A1 (en) * 2013-03-29 2014-10-02 Bala Sridhar Munupalle System for managing configuration updates in cluster of computational devices
CN104503801B (zh) * 2014-12-30 2018-07-06 北京奇安信科技有限公司 软件升级指令分发方法、通信服务器及终端设备
CN104994265B (zh) * 2015-07-06 2019-02-15 浙江宇视科技有限公司 一种网络摄像机批量升级方法和系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1584865A (zh) * 2003-08-21 2005-02-23 珠海金山软件股份有限公司 计算机软件升级的方法
US20050210124A1 (en) * 2004-03-19 2005-09-22 International Business Machines Corporation J2EE application versioning strategy
CN101494559A (zh) * 2009-01-13 2009-07-29 中兴通讯股份有限公司 一种实现家庭网关升级的方法和系统
CN102053844A (zh) * 2009-10-28 2011-05-11 无锡华润上华半导体有限公司 软件升级方法和采用该方法的软件升级系统

Also Published As

Publication number Publication date
CN106982130A (zh) 2017-07-25

Similar Documents

Publication Publication Date Title
US10268471B2 (en) Method for upgrading terminal system, terminal, and system
CN102118263B (zh) 配置信息的发布方法及系统
JP6217034B2 (ja) 関連プラグインの管理方法、装置およびシステム
KR100620054B1 (ko) 장치 관리 기술에서의 장치 관리 시스템 및 방법
WO2020135355A1 (fr) Procédé de configuration de réseau sans fil, et dispositif
CN107357571B (zh) 设备组件程序的维护方法及系统
JP5574544B2 (ja) 単一化されたデバイス管理方法及びシステム
WO2017124741A1 (fr) Procédé et dispositif permettant de synchroniser une version d'appareil
WO2015117527A1 (fr) Procédé et dispositif de mise à niveau
EP1830515B1 (fr) Procede permettant de transferer des informations de configuration et de gestion de reseau entre des systemes de gestion des elements
CN104767649A (zh) 部署裸金属服务器的方法及装置
CN106537957B (zh) 管理配置文件的方法和服务器
CN103580921A (zh) 一种网络设备自动升级的方法及自动升级系统
CN106911729A (zh) 一种适用于国产处理器的操作系统远程安装方法
WO2016078431A1 (fr) Procédé de gestion synchrone de fichier de politique, serveur synchrone de politique et dispositif de gestion
WO2017059724A1 (fr) Procédé et dispositif de démarrage de systèmes d'exploitation
CN105072398B (zh) 一种设备升级方法和装置
CN102571446A (zh) 网络设备的升级方法、装置及系统
CN112737847B (zh) 节点升级方法及装置、存储介质及电子装置
CN109358876A (zh) 一种版本同步方法及装置、设备、存储介质
CN111107611B (zh) 一种选择用户面功能的方法和装置
WO2016026329A1 (fr) Procédé et appareil de mise à niveau de terminal
CN111638891A (zh) 一种设备升级方法、装置、终端设备和存储介质
CN107968725B (zh) 家庭网关单元型终端设备配置信息返回及配置方法、设备
CN103533071A (zh) 终端软件的更新方法、装置及系统

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16886001

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16886001

Country of ref document: EP

Kind code of ref document: A1