CN110806907B - Containerized configurable database script execution management system and method - Google Patents

Containerized configurable database script execution management system and method Download PDF

Info

Publication number
CN110806907B
CN110806907B CN201911049548.4A CN201911049548A CN110806907B CN 110806907 B CN110806907 B CN 110806907B CN 201911049548 A CN201911049548 A CN 201911049548A CN 110806907 B CN110806907 B CN 110806907B
Authority
CN
China
Prior art keywords
database
script
execution
execution result
component
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
CN201911049548.4A
Other languages
Chinese (zh)
Other versions
CN110806907A (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 Cloud Information Technology Co Ltd
Original Assignee
Inspur Cloud Information Technology 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 Cloud Information Technology Co Ltd filed Critical Inspur Cloud Information Technology Co Ltd
Priority to CN201911049548.4A priority Critical patent/CN110806907B/en
Publication of CN110806907A publication Critical patent/CN110806907A/en
Application granted granted Critical
Publication of CN110806907B publication Critical patent/CN110806907B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Mining & Analysis (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a containerized configurable database script execution management system and method, belongs to the field of database script execution, and aims to solve the technical problem of reducing management and deployment difficulty in the use process of various databases in a Kubernetes cluster. The system comprises: the git component is a database version control tool; a container; a database client component for integrating various versions of database clients into containers; and the controller component is used for connecting the corresponding databases according to the database service, processing the database script in cooperation with the corresponding databases to generate an execution result, and feeding back the execution result. The method comprises the step of associating corresponding databases and database scripts through database services so as to realize the deployment of databases with different versions in kubernetes clusters.

Description

Containerized configurable database script execution management system and method
Technical Field
The invention relates to the field of database script execution, in particular to a containerized configurable database script execution management system and method.
Background
With the development of database technology, more and more manufacturers participate in the provision of database services. The expansion of Kubernetes clusters in the environment now introduces more and more database services. They correspond to different services and are used differently. During each initialization operation, the database ip and the database type are manually confirmed, and then the database script is brushed into the corresponding database, so that the operation is complicated, the repeated execution cannot be performed, the executed sql script is manually removed, and a large amount of time is wasted.
The difficulty of management and deployment is reduced in the use process of various databases in the Kubernetes cluster, and the method is a technical problem to be solved.
Disclosure of Invention
The technical task of the invention is to provide a containerized configurable database script execution management system and method for solving the problem of reducing the difficulty of management and deployment in the use process of various databases in a Kubernetes cluster.
The technical task of the present invention is achieved as follows.
In a first aspect, the present invention provides a containerized configurable database script execution management system, comprising:
the system comprises a git component, a database version control tool and a database script, wherein the git component is used for storing a configuration file, the configuration file comprises a basic data structure, the basic data structure is used for defining database configuration information, and the database configuration information comprises database services, database instances and database scripts;
a container;
a database client component configured in a container for integrating various versions of database clients into the container;
and the controller component is configured in the container and is a logic processor and is used for connecting the corresponding databases according to the database service, processing the database script in a matched manner with the corresponding databases to generate an execution result and feeding back the execution result.
Preferably, the database configuration information includes:
a name, wherein the name is a database service name corresponding to kubernetes;
a Namespace, wherein the Namespace is a name space corresponding to kubernetes;
type, wherein the type is a database type;
a database, wherein the database is an initialized database instance;
data, the data comprises a database script and a database name.
Preferably, the feedback execution result of the controller component includes:
storing an execution result in a database where the management system is located;
and feeding back the execution result to the operation and maintenance personnel.
Preferably, the controller component is used for feeding back the execution result to the operation and maintenance personnel in the form of a file.
Preferably, the controller component connects the corresponding databases according to the database service, and cooperates with the corresponding databases to process the database script to generate an execution result, including:
the controller component acquires a configuration file from the git component;
according to database services and namespaces corresponding to kubernetes, connecting corresponding databases, processing the database scripts by a database client of the databases to generate execution results, and returning the execution results to a controller component;
judging whether the configuration file is executed or not based on an execution result stored in a database where the management system is located;
if not, processing the database script through the database client corresponding to the database, and returning an execution result to the controller component;
if yes, judging whether partial database scripts in the database scripts are successfully executed, if yes, processing the unsuccessfully executed database scripts through the database client corresponding to the database, and returning an execution result to the controller component.
In a second aspect, the present invention provides a method for managing execution of a containerized configurable database script, which is applied to the system for managing execution of a containerized configurable database script according to any one of the first aspect, and the corresponding database and the database script are associated through a database service, so as to implement deployment of databases of different versions in kubernetes clusters.
Preferably, the management method includes the steps of:
s100, setting a configuration file, wherein the configuration file comprises a basic data structure, the basic data structure is used for defining database configuration information, and the database configuration information comprises database services, database instances and database scripts;
s200, uploading the configuration file to a git component;
s300, acquiring a configuration file from the git component through a controller component, and connecting a corresponding database according to a corresponding database service name and a corresponding database of kubernetes;
judging whether the database script is executed or not through a controller component;
if the execution is not completed, processing the database script through a database client of the corresponding database to generate an execution result, and returning the execution result to the controller component;
if yes, judging whether a successfully executed database script exists in the database script or not based on an execution result stored in a database where the management system is located;
if yes, filtering the successfully executed database script, processing the database script which fails to be executed before through the database client of the corresponding database, generating an execution result, and returning the execution result to the controller component;
s400, storing an execution result in a database where the management system is located through a controller component, and feeding the execution result back to operation and maintenance personnel;
s500, if the execution of the database script is unsuccessful, the operation and maintenance personnel update the configuration file, upload the updated configuration file to the git component, and execute the steps S300-S400 until the whole execution of the database script is successful.
Preferably, the database configuration information includes:
a name, wherein the name is a database service name corresponding to kubernetes;
a Namespace, wherein the Namespace is a name space corresponding to kubernetes;
type, wherein the type is a database type;
a database, wherein the database is an initialized database instance;
data, the data comprises a database script and a database name.
The system and the method for managing the execution of the containerized configurable database script have the following advantages:
1. the operation of initializing the database by operation and maintenance personnel is greatly reduced, and after one-time correct configuration, other environments can be repeatedly deployed without repeated modification of the database script;
2. the cutting capability of the database script for the specific environment is provided for the operation and maintenance personnel, and the use of the environment database script can be controlled by newly adding and deleting file configuration in the configuration file;
3. the container can be reused in different kubernetes clusters, no additional configuration database client is needed, and the environment configuration time is saved
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings that are needed in the description of the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
The invention is further described below with reference to the accompanying drawings.
FIG. 1 is a functional block diagram of a containerized configurable database script execution management system.
Detailed Description
The invention will be further described with reference to the accompanying drawings and specific examples, so that those skilled in the art can better understand the invention and implement it, but the examples are not meant to limit the invention, and the technical features of the embodiments of the invention and the examples can be combined with each other without conflict.
The embodiment of the invention provides a containerized configurable database script execution management system and method, which are used for solving the technical problem of reducing the difficulty of management and deployment in the use process of various databases in a Kubernetes cluster.
Example 1:
the invention discloses a containerized configurable database script execution management system which comprises a git component, a container, a database client component and a controller component. The controller component is logically interconnected with the git component, and the database client component is logically interconnected with the kubernetes.
The git component is a database version control tool and is used for storing a configuration file, wherein the configuration file comprises a basic data structure, the basic data structure is used for defining database configuration information, and the database configuration information comprises a database service, a database instance and a database script.
Specifically, the configuration information includes: name, which is the name of the database service corresponding to kubernetes; namespace is a name space corresponding to kubernetes; type, database type; database, which is an initialized database instance; data, its database script and database name.
In this embodiment, yaml is taken as an example, and a specific data structure is as follows:
name-csf-mysql-kubernetes corresponds to the database service name
Namespace, namespaces corresponding to csf-kubernetes
type mysql- -database type
database: csf-mysql.csf-init.sql- - -database initial sql, user initial sql, etc
data:
-sql: csf-mysql.csf-xxl-job.sql- - -database DDL, DML script
database xxl-job- -corresponding database name
The container is a kernel lightweight operating system layer virtualization technology.
The database client component is configured in a container for integrating various versions of database clients into the container.
The controller component is configured in the container and is a logic processor and is used for connecting the corresponding databases according to the database service, processing the database script to generate an execution result in cooperation with the corresponding databases, and feeding back the execution result.
The feedback execution result of the controller component comprises the following two modes: storing the execution result in a database where the management system is located, and feeding back the execution result to the operation and maintenance personnel.
The operation and maintenance personnel can know the execution result of the database script technically, so that the configuration file can be modified and updated according to the execution result, and the modified configuration file is uploaded to the management system to reprocess the database script; and the database where the management system is stored with an execution result, so that when the database script is re-executed, the successfully executed database script can be filtered, and only the unsuccessful database script is processed, thereby reducing redundancy.
The controller component is connected with the corresponding database according to the database service and cooperates with the corresponding database to process the database script to generate an execution result, and the specific functions are as follows:
(1) The controller component acquires a configuration file from the git component;
(2) According to database services and namespaces corresponding to kubernetes, connecting corresponding databases, processing the database scripts by a database client of the databases to generate execution results, and returning the execution results to a controller component;
(3) Judging whether the configuration file is executed or not based on an execution result stored in a database where the management system is located;
(4) If not, processing the database script through the database client corresponding to the database, and returning an execution result to the controller component;
(5) If yes, judging whether partial database scripts in the database scripts are successfully executed, if yes, processing the unsuccessfully executed database scripts through the database client corresponding to the database, and returning an execution result to the controller component.
Based on the functions, the management system can provide repeatable refreshing operation for the deployment of the Kubernetes cluster, so that the manpower waste is reduced, and the deployment time is saved; and simultaneously, a unified entry is provided for supporting the deployment and upgrading of different databases in the environment, and the workflow is as follows:
1) The operation and maintenance personnel configures the service required by the current environment and the configuration file set by the database script according to the requirement of the basic data structure;
2) The operation and maintenance personnel start a script execution management tool and upload the configuration file to the git component;
3) The controller component automatically configures a file from the git component, connects a corresponding database according to a database service name and a name space corresponding to kubernetes (the combination of the database service name and the name space is equivalent to the action of ip), and the database client is used for processing a database script to generate an execution result and returning the execution result to the controller component;
the controller component uploads the execution result to a database where the management system is located, and feeds back the execution result to the operation and maintenance personnel;
the controller component judges whether the database script is executed or not;
if the execution is not completed, processing the database script through a database client of the corresponding database to generate an execution result, and returning the execution result to the controller component;
if yes, judging whether a successfully executed database script exists in the database script or not based on an execution result stored in a database where the management system is located;
if yes, filtering the successfully executed database script, processing the previously executed database script through the database client of the corresponding database, generating an execution result, returning the execution result to a controller component, storing the execution result in the database where the management system is located by the controller component, and feeding back the execution result to an operation and maintenance personnel;
(4) If the execution of the database script is unsuccessful, the operation and maintenance personnel updates the configuration file, uploads the updated configuration file to the git component, and steps (3) - (4) are executed until the whole execution of the database script is successful.
Example 2:
the method for managing execution of containerized configurable database scripts is applied to the system for managing execution of containerized configurable database scripts disclosed in embodiment 1, and the corresponding databases and database scripts are associated through database services so as to realize deployment of databases with different versions in kubernetes clusters.
The method comprises the following steps:
s100, setting a configuration file, wherein the configuration file comprises a basic data structure, the basic data structure is used for defining database configuration information, and the database configuration information comprises database services, database instances and database scripts;
s200, uploading the configuration file to a git component;
s300, acquiring a configuration file from the git component through a controller component, and connecting a corresponding database according to a corresponding database service name and a corresponding database of kubernetes;
judging whether the database script is executed or not through a controller component;
if the execution is not completed, processing the database script through a database client of the corresponding database to generate an execution result, and returning the execution result to the controller component;
if yes, judging whether a successfully executed database script exists in the database script or not based on an execution result stored in a database where the management system is located;
if yes, filtering the successfully executed database script, processing the database script which fails to be executed before through the database client of the corresponding database, generating an execution result, and returning the execution result to the controller component;
s400, storing an execution result in a database where the management system is located through a controller component, and feeding the execution result back to operation and maintenance personnel;
s500, if the execution of the database script is unsuccessful, the operation and maintenance personnel update the configuration file, upload the updated configuration file to the git component, and execute the steps S300-S400 until the whole execution of the database script is successful.
Specifically, the configuration information includes: name, which is the name of the database service corresponding to kubernetes; namespace is a name space corresponding to kubernetes; type, database type; database, which is an initialized database instance; data, its database script and database name.
In this embodiment, yaml is taken as an example, and a specific data structure is as follows:
name-csf-mysql-kubernetes corresponds to the database service name
Namespace, namespaces corresponding to csf-kubernetes
type mysql- -database type
database: csf-mysql.csf-init.sql- - -database initial sql, user initial sql, etc
data:
-sql: csf-mysql.csf-xxl-job.sql- - -database DDL, DML script
database xxl-job- -corresponding database name
The above-described embodiments are merely preferred embodiments for fully explaining the present invention, and the scope of the present invention is not limited thereto. Equivalent substitutions and modifications will occur to those skilled in the art based on the present invention, and are intended to be within the scope of the present invention. The protection scope of the invention is subject to the claims.

Claims (6)

1. A containerized configurable database script execution management system, comprising:
the system comprises a git component, a database version control tool and a database script, wherein the git component is used for storing a configuration file, the configuration file comprises a basic data structure, the basic data structure is used for defining database configuration information, and the database configuration information comprises database services, database instances and database scripts;
a container;
a database client component configured in a container for integrating various versions of database clients into the container;
the controller component is configured in the container and is a logic processor and is used for connecting a corresponding database according to the database service, processing a database script in a matched mode with the corresponding database to generate an execution result, and feeding back the execution result;
the controller component feeds back execution results, including:
storing an execution result in a database where the management system is located;
feeding back the execution result to the operation and maintenance personnel;
the controller component is connected with a corresponding database according to the database service and cooperates with the corresponding database to process a database script to generate an execution result, and the method comprises the following steps:
the controller component acquires a configuration file from the git component;
according to database services and namespaces corresponding to kubernetes, connecting corresponding databases, processing the database scripts by a database client of the databases to generate execution results, and returning the execution results to a controller component;
judging whether the configuration file is executed or not based on an execution result stored in a database where the management system is located;
if not, processing the database script through the database client corresponding to the database, and returning an execution result to the controller component;
if yes, judging whether partial database scripts in the database scripts are successfully executed, if yes, processing the unsuccessfully executed database scripts through the database client corresponding to the database, and returning an execution result to the controller component.
2. A containerized configurable database script execution management system according to claim 1, wherein the database configuration information comprises:
a name, wherein the name is a database service name corresponding to kubernetes;
a Namespace, wherein the Namespace is a name space corresponding to kubernetes;
type, wherein the type is a database type;
a database, wherein the database is an initialized database instance;
data, the data comprises a database script and a database name.
3. A containerized configurable database script execution management system according to claim 1, wherein the controller component is configured to feed back execution results to the operator in the form of a file.
4. A method for managing execution of containerized configurable database scripts, which is characterized by being applied to a containerized configurable database script execution management system as claimed in any one of claims 1-3, wherein corresponding databases and database scripts are associated through database services so as to realize deployment of databases of different versions in kubernetes clusters.
5. A method of managing execution of a containerized configurable database script of claim 4, wherein the method of managing comprises the steps of:
s100, setting a configuration file, wherein the configuration file comprises a basic data structure, the basic data structure is used for defining database configuration information, and the database configuration information comprises database services, database instances and database scripts;
s200, uploading the configuration file to a git component;
s300, acquiring a configuration file from the git component through a controller component, and connecting a corresponding database according to a corresponding database service name and a corresponding database of kubernetes;
judging whether the database script is executed or not through a controller component;
if the execution is not completed, processing the database script through a database client of the corresponding database to generate an execution result, and returning the execution result to the controller component;
if yes, judging whether a successfully executed database script exists in the database script or not based on an execution result stored in a database where the management system is located;
if yes, filtering the successfully executed database script, processing the database script which fails to be executed before through the database client of the corresponding database, generating an execution result, and returning the execution result to the controller component;
s400, storing an execution result in a database where the management system is located through a controller component, and feeding the execution result back to operation and maintenance personnel;
s500, if the execution of the database script is unsuccessful, the operation and maintenance personnel update the configuration file, upload the updated configuration file to the git component, and execute the steps S300-S400 until the whole execution of the database script is successful.
6. A containerized configurable database script execution management method of claim 5 wherein the database configuration information comprises:
a name, wherein the name is a database service name corresponding to kubernetes;
a Namespace, wherein the Namespace is a name space corresponding to kubernetes;
type, wherein the type is a database type;
a database, wherein the database is an initialized database instance;
data, the data comprises a database script and a database name.
CN201911049548.4A 2019-10-31 2019-10-31 Containerized configurable database script execution management system and method Active CN110806907B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911049548.4A CN110806907B (en) 2019-10-31 2019-10-31 Containerized configurable database script execution management system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911049548.4A CN110806907B (en) 2019-10-31 2019-10-31 Containerized configurable database script execution management system and method

Publications (2)

Publication Number Publication Date
CN110806907A CN110806907A (en) 2020-02-18
CN110806907B true CN110806907B (en) 2023-04-21

Family

ID=69489701

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911049548.4A Active CN110806907B (en) 2019-10-31 2019-10-31 Containerized configurable database script execution management system and method

Country Status (1)

Country Link
CN (1) CN110806907B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111367618A (en) * 2020-03-03 2020-07-03 山东汇贸电子口岸有限公司 Code management method, system, terminal and medium based on docker
CN111309756B (en) * 2020-04-24 2020-09-18 北京信安世纪科技股份有限公司 Database script encoding and decoding methods and devices
CN112000349B (en) * 2020-07-28 2024-02-09 山东浪潮易云在线科技有限公司 Data upgrading method, device and medium based on SaaS
CN112667348B (en) * 2020-12-19 2021-10-29 飞算数智科技(深圳)有限公司 MySQL containerization method and system and computer equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102323945A (en) * 2011-09-02 2012-01-18 南京中兴力维软件有限公司 SQL (Structured Query Language)-based database management method and device
CN106445498A (en) * 2016-08-30 2017-02-22 广西电网有限责任公司 One-click deployment method of Mysql
CN109918359A (en) * 2019-01-18 2019-06-21 华南理工大学 Database service persistence method and system based on swarm

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017070580A1 (en) * 2015-10-23 2017-04-27 Oracle International Corporation Ability to group multiple container databases as a single container database cluster

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102323945A (en) * 2011-09-02 2012-01-18 南京中兴力维软件有限公司 SQL (Structured Query Language)-based database management method and device
CN106445498A (en) * 2016-08-30 2017-02-22 广西电网有限责任公司 One-click deployment method of Mysql
CN109918359A (en) * 2019-01-18 2019-06-21 华南理工大学 Database service persistence method and system based on swarm

Also Published As

Publication number Publication date
CN110806907A (en) 2020-02-18

Similar Documents

Publication Publication Date Title
CN110806907B (en) Containerized configurable database script execution management system and method
CN101179429B (en) Remote exhibition and real-time edition method of configuration file
US11169815B2 (en) Method and system for automation tool set for server maintenance actions
US8843919B1 (en) Method and system for restoring software
US7831968B1 (en) Method and system for restoring software
US8640098B2 (en) Offline configuration and download approach
CN102025778A (en) Software version upgrading work method based on Shell
CN104035780A (en) Method and device for publishing APK file
CN102572896A (en) Upgrading method and upgrading device for wireless communication system
CN113064630B (en) Mobile terminal APP automatic packaging method, system, electronic equipment and storage medium
US10248402B2 (en) Automated code deployment system
US10963227B2 (en) Technique for transforming a standard messaging component to a customized component
CN108616391A (en) Method and system for upgrading equipment firmware at server side
CN106603289A (en) LMT configuration file smooth upgrade method
US9760364B2 (en) Checks for software extensions
CN107844566B (en) Dump control method and system
US9207928B2 (en) Computer-readable medium, apparatus, and methods of automatic capability installation
US8707307B2 (en) Creating jobs by replacing execution attributes within job definition when a job activation request is received with execution attributes based on predetermined conditions being satisfied
CN104090802A (en) Protection method for network camera power failure
JP2007280415A (en) Management device, version management system and program version management method
CN115809096A (en) Batch self-adaptive upgrading method for operating systems
US11461083B2 (en) Configurable interface for customized job deployment
US20210182284A1 (en) System and method for data ingestion and workflow generation
US11360961B2 (en) Single script solution for multiple environments
US11817998B2 (en) Automated configuration deployment in network operations systems

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 250100 No. 1036 Tidal Road, Jinan High-tech Zone, Shandong Province, S01 Building, Tidal Science Park

Applicant after: Inspur cloud Information Technology Co.,Ltd.

Address before: 250100 No. 1036 Tidal Road, Jinan High-tech Zone, Shandong Province, S01 Building, Tidal Science Park

Applicant before: Tidal Cloud Information Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant