CN109445800B - Version automatic deployment method and system based on distributed system - Google Patents

Version automatic deployment method and system based on distributed system Download PDF

Info

Publication number
CN109445800B
CN109445800B CN201811299872.7A CN201811299872A CN109445800B CN 109445800 B CN109445800 B CN 109445800B CN 201811299872 A CN201811299872 A CN 201811299872A CN 109445800 B CN109445800 B CN 109445800B
Authority
CN
China
Prior art keywords
node
version
deployment
operation node
batch scheduling
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.)
Active
Application number
CN201811299872.7A
Other languages
Chinese (zh)
Other versions
CN109445800A (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.)
PEOPLE'S BANK OF CHINA NATIONAL CLEARING CENTER
Original Assignee
PEOPLE'S BANK OF CHINA NATIONAL CLEARING CENTER
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 PEOPLE'S BANK OF CHINA NATIONAL CLEARING CENTER filed Critical PEOPLE'S BANK OF CHINA NATIONAL CLEARING CENTER
Priority to CN201811299872.7A priority Critical patent/CN109445800B/en
Publication of CN109445800A publication Critical patent/CN109445800A/en
Application granted granted Critical
Publication of CN109445800B publication Critical patent/CN109445800B/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/62Uninstallation
    • 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)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a version automatic deployment method and a version automatic deployment system based on a distributed system, which comprise the following steps: acquiring an application program version configuration file, a batch scheduling file and initial information; the batch scheduling file comprises: each operation node number, each operation node state and each node script name; initializing the batch scheduling file according to the initial information and the application program version configuration file, and generating a node script corresponding to each node script name; and according to the operation node states of the operation node numbers, iteratively executing the node scripts corresponding to the operation node numbers respectively to perform version deployment. According to the method and the device, the versions of the distributed system are automatically deployed (including program upgrading and program rollback) through the batch scheduling files and the node scripts, and the method and the device have the advantages of saving labor cost, improving work efficiency and reducing misoperation risks.

Description

Version automatic deployment method and system based on distributed system
Technical Field
The invention relates to the technical field of computer automation, in particular to a version automatic deployment method and system based on a distributed system.
Background
The bank payment system comprises business systems such as a large-amount system (HVPS), a small-amount system (BEPS), an Internet Bank (IBPS), a netting system (NETS) and an account clearing system (SAPS), wherein each business system generates a deployment version of an application program and compiles an installation manual corresponding to the business system after a developer compiles and verifies the application program in a research and development environment according to application change of business requirements, the installer executes the deployment version step by step according to the application installation manual, and an execution result of each step in the installation process of the deployment version of the application program needs to be manually confirmed repeatedly by a development center and the installer so as to complete implementation and deployment of the application program.
With the increase of banking business, the deployment versions of the application programs of all business systems are increased, so that the workload of installers is increased, the labor cost is improved, and the working efficiency of application program deployment is reduced.
Therefore, how to reduce the labor cost and improve the working efficiency is a technical problem which is urgently needed to be solved at present.
Disclosure of Invention
In order to solve the defects in the prior art, the invention provides a version automatic deployment method and system based on a distributed system, which automatically deploy versions of the distributed system (including program upgrading and program rollback) through batch scheduling files and node scripts, and have the advantages of saving labor cost, improving operation efficiency and reducing misoperation risk.
In order to achieve the above object, the present invention provides a version automatic deployment method based on a distributed system, including:
acquiring an application program version configuration file, a batch scheduling file and initial information; the batch scheduling file comprises: each operation node number, each operation node state and each node script name;
initializing the batch scheduling file according to the initial information and the application program version configuration file, and generating a node script corresponding to each node script name;
and sequentially executing the node scripts corresponding to the operation node numbers according to the operation node states and feeding back the execution results of the node scripts.
The invention also provides a version automatic deployment system based on the distributed system, which comprises:
the system comprises an acquisition unit, a storage unit and a processing unit, wherein the acquisition unit is used for acquiring an application program version configuration file, a batch scheduling file and initial information; the batch scheduling file comprises: each operation node number, each operation node state and each node script name;
the initialization unit is used for initializing the batch scheduling file according to the initial information and the application program version configuration file and generating node scripts corresponding to the names of the node scripts;
and the execution unit is used for sequentially executing the node scripts corresponding to the operation node numbers according to the operation node states and feeding back the execution results of the node scripts.
The invention also provides an electronic device, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the steps of the version automatic deployment method based on the distributed system when executing the program.
The invention provides a computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method for versioning automatically based on a distributed system.
The invention provides a version automatic deployment method and a version automatic deployment system based on a distributed system, which comprise the following steps: acquiring an application program version configuration file, a batch scheduling file and initial information; the batch scheduling file comprises: each operation node number, each operation node state and each node script name; initializing the batch scheduling file according to the initial information and the application program version configuration file, and generating a node script corresponding to each node script name; and according to the operation node states of the operation node numbers, iteratively executing the node scripts corresponding to the operation node numbers respectively to perform version deployment. According to the method and the device, the versions of the distributed system are automatically deployed (including program upgrading and program rollback) through the batch scheduling files and the node scripts, and the method and the device have the advantages of saving labor cost, improving work efficiency and reducing misoperation risks.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flowchart of a version auto-deployment method based on a distributed system according to the present application;
FIG. 2 is a flowchart of a version auto-deployment method based on a distributed system in an embodiment of the present application;
FIG. 3 is an iterative flowchart of step S203 in one embodiment of the present application;
FIG. 4 is a schematic structural diagram of a version automatic deployment system based on a distributed system according to the present application;
FIG. 5 is a schematic structural diagram of an initialization unit in an embodiment of the present application;
fig. 6 is a schematic structural diagram of version automatic deployment based on a distributed system in an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As used herein, the terms "first," "second," … …, etc. do not denote any order or order, nor are they used to limit the invention, but rather are used to distinguish one element from another element or operation described by the same technical terms.
As used herein, the terms "comprising," "including," "having," "containing," and the like are open-ended terms that mean including, but not limited to.
As used herein, "and/or" includes any and all combinations of the described items.
Aiming at the defects in the prior art, the invention provides a version automatic deployment method based on a distributed system, the flow chart of which is shown in fig. 1, and the method comprises the following steps:
s101: and acquiring an application program version configuration file, a batch scheduling file and initial information. Wherein, the batch scheduling file includes: the number of each operation node, the status of each operation node, the script name of each node, the start time, the end time, the execution result, etc., which are not limited by the present invention.
S102: initializing the batch scheduling file according to the initial information and the application program version configuration file, and generating a node script corresponding to each node script name.
S103: and according to the operation node states of the operation node numbers, iteratively executing the node scripts corresponding to the operation node numbers respectively to perform version deployment.
As can be seen from the flow shown in fig. 1, the present application initializes the acquired batch scheduling file according to the acquired initial information and the application version configuration file, and generates a node script corresponding to each node script name; and according to the operation node states of the operation node numbers, iteratively executing the node scripts corresponding to the operation node numbers respectively to perform version deployment. According to the method and the device, the versions of the distributed system are automatically deployed (including program upgrading and program rollback) through the batch scheduling files and the node scripts, and the method and the device have the advantages of saving labor cost, improving work efficiency and reducing misoperation risks.
In order to make those skilled in the art better understand the present invention, a more detailed embodiment is listed below, as shown in fig. 2, an embodiment of the present invention provides a version automatic deployment method based on a distributed system, the method includes the following steps:
s201: and acquiring an application program version configuration file, a batch scheduling file and initial information.
Wherein, the batch scheduling file includes: the number of each operation node, the status of each operation node, the script name of each node, the start time, the end time, the execution result, etc., which are not limited by the present invention.
Operation node number: for numbering the job node sequentially, for example, the job node number is a010 (root node, i.e., start node), and the character length is 4 bits.
The operation node state: the method is used for representing the current operation state of the operation node, and specifically comprises the following steps: initialization I, U not enabled, P in execution, N successful in execution, E failed in execution, etc., which the present invention is not limited to. The character length of the operation node state is 1 bit.
The node script name is specifically the name of REXX script: the script name used for generating the version automatic deployment job has a character length of 8 bits, and the node script name is @ REXX 1.
Start time: the method is used for marking the time when the operation node starts to run, and the character length is 15 bits, specifically Begin Timestamp.
End time: the method is used for marking the time when the operation node finishes running, and the character length is 15 bits, specifically End Timestamp.
And (3) executing the result: and the character length is 4 bits for marking the result of the execution of the operation node. The execution result comprises: script success (identifier 0), Member presence (identifier 1), node not enabled (identifier 2), script logic error (identifier 3), failure to obtain response information (identifier 4), node initialization failure (identifier 5), and script exception (identifier 7).
Wherein the initial information includes: an initial job node number (e.g., a010), a name of a deployment service system (e.g., an internet banking system: IBPS), a deployment date (e.g., 1010 version), a name of a logical partition, a primary site identification parameter, a secondary site identification parameter, and the like, which are not limited thereto.
Wherein the application version configuration file comprises: the present invention is not limited to the above, and the specific structure is as shown in table 1:
TABLE 1
Figure BDA0001852075390000051
S202: initializing the batch scheduling file according to the initial information and the application program version configuration file, and generating a node script corresponding to each node script name.
As shown in fig. 2, the step S202 specifically includes the following steps:
s301: and carrying out initialization assignment on the batch scheduling file according to the initial information and the application program version configuration file.
In specific implementation, a batch scheduling file format is written according to a key-value form.
S302: and generating a node script corresponding to each node script name according to the application program version configuration file and the initialized batch scheduling file.
During specific implementation, a program script processes different deployment logics according to different change types (newly added or changed) according to program names in application configuration files, the newly added program needs to increase the definition of an application program in the CICS and write interface information into a database, the change program needs to check the version of the application program backed up by the current environment and generate a new version backup program, correct configuration files of the application program version are determined through the verification of a hash value and a database token value in the deployment process, whether the business transaction of the current environment is stopped or not needs to be checked in the deployment process, and finally current application program version information data are generated and recorded into the database, and meanwhile, intermediate files generated in the deployment process are deleted.
S203: and according to the operation node states of the operation node numbers, iteratively executing the node scripts corresponding to the operation node numbers respectively to perform version deployment.
The initialized node states of the jobs comprise: initialization I or no U enabled.
In specific implementation, as shown in fig. 3, the specific implementation steps of step S203 are:
the first step is as follows: acquiring an operation node state corresponding to the initial operation node number;
the second step is that: judging whether the operation node state corresponding to the current operation node number is an initialization state; if yes, executing the third step; if not, executing the sixth step;
the third step: executing a node script corresponding to the current operation node number and feeding back an execution result of the current node script;
after the node script starts to run, the state of the operation node corresponding to the current operation node number is updated to be in execution.
The fourth step: updating the operation node state corresponding to the current operation node number according to the current execution result;
wherein, the execution result comprises: execution success or execution failure;
when the execution result is 'execution success', updating the operation node state corresponding to the current operation node number from 'execution in progress' to 'execution success';
when the execution result is 'execution failure', updating the state of the operation node corresponding to the current operation node number from 'execution in progress' to 'execution failure';
the fifth step: judging whether the operation node state corresponding to the updated current operation node number is successful in execution or not; if yes, executing the sixth step; if not, executing the seventh step;
and a sixth step: judging whether the current operation node number is the last operation node number or not; if yes, executing the eighth step; if not, executing the ninth step;
the seventh step: correcting the current node script according to the abnormal information reported in the current execution result, and executing the second step again;
eighth step: acquiring the operation node state corresponding to the next operation node number, and executing the second step;
the ninth step: and ending the automatic deployment of the version.
S204: and monitoring and updating the state of each operation node in real time.
During specific implementation, the states of all the operation nodes are monitored in real time, and the states of all the operation nodes are updated in real time according to the execution result of the node script.
The invention aims to solve the defects of the prior art, automatic deployment is executed by batch scheduling files and node scripts so as to replace manual operation, the node script files corresponding to all the operation node numbers are called and executed according to the preset operation node number sequence in the deployment and installation process, manual intervention of an installer is not needed, and relevant information of an application program version is recorded into a database for storage, so that the query of program version information and the rollback function of the application program version are facilitated. The invention is suitable for version automatic upgrading deployment and version automatic rollback deployment based on a distributed system, and has the beneficial effects of improving the automation level of a service system, reducing the risk of manual misoperation, improving the operation efficiency and saving the labor cost.
Scene one: automatic deployment of version upgrades
Taking the automatic deployment of version upgrading of the online banking system V10101 version as an example, the specific process is as follows:
firstly, acquiring an application program version configuration file, a batch scheduling file and initial information, wherein the batch scheduling file comprises: each operation node number, each operation node state and each node script name. Wherein the initial information comprises: an initial operation node number (for example, a010), a deployment service system name (internet banking system: IBPS), a deployment date (deployment date 1010 corresponding to V10101 version), a logical partition name, a primary site identification parameter, a secondary site identification parameter, and the like, which are not limited by the present invention.
When version upgrading is automatically deployed, each operation node is as follows:
1. backing up by using LOADLIB and DBRMLIB of the program belonging system;
2. changing program backup/newly added program definition, installation, interface and importing CICS;
3. the LIB decompression of the application program;
4. version consistency check (HASH value check);
5. updating an application version;
6. application version validation (DBRMLIB matches token of LOADLIB);
7. checking that the CICS does not apply transactions;
8. application BIND;
9. refreshing an application program;
10. saving the version information of the application program to a PUBS.VERSNZDT001 table;
11. setting a version information file;
12. and deleting the temporary file generated in the deployment process.
And performing initialization assignment on the batch scheduling file according to the initial information and the application program version configuration file, and generating a plurality of operation node records with automatically deployed version upgrading according to the change type of the application program version configuration file.
And generating a node script corresponding to each node script name according to the application program version configuration file and the initialized batch scheduling file.
Scene two: automatic deployment of version rollback
And (4) rolling back the version, namely, the current version of the current online banking system is V10101, and rolling back the version to V10100 is required.
When the version rollback is automatically deployed, each operation node is as follows:
1. initializing a rollback file according to an application program version management table;
2. deleting the definition of the new program, releasing the resource/changing the program and recovering to the target library;
3. confirming the version of the application program;
4. checking that the CICS does not apply transactions;
5. application BIND;
6. refreshing an application program;
7. and rolling back the version information file.
Based on the same application concept as the version automatic deployment method based on the distributed system, the invention also provides a version automatic deployment system based on the distributed system, which is described in the following embodiment. Because the principle of solving the problem of the version automatic deployment system based on the distributed system is similar to that of the version automatic deployment method based on the distributed system, the implementation of the version automatic deployment system based on the distributed system can refer to the implementation of the version automatic deployment method based on the distributed system, and repeated details are not repeated.
Fig. 4 is a schematic structural diagram of a version automatic deployment system based on a distributed system according to an embodiment of the present application, and as shown in fig. 4, the version automatic deployment system based on the distributed system includes: acquisition unit 101, initialization unit 102, and execution unit 103.
An obtaining unit 101, configured to obtain an application version configuration file, a batch scheduling file, and initial information; the batch scheduling file comprises: each operation node number, each operation node state and each node script name;
the initialization unit 102 is configured to initialize the batch scheduling file according to the initial information and the application version configuration file, and generate a node script corresponding to each node script name;
and the execution unit 103 is configured to iteratively execute the node scripts corresponding to the plurality of operation node numbers respectively to perform version deployment according to the operation node states of the plurality of operation node numbers.
Wherein the initial information includes: an initial operation node number and a deployment service system name.
Wherein the job node state includes: initialization, not enabled, in execution, execution success, or execution failure.
In one embodiment, as shown in fig. 5, the initialization unit 102 includes: an initialization module 201 and a script generation module 202.
The initialization module 201 is configured to perform initialization assignment on the batch scheduling file according to the initial information and the application version configuration file;
and the script generation module 202 is configured to generate a node script corresponding to each node script name according to the application version configuration file and the initialized batch scheduling file.
In one embodiment, as shown in fig. 6, the version automatic deployment system based on distributed system further includes: a monitoring unit 104.
And the monitoring unit 104 is configured to monitor and update the state of each operation node in real time.
Based on the same application concept as the version automatic deployment method based on the distributed system, the present application provides a computer device, as described in the following embodiments. Because the principle of solving the problem of the computer device is similar to that of the automatic deployment method of the version based on the distributed system, the implementation of the computer device can refer to the implementation of the automatic deployment method of the version based on the distributed system, and repeated details are not repeated.
In one embodiment, an electronic device includes: a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing all the steps of the version automatic deployment method based on the distributed system in the above embodiments when executing the computer program, for example, as shown in fig. 1, the processor implementing the following steps when executing the computer program:
s101: and acquiring an application program version configuration file, a batch scheduling file and initial information. Wherein, the batch scheduling file includes: the number of each operation node, the status of each operation node, the script name of each node, the start time, the end time, the execution result, etc., which are not limited by the present invention.
S102: initializing the batch scheduling file according to the initial information and the application program version configuration file, and generating a node script corresponding to each node script name.
S103: and according to the operation node states of the operation node numbers, iteratively executing the node scripts corresponding to the operation node numbers respectively to perform version deployment.
Based on the same application concept as the version automatic deployment method based on the distributed system, the present application provides a computer-readable storage medium, as described in the following embodiments. Because the principle of solving the problem of the computer-readable storage medium is similar to that of the automatic deployment method based on the version of the distributed system, the implementation of the computer-readable storage medium can refer to the implementation of the automatic deployment method based on the version of the distributed system, and repeated details are not repeated.
In one embodiment, the computer readable storage medium has stored thereon a computer program which, when executed by a processor, implements all the steps of the version automatic deployment method based on the distributed system in the above embodiments, for example, as shown in fig. 1, the computer program, when executed by the processor, implements the following steps:
s101: and acquiring an application program version configuration file, a batch scheduling file and initial information. Wherein, the batch scheduling file includes: the number of each operation node, the status of each operation node, the script name of each node, the start time, the end time, the execution result, etc., which are not limited by the present invention.
S102: initializing the batch scheduling file according to the initial information and the application program version configuration file, and generating a node script corresponding to each node script name.
S103: and according to the operation node states of the operation node numbers, iteratively executing the node scripts corresponding to the operation node numbers respectively to perform version deployment.
The invention provides a version automatic deployment method and a version automatic deployment system based on a distributed system, which comprise the following steps: acquiring an application program version configuration file, a batch scheduling file and initial information; the batch scheduling file comprises: each operation node number, each operation node state and each node script name; initializing the batch scheduling file according to the initial information and the application program version configuration file, and generating a node script corresponding to each node script name; and according to the operation node states of the operation node numbers, iteratively executing the node scripts corresponding to the operation node numbers respectively to perform version deployment. According to the method and the device, the versions of the distributed system are automatically deployed (including program upgrading and program rollback) through the batch scheduling files and the node scripts, and the method and the device have the advantages of saving labor cost, improving work efficiency and reducing misoperation risks.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The principle and the implementation mode of the invention are explained by applying specific embodiments in the invention, and the description of the embodiments is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A version automatic deployment method based on a distributed system is characterized by comprising the following steps:
acquiring an application program version configuration file, a batch scheduling file and initial information; the batch scheduling file comprises: each operation node number, each operation node state and each node script name, the initial information includes: an initial operation node number, a deployment service system name and a deployment date;
initializing the batch scheduling file according to the initial information and the application program version configuration file, and generating a node script corresponding to each node script name;
and according to the operation node states of the operation node numbers, iteratively executing the node scripts corresponding to the operation node numbers respectively to perform version deployment.
2. The automatic version deployment method based on the distributed system according to claim 1, wherein initializing the batch scheduling file according to the initial information and the application version configuration file, and generating a node script corresponding to each node script name includes:
performing initialization assignment on the batch scheduling file according to the initial information and the application program version configuration file;
and generating a node script corresponding to each node script name according to the application program version configuration file and the initialized batch scheduling file.
3. The distributed system based version auto-deployment method of claim 1, wherein the job node state comprises: initialization, not enabled, in execution, execution success, or execution failure.
4. The method for automatically deploying versions based on a distributed system according to claim 3, further comprising:
and monitoring and updating the state of each operation node in real time.
5. A version automatic deployment system based on a distributed system is characterized by comprising:
the system comprises an acquisition unit, a storage unit and a processing unit, wherein the acquisition unit is used for acquiring an application program version configuration file, a batch scheduling file and initial information; the batch scheduling file comprises: each operation node number, each operation node state and each node script name, the initial information includes: an initial operation node number, a deployment service system name and a deployment date;
the initialization unit is used for initializing the batch scheduling file according to the initial information and the application program version configuration file and generating node scripts corresponding to the names of the node scripts;
and the execution unit is used for executing the node scripts respectively corresponding to the plurality of operation node numbers in an iterative manner to perform version deployment according to the operation node states of the plurality of operation node numbers.
6. The distributed system based version auto-deployment system of claim 5, wherein the initialization unit comprises:
the initialization module is used for carrying out initialization assignment on the batch scheduling file according to the initial information and the application program version configuration file;
and the script generation module is used for generating the node scripts corresponding to the names of the node scripts according to the application program version configuration file and the initialized batch scheduling file.
7. The distributed system based version auto-deployment system of claim 5 wherein the job node state comprises: initialization, not enabled, in execution, execution success, or execution failure.
8. The distributed system based version auto-deployment system of claim 7, further comprising:
and the monitoring unit is used for monitoring and updating the states of the operation nodes in real time.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the steps of the distributed system based version auto-deployment method of any one of claims 1 to 4 when executing the program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method for automatic deployment of versions based on a distributed system according to any one of claims 1 to 4.
CN201811299872.7A 2018-11-02 2018-11-02 Version automatic deployment method and system based on distributed system Active CN109445800B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811299872.7A CN109445800B (en) 2018-11-02 2018-11-02 Version automatic deployment method and system based on distributed system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811299872.7A CN109445800B (en) 2018-11-02 2018-11-02 Version automatic deployment method and system based on distributed system

Publications (2)

Publication Number Publication Date
CN109445800A CN109445800A (en) 2019-03-08
CN109445800B true CN109445800B (en) 2022-05-03

Family

ID=65549525

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811299872.7A Active CN109445800B (en) 2018-11-02 2018-11-02 Version automatic deployment method and system based on distributed system

Country Status (1)

Country Link
CN (1) CN109445800B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112181443B (en) * 2019-07-01 2023-04-07 中国移动通信集团浙江有限公司 Automatic service deployment method and device and electronic equipment
US11765024B2 (en) 2020-04-24 2023-09-19 Hewlett Packard Enterprise Development Lp Automatic provisioning of a computing device with operating system and network processing functions
CN112052035B (en) * 2020-09-03 2023-09-22 中国银行股份有限公司 Version group package method and device based on bank back line system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101105745A (en) * 2006-07-14 2008-01-16 中兴通讯股份有限公司 Distributed type software system disposition method
CN102455915A (en) * 2010-10-18 2012-05-16 卓望数码技术(深圳)有限公司 Method for automatically configuring distributed system, and server
CN102736946A (en) * 2011-04-11 2012-10-17 阿里巴巴集团控股有限公司 Batch application node deploying method and device
CN105487891A (en) * 2015-11-26 2016-04-13 航天恒星科技有限公司 Distributed cluster deploying method and system
CN106982266A (en) * 2017-05-27 2017-07-25 郑州云海信息技术有限公司 A kind of method and apparatus of automatically dispose cluster
CN107634860A (en) * 2017-10-09 2018-01-26 上海新炬网络信息技术股份有限公司 A kind of weblogic clusters patch batch automatically updating method
CN108572826A (en) * 2018-04-18 2018-09-25 中山大学 A method of based on script automatically dispose Hadoop and Spark cluster

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101105745A (en) * 2006-07-14 2008-01-16 中兴通讯股份有限公司 Distributed type software system disposition method
CN102455915A (en) * 2010-10-18 2012-05-16 卓望数码技术(深圳)有限公司 Method for automatically configuring distributed system, and server
CN102736946A (en) * 2011-04-11 2012-10-17 阿里巴巴集团控股有限公司 Batch application node deploying method and device
CN105487891A (en) * 2015-11-26 2016-04-13 航天恒星科技有限公司 Distributed cluster deploying method and system
CN106982266A (en) * 2017-05-27 2017-07-25 郑州云海信息技术有限公司 A kind of method and apparatus of automatically dispose cluster
CN107634860A (en) * 2017-10-09 2018-01-26 上海新炬网络信息技术股份有限公司 A kind of weblogic clusters patch batch automatically updating method
CN108572826A (en) * 2018-04-18 2018-09-25 中山大学 A method of based on script automatically dispose Hadoop and Spark cluster

Also Published As

Publication number Publication date
CN109445800A (en) 2019-03-08

Similar Documents

Publication Publication Date Title
RU2429529C2 (en) Dynamic configuration, allocation and deployment of computer systems
JP5444368B2 (en) Application restore point
US10579599B2 (en) Upgrade of heterogeneous multi-instance database clusters
CN109445800B (en) Version automatic deployment method and system based on distributed system
US8918783B2 (en) Managing virtual computers simultaneously with static and dynamic dependencies
CN106575244B (en) Patching process to ensure high availability of cloud applications
JP6788178B2 (en) Setting support program, setting support method and setting support device
US20130036328A1 (en) Managing continuous software deployment
US20060259594A1 (en) Progressive deployment and maintenance of applications on a set of peer nodes
JP2014142678A (en) Virtual server transfer plan generation method and system
US10733064B2 (en) Efficient restore of synthetic full backup based virtual machines that include user checkpoints
US9983988B1 (en) Resuming testing after a destructive event
US20220326927A1 (en) Abort installation of firmware bundles
US11816499B2 (en) Transition manager system
RU2646309C1 (en) Backup method
US20130086572A1 (en) Generation apparatus, generation method and computer readable information recording medium
US8032618B2 (en) Asynchronous update of virtualized applications
CN110727575B (en) Information processing method, system, device and storage medium
US8689048B1 (en) Non-logging resumable distributed cluster
CN111651304B (en) Software recovery method and device based on double-core intelligent ammeter and computer equipment
Weber et al. Supporting undoability in systems operations
CN106897063B (en) Method and system for permanently adding OS boot entry to BIOS based on EFI
US20230393825A1 (en) Automated software deployment techniques
US10545740B2 (en) Distributed agent to collect input and output data along with source code for scientific kernels of single-process and distributed systems
US20230305828A1 (en) Virtual upgrade layer-based application upgrade

Legal Events

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