[go: up one dir, main page]

CN105224371A - A kind of update method of storage management software and system - Google Patents

A kind of update method of storage management software and system Download PDF

Info

Publication number
CN105224371A
CN105224371A CN201510689231.2A CN201510689231A CN105224371A CN 105224371 A CN105224371 A CN 105224371A CN 201510689231 A CN201510689231 A CN 201510689231A CN 105224371 A CN105224371 A CN 105224371A
Authority
CN
China
Prior art keywords
update
module
update condition
condition
meeting
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN201510689231.2A
Other languages
Chinese (zh)
Other versions
CN105224371B (en
Inventor
谢鹏
袁鹏飞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inspur Beijing Electronic Information Industry Co Ltd
Original Assignee
Inspur Beijing Electronic Information Industry Co Ltd
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 Inspur Beijing Electronic Information Industry Co Ltd filed Critical Inspur Beijing Electronic Information Industry Co Ltd
Priority to CN201510689231.2A priority Critical patent/CN105224371B/en
Publication of CN105224371A publication Critical patent/CN105224371A/en
Application granted granted Critical
Publication of CN105224371B publication Critical patent/CN105224371B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

本发明公开了一种存储管理软件的更新方法及系统,该方法包括:利用存储管理软件中各模块的更新条件,构建自动更新机制;监测自动更新机制,判断各模块中是否存在满足更新条件的模块;当判定存在满足更新条件的模块时,向满足更新条件的模块发送更新指令,以使满足更新条件的模块完成相应的更新操作。以上技术方案由服务器监测自动更新机制实现更新,节省了大量的人力和物力;在需要更新的时间点上自动做出更新,降低人为因素造成产品破坏的可能性,提高了产品的稳固性,进而提高了用户对产品的体验度。

The invention discloses a method and system for updating storage management software. The method includes: using the update conditions of each module in the storage management software to construct an automatic update mechanism; monitoring the automatic update mechanism to determine whether there is an update condition in each module; module; when it is determined that there is a module meeting the update condition, an update command is sent to the module meeting the update condition, so that the module meeting the update condition completes a corresponding update operation. The above technical solutions are updated by the server monitoring automatic update mechanism, which saves a lot of manpower and material resources; the update is automatically made at the point in time when it needs to be updated, reducing the possibility of product damage caused by human factors and improving the stability of the product. Improve the user experience of the product.

Description

一种存储管理软件的更新方法及系统Method and system for updating storage management software

技术领域technical field

本发明涉及软件更新技术领域,特别是涉及一种存储管理软件的更新方法及系统。The invention relates to the technical field of software updating, in particular to a storage management software updating method and system.

背景技术Background technique

目前,存储管理是操作系统中四大功能之一,是指存储器资源(主要指内存并涉及外存)的管理,主要是指对主存的管理,主要关注存储介质方面的操作与维护工作。存储管理主要解决以数据恢复和历史信息归档为目的的联机与脱机数据存储。存储管理团队必须确保备份和存档的物理安全。存储管理的目标是在生产IT环境中定义、跟踪并维护数据和数据资源。At present, storage management is one of the four major functions in the operating system. It refers to the management of memory resources (mainly referring to memory and related to external memory), mainly refers to the management of main memory, and mainly focuses on the operation and maintenance of storage media. Storage management mainly addresses online and offline data storage for the purpose of data recovery and historical information archiving. The storage management team must ensure the physical security of backups and archives. The goal of storage management is to define, track and maintain data and data resources in a production IT environment.

在存储管理软件的更新方法中,通常需要技术人员在需要更新的时间点人为地暂停服务,暂时中断用户的使用,然后进行更新操作,然而,人为的参与耗时耗力,并且极有可能造成产品被误操作影响产品的稳固性;同时,暂停服务必然中断用户的使用,降低了用户对产品的体验度。In the update method of storage management software, technical personnel are usually required to artificially suspend the service at the point in time when the update is required, temporarily interrupt the user's use, and then perform the update operation. However, human participation is time-consuming and labor-intensive, and is likely to cause Misoperation of the product affects the stability of the product; at the same time, the suspension of the service will inevitably interrupt the user's use and reduce the user's experience of the product.

发明内容Contents of the invention

有鉴于此,本发明提供了一种存储管理软件的更新方法及系统,以降低人力的参与度以及提高产品的稳固性,即在节省人力和物力投入的同时,提高用户的体验度。In view of this, the present invention provides a method and system for updating storage management software to reduce manpower involvement and improve product stability, that is, to improve user experience while saving manpower and material resources.

为解决上述技术问题,本发明提供一种存储管理软件的更新方法,包括:In order to solve the above technical problems, the present invention provides a method for updating storage management software, including:

利用所述存储管理软件中各模块的更新条件,构建自动更新机制;Using the update conditions of each module in the storage management software to build an automatic update mechanism;

监测所述自动更新机制,判断所述各模块中是否存在满足所述更新条件的模块;monitoring the automatic update mechanism, and judging whether there is a module satisfying the update condition among the modules;

当判定存在满足所述更新条件的模块时,向所述满足所述更新条件的模块发送更新指令,以使所述满足所述更新条件的模块完成相应的更新操作。When it is determined that there is a module satisfying the update condition, an update instruction is sent to the module satisfying the update condition, so that the module satisfying the update condition completes a corresponding update operation.

上述方法中,优选的,在所述监测所述自动更新机制,判断所述各模块中是否存在满足所述更新条件的模块之前,还包括:In the above method, preferably, before the monitoring of the automatic update mechanism and judging whether there is a module satisfying the update condition among the modules, the method further includes:

初始化所述自动更新机制。Initialize the auto-update mechanism.

上述方法中,优选的,在所述向所述满足所述更新条件的模块发送更新指令之后,还包括:In the above method, preferably, after sending the update instruction to the module satisfying the update condition, it further includes:

接收来自所述满足所述更新条件的模块的反馈信息,以判断所述满足所述更新条件的模块是否更新成功。Receiving feedback information from the modules satisfying the update condition to determine whether the module satisfying the update condition is successfully updated.

本发明还提供了一种存储管理软件的更新系统,包括:The present invention also provides an update system for storage management software, including:

更新机制构建单元,用于利用所述存储管理软件中各模块的更新条件,构建自动更新机制;An update mechanism building unit, configured to use the update conditions of each module in the storage management software to build an automatic update mechanism;

更新判断单元,用于监测所述自动更新机制,判断所述各模块中是否存在满足所述更新条件的模块;An update judging unit, configured to monitor the automatic update mechanism, and judge whether there is a module satisfying the update condition among the modules;

更新指令发送单元,用于当判定存在满足所述更新条件的模块时,向所述满足所述更新条件的模块发送更新指令,以使所述满足所述更新条件的模块完成相应的更新操作。An update instruction sending unit, configured to send an update instruction to the module meeting the update condition when it is determined that there is a module meeting the update condition, so that the module meeting the update condition completes a corresponding update operation.

上述系统中,优选的,还包括:In the above system, preferably, it also includes:

初始化单元,用于在所述监测所述自动更新机制,判断所述各模块中是否存在满足所述更新条件的模块之前,初始化所述自动更新机制。The initialization unit is configured to initialize the automatic update mechanism before monitoring the automatic update mechanism and judging whether there is a module satisfying the update condition among the modules.

上述系统中,优选的,还包括:In the above system, preferably, it also includes:

反馈信息接收单元,用于在所述向所述满足所述更新条件的模块发送更新指令之后,接收来自所述满足所述更新条件的模块的反馈信息,以判断所述满足所述更新条件的模块是否更新成功。a feedback information receiving unit, configured to receive feedback information from the module satisfying the update condition after sending an update instruction to the module satisfying the update condition, so as to determine whether the module satisfying the update condition Whether the module is updated successfully.

以上本发明提供的一种存储管理软件的更新方法及系统中,首先,利用所述存储管理软件中各模块的更新条件,构建自动更新机制;然后,监测所述自动更新机制,判断所述各模块中是否存在满足所述更新条件的模块;最后,当判定存在满足所述更新条件的模块时,向所述满足所述更新条件的模块发送更新指令,以使所述满足所述更新条件的模块完成相应的更新操作。以上技术方案由服务器监测自动更新机制实现更新,节省了大量的人力和物力;在需要更新的时间点上自动做出更新,降低人为因素造成产品破坏的可能性,提高了产品的稳固性,进而提高了用户对产品的体验度。In the above method and system for updating storage management software provided by the present invention, first, use the update conditions of each module in the storage management software to construct an automatic update mechanism; then, monitor the automatic update mechanism to determine whether each module Whether there is a module satisfying the update condition among the modules; finally, when it is determined that there is a module satisfying the update condition, an update instruction is sent to the module satisfying the update condition, so that the module satisfying the update condition The module completes the corresponding update operation. The above technical solutions are updated by the server monitoring automatic update mechanism, which saves a lot of manpower and material resources; the update is automatically made at the point in time when it needs to be updated, reducing the possibility of product damage caused by human factors and improving the stability of the product. Improve the user experience of the product.

附图说明Description of drawings

为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据提供的附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present invention or the prior art, the following will briefly introduce the drawings that need to be used in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description are only It is an embodiment of the present invention, and those skilled in the art can also obtain other drawings according to the provided drawings without creative work.

图1为本发明实施例提供的一种存储管理软件的更新方法的流程图;FIG. 1 is a flowchart of a method for updating storage management software provided by an embodiment of the present invention;

图2为本发明实施例提供的基于图1的一种实际应用场景示意图;FIG. 2 is a schematic diagram of an actual application scenario based on FIG. 1 provided by an embodiment of the present invention;

图3为本发明实施例提供的一种存储管理软件的更新系统的结构框图示意图。FIG. 3 is a schematic structural block diagram of a system for updating storage management software provided by an embodiment of the present invention.

具体实施方式detailed description

下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The following will clearly and completely describe the technical solutions in the embodiments of the present invention with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only some, not all, embodiments of the present invention. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without making creative efforts belong to the protection scope of the present invention.

本发明的核心是提供一种存储管理软件的更新方法及系统,以降低人力的参与度以及提高产品的稳固性,即在节省人力和物力投入的同时,提高用户的体验度。The core of the present invention is to provide a method and system for updating storage management software to reduce manpower involvement and improve product stability, that is, to improve user experience while saving manpower and material resources.

为了使本技术领域的人员更好地理解本发明方案,下面结合附图和具体实施方式对本发明作进一步的详细说明。In order to enable those skilled in the art to better understand the solution of the present invention, the present invention will be further described in detail below in conjunction with the accompanying drawings and specific embodiments.

参考图1,图1示出了本发明实施例提供的一种存储管理软件的更新方法的流程图,该方法具体可以包括如下步骤:Referring to FIG. 1, FIG. 1 shows a flowchart of a method for updating storage management software provided by an embodiment of the present invention. The method may specifically include the following steps:

步骤S100、利用存储管理软件中各模块的更新条件,构建自动更新机制。Step S100, using the update conditions of each module in the storage management software to build an automatic update mechanism.

本发明实施例提供的方法的执行主体为存储管理软件的更新系统,具体地,该存储管理软件的更新系统可以通过以应用程序的形式承载于服务器来实现。为了便于本领域技术人员理解本发明的技术方案,以下内容以服务器为执行主体进行阐述。The execution subject of the method provided by the embodiment of the present invention is the update system of the storage management software. Specifically, the update system of the storage management software can be realized by being carried on a server in the form of an application program. In order to facilitate those skilled in the art to understand the technical solution of the present invention, the following content is described with the server as the execution subject.

本发明实施例提供的更新方法主要针对的是存储管理软件的客户端,以下简称客户端。The update method provided by the embodiment of the present invention is mainly aimed at the client of the storage management software, hereinafter referred to as the client.

参考图2,在具体实施时,在服务器200还未启动时,管理员将存储管理软件中需要更新的各模块的更新条件添加至自动更新机制中,为的是在服务器200启动时,自动更新机制会根据更新条件要求客户端201更新指定模块,做到用户至上。With reference to Fig. 2, during specific implementation, when the server 200 has not been started, the administrator adds the update conditions of each module that needs to be updated in the storage management software to the automatic update mechanism, so that when the server 200 is started, the The mechanism will require the client 201 to update the specified module according to the update condition, so as to achieve the supremacy of the user.

服务器200启动后,服务器200会优先初始化自动更新机制,然后启动自动更新机制并对自动更新机制进行监测。After the server 200 is started, the server 200 will first initialize the automatic update mechanism, then start the automatic update mechanism and monitor the automatic update mechanism.

步骤S101、监测自动更新机制,判断各模块中是否存在满足更新条件的模块;当判定存在满足更新条件的模块时,进入步骤S102,否则,返回继续监测自动更新机制并判断各模块中是否存在满足更新条件的模块。Step S101, monitor the automatic update mechanism, and judge whether there is a module satisfying the update condition in each module; when it is determined that there is a module satisfying the update condition, enter step S102, otherwise, return to continue monitoring the automatic update mechanism and judge whether there is a module satisfying the update condition in each module. A module for updating conditions.

服务器200对自动更新机制进行监测,当某个模块的更新条件满足条件时,认为该模块此时需要更新,当检测到某个模块需要更新时,依据具体的更新内容生成相应的更新指令。不需要暂停服务,更不需要中断用户操作,直接更新需要更新的模块,更新的模块数可以达到很多;这个更新的过程是平稳过渡,不会影响到用户的操作。The server 200 monitors the automatic update mechanism. When the update condition of a certain module is satisfied, it considers that the module needs to be updated at this time. When it detects that a certain module needs to be updated, it generates a corresponding update instruction according to the specific update content. There is no need to suspend the service, let alone interrupt user operations, and directly update the modules that need to be updated. The number of updated modules can reach many; this update process is a smooth transition and will not affect user operations.

步骤S102、向满足更新条件的模块发送更新指令,以使满足更新条件的模块完成相应的更新操作。Step S102 , sending an update command to the modules meeting the update conditions, so that the modules meeting the update conditions complete corresponding update operations.

在实际应用中,在向满足更新条件的模块发送更新指令之后,该模块接会接收到更新指令,然后在依据该更新指令完成相应的更新操作之后,向服务器200中的自动更新机制发送反馈信息,以告知更新的具体情况,比如成功与否,实际完成了什么样的更新操作等等。In practical applications, after sending an update command to a module that meets the update conditions, the module will receive the update command, and then send feedback information to the automatic update mechanism in the server 200 after completing the corresponding update operation according to the update command , to inform the specific situation of the update, such as whether it is successful or not, what kind of update operation is actually completed, and so on.

服务器200接收来自满足更新条件的模块的反馈信息,以判断满足更新条件的模块是否更新成功。The server 200 receives the feedback information from the modules meeting the updating conditions to determine whether the updating of the modules meeting the updating conditions is successful.

以上技术方案由服务器200监测自动更新机制实现更新,节省了大量的人力和物力;在需要更新的时间点上自动做出更新,降低人为因素造成产品破坏的可能性,提高了产品的稳固性,进而提高了用户对产品的体验度。The above technical solutions are updated by the automatic update mechanism monitored by the server 200, which saves a lot of manpower and material resources; updates are automatically made at the point in time when updates are required, reducing the possibility of product damage caused by human factors and improving the stability of the product. This improves the user experience of the product.

基于上述本发明实施例提供的存储管理软件的更新方法,本发明实施例还提供了一种存储管理软件的更新系统,参考图3,该系统300可以包括如下内容:Based on the method for updating the storage management software provided by the above-mentioned embodiments of the present invention, the embodiments of the present invention also provide a system for updating the storage management software. Referring to FIG. 3 , the system 300 may include the following:

更新机制构建单元301,用于利用存储管理软件中各模块的更新条件,构建自动更新机制;An update mechanism building unit 301, configured to use the update conditions of each module in the storage management software to build an automatic update mechanism;

更新判断单元302,用于监测自动更新机制,判断各模块中是否存在满足更新条件的模块;An update judging unit 302, configured to monitor the automatic update mechanism, and judge whether there is a module satisfying the update condition in each module;

更新指令发送单元303,用于当判定存在满足更新条件的模块时,向满足更新条件的模块发送更新指令,以使满足更新条件的模块完成相应的更新操作。The update instruction sending unit 303 is configured to send an update instruction to the module meeting the update condition when it is determined that there is a module meeting the update condition, so that the module meeting the update condition completes a corresponding update operation.

上述更新系统300还可以包括初始化单元,用于在监测自动更新机制,判断各模块中是否存在满足更新条件的模块之前,初始化自动更新机制。The above update system 300 may further include an initialization unit, configured to initialize the automatic update mechanism before monitoring the automatic update mechanism and judging whether there is a module meeting the update condition among the modules.

上述更新系统300还可以包括反馈信息接收单元,用于在向满足更新条件的模块发送更新指令之后,接收来自满足更新条件的模块的反馈信息,以判断满足更新条件的模块是否更新成功。The update system 300 may further include a feedback information receiving unit, configured to receive feedback information from modules meeting update conditions after sending an update command to the modules meeting update conditions, so as to determine whether the modules meeting update conditions are successfully updated.

需要说明的是,本说明书中的各个实施例均采用递进的方式描述,每个实施例重点说明的都是与其它实施例的不同之处,各个实施例之间相同相似的部分互相参见即可。对于系统类实施例而言,由于其与方法实施例基本相似,所以描述得比较简单,相关之处参见方法实施例的部分说明即可。It should be noted that each embodiment in this specification is described in a progressive manner, and each embodiment focuses on the differences from other embodiments. For the same and similar parts in each embodiment, refer to each other, that is, Can. As for the system embodiment, because it is basically similar to the method embodiment, the description is relatively simple, and for the related parts, please refer to the part of the description of the method embodiment.

以上对本发明所提供的一种存储管理软件的更新方法及系统进行了详细介绍。本文中应用了具体个例对本发明的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本发明的方法及其核心思想。应当指出,对于本技术领域的普通技术人员来说,在不脱离本发明原理的前提下,还可以对本发明进行若干改进和修饰,这些改进和修饰也落入本发明权利要求的保护范围内。The method and system for updating storage management software provided by the present invention have been introduced in detail above. In this paper, specific examples are used to illustrate the principle and implementation of the present invention, and the descriptions of the above embodiments are only used to help understand the method and core idea of the present invention. It should be pointed out that for those skilled in the art, without departing from the principle of the present invention, some improvements and modifications can be made to the present invention, and these improvements and modifications also fall within the protection scope of the claims of the present invention.

Claims (6)

1. a update method for storage management software, is characterized in that, comprising:
Utilize the update condition of each module in described storage management software, build automatic update mechanism;
Monitor described automatic update mechanism, judge whether there is the module meeting described update condition in described each module;
When it is determined that the presence of the module meeting described update condition, sending update instruction to the described module meeting described update condition, completing corresponding renewal rewards theory to make the described module meeting described update condition.
2. the method for claim 1, is characterized in that, in the described automatic update mechanism of described monitoring, before judging whether there is the module meeting described update condition in described each module, also comprises:
Automatic update mechanism described in initialization.
3. method as claimed in claim 1 or 2, is characterized in that, described to after the described module meeting described update condition sends update instruction, also comprises:
Receive from the described feedback information meeting the module of described update condition, to judge whether the described module meeting described update condition is updated successfully.
4. a renewal system for storage management software, is characterized in that, comprising:
Update mechanism construction unit, for utilizing the update condition of each module in described storage management software, builds automatic update mechanism;
Upgrading judging unit, for monitoring described automatic update mechanism, judging whether there is the module meeting described update condition in described each module;
Update instruction transmitting element, for when it is determined that the presence of the module meeting described update condition, sending update instruction to the described module meeting described update condition, completing corresponding renewal rewards theory to make the described module meeting described update condition.
5. system as claimed in claim 4, is characterized in that, also comprise:
Initialization unit, in the described automatic update mechanism of described monitoring, before judging whether there is the module meeting described update condition in described each module, automatic update mechanism described in initialization.
6. the system as described in claim 4 or 5, is characterized in that, also comprises:
Feedback information receiving element, for described to after the described module meeting described update condition sends update instruction, receive from the described feedback information meeting the module of described update condition, to judge whether the described module meeting described update condition is updated successfully.
CN201510689231.2A 2015-10-21 2015-10-21 A kind of update method and system of storage management software Active CN105224371B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510689231.2A CN105224371B (en) 2015-10-21 2015-10-21 A kind of update method and system of storage management software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510689231.2A CN105224371B (en) 2015-10-21 2015-10-21 A kind of update method and system of storage management software

Publications (2)

Publication Number Publication Date
CN105224371A true CN105224371A (en) 2016-01-06
CN105224371B CN105224371B (en) 2018-10-12

Family

ID=54993363

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510689231.2A Active CN105224371B (en) 2015-10-21 2015-10-21 A kind of update method and system of storage management software

Country Status (1)

Country Link
CN (1) CN105224371B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107491335A (en) * 2017-08-31 2017-12-19 郑州云海信息技术有限公司 The upgrade method and upgrade-system of a kind of cluster controller
CN107506214A (en) * 2017-08-30 2017-12-22 郑州云海信息技术有限公司 The update method and more new system of a kind of group system controller

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101030145A (en) * 2007-04-10 2007-09-05 北京中星微电子有限公司 Method and device for updating software
US7793283B2 (en) * 2002-04-01 2010-09-07 Ntt Docomo, Inc. Communication terminal software updating method, communication terminal, and software updating method
CN102479092A (en) * 2010-11-30 2012-05-30 中兴通讯股份有限公司 Method and device for updating patch of software system
CN103218242A (en) * 2013-04-19 2013-07-24 飞天诚信科技股份有限公司 Method of automatic update
CN103442272A (en) * 2013-09-11 2013-12-11 东莞市远峰科技有限公司 System upgrading method
EP2702485A1 (en) * 2011-04-26 2014-03-05 Soultanov, Rafael Web-based app builder for mobile devices with automatic updates
CN104216749A (en) * 2014-09-10 2014-12-17 广州金山网络科技有限公司 Updating method and updating device for applications
CN104598262A (en) * 2014-11-25 2015-05-06 深圳市腾讯计算机系统有限公司 Method and device for updating mobile application
CN104636163A (en) * 2014-12-31 2015-05-20 青岛海尔科技有限公司 Firmware upgrading method and related device and system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7793283B2 (en) * 2002-04-01 2010-09-07 Ntt Docomo, Inc. Communication terminal software updating method, communication terminal, and software updating method
CN101030145A (en) * 2007-04-10 2007-09-05 北京中星微电子有限公司 Method and device for updating software
CN102479092A (en) * 2010-11-30 2012-05-30 中兴通讯股份有限公司 Method and device for updating patch of software system
EP2702485A1 (en) * 2011-04-26 2014-03-05 Soultanov, Rafael Web-based app builder for mobile devices with automatic updates
CN103218242A (en) * 2013-04-19 2013-07-24 飞天诚信科技股份有限公司 Method of automatic update
CN103442272A (en) * 2013-09-11 2013-12-11 东莞市远峰科技有限公司 System upgrading method
CN104216749A (en) * 2014-09-10 2014-12-17 广州金山网络科技有限公司 Updating method and updating device for applications
CN104598262A (en) * 2014-11-25 2015-05-06 深圳市腾讯计算机系统有限公司 Method and device for updating mobile application
CN104636163A (en) * 2014-12-31 2015-05-20 青岛海尔科技有限公司 Firmware upgrading method and related device and system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107506214A (en) * 2017-08-30 2017-12-22 郑州云海信息技术有限公司 The update method and more new system of a kind of group system controller
CN107506214B (en) * 2017-08-30 2021-05-25 郑州云海信息技术有限公司 A kind of update method and update system of cluster system controller
CN107491335A (en) * 2017-08-31 2017-12-19 郑州云海信息技术有限公司 The upgrade method and upgrade-system of a kind of cluster controller

Also Published As

Publication number Publication date
CN105224371B (en) 2018-10-12

Similar Documents

Publication Publication Date Title
CN105204880B (en) computer system and setting method of basic input and output system
CN102708018A (en) Method and system for exception handling, proxy equipment and control device
CN103986786A (en) Remote cloud desktop operation system
CN104461628A (en) Method and device for controlling updating of server programs
CN112653758A (en) Edge node updating method, apparatus, device, medium, and program product
CN110651256B (en) System and method for preventing service interruption during software update
CN104601366B (en) It is a kind of control, service node configuration service method and device
CN103164244A (en) Firmware system remote updating method based on universal extensible firmware interface
TW201416879A (en) Cloud system and the boot up and deployment method for the cloud system
US20120297091A1 (en) Method and apparatus of server i/o migration management
CN104424048A (en) Method and apparatus for data storage
CN104182261A (en) Online firmware batch upgrading method
CN106528214A (en) Installation method of OS (Operating System), server and system
CN105224371B (en) A kind of update method and system of storage management software
CN103716371A (en) Web real-time data active pushing method
CN106851626A (en) Android system batch upgrade realizes device and method under LAN environment
EP3316518B1 (en) Method and device for upgrading virtual network element, and computer storage medium
CN111984287A (en) Equipment upgrade method and system
CN103984616A (en) Server monitoring method and server
CN107438017A (en) Server system interface expander firmware upgrade method and system
CN109032979A (en) Document transmission method, device, equipment and storage medium between a kind of BMC
CN104090802A (en) Protection method for network camera power failure
CN108123815A (en) A kind of ARM servers and the BIOS upgrade methods for retaining configuration information
CN108234215B (en) Gateway creating method and device, computer equipment and storage medium
CN117130607A (en) Component management method and device, nonvolatile storage medium and electronic equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant