WO2011110097A1 - Method and device for software downloading - Google Patents

Method and device for software downloading Download PDF

Info

Publication number
WO2011110097A1
WO2011110097A1 PCT/CN2011/071682 CN2011071682W WO2011110097A1 WO 2011110097 A1 WO2011110097 A1 WO 2011110097A1 CN 2011071682 W CN2011071682 W CN 2011071682W WO 2011110097 A1 WO2011110097 A1 WO 2011110097A1
Authority
WO
WIPO (PCT)
Prior art keywords
software
download
downloading
package
module
Prior art date
Application number
PCT/CN2011/071682
Other languages
French (fr)
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 WO2011110097A1 publication Critical patent/WO2011110097A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation

Definitions

  • Embodiments of the present invention relate to the field of software technologies, and in particular, to a software download method and apparatus. Background technique
  • a device's software package is usually divided into several different components, each of which performs a different function.
  • the functions of the device continue to increase, the number of components will increase accordingly, and the components themselves will become larger.
  • the software packages of the devices will continue to increase, reducing the efficiency of software upgrades and affecting the serviceability of the devices.
  • the solution divides the upgrade process of the device into two steps: download and activation: Download the step, download the new version of the device package to the storage system of the device, activate the step, and take effect the new device package.
  • the download operation is performed in the form of a background task, which does not affect the normal operation of the device.
  • the effective operation affects the normal operation of the device.
  • the solution separates the download and upgrade. Since the download does not affect the normal operation of the device, it can be executed in advance. This only requires activation when the device is officially upgraded, thus reducing the time spent on the upgrade.
  • downloading cannot be performed in advance, that is, downloading and activation need to be performed continuously.
  • the new device cannot be run in advance, and the new device can be operated only after the old device is stopped.
  • the download operation cannot be performed in advance.
  • the software downloading and activation steps need to be performed continuously.
  • the upgrade takes more time, affecting the serviceability of the device for a longer period of time, and the user will be greatly affected. Summary of the invention
  • the embodiment of the present invention provides a software downloading method, including: receiving a download command, and downloading a description file in a corresponding software package, where the description file is used to find a necessary software component and an auxiliary software component in the software package; Prerequisite software components in the software package; activate the prerequisite software components for the download.
  • an embodiment of the present invention provides a software downloading device, including: a receiving module, configured to receive a download command; a first downloading module, configured to download a description file in a corresponding software package, where the description file is used to search for software The prerequisite software component and the auxiliary software component in the package; the second downloading module, which is used to download the prerequisite software component in the software package; the activation module, the prerequisite software component for activating the second downloading module downloading
  • the embodiment of the invention further provides a system comprising a file server and the above-mentioned software downloading device, wherein the file server is used to provide a software package to the software downloading device.
  • the embodiment of the present invention shortens the time that affects the serviceability of the device by preferentially downloading and activating the necessary software components in the software package, thereby reducing the impact of software downloading.
  • FIG. 1 is a schematic flowchart of a software downloading method according to an embodiment of the present invention.
  • FIG. 2 is a schematic flowchart of another software downloading method according to an embodiment of the present invention.
  • FIG. 3 is a schematic flowchart of still another software downloading method according to an embodiment of the present invention.
  • FIG. 4 is a schematic structural diagram of a software download device according to an embodiment of the present invention.
  • FIG. 5 is a schematic structural diagram of another software download device according to an embodiment of the present invention. detailed description
  • FIG. 1 is a schematic flowchart of a software downloading method according to an embodiment of the present invention. The method mainly includes the following steps.
  • Step 1 02 Receive the download command, and download the description file in the corresponding software package.
  • the device vendor publishes all of the device's software components in a single package.
  • the device's software package has a unique version identifier, which contains all the software components of the device and contains a software part description file. This description file can be used to find the prerequisite software components and auxiliary software components in the software package.
  • the description file may include the following two pieces of information:
  • the first part the overall information of the software package; mainly refers to the unique version identification, size and check code of the software package.
  • the second part the information of the software components; mainly refers to the functional classification of the software components, the version identification, the location, size and check code of the software components in the software package.
  • the functional classification of the software components indicates the classification of the functions supported by the software components.
  • the components corresponding to the functions necessary for the normal operation of the device belong to the prerequisite software components, and the components corresponding to other functions belong to the auxiliary software components. According to the description file, it is easy to determine the prerequisite software components and auxiliary software components in the software package corresponding to the device.
  • Step 1 04 Download the prerequisite software components in the package.
  • the necessary software components are the software components necessary for the normal operation of the device, in this embodiment, the necessary software components are preferentially downloaded to ensure that the device can operate normally.
  • the prerequisite software in the download package may specifically include: determining a prerequisite software component in the software package according to the description file; and downloading the mandatory software component from the file server.
  • Step 1 06 Activate the downloaded prerequisite software components.
  • the downloaded prerequisite software components are activated and the device is ready for operation.
  • the method provided by this embodiment can be applied to a technical field in which a software package can be divided into multiple software components in a communication system or other software download application.
  • the communication system may be a base station, a base station controller, or the like
  • the file server may be a network management system.
  • the prerequisite software component refers to the new version of the prerequisite software component.
  • the download command in step 101 may be sent by the file server to the device that executes the software download, and after receiving the download command, the device starts a specific download operation. Or the download command can be sent by the user to the device.
  • the method may further include: receiving an activation command sent by the file server; or performing, after detecting that all the necessary software components are downloaded, performing the activation of the prerequisite software component. operating.
  • the embodiment preferentially downloads and activates the necessary software components in the software package, thereby shortening the time that affects the serviceability of the device, thereby reducing the impact of software downloading. .
  • FIG. 2 is a schematic flowchart of another software downloading method according to an embodiment of the present invention. The method mainly includes the following steps.
  • Step 202 Receive a download command, and download a description file in the corresponding software package.
  • Step 204 download the prerequisite software components in the software package.
  • Step 206 activate the downloaded prerequisite software component.
  • the steps 202-206 are substantially the same as the steps 102-106 in the above embodiment.
  • Step 208 download the auxiliary software components in the software package.
  • the method of delaying downloading the auxiliary software component is adopted, that is, the auxiliary software component in the software package is downloaded after the device is in normal operation.
  • downloading the auxiliary software component in the software package may include: determining an auxiliary software component in the software package according to the description file; downloading the auxiliary software component from the file server.
  • Step 210 Activate the downloaded auxiliary software component.
  • the auxiliary software components in the software package After the auxiliary software components in the software package have been downloaded, the auxiliary software components are activated and the device supports the functions corresponding to the auxiliary software components. Further, before downloading the auxiliary software component in the software package, the method may further include: downloading the description file in the corresponding software package again; comparing the successively downloaded description files, and confirming that the corresponding software package has not changed. The device downloads the auxiliary software component after confirming that the corresponding software package has not changed. Further, if the software package changes, the device can report an alert to prompt the user.
  • the method may further include: receiving an activation command sent by the file server; or performing an operation of activating the auxiliary software component after detecting that all the auxiliary software components are downloaded; or The auxiliary software component is activated each time the device downloads an auxiliary software component until the auxiliary software component is fully downloaded and activated.
  • This embodiment preferentially downloads and activates the necessary software components in the software package, shortens the time that affects the serviceability of the device, thereby reducing the impact of the software download, and downloading the auxiliary software components in the software package after the device is in normal operation. The integrity of the device's functionality is guaranteed. Referring to FIG. 3, FIG.
  • the download device may be a base station or a base station controller, and the file server may be a network management system or the like.
  • the method mainly includes the following steps.
  • Step 301 The file server sends a download command to the downloading device, and requests the downloading device to download the corresponding software package, such as the upgraded software package, from the file server.
  • Step 302 The download device downloads the description file in the corresponding software package from the file server.
  • the device vendor publishes all software components of the device in a single package.
  • the device's software package has a unique version identifier, which contains all the software components of the device and contains a software part description file. This description file can be used to find the required software components and auxiliary software components in the software package.
  • Step 303 The downloading device searches or determines a prerequisite software component in the software package according to the description file.
  • Step 304 The downloading device downloads the prerequisite software component in the corresponding software package from the file server.
  • Step 305 After downloading all the necessary software components, the downloading device sends a message to the file server to notify the file server that the necessary software component download has been completed.
  • Step 306 After receiving the message indicating that the necessary software component download has been completed, the file server sends an activation command to the downloading device.
  • the download device can be activated by sending an activation command to multiple download devices through the file server.
  • Step 307 After downloading the activation command, the downloading device activates the downloaded prerequisite software component.
  • the download device works as soon as the prerequisite software component is activated.
  • Step 308 the downloading device searches or determines the auxiliary software component in the software package according to the description file.
  • Step 309 The download device sends a request to the file server to request to download the auxiliary software component.
  • Step 310 The download device downloads the auxiliary software component in the corresponding software package from the file server.
  • the file server After the file server receives the request to download the auxiliary software component, if the upgrade server is not busy, send a supplementary command to the download device, and the download device can download the auxiliary software component after receiving the supplementary command; if the server is busy, send a wait command to the download device, After the downloading device is notified to wait for a period of time and then try to download the auxiliary software component operation, the downloading device waits for a period of time, and then sends the downloading auxiliary software component request to the file server again.
  • Step 311 After the downloading of the auxiliary software component is completed, the downloading device sends a message to the file server to notify the file server that the auxiliary software component download has been completed.
  • Step 312 After receiving the message indicating that the auxiliary software component download has been completed, the file server sends an activation command to the downloading device.
  • Step 313 After downloading the activation command, the downloading device activates the downloaded auxiliary software component. It should be noted that, in step 305, the file server may directly send an activation command to the downloading device after detecting that the downloading device has downloaded all the necessary software components. Or steps 305 and 306 can be omitted, and the downloading device directly performs the operation of activating the necessary software component after detecting that all the necessary software components have been downloaded.
  • Step 311 can be omitted.
  • the file server can directly send an activation command to the downloading device.
  • steps 311 and 312 Can be omitted, the download device directly performs the operation of activating the auxiliary software component after detecting that all the auxiliary software components have been downloaded.
  • the downloading device activates the auxiliary software component after each download of the auxiliary software component until the auxiliary software component is completely downloaded and activated.
  • FIG. 4 is a schematic structural diagram of a software download device according to an embodiment of the present invention.
  • the device mainly includes: a receiving module 402, a first downloading module 404, a second downloading module 406, and an activation module 408.
  • the receiving module 402 is configured to receive a download command.
  • the receiving module 402 can receive a download command sent by the file server or a download command issued by the user.
  • the first download module 404 is configured to download a description file in the corresponding software package, wherein the description file is used to find the prerequisite software components and the auxiliary software components in the software package.
  • the device vendor publishes all software components of the device in a single package.
  • the device's software package has a unique version identifier, which contains all the software components of the device and contains a software part description file.
  • the second download module 406 is for downloading the prerequisite software components in the software package. Specifically, the second downloading module 406 is configured to download the prerequisite software components in the software package according to the description file downloaded by the first downloading module 404.
  • the activation module 408 is used to activate the prerequisite software components downloaded by the second download module 406. After the download of the necessary software components is completed, the activation module can realize the normal operation of the software download device by activating the downloaded necessary software components.
  • the software download device can be a base station or a base station controller.
  • the embodiment may further include a determining module, configured to determine, according to the description file downloaded by the first download module 404, the prerequisite software component in the software package.
  • the second download module 406 can Download the prerequisite software components in the software package based on the results of the determination of the determination module.
  • the second download module 406 can omit the operation of analyzing the description file.
  • the priority of downloading and activating the necessary software components in the software package shortens the time that affects the serviceability of the device, thereby reducing the impact of software downloading.
  • FIG. 5 is a schematic structural diagram of another software download device according to an embodiment of the present invention.
  • the device mainly includes: a receiving module 502, a first downloading module 504, a second downloading module 506, an activation module 508, and a third downloading module 510.
  • the receiving module 502 is configured to receive a download command.
  • the first download module 504 is for downloading a description file in the corresponding software package, wherein the description file is used to find the prerequisite software components and the auxiliary software components in the software package.
  • the second download module 506 is for downloading the prerequisite software components in the software package. Specifically, the second downloading module 506 is configured to download the necessary software components in the software package according to the description file downloaded by the first downloading module 504.
  • the activation module 508 is for activating the prerequisite software components downloaded by the second download module 506.
  • the third download module 510 is for downloading auxiliary software components in the software package. Specifically, the third download module 510 is configured to download the auxiliary software component in the software package according to the description file downloaded by the first download module 504.
  • the activation module 508 is further for activating the auxiliary software components downloaded by the third download module 510.
  • the embodiment may further include a determining module, configured to determine, according to the description file downloaded by the first downloading module 504, the prerequisite software component and/or the auxiliary software component in the software package.
  • a determining module configured to determine, according to the description file downloaded by the first downloading module 504, the prerequisite software component and/or the auxiliary software component in the software package.
  • the second downloading module 506 and the third downloading module 510 can respectively download the necessary software components and the auxiliary software components in the software package according to the determination result of the determining module, so that the second downloading module
  • the 506 and third download module 510 can omit the operation of analyzing the description file.
  • the first downloading module 504 may further download the description file in the corresponding software package after the activation module 508 activates the necessary software components downloaded by the second downloading module 506.
  • the apparatus further includes: a confirmation module, configured to compare the description files sequentially downloaded by the first download module 508, and confirm that the corresponding software package has not changed.
  • the third download Module 5 1 0 is used to download the auxiliary software components in the software package when the confirmation module confirms that the corresponding software package has not changed.
  • an embodiment of the present invention further provides a network system, including a file server and the foregoing software downloading apparatus, wherein the file server is configured to provide a software package to the software downloading device.
  • the necessary software components in the software package are preferentially downloaded and activated, which shortens the time that affects the serviceability of the device, and at least reduces the impact of software download.

Abstract

A method for software downloading is provided by the embodiment of the present invention, the method includes: receiving a downloading command, and downloading a description file in a corresponding software packet, wherein the description file is utilized for searching for a necessary software component and an auxiliary software component in the software packet; downloading the necessary software component in the software packet; and activating the downloaded necessary software component. The embodiment shortens the time that the device serviceability is influenced by preferentially downloading and activating the necessary software component in the software packet, thereby reducing the influence made by the software downloading. Furthermore, the embodiment of the present invention also provides a device for software downloading.

Description

一种软件下载方法和装置 本申请要求于 2 01 0 年 3 月 1 0 日提交中国专利局、 申请号为 CN2 01 01 01 2 228 2. 4 , 发明名称为 "一种软件下载方法和装置" 的中国专利 申请的优先权, 其全部内容通过引用结合在本申请中。 技术领域  A software downloading method and device The present application claims to be submitted to the Chinese Patent Office on March 10, 2010, and the application number is CN2 01 01 01 2 228 2. 4, and the invention name is "a software downloading method and device" Priority of the Chinese Patent Application, the entire contents of which is incorporated herein by reference. Technical field
本发明实施例涉及软件技术领域, 尤其是一种软件下载方法和装置。 背景技术  Embodiments of the present invention relate to the field of software technologies, and in particular, to a software download method and apparatus. Background technique
在通信系统中, 一个设备的软件包通常分为多个不同的部件, 每个部 件完成不同的功能。 随着设备功能不断增强, 部件数量会相应增加, 部件 本身也会变大, 从而导致设备的软件包会不断增大, 降低软件升级效率, 影响设备的可服务性。  In a communication system, a device's software package is usually divided into several different components, each of which performs a different function. As the functions of the device continue to increase, the number of components will increase accordingly, and the components themselves will become larger. As a result, the software packages of the devices will continue to increase, reducing the efficiency of software upgrades and affecting the serviceability of the devices.
为了解决设备软件不断增大导致软件升级效率降低的问题, 一种常用 的解决方案是先下载后激活。 该方案将将设备的升级过程分为下载和激活 两个步骤: 下载步骤, 将新版本的设备软件包下载到设备的存储系统中, 激活步骤, 生效新的设备软件包。 其中下载操作以背景任务形式执行, 不 影响设备的正常运行; 而生效操作会影响设备的正常运行。 该方案将下载 和升级分开执行, 由于下载不会影响设备的正常运行, 能够提前执行, 这 样在设备正式升级时只需要执行激活, 因此可以减少升级花费的时间。  In order to solve the problem that the software upgrade efficiency is reduced due to the increasing software of the device, a common solution is to download and activate. The solution divides the upgrade process of the device into two steps: download and activation: Download the step, download the new version of the device package to the storage system of the device, activate the step, and take effect the new device package. The download operation is performed in the form of a background task, which does not affect the normal operation of the device. The effective operation affects the normal operation of the device. The solution separates the download and upgrade. Since the download does not affect the normal operation of the device, it can be executed in advance. This only requires activation when the device is officially upgraded, thus reducing the time spent on the upgrade.
但在某些设备软件升级场景中, 下载不能预先执行, 也就是说下载和 激活需要连续执行。 例如, 在通信设备搬迁时, 新的设备不能提前运行, 只有在停掉旧设备后, 才能运行新的设备, 对新设备来说, 无法提前执行 下载操作。 在这种情况下, 软件下载和激活步骤需要连续执行, 升级花费 的时间较多, 影响设备可服务性的时间较长, 用户会受到较大的影响。 发明内容 However, in some device software upgrade scenarios, downloading cannot be performed in advance, that is, downloading and activation need to be performed continuously. For example, when a communication device is relocated, the new device cannot be run in advance, and the new device can be operated only after the old device is stopped. For the new device, the download operation cannot be performed in advance. In this case, the software downloading and activation steps need to be performed continuously. The upgrade takes more time, affecting the serviceability of the device for a longer period of time, and the user will be greatly affected. Summary of the invention
一方面, 本发明实施例提供一种软件下载方法, 包括: 接收下载命 令, 下载对应软件包中的描述文件, 所述描述文件用于查找软件包中的必 备软件部件和辅助软件部件; 下载软件包中的必备软件部件; 激活所述下 载的必备软件部件。  In one aspect, the embodiment of the present invention provides a software downloading method, including: receiving a download command, and downloading a description file in a corresponding software package, where the description file is used to find a necessary software component and an auxiliary software component in the software package; Prerequisite software components in the software package; activate the prerequisite software components for the download.
另一方面, 本发明实施例提供一种软件下载设备, 包括: 接收模块, 用于接收下载命令; 第一下载模块, 用于下载对应软件包中的描述文件, 所述描述文件用于查找软件包中的必备软件部件和辅助软件部件; 第二下 载模块, 用于下载软件包中的必备软件部件; 激活模块, 用于激活第二下 载模块下载的必备软件部件  On the other hand, an embodiment of the present invention provides a software downloading device, including: a receiving module, configured to receive a download command; a first downloading module, configured to download a description file in a corresponding software package, where the description file is used to search for software The prerequisite software component and the auxiliary software component in the package; the second downloading module, which is used to download the prerequisite software component in the software package; the activation module, the prerequisite software component for activating the second downloading module downloading
本发明实施例还提供一种系统, 包括文件服务器和上述的软件下载装 置, 其中文件服务器用于向软件下载设备提供软件包。  The embodiment of the invention further provides a system comprising a file server and the above-mentioned software downloading device, wherein the file server is used to provide a software package to the software downloading device.
本发明实施例通过优先下载和激活软件包中的必备软件部件, 缩短了 影响设备可服务性的时间, 从而降低了软件下载所造成的影响。 附图说明  The embodiment of the present invention shortens the time that affects the serviceability of the device by preferentially downloading and activating the necessary software components in the software package, thereby reducing the impact of software downloading. DRAWINGS
图 1为本发明实施例提供的一种软件下载方法流程示意图。  FIG. 1 is a schematic flowchart of a software downloading method according to an embodiment of the present invention.
图 2为本发明实施例提供的另一种软件下载方法流程示意图。  2 is a schematic flowchart of another software downloading method according to an embodiment of the present invention.
图 3为本发明实施例提供的又一种软件下载方法流程示意图。  FIG. 3 is a schematic flowchart of still another software downloading method according to an embodiment of the present invention.
图 4为本发明实施例提供的一种软件下载设备结构示意图。  FIG. 4 is a schematic structural diagram of a software download device according to an embodiment of the present invention.
图 5为本发明实施例提供的另一种软件下载设备结构示意图。 具体实施方式  FIG. 5 is a schematic structural diagram of another software download device according to an embodiment of the present invention. detailed description
下面结合附图对本发明实施例作具体说明。  The embodiments of the present invention will be specifically described below with reference to the accompanying drawings.
请参阅图 1, 图 1为本发明实施例提供的一种软件下载方法流程示意图。 该方法主要包括如下步骤。  Referring to FIG. 1, FIG. 1 is a schematic flowchart of a software downloading method according to an embodiment of the present invention. The method mainly includes the following steps.
步骤 1 02, 接收下载命令, 下载对应软件包中的描述文件。 一般而言, 设备供应商将设备的所有软件部件放在一个软件包中发 布。设备的软件包有唯一的版本标识,软件包中包含设备的所有软件部件, 并且包含一个软件部件描述文件。 该描述文件可以用于查找软件包中的必 备软件部件和辅助软件部件。 Step 1 02: Receive the download command, and download the description file in the corresponding software package. In general, the device vendor publishes all of the device's software components in a single package. The device's software package has a unique version identifier, which contains all the software components of the device and contains a software part description file. This description file can be used to find the prerequisite software components and auxiliary software components in the software package.
本实施例中, 描述文件可以包含下列两部分信息:  In this embodiment, the description file may include the following two pieces of information:
第一部分, 软件包的总体信息; 主要指软件包的唯一版本标识、 大小和 检验码等。  The first part, the overall information of the software package; mainly refers to the unique version identification, size and check code of the software package.
第二部分, 软件部件的信息; 主要指软件部件的功能分类、 版本标识、 软件部件在软件包中的位置、 大小和校验码等。 其中软件部件的功能分类表 示该软件部件所支持的功能的分类, 设备正常运行所必需功能对应的部件属 于必备软件部件, 其他功能对应的部件属于辅助软件部件。 根据描述文件, 可以很容易确定设备对应的软件包中的必备软件部件和 辅助软件部件。 步骤 1 04, 下载软件包中的必备软件部件。  The second part, the information of the software components; mainly refers to the functional classification of the software components, the version identification, the location, size and check code of the software components in the software package. The functional classification of the software components indicates the classification of the functions supported by the software components. The components corresponding to the functions necessary for the normal operation of the device belong to the prerequisite software components, and the components corresponding to other functions belong to the auxiliary software components. According to the description file, it is easy to determine the prerequisite software components and auxiliary software components in the software package corresponding to the device. Step 1 04, Download the prerequisite software components in the package.
由于必备软件部件是设备正常运行所必需的软件部件, 本实施例中, 优 先下载必备软件部件, 以保证设备可以正常运行。 其中, 下载软件包中的必备软件具体可以包括: 根据描述文件确定软 件包中的必备软件部件; 从文件服务器下载所述必备软件部件。  Since the necessary software components are the software components necessary for the normal operation of the device, in this embodiment, the necessary software components are preferentially downloaded to ensure that the device can operate normally. The prerequisite software in the download package may specifically include: determining a prerequisite software component in the software package according to the description file; and downloading the mandatory software component from the file server.
步骤 1 06, 激活下载的必备软件部件。  Step 1 06, Activate the downloaded prerequisite software components.
在必备软件部件下载结束后, 激活下载的必备软件部件, 设备即可正常 运行。  After the download of the prerequisite software components is completed, the downloaded prerequisite software components are activated and the device is ready for operation.
本实施例提供的方法可以适用于通信系统或其他软件下载应用中软 件包可以分为多个软件部件的技术领域。 以通信系统为例, 具体地, 这里 执行软件下载的设备可以是基站、 基站控制器等, 文件服务器可以是网管 系统。 不难理解, 在软件升级或者运行新的设备等应用场景下, 必备软件 部件指的是新版本的必备软件部件。 进一步地, 步骤 101 中的下载命令可以由文件服务器发送给执行软件下 载的设备, 该设备接收到下载命令后, 即开始具体的下载操作。 或者下载命 令可以由用户发送给该设备。 可选地, 步骤 106 中激活下载的必备软件部件之前, 还可以包括: 接收 文件服务器发送的激活命令; 或者该设备在检测出必备软件部件全部下载结 束后, 执行激活必备软件部件的操作。 本实施例通过软件包中的描述文件识别出必备软件部件后, 优先下载和 激活软件包中的必备软件部件, 缩短了影响设备可服务性的时间, 从而降低 了软件下载所造成的影响。 The method provided by this embodiment can be applied to a technical field in which a software package can be divided into multiple software components in a communication system or other software download application. For example, the communication system may be a base station, a base station controller, or the like, and the file server may be a network management system. It is not difficult to understand that in the application scenario such as software upgrade or running a new device, the prerequisite software component refers to the new version of the prerequisite software component. Further, the download command in step 101 may be sent by the file server to the device that executes the software download, and after receiving the download command, the device starts a specific download operation. Or the download command can be sent by the user to the device. Optionally, before the activated prerequisite software component is activated in step 106, the method may further include: receiving an activation command sent by the file server; or performing, after detecting that all the necessary software components are downloaded, performing the activation of the prerequisite software component. operating. After identifying the necessary software components in the software package, the embodiment preferentially downloads and activates the necessary software components in the software package, thereby shortening the time that affects the serviceability of the device, thereby reducing the impact of software downloading. .
请参阅图 2, 图 2 为本发明实施例提供的另一种软件下载方法流程示意 图。 该方法主要包括如下步骤。  Referring to FIG. 2, FIG. 2 is a schematic flowchart of another software downloading method according to an embodiment of the present invention. The method mainly includes the following steps.
步骤 202, 接收下载命令, 下载对应软件包中的描述文件。  Step 202: Receive a download command, and download a description file in the corresponding software package.
步骤 204, 下载软件包中的必备软件部件。  Step 204, download the prerequisite software components in the software package.
步骤 206, 激活下载的必备软件部件。  Step 206, activate the downloaded prerequisite software component.
步骤 202-206和上述实施例中步骤 102-106实质相同, 具体实现可以参 见上述实施例。  The steps 202-206 are substantially the same as the steps 102-106 in the above embodiment. For the specific implementation, reference may be made to the above embodiment.
步骤 208, 下载软件包中的辅助软件部件。  Step 208, download the auxiliary software components in the software package.
由于辅助软件部件对应的功能不是必需的, 因此本实施例中采取延迟下 载辅助软件部件的方式, 即在设备正常运行后才下载软件包中的辅助软件部 件。 具体地, 下载软件包中的辅助软件部件可以包括: 根据描述文件确定 软件包中的辅助软件部件; 从文件服务器下载所述辅助软件部件。  Since the function corresponding to the auxiliary software component is not necessary, in this embodiment, the method of delaying downloading the auxiliary software component is adopted, that is, the auxiliary software component in the software package is downloaded after the device is in normal operation. Specifically, downloading the auxiliary software component in the software package may include: determining an auxiliary software component in the software package according to the description file; downloading the auxiliary software component from the file server.
步骤 210, 激活下载的辅助软件部件。  Step 210: Activate the downloaded auxiliary software component.
在软件包中的辅助软件部件下载完后, 激活辅助软件部件, 设备即可支 持辅助软件部件对应的功能。 进一步地, 在下载软件包中的辅助软件部件之前还可以包括: 再次下 载对应软件包中的描述文件; 比较先后下载的描述文件, 确认对应软件包 没有发生改变。 在确认对应软件包没有发生改变之后, 设备才下载辅助软 件部件。 进一步地, 如果软件包发生改变,设备可以上报告警来提示用户。 After the auxiliary software components in the software package have been downloaded, the auxiliary software components are activated and the device supports the functions corresponding to the auxiliary software components. Further, before downloading the auxiliary software component in the software package, the method may further include: downloading the description file in the corresponding software package again; comparing the successively downloaded description files, and confirming that the corresponding software package has not changed. The device downloads the auxiliary software component after confirming that the corresponding software package has not changed. Further, if the software package changes, the device can report an alert to prompt the user.
可选地, 步骤 210 中激活下载的辅助软件部件之前, 还可以包括: 接收 文件服务器发送的激活命令; 或者该设备在检测出辅助软件部件全部下载结 束后, 执行激活辅助软件部件的操作; 或者该设备每下载一个辅助软件部件 后就激活该辅助软件部件, 直至辅助软件部件全部下载并激活。 本实施例优先下载和激活软件包中的必备软件部件, 缩短了影响设备可 服务性的时间, 从而降低软件下载所造成的影响, 在设备正常运行后才下载 软件包中的辅助软件部件, 保证了设备功能的完整性。 请参阅图 3, 图 3为本发明实施例提供的又一种软件下载方法流程示意 图。 本实施例以通信系统为例进行说明, 其中下载设备可以是基站或基站控 制器等, 文件服务器可以是网管系统等。 该方法主要包括如下步骤。  Optionally, before the downloading the auxiliary software component in step 210, the method may further include: receiving an activation command sent by the file server; or performing an operation of activating the auxiliary software component after detecting that all the auxiliary software components are downloaded; or The auxiliary software component is activated each time the device downloads an auxiliary software component until the auxiliary software component is fully downloaded and activated. This embodiment preferentially downloads and activates the necessary software components in the software package, shortens the time that affects the serviceability of the device, thereby reducing the impact of the software download, and downloading the auxiliary software components in the software package after the device is in normal operation. The integrity of the device's functionality is guaranteed. Referring to FIG. 3, FIG. 3 is a schematic flowchart of still another software downloading method according to an embodiment of the present invention. This embodiment is described by taking a communication system as an example. The download device may be a base station or a base station controller, and the file server may be a network management system or the like. The method mainly includes the following steps.
步骤 301, 文件服务器向下载设备发送下载命令, 要求下载设备从文件 服务器处下载对应软件包, 例如升级后的软件包。  Step 301: The file server sends a download command to the downloading device, and requests the downloading device to download the corresponding software package, such as the upgraded software package, from the file server.
步骤 302, 下载设备从文件服务器处下载对应软件包中的描述文件。 一般而言, 设备供应商将设备的所有软件部件放在一个软件包中发 布。设备的软件包有唯一的版本标识,软件包中包含设备的所有软件部件, 并且包含一个软件部件描述文件。 该描述文件可以用于查找软件包中的必 备软件部件和辅助软件部件。  Step 302: The download device downloads the description file in the corresponding software package from the file server. In general, the device vendor publishes all software components of the device in a single package. The device's software package has a unique version identifier, which contains all the software components of the device and contains a software part description file. This description file can be used to find the required software components and auxiliary software components in the software package.
步骤 303, 下载设备根据描述文件查找或确定软件包中的必备软件部件。 步骤 304, 下载设备从文件服务器处下载对应软件包中的必备软件部件。 步骤 305, 下载设备在必备软件部件全部下载结束后, 发送消息给文件 服务器, 告知文件服务器必备软件部件下载已经完成。 步骤 306, 文件服务器在收到该指示必备软件部件下载已经完成的消息 后, 向下载设备发送激活命令。 在实际应用中, 由于一个文件服务器往往对应多个下载设备, 因此可以 通过文件服务器向多个下载设备发送激活命令来激活这些下载设备。 Step 303: The downloading device searches or determines a prerequisite software component in the software package according to the description file. Step 304: The downloading device downloads the prerequisite software component in the corresponding software package from the file server. Step 305: After downloading all the necessary software components, the downloading device sends a message to the file server to notify the file server that the necessary software component download has been completed. Step 306: After receiving the message indicating that the necessary software component download has been completed, the file server sends an activation command to the downloading device. In practical applications, since one file server often corresponds to multiple download devices, the download device can be activated by sending an activation command to multiple download devices through the file server.
步骤 307, 下载设备在接收到激活命令后, 激活下载的必备软件部件。 下载设备在激活必备软件部件后即可正常运行。 步骤 308, 下载设备根据描述文件查找或确定软件包中的辅助软件部件。 步骤 309, 下载设备发送请求给文件服务器, 请求下载辅助软件部件。 步骤 310, 下载设备从文件服务器处下载对应软件包中的辅助软件部件。 文件服务器收到下载辅助软件部件请求后, 若升级服务器不繁忙, 给下 载设备发送增补命令, 下载设备收到增补命令后即可下载辅助软件部件; 若 服务器很繁忙, 给下载设备发送等待命令, 通知下载设备等待一段时间后再 尝试下载辅助软件部件操作, 则下载设备等待一段时间后, 再次发送下载辅 助软件部件请求给文件服务器。  Step 307: After downloading the activation command, the downloading device activates the downloaded prerequisite software component. The download device works as soon as the prerequisite software component is activated. Step 308, the downloading device searches or determines the auxiliary software component in the software package according to the description file. Step 309: The download device sends a request to the file server to request to download the auxiliary software component. Step 310: The download device downloads the auxiliary software component in the corresponding software package from the file server. After the file server receives the request to download the auxiliary software component, if the upgrade server is not busy, send a supplementary command to the download device, and the download device can download the auxiliary software component after receiving the supplementary command; if the server is busy, send a wait command to the download device, After the downloading device is notified to wait for a period of time and then try to download the auxiliary software component operation, the downloading device waits for a period of time, and then sends the downloading auxiliary software component request to the file server again.
步骤 311, 下载设备在辅助软件部件全部下载结束后, 发送消息给文件 服务器, 告知文件服务器辅助软件部件下载已经完成。  Step 311: After the downloading of the auxiliary software component is completed, the downloading device sends a message to the file server to notify the file server that the auxiliary software component download has been completed.
步骤 312, 文件服务器在收到该指示辅助软件部件下载已经完成的消息 后, 向下载设备发送激活命令。 步骤 313, 下载设备在接收到激活命令后, 激活下载的辅助软件部件。 需要说明的是, 其中步骤 305可以省略, 文件服务器在检测到下载设备 已经下载完全部必备软件部件后, 可以直接发送激活命令给下载设备。 或者 步骤 305和 306都可以省略, 下载设备在检测出必备软件部件全部下载结束 后, 直接执行激活必备软件部件的操作。  Step 312: After receiving the message indicating that the auxiliary software component download has been completed, the file server sends an activation command to the downloading device. Step 313: After downloading the activation command, the downloading device activates the downloaded auxiliary software component. It should be noted that, in step 305, the file server may directly send an activation command to the downloading device after detecting that the downloading device has downloaded all the necessary software components. Or steps 305 and 306 can be omitted, and the downloading device directly performs the operation of activating the necessary software component after detecting that all the necessary software components have been downloaded.
其中步骤 311 可以省略, 文件服务器在检测到下载设备已经下载完全部 辅助软件部件后, 可以直接发送激活命令给下载设备。 或者步骤 311 和 312 都可以省略, 下载设备在检测出辅助软件部件全部下载结束后, 直接执行激 活辅助软件部件的操作。 或者下载设备每下载一个辅助软件部件后就激活该 辅助软件部件, 直至辅助软件部件全部下载并激活。 Step 311 can be omitted. After detecting that the downloading device has downloaded all the auxiliary software components, the file server can directly send an activation command to the downloading device. Or steps 311 and 312 Can be omitted, the download device directly performs the operation of activating the auxiliary software component after detecting that all the auxiliary software components have been downloaded. Alternatively, the downloading device activates the auxiliary software component after each download of the auxiliary software component until the auxiliary software component is completely downloaded and activated.
本实施例优先下载和激活软件包中的必备软件部件, 缩短了影响设备可 服务性的时间, 从而降低软件下载所造成的影响, 在设备正常运行后才下载 软件包中的辅助软件部件, 保证了设备功能的完整性。 图 4为本发明实施例提供的一种软件下载设备结构示意图。 该设备主 要包括: 接收模块 402, 第一下载模块 404, 第二下载模块 406, 激活模块 408。  This embodiment preferentially downloads and activates the necessary software components in the software package, shortens the time that affects the serviceability of the device, thereby reducing the impact of the software download, and downloading the auxiliary software components in the software package after the device is in normal operation. The integrity of the device's functionality is guaranteed. FIG. 4 is a schematic structural diagram of a software download device according to an embodiment of the present invention. The device mainly includes: a receiving module 402, a first downloading module 404, a second downloading module 406, and an activation module 408.
其中接收模块 402用于接收下载命令。 例如接收模块 402可以接收文 件服务器发送的下载命令或者用户发出的下载命令。  The receiving module 402 is configured to receive a download command. For example, the receiving module 402 can receive a download command sent by the file server or a download command issued by the user.
第一下载模块 404用于下载对应软件包中的描述文件, 其中所述描 述文件用于查找软件包中的必备软件部件和辅助软件部件。 通常, 设备供 应商将设备的所有软件部件放在一个软件包中发布。 设备的软件包有唯一 的版本标识, 软件包中包含设备的所有软件部件, 并且包含一个软件部件 描述文件。  The first download module 404 is configured to download a description file in the corresponding software package, wherein the description file is used to find the prerequisite software components and the auxiliary software components in the software package. Typically, the device vendor publishes all software components of the device in a single package. The device's software package has a unique version identifier, which contains all the software components of the device and contains a software part description file.
第二下载模块 406用于下载软件包中的必备软件部件。 具体地, 第二 下载模块 406用于根据第一下载模块 404所下载的描述文件, 下载软件包中 的必备软件部件。  The second download module 406 is for downloading the prerequisite software components in the software package. Specifically, the second downloading module 406 is configured to download the prerequisite software components in the software package according to the description file downloaded by the first downloading module 404.
激活模块 408用于激活第二下载模块 406下载的必备软件部件。 在必备 软件部件下载结束后, 激活模块通过激活下载的必备软件部件, 即可实现软 件下载装置的正常运行。 在实际应用于通信系统时, 该软件下载装置可以是基站或基站控制 器。  The activation module 408 is used to activate the prerequisite software components downloaded by the second download module 406. After the download of the necessary software components is completed, the activation module can realize the normal operation of the software download device by activating the downloaded necessary software components. When actually applied to a communication system, the software download device can be a base station or a base station controller.
进一步地,本实施例还可以包括确定模块,用于根据第一下载模块 404 下载的描述文件, 确定软件包中的必备软件部件。 第二下载模块 406可以 根据确定模块的确定结果, 下载软件包中的必备软件部件。 这样第二下载 模块 406可以省略分析描述文件的操作。 Further, the embodiment may further include a determining module, configured to determine, according to the description file downloaded by the first download module 404, the prerequisite software component in the software package. The second download module 406 can Download the prerequisite software components in the software package based on the results of the determination of the determination module. Thus the second download module 406 can omit the operation of analyzing the description file.
本实施例通过优先下载和激活软件包中的必备软件部件, 缩短了影响设 备可服务性的时间, 从而降低了软件下载所造成的影响。  In this embodiment, the priority of downloading and activating the necessary software components in the software package shortens the time that affects the serviceability of the device, thereby reducing the impact of software downloading.
图 5为本发明实施例提供的另一种软件下载设备结构示意图。 该设备 主要包括: 接收模块 502, 第一下载模块 504, 第二下载模块 506, 激活模 块 508, 第三下载模块 510。  FIG. 5 is a schematic structural diagram of another software download device according to an embodiment of the present invention. The device mainly includes: a receiving module 502, a first downloading module 504, a second downloading module 506, an activation module 508, and a third downloading module 510.
其中接收模块 502用于接收下载命令。 第一下载模块 504用于下载对 应软件包中的描述文件, 其中所述描述文件用于查找软件包中的必备软件 部件和辅助软件部件。 第二下载模块 506用于下载软件包中的必备软件部 件。 具体地, 第二下载模块 506用于根据第一下载模块 504所下载的描述 文件, 下载软件包中的必备软件部件。 激活模块 508用于激活第二下载模 块 506下载的必备软件部件。  The receiving module 502 is configured to receive a download command. The first download module 504 is for downloading a description file in the corresponding software package, wherein the description file is used to find the prerequisite software components and the auxiliary software components in the software package. The second download module 506 is for downloading the prerequisite software components in the software package. Specifically, the second downloading module 506 is configured to download the necessary software components in the software package according to the description file downloaded by the first downloading module 504. The activation module 508 is for activating the prerequisite software components downloaded by the second download module 506.
第三下载模块 510用于下载软件包中的辅助软件部件。 具体地, 第三下 载模块 510用于根据第一下载模块 504所下载的描述文件, 下载软件包中的 辅助软件部件。  The third download module 510 is for downloading auxiliary software components in the software package. Specifically, the third download module 510 is configured to download the auxiliary software component in the software package according to the description file downloaded by the first download module 504.
此外所述激活模块 508还进一步用于激活第三下载模块 510所下载的辅 助软件部件。  Furthermore, the activation module 508 is further for activating the auxiliary software components downloaded by the third download module 510.
进一步地,本实施例还可以包括确定模块,用于根据第一下载模块 504 下载的描述文件, 确定软件包中的必备软件部件和 /或辅助软件部件。 这 样, 第二下载模块 506和第三下载模块 510可以根据确定模块的确定结果, 分别去下载软件包中的必备软件部件和辅助软件部件, 从而第二下载模块 Further, the embodiment may further include a determining module, configured to determine, according to the description file downloaded by the first downloading module 504, the prerequisite software component and/or the auxiliary software component in the software package. In this way, the second downloading module 506 and the third downloading module 510 can respectively download the necessary software components and the auxiliary software components in the software package according to the determination result of the determining module, so that the second downloading module
506和第三下载模块 510可以省略分析描述文件的操作。 The 506 and third download module 510 can omit the operation of analyzing the description file.
可选地, 本实施例中第一下载模块 504还可以在激活模块 508激活第二 下载模块 506所下载的必备软件部件后, 再次下载对应软件包中的描述文 件。 相应地, 该装置进一步包括: 确认模块, 用于比较第一下载模块 508 先后下载的描述文件, 确认对应软件包没有发生改变。 具体地, 第三下载 模块 5 1 0用于在确认模块确认对应软件包没有发生改变时, 下载软件包中 的辅助软件部件。 Optionally, in the embodiment, the first downloading module 504 may further download the description file in the corresponding software package after the activation module 508 activates the necessary software components downloaded by the second downloading module 506. Correspondingly, the apparatus further includes: a confirmation module, configured to compare the description files sequentially downloaded by the first download module 508, and confirm that the corresponding software package has not changed. Specifically, the third download Module 5 1 0 is used to download the auxiliary software components in the software package when the confirmation module confirms that the corresponding software package has not changed.
本实施例优先下载和激活软件包中的必备软件部件, 缩短了影响设备可 服务性的时间, 从而降低软件下载所造成的影响, 在设备正常运行后才下载 软件包中的辅助软件部件, 保证了设备功能的完整性。 此外, 本发明实施例还提供了一种网络系统, 包括文件服务器和上述的 软件下载装置, 其中文件服务器用于向软件下载设备提供软件包。 本实施例 优先下载和激活软件包中的必备软件部件,缩短了影响设备可服务性的时间, 至少可以降低软件下载所造成的影响。 本领域普通技术人员可以理解实现上述所有实施例方法中的全部或部分 步骤是可以通过程序来指令相关的硬件完成, 该程序可以存储于一种计算机 可读存储介质中。  This embodiment preferentially downloads and activates the necessary software components in the software package, shortens the time that affects the serviceability of the device, thereby reducing the impact of the software download, and downloading the auxiliary software components in the software package after the device is in normal operation. The integrity of the device's functionality is guaranteed. In addition, an embodiment of the present invention further provides a network system, including a file server and the foregoing software downloading apparatus, wherein the file server is configured to provide a software package to the software downloading device. In this embodiment, the necessary software components in the software package are preferentially downloaded and activated, which shortens the time that affects the serviceability of the device, and at least reduces the impact of software download. One of ordinary skill in the art will appreciate that all or a portion of the steps of implementing all of the above-described embodiments can be accomplished by a program that instructs related hardware, which can be stored in a computer readable storage medium.
最后应说明的是: 以上实施例仅用以说明本发明的技术方案, 而非对其 限制; 尽管参照前述实施例对本发明进行了详细的说明, 本领域的普通技术 人员应当理解: 其依然可以对前述各实施例所记载的技术方案进行修改, 或 者对其中部分技术特征进行等同替换; 而这些修改或者替换, 并不使相应技 术方案的本质脱离本发明各实施例技术方案的精神和范围。  It should be noted that the above embodiments are only for explaining the technical solutions of the present invention, and are not intended to be limiting; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those skilled in the art that: The technical solutions described in the foregoing embodiments are modified, or some of the technical features are equivalently replaced. The modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention.

Claims

权 利 要 求 Rights request
1、 一种软件下载方法, 其特征在于, 包括: A software download method, comprising:
接收下载命令, 下载对应软件包中的描述文件, 所述描述文件用于查 找软件包中的必备软件部件和辅助软件部件;  Receiving a download command, downloading a description file in the corresponding software package, where the description file is used to find the necessary software components and auxiliary software components in the software package;
下载软件包中的必备软件部件;  Download the prerequisite software components in the package;
激活所述下载的必备软件部件。  Activate the downloaded prerequisite software component.
2、 根据权利要求 1所述的方法, 其特征在于, 还包括:  2. The method according to claim 1, further comprising:
下载软件包中的辅助软件部件;  Download the auxiliary software components in the package;
激活所述下载的辅助软件部件。  Activate the downloaded auxiliary software component.
3、 根据权利要求 1所述的方法, 其特征在于, 下载软件包中的必备软 件部件包括:  3. The method of claim 1 wherein downloading the prerequisite software components in the software package comprises:
根据描述文件确定软件包中的必备软件部件  Determine the prerequisite software components in the package based on the description file
从文件服务器下载所述必备软件部件。  Download the prerequisite software component from the file server.
4、 根据权利要求 2所述的方法, 其特征在于, 下载软件包中的辅助软 件部件包括:  4. The method of claim 2, wherein downloading the auxiliary software components in the software package comprises:
根据描述文件确定软件包中的辅助软件部件;  Determining the auxiliary software components in the software package according to the description file;
从文件服务器下载所述辅助软件部件。  Download the auxiliary software component from a file server.
5、 根据权利要求 2所述的方法, 其特征在于, 下载软件包中的辅助软 件部件之前还包括:  5. The method of claim 2, wherein before downloading the auxiliary software component in the software package, the method further comprises:
再次下载对应软件包中的描述文件;  Download the description file in the corresponding package again;
比较先后下载的描述文件, 确认对应软件包没有发生改变。  Compare the downloaded description files to confirm that the corresponding package has not changed.
6、 一种软件下载设备, 其特征在于, 包括:  6. A software download device, comprising:
接收模块, 用于接收下载命令;  a receiving module, configured to receive a download command;
第一下载模块, 用于下载对应软件包中的描述文件, 所述描述文件用 于查找软件包中的必备软件部件和辅助软件部件;  a first downloading module, configured to download a description file in a corresponding software package, where the description file is used to find a prerequisite software component and an auxiliary software component in the software package;
第二下载模块, 用于下载软件包中的必备软件部件; 激活模块, 用于激活第二下载模块下载的必备软件部件。 a second download module, configured to download necessary software components in the software package; The activation module is used to activate the prerequisite software components downloaded by the second download module.
7、 根据权利要求 6所述的装置, 其特征在于, 还包括:  7. The device according to claim 6, further comprising:
确定模块, 用于根据第一下载模块下载的描述文件, 确定软件包中的 必备软件部件和 /或辅助软件部件。  A determining module, configured to determine a prerequisite software component and/or an auxiliary software component in the software package according to the description file downloaded by the first downloading module.
8、 根据权利要求 6所述的装置, 其特征在于, 还包括:  8. The device according to claim 6, further comprising:
第三下载模块, 用于下载软件包中的辅助软件部件;  a third downloading module, configured to download an auxiliary software component in the software package;
所述激活模块还用于激活所述下载的辅助软件部件。  The activation module is further for activating the downloaded auxiliary software component.
9、 根据权利要求 6所述的装置, 其特征在于, 第一下载模块还用于在 必备软件部件激活之后, 再次下载对应软件包中的描述文件;  The device according to claim 6, wherein the first downloading module is further configured to download the description file in the corresponding software package again after the prerequisite software component is activated;
所述装置还包括:  The device also includes:
确认模块, 用于比较第一下载模块先后下载的描述文件, 确认对应软 件包没有发生改变。  The confirmation module is configured to compare the description files successively downloaded by the first download module, and confirm that the corresponding software package has not changed.
10、 一种网络系统, 其特征在于, 包括: 文件服务器, 以及如权利要 求 6-9中任一项所述的软件下载设备, 其中文件服务器用于向软件下载设 备提供软件包。  A network system, comprising: a file server, and the software downloading device according to any one of claims 6-9, wherein the file server is for providing a software package to the software downloading device.
PCT/CN2011/071682 2010-03-10 2011-03-10 Method and device for software downloading WO2011110097A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010122282A CN101834885A (en) 2010-03-10 2010-03-10 Method and device for downloading software
CN201010122282.4 2010-03-10

Publications (1)

Publication Number Publication Date
WO2011110097A1 true WO2011110097A1 (en) 2011-09-15

Family

ID=42718814

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/071682 WO2011110097A1 (en) 2010-03-10 2011-03-10 Method and device for software downloading

Country Status (2)

Country Link
CN (1) CN101834885A (en)
WO (1) WO2011110097A1 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101834885A (en) * 2010-03-10 2010-09-15 华为技术有限公司 Method and device for downloading software
US8910149B2 (en) 2010-12-24 2014-12-09 Microsoft Corporation On-demand or incremental remote data copy
CN103473080A (en) * 2012-06-07 2013-12-25 腾讯科技(深圳)有限公司 Software installation method, terminal and software installation system
US8997075B2 (en) 2013-07-23 2015-03-31 Red Hat, Inc. System and method for dynamic class management
CN104636154B (en) * 2013-11-07 2019-02-26 腾讯科技(深圳)有限公司 Application program installation method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1641583A (en) * 2003-12-16 2005-07-20 微软公司 Self-describing software image update components
CN1859151A (en) * 2005-07-19 2006-11-08 上海华为技术有限公司 Method for upgrading remote subsystem in communication system
CN101001316A (en) * 2006-12-31 2007-07-18 北京广博数字电视科技有限公司 Software staging management method and system of set-top box
CN101834885A (en) * 2010-03-10 2010-09-15 华为技术有限公司 Method and device for downloading software

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1641583A (en) * 2003-12-16 2005-07-20 微软公司 Self-describing software image update components
CN1859151A (en) * 2005-07-19 2006-11-08 上海华为技术有限公司 Method for upgrading remote subsystem in communication system
CN101001316A (en) * 2006-12-31 2007-07-18 北京广博数字电视科技有限公司 Software staging management method and system of set-top box
CN101834885A (en) * 2010-03-10 2010-09-15 华为技术有限公司 Method and device for downloading software

Also Published As

Publication number Publication date
CN101834885A (en) 2010-09-15

Similar Documents

Publication Publication Date Title
US10871953B2 (en) Application update method and apparatus
US20210349706A1 (en) Release lifecycle management system for multi-node application
US9910743B2 (en) Method, system and device for validating repair files and repairing corrupt software
WO2017067448A1 (en) Firmware-over-the-air upgrade method, system and computer storage medium
RU2580065C2 (en) Method and system for software update
CN104932926B (en) Realize equipment with driving the system and method for Dynamic Matching in intelligent operating system platform
US8996667B2 (en) Deploying an operating system
US7805707B2 (en) System and method for preparing runtime checks
WO2019184164A1 (en) Method for automatically deploying kubernetes worker node, device, terminal apparatus, and readable storage medium
US9053236B1 (en) Automated directory services test setup utility
JP2011070674A5 (en)
WO2010081323A1 (en) Method for realizing single board application version and system thereof
WO2012100535A1 (en) Updating method and computer system for hypervisor components
CN106843933A (en) A kind of leak restorative procedure of application program, mobile terminal and patch server
WO2011110097A1 (en) Method and device for software downloading
WO2014000619A1 (en) Software installation method, device and system
WO2021022713A1 (en) Distributed module update method, device, and storage medium
CN109614167B (en) Method and system for managing plug-ins
US8005851B2 (en) Streaming virtual disk for virtual applications
JP2010219725A (en) Network device and method of releasing external storage device on network
CN112860282B (en) Cluster plug-in upgrading method, device and server
WO2014134989A2 (en) Android terminal and upgrade method therefor
WO2016116013A1 (en) Software upgrade method and system
WO2018006884A1 (en) Method, device and user terminal for software installation
US8738755B2 (en) Providing external access to service versions via a bundle framework

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: 11752840

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: 11752840

Country of ref document: EP

Kind code of ref document: A1