CN102736926A - Upgrade method, device and batch upgrade system based on task template - Google Patents

Upgrade method, device and batch upgrade system based on task template Download PDF

Info

Publication number
CN102736926A
CN102736926A CN201110093710XA CN201110093710A CN102736926A CN 102736926 A CN102736926 A CN 102736926A CN 201110093710X A CN201110093710X A CN 201110093710XA CN 201110093710 A CN201110093710 A CN 201110093710A CN 102736926 A CN102736926 A CN 102736926A
Authority
CN
China
Prior art keywords
remote server
order
socket
resolved
file
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
CN201110093710XA
Other languages
Chinese (zh)
Other versions
CN102736926B (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.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN201110093710.XA priority Critical patent/CN102736926B/en
Priority to PCT/CN2011/075967 priority patent/WO2012139329A1/en
Publication of CN102736926A publication Critical patent/CN102736926A/en
Application granted granted Critical
Publication of CN102736926B publication Critical patent/CN102736926B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to an upgrade method based on a task template, comprising following steps: packaging normal operation; combining packaged functional units according to the upgrade requirement so as to form a task template; building a communication channel with a remote server by socket connection; parsing the task template into an operation order; and after sending the operation order to the remote server, executing the operation order. The invention also relates to an upgrade device and a batch upgrade system based on the task template. According to the technical solution disclosed by the invention the execution accuracy and the execution efficiency can be improved. In addition, the batch upgrade system is adopted; only if the server performance allows, a user can increase connection number in a maximum manner according to actual condition of the device, so that the upgrade efficiency is improved.

Description

A kind of upgrade method and device, batch upgrading system based on task template
Technical field
The present invention relates to the communications field, relate to a kind of upgrade method and device, batch upgrading system based on task template especially.
Background technology
The use of large number quipments has become normality in the communications field, and the thing followed is the manpower that the upgrading of software on these equipment needs labor.The upgrade method that is adopted is at present carried out the execution of a series of orders after being generally and adopting telnet or SSH (Secure Shell, safety shell protocol) to sign in on the remote server, like backup file, stops business etc.; Then new version file is uploaded on the remote server through ftp, accomplish the replacement of version through carrying out shell script or decompress(ion), copy command; Relate to database script and then also need open the database client execution; Also to carry out at last and start professional order etc.Through the escalation process that above-mentioned steps is accomplished, waste time and energy, need use multiple instrument, like telnet instrument, ftp instrument, database client ending tool etc.And the upgrading an of equipment, for the situation that exists thousands of equipment up to a hundred to upgrade, required manpower that expends and time are inconceivable.Seek a kind of method, can similarly need a large amount of work that repeat to accomplish these, become a problem that presses for solution with the mode that automatically performs.
Summary of the invention
The technical matters that the present invention solves has been to provide a kind of upgrade method and device, batch upgrading system based on task template; Make escalation process combineization, robotization on the one hand through this technical method; Integrate out fast the upgrading flow process of software, improve efficiency of upgrading software and accuracy; Make the escalation process mass in addition on the one hand, effectively manpower is freed from the work that repeats.
For addressing the above problem, the invention provides a kind of upgrade method based on task template, comprise,
Operation commonly used is encapsulated, need be combined to form task template to the functional unit after the encapsulation according to upgrading;
Connect the communication port between foundation and remote server through socket (socket);
Said task template is resolved to operational order, said operational order is sent to carry out said operational order behind the remote server.
Above-mentioned method, wherein, said operation commonly used is encapsulated is specially,
To use operation always and be encapsulated as the function corresponding unit, said functional unit is made up of many operations by logical order, accomplishes a function through the sequence of operations order;
Said operation commonly used comprises backup, file transfer, shell script executing, database script execution, DB Backup and the manmachine command execution of file and catalogue.
Above-mentioned method, wherein, said through socket connect to set up and remote server between communication port comprise,
Through the socket inlet flow remote server is sent order, obtain daily record and the result that the remote server fill order is returned through the socket output stream;
For the operation that relates to file; File is put on the ftp server from home server; Connect transmission order notice remote server through socket, remote server obtains said file from the ftp server, thereby accomplishes the transmission of file from the home server to the remote server.
Above-mentioned method wherein, saidly resolves to operational order with said task template and is specially,
Through program task template is resolved, said task template is resolved to the function corresponding unit, then each functional unit is resolved to a series of operational orders that logical order is arranged.
Above-mentioned method, wherein, the process of the said operational order of said execution comprises,
Be connected the said operational order of execution on the remote server through socket; If operational order runs succeeded, judge all operations orders whether executed finishes, if all order successful execution completion; Think that then this function successfully realizes, otherwise continue to carry out subsequent commands; If operational order is carried out failure, then get into the error handling processing flow process.
The present invention also provides a kind of update device based on task template, comprises,
The edit model module is used for operation commonly used is encapsulated, and need be combined to form task template to the functional unit after the encapsulation according to upgrading;
The socket communication module is used for connecting the communication port between foundation and remote server through socket;
Template is resolved execution module, is used for said task template is resolved to operational order, carries out said operational order after said operational order is sent to remote server.
Above-mentioned device, wherein, said edit model module is used for being specially using always to operate to encapsulate,
Said edit model module is used for operation commonly used is encapsulated as the function corresponding unit, and said functional unit is made up of many operations by logical order, accomplishes a function through the sequence of operations order;
Said operation commonly used comprises backup, file transfer, shell script executing, database script execution, DB Backup and the manmachine command execution of file and catalogue.
Above-mentioned device, wherein, said socket communication module be used for through socket connect to set up and remote server between communication port comprise,
Said socket communication module is used for through the socket inlet flow remote server being sent order, obtains daily record and the result that the remote server fill order is returned through the socket output stream; And
For the operation that relates to file; File is put on the ftp server from home server; Connect transmission order notice remote server through socket, remote server obtains said file from the ftp server, thereby accomplishes the transmission of file from the home server to the remote server.
Above-mentioned device, wherein, said template parsing execution module is used for that said task template is resolved to operational order and is specially,
Said template is resolved execution module and is used for through program task template being resolved, and said task template is resolved to the function corresponding unit, then each functional unit is resolved to a series of operational orders that logical order is arranged.
Above-mentioned device, wherein, said template is resolved the process that execution module is used to carry out said operational order and is comprised,
Said template is resolved execution module and is used for being connected fill order on the remote server through socket; If operational order runs succeeded, judge all order whether executed finishes, if all order successful execution completion; Think that then this function successfully realizes, otherwise continue to carry out subsequent commands; If operational order is carried out failure, then get into the error handling processing flow process.
The present invention also provides a kind of batch upgrading system, comprises above-mentioned update device, also comprise,
Data allocations thread module, after being used to receive task data, distribution is dispatched in unification, judges a plurality of update devices successively, and task data is distributed to the update device of handling idle condition, and the state of this update device is changed to in the work;
Said a plurality of update device is used for task data is handled, and after upgrading was accomplished, the state that can change oneself was notified said data allocations thread module simultaneously for idle.
Compared with prior art, adopt technical scheme of the present invention, whole upgrade process is controlled in the instrument, avoided too much instrument to use back and forth; Simultaneously whole upgrade process is to be together in series automatically to carry out in order, and this has also been avoided switching back and forth in the process hand-manipulated and the implementation that possibly cause is omitted, and has improved accuracy and the efficient carried out greatly.In addition, adopt batch upgrading system, as long as server performance allows, the user can come to increase to greatest extent linking number according to the actual conditions of equipment, improves upgrading efficient.
Description of drawings
Accompanying drawing described herein is used to provide further understanding of the present invention, constitutes a part of the present invention, and illustrative examples of the present invention and explanation thereof are used to explain the present invention, does not constitute improper qualification of the present invention.In the accompanying drawings:
Fig. 1 is the first embodiment of the invention process flow diagram;
Fig. 2 is a task template editor exemplary plot;
Fig. 3 is the socket communication scheme;
Fig. 4 is the task template flowchart;
Fig. 5 is the second embodiment of the invention structural drawing;
Fig. 6 is the third embodiment of the invention structural drawing.
Embodiment
In order to make technical matters to be solved by this invention, technical scheme and beneficial effect clearer, clear,, the present invention is further elaborated below in conjunction with accompanying drawing and embodiment.Should be appreciated that specific embodiment described herein only in order to explanation the present invention, and be not used in qualification the present invention.
As shown in Figure 1, be the first embodiment of the invention process flow diagram, a kind of upgrade method based on task template is provided, comprising:
Step S101 will use operation always and encapsulate, and need be combined to form task template to the functional unit after the encapsulation according to upgrading;
As shown in Figure 2; It is task template editor exemplary plot; Operation commonly used in the escalation process is encapsulated; Be encapsulated as the functions such as backup, file transfer, shell script executing, database script execution, DB Backup and manmachine command execution of file and catalogue, each function is formed by many operations by logical order, accomplishes a function through this sequence of operations order.
Backup like file and catalogue comprises establishment backup target catalogue, creates BACKUP TIME stamp catalogue, carries out copy command;
And file transfer comprises operation and the remote server of file from this locality transmission (put) to the ftp server obtains file (get) past from the ftp server operation;
The shell script executing comprises that transmission shell carries out authority, carries out the shell script operation to remote server, change shell;
Database script is carried out and is comprised that the transmission database script is to remote server, connection database, execution database script;
DB Backup comprises the connection database, carries out the DB Backup order;
Manmachine command comprises transmission order itself.
Through being made up according to the needs of escalation process, these functions then form task template.As can be seen from Figure 1, at first the combination of template is very convenient, as long as packaged operation is dragged in the escalation process tree on right side, fills in the making that determinant attribute just can be accomplished template; Writing of while template is also very flexible, and the step of template can be adjusted arbitrarily, and each project can customize the template of oneself according to the situation of project self like this, thereby realizes the escalation process of oneself; The last this mode that operation is packaged into function also is highly susceptible to expansion, if new function needs are arranged, in the feature list on the left of only need new function package being added to well, just can realize the increase of new function and to the compatible extensions of original function.
Wherein, Attributes such as whether each operation suspends after all having defined execution user, execution time-out time, execution, the description of this step; Through to the filling in of these attributes, the step of whole upgrading template is displayed with indicative language, personnel very easy to use understand.
Step S102, home server connects the communication port between foundation and remote server through socket (socket);
This communication port is based on some protocol contents of telnet and SSH and accomplishes the session simulation to telnet and SSH.As long as filled in the IP information of equipment and the username and password of login, just can realize and remote server between be dynamically connected certainly.And the input and output through socket, the processing that transmission that realizes ordering and execution result return,
Particularly; As shown in Figure 3; It is the socket communication scheme; Home server through socket communication set up with remote server between be connected, come remote server is sent order through socket inlet flow (Input Stream), (Output Stream) obtains daily record and the result that the remote server fill order is returned through the socket output stream.Relate to the operation of file; Then through the ftp agreement; At first file is transmitted (put) to the ftp server from home server; And then send order through socket and give remote server, let remote server file obtained (get) to the ftp server and get off, thereby accomplish the transmission of file from the home server to the remote server through the ftp agreement.
The purpose of this process is exactly at first the manual BOTTOM LAYER ENVIRONMENT of carrying out to be simulated out, and then on this environment, simulates other operation.
Step S103 resolves to operational order with said task template, said operational order is sent to carry out said operational order behind the remote server.
Particularly, as shown in Figure 4, be the task template flowchart, comprise,
Step S401 reads task template, when carrying out the template task, template is resolved to packaged one by one functional unit, and then with a series of orders that logical order is arranged of each functional unit parsing becoming;
Step S402 is connected fill order on the remote server through socket, if the command execution success; Judge all order whether executed finishes; If all order successful execution completion, think that then this function successfully realizes, otherwise continue to carry out subsequent commands; If the command execution failure then gets into the error handling processing flow process.
This process is actual to be exactly being remotely logged into after the server of simulating, the order that manual input is carried out.
Correspondingly, for each function of encapsulation, concrete implementation is following:
The backup of file and catalogue at first connects with remote server through socket communication, sends backup command then and accomplishes backup to remote server.
Manmachine command is carried out, and at first connects with remote server through socket communication, and the manmachine command that will carry out then sends to remote server and carries out.
DB Backup; After at first connecting with remote server through socket communication; With backup script put to the ftp server; Send the order of get script then and give remote server, remote server is get backup script to the ftp server then, sends the order of carrying out backup script comes fulfillment database to remote server backup at last.
The Shell script executing; At first connect with remote server through socket communication; Shell script put to the ftp server, is sent get then and orders to remote server, then remote server get shell script to the ftp server; Send the order of carrying out the shell script at last and give remote server, carry out the execution of shell script.
File transfer after at first connecting through socket communication and remote server, to the ftp server, is sent file put then the order of get file and is given remote server, remote server get file to the ftp server, the transmission of completion file.
Database script is carried out; At first connect with remote server through socket communication; Database script put to the ftp server, is sent get then and orders to remote server, then remote server get database script to the ftp server; Send the order of carrying out database script at last and give remote server, carry out the execution of database script.
From said process, the communication process that the backup of file and catalogue and manmachine command are carried out is similar, but the backup of actual file and catalogue; Sending backup command at last is a series of order, comprises the establishment of backup target catalogue, and disk space detects; Document copying etc.; And manmachine command carry out only need will be to be carried out order send just passablely, though communication process is similar, there is very big-difference in actual step; The order that mainly shows last transmission is a series of command in combination that logical order is arranged in fact, but not a simple order.Equally; It is similar on communication process that DB Backup, shell script executing, database script are carried out; But there is very big difference in actual concrete steps in the process of implementation, need create the backup target catalogue equally, detect disk space, connect database etc. like the data library backup; The shell script executing then need be changed the execution authority of shell etc.; Database script is carried out then need connect database, and need not to detect these operations of disk space.
Realize some functions that need client utility to realize through program, to reduce in the escalation process because the complicacy that tool using too much causes.Carry out as the ftp operation that relates in the escalation process being split as two steps; At first file is uploaded to the ftp server from this locality; The put that is realized by program operates and accomplishes; Then connect initiation get operation through socket later on to equipment from the ftp server to remote server, file is got access to remote server by program telnet.Through two step ftp operations, accomplish the transmission of file from the home server to the remote server.The database script operating part that relates in the template, through after being connected to remote server, the built-in shell script of the program of on remote server, calling is accomplished.So just realize functions such as telnet/SSH client, ftp client, database client, thereby whole upgrade process is controlled in the instrument, avoided too much instrument to use back and forth.Whole upgrade process is together in series by Automatic Program and carries out in order simultaneously, and this implementation of also having avoided possibly causing because switch back and forth in the process hand-manipulated is omitted, and has improved accuracy and the efficient carried out greatly.
As shown in Figure 5, be the second embodiment of the invention structural drawing, a kind of update device based on task template is provided, comprise,
The edit model module is used for operation commonly used is encapsulated, and need be combined to form task template to the functional unit after the encapsulation according to upgrading;
The socket communication module is used for connecting the communication port between foundation and remote server through socket;
Template is resolved execution module, is used for said task template is resolved to operational order, carries out said operational order after said operational order is sent to remote server.
Wherein, said edit model module is used for being specially using always to operate to encapsulate,
Said edit model module is used for operation commonly used is encapsulated as the function corresponding unit, and said functional unit is made up of many operations by logical order, accomplishes a function through the sequence of operations order;
Said operation commonly used comprises backup, file transfer, shell script executing, database script execution, DB Backup and the manmachine command execution of file and catalogue.
Wherein, said socket communication module be used for through socket connect to set up and remote server between communication port comprise,
Said socket communication module is used for through the socket inlet flow remote server being sent order, obtains daily record and the result that the remote server fill order is returned through the socket output stream; And
For the operation that relates to file; File is put on the ftp server from home server; Connect transmission order notice remote server through socket, remote server obtains said file from the ftp server, thereby accomplishes the transmission of file from the home server to the remote server.
Wherein, said template parsing execution module is used for that said task template is resolved to operational order and is specially,
Said template is resolved execution module and is used for through program task template being resolved, and said task template is resolved to the function corresponding unit, then each functional unit is resolved to a series of operational orders that logical order is arranged.
As shown in Figure 6, be the third embodiment of the invention structural drawing, a kind of batch upgrading system that adopts above-mentioned update device is provided, comprise,
Data allocations thread module, after being used to receive task data, distribution is dispatched in unification; Judge a plurality of update devices successively; Check that update device is in idle condition, then task data is distributed to this update device, and be in the work the status modifier of this update device;
A plurality of update devices are used for task data is handled, and after upgrading was accomplished, the state that can change oneself was for idle, and notification data distributes thread simultaneously.
Adopt said system, decide maximum number of connections through the method that disposes, as long as server performance allows, the user can come to increase to greatest extent linking number according to the actual conditions of equipment, improves upgrading efficient.
Above-mentioned explanation illustrates and has described the preferred embodiments of the present invention; But as previously mentioned; Be to be understood that the present invention is not limited to the form that this paper discloses, should do not regard eliminating as, and can be used for various other combinations, modification and environment other embodiment; And can in invention contemplated scope described herein, change through the technology or the knowledge of above-mentioned instruction or association area.And change that those skilled in the art carried out and variation do not break away from the spirit and scope of the present invention, then all should be in the protection domain of accompanying claims of the present invention.

Claims (11)

1. the upgrade method based on task template is characterized in that, comprise,
Operation commonly used is encapsulated, need be combined to form task template to the functional unit after the encapsulation according to upgrading;
Connect the communication port between foundation and remote server through socket;
Said task template is resolved to operational order, said operational order is sent to carry out said operational order behind the remote server.
2. method according to claim 1 is characterized in that, said operation commonly used is encapsulated is specially,
To use operation always and be encapsulated as the function corresponding unit, said functional unit is made up of many operations by logical order, accomplishes a function through the sequence of operations order;
Said operation commonly used comprises backup, file transfer, shell script executing, database script execution, DB Backup and the manmachine command execution of file and catalogue.
3. method according to claim 1 and 2 is characterized in that, said through socket connect to set up and remote server between communication port comprise,
Through the socket inlet flow remote server is sent order, obtain daily record and the result that the remote server fill order is returned through the socket output stream;
For the operation that relates to file; File is put on the ftp server from home server; Connect transmission order notice remote server through socket, remote server obtains said file from the ftp server, thereby accomplishes the transmission of file from the home server to the remote server.
4. method according to claim 3 is characterized in that, saidly said task template resolved to operational order is specially,
Through program task template is resolved, said task template is resolved to the function corresponding unit, then each functional unit is resolved to a series of operational orders that logical order is arranged.
5. method according to claim 4 is characterized in that, the process of the said operational order of said execution comprises,
Be connected the said operational order of execution on the remote server through socket; If operational order runs succeeded, judge all operations orders whether executed finishes, if all order successful execution completion; Think that then this function successfully realizes, otherwise continue to carry out subsequent commands; If operational order is carried out failure, then get into the error handling processing flow process.
6. the update device based on task template is characterized in that, comprise,
The edit model module is used for operation commonly used is encapsulated, and need be combined to form task template to the functional unit after the encapsulation according to upgrading;
The socket communication module is used for connecting the communication port between foundation and remote server through socket;
Template is resolved execution module, is used for said task template is resolved to operational order, carries out said operational order after said operational order is sent to remote server.
7. device according to claim 6 is characterized in that, said edit model module is used for being specially using always to operate to encapsulate,
Said edit model module is used for operation commonly used is encapsulated as the function corresponding unit, and said functional unit is made up of many operations by logical order, accomplishes a function through the sequence of operations order;
Said operation commonly used comprises backup, file transfer, shell script executing, database script execution, DB Backup and the manmachine command execution of file and catalogue.
8. according to claim 6 or 7 described devices, it is characterized in that, said socket communication module be used for through socket connect to set up and remote server between communication port comprise,
Said socket communication module is used for through the socket inlet flow remote server being sent order, obtains daily record and the result that the remote server fill order is returned through the socket output stream; And
For the operation that relates to file; File is put on the ftp server from home server; Connect transmission order notice remote server through socket, remote server obtains said file from the ftp server, thereby accomplishes the transmission of file from the home server to the remote server.
9. device according to claim 8 is characterized in that, said template parsing execution module is used for that said task template is resolved to operational order and is specially,
Said template is resolved execution module and is used for through program task template being resolved, and said task template is resolved to the function corresponding unit, then each functional unit is resolved to a series of operational orders that logical order is arranged.
10. device according to claim 9 is characterized in that, said template is resolved the process that execution module is used to carry out said operational order and comprised,
Said template is resolved execution module and is used for being connected fill order on the remote server through socket; If operational order runs succeeded, judge all order whether executed finishes, if all order successful execution completion; Think that then this function successfully realizes, otherwise continue to carry out subsequent commands; If operational order is carried out failure, then get into the error handling processing flow process.
11. a batch upgrading system comprises a plurality of power 6 to 10 arbitrary described update devices, it is characterized in that, also comprise,
Data allocations thread module, after being used to receive task data, distribution is dispatched in unification, judges a plurality of update devices successively, and task data is distributed to the update device of handling idle condition, and the state of this update device is changed to in the work;
Said a plurality of update device is used for task data is handled, and after upgrading was accomplished, the state that can change oneself was notified said data allocations thread module simultaneously for idle.
CN201110093710.XA 2011-04-14 2011-04-14 The upgrade method of a kind of task based access control template and device, batch upgrading system Active CN102736926B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201110093710.XA CN102736926B (en) 2011-04-14 2011-04-14 The upgrade method of a kind of task based access control template and device, batch upgrading system
PCT/CN2011/075967 WO2012139329A1 (en) 2011-04-14 2011-06-20 Upgrade method and device based on task template, batch upgrade system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110093710.XA CN102736926B (en) 2011-04-14 2011-04-14 The upgrade method of a kind of task based access control template and device, batch upgrading system

Publications (2)

Publication Number Publication Date
CN102736926A true CN102736926A (en) 2012-10-17
CN102736926B CN102736926B (en) 2016-06-15

Family

ID=46992483

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110093710.XA Active CN102736926B (en) 2011-04-14 2011-04-14 The upgrade method of a kind of task based access control template and device, batch upgrading system

Country Status (2)

Country Link
CN (1) CN102736926B (en)
WO (1) WO2012139329A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017181767A1 (en) * 2016-04-21 2017-10-26 中兴通讯股份有限公司 Version update method and device
CN108182075A (en) * 2017-12-29 2018-06-19 成都三零凯天通信实业有限公司 A kind of program by the automatic escalation target software of socket communication modes
CN105279001B (en) * 2015-11-20 2018-09-07 杭州云柚科技有限公司 A kind of remote software upgrade method for network-termination device
WO2018218399A1 (en) * 2017-05-27 2018-12-06 中国科学院深圳先进技术研究院 Upgrade control method and upgrade control equipment applied to application system migration

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105516788A (en) * 2015-12-09 2016-04-20 珠海迈科智能科技股份有限公司 Programming method and system for storage device of set top box

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6973647B2 (en) * 2000-07-15 2005-12-06 International Business Machines Corporation Preferable modes of software package deployment
CN101047561A (en) * 2006-06-28 2007-10-03 华为技术有限公司 Method for automatic updating of equipment
CN101094229A (en) * 2007-07-24 2007-12-26 深圳市融合视讯科技有限公司 Increment upgrading system and method for networked application programs
CN101158908A (en) * 2007-10-25 2008-04-09 中兴通讯股份有限公司 Equipment software upgrade automatic realizing system and method
CN101170568A (en) * 2007-11-29 2008-04-30 中兴通讯股份有限公司 A method for automatically generating and executing Telnet command via batch mode
CN101770375A (en) * 2008-12-26 2010-07-07 新奥特(北京)视频技术有限公司 Method for realizing automatic update of software as well as system and device therefor
CN101820447A (en) * 2010-03-31 2010-09-01 青岛海信宽带多媒体技术有限公司 Software upgrading method and upgrading device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6973647B2 (en) * 2000-07-15 2005-12-06 International Business Machines Corporation Preferable modes of software package deployment
CN101047561A (en) * 2006-06-28 2007-10-03 华为技术有限公司 Method for automatic updating of equipment
CN101094229A (en) * 2007-07-24 2007-12-26 深圳市融合视讯科技有限公司 Increment upgrading system and method for networked application programs
CN101158908A (en) * 2007-10-25 2008-04-09 中兴通讯股份有限公司 Equipment software upgrade automatic realizing system and method
CN101170568A (en) * 2007-11-29 2008-04-30 中兴通讯股份有限公司 A method for automatically generating and executing Telnet command via batch mode
CN101770375A (en) * 2008-12-26 2010-07-07 新奥特(北京)视频技术有限公司 Method for realizing automatic update of software as well as system and device therefor
CN101820447A (en) * 2010-03-31 2010-09-01 青岛海信宽带多媒体技术有限公司 Software upgrading method and upgrading device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105279001B (en) * 2015-11-20 2018-09-07 杭州云柚科技有限公司 A kind of remote software upgrade method for network-termination device
WO2017181767A1 (en) * 2016-04-21 2017-10-26 中兴通讯股份有限公司 Version update method and device
CN107305497A (en) * 2016-04-21 2017-10-31 中兴通讯股份有限公司 Version upgrading method and device
WO2018218399A1 (en) * 2017-05-27 2018-12-06 中国科学院深圳先进技术研究院 Upgrade control method and upgrade control equipment applied to application system migration
CN108182075A (en) * 2017-12-29 2018-06-19 成都三零凯天通信实业有限公司 A kind of program by the automatic escalation target software of socket communication modes

Also Published As

Publication number Publication date
CN102736926B (en) 2016-06-15
WO2012139329A1 (en) 2012-10-18

Similar Documents

Publication Publication Date Title
CN108369532B (en) System and method for packaging tools for first and third party component deployment
CN102609281B (en) Distributed software patch update method and system
US10284418B2 (en) Network switch management via embedded management controller using management information base (MIB) to JSON parser
EP2661014A1 (en) Polling sub-system and polling method for communication network system and communication apparatus
CN106412064A (en) Remote upgrade method of power utilization information acquisition terminal
CN104407856B (en) Software tool develops the packaging method and device of APMB package
CN103984573A (en) Installation method and device of application program
CN102736926A (en) Upgrade method, device and batch upgrade system based on task template
CN204759403U (en) System based on data pass realization equipment internal module thoroughly and upgrade
CN101114953A (en) Automatized test method for broadband accessing server
CN101145982A (en) A general gateway design method based on object model and protocol dynamic component configuration
CN102594618A (en) Method and device for realizing storage device test of storage area network (SAN)
CN111966465B (en) Method, system, equipment and medium for modifying host configuration parameters in real time
CN105204991A (en) Internet of things test method and device
WO2011153792A1 (en) Method and system for running state detection
CN107819883A (en) A kind of multi signal processing equipment and its remote upgrade method to FPGA programs
Huang et al. Remote mobile test system: a mobile phone cloud for application testing
CN106815055A (en) The method and system of Mobile solution Dynamic Distribution
CN106385456A (en) Method and device for deploying tuxedo middleware on K-UX operating system
CN105681343A (en) Processing method and device for state control protocol based on ARM architecture
EP2908498B1 (en) Integrated application generating system and method for internet of things terminal
CN112291081B (en) Method, system and storage medium for auditing controller cluster data by cloud management platform
CN108427560A (en) API file management methods, server and storage medium
CN110493210A (en) A kind of configurable network security experimental system based on SDN
CN103677854A (en) Design method and design system of OSGI (Open Service Gateway Initiative)-WEB framework applicable to cloud computing environment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant