CN113672203A - Model inheritance method for CMDB configuration management - Google Patents
Model inheritance method for CMDB configuration management Download PDFInfo
- Publication number
- CN113672203A CN113672203A CN202110991131.0A CN202110991131A CN113672203A CN 113672203 A CN113672203 A CN 113672203A CN 202110991131 A CN202110991131 A CN 202110991131A CN 113672203 A CN113672203 A CN 113672203A
- Authority
- CN
- China
- Prior art keywords
- cmdb
- data
- software platform
- model
- classification
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/20—Software design
- G06F8/24—Object-oriented
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1446—Point-in-time backing up or restoration of persistent data
- G06F11/1458—Management of the backup or restore process
- G06F11/1464—Management of the backup or restore process for networked environments
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/903—Querying
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/906—Clustering; Classification
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/31—Programming languages or programming paradigms
- G06F8/315—Object-oriented languages
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/35—Creation or generation of source code model driven
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Quality & Reliability (AREA)
- Computing Systems (AREA)
- Computational Linguistics (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
The invention relates to the technical field of CMDB configuration management, in particular to a model inheritance method for CMDB configuration management, which comprises the following steps: s1, building a platform and a detection system: the CMDB software platform is established through a programming language, firstly, projects are established according to company data, then model design is carried out according to project requirements, then a CMDB implementation mode is selected according to the company data, so that the establishment of the CMDB software platform is completed, and then a data detection system is established through the programming language; s2, data acquisition, data backup and detection: and collecting the data operated by the company through the CMDB software platform established in the last step, and detecting the collected data through the detection system established in the last step. The invention has the advantages that when the CMDB software platform manages and stores data, the detection system can detect the data and compare the data with new data so as to carry out merging and deleting processing, so that the CMDB software platform can store useless information and influence the operation of the CMDB software platform.
Description
Technical Field
The invention relates to the technical field of CMDB configuration management, in particular to a model inheritance method for CMDB configuration management.
Background
The CMDB stores and manages various configuration information of equipment in the IT architecture of the enterprise, is closely connected with all service support and service delivery processes, supports the operation of the processes, exerts the value of the configuration information and simultaneously depends on the related processes to ensure the accuracy of data.
Chinese patent No. CN111984633A provides a method for expanding CMDB configuration classification as required and automatically establishing a relationship, the method provides a model management function for users through a CMDB, the CMDB adjusts a data model according to the self requirements of the users, self-establishes the model, adds attributes in the CMDB, carries out self-established classification, attribute classification and attribute definition, obtains a sub-classification, judges whether the obtained sub-classification is a common classification attribute in the CMDB, all the sub-classifications inherit the attribute classification and attribute definition on a father classification, obtains a fixed classification or classification attribute, adds CODE for the fixed classification or classification attribute according to the self requirements of the users, transmits the configured CODE to an interface, returns the corresponding classification or attribute, synchronously updates modification information to the attributes corresponding to all the sub-classifications through the fixed CODE attribute when the sub-classifications are modified, and automatically binds through the relationship, the invention provides a method for efficiently and quickly expanding and automatically generating a relation of CMDB, namely configuration and use, by forming a service TOPO topological graph.
At present, when an existing CMDB software platform manages data, the data is generally directly stored in the platform, so that the CMDB software platform is easy to store useless information, the memory for running the CMDB software platform is increased, and the normal running of the CMDB software platform is affected.
Disclosure of Invention
The invention aims to provide a model inheritance method for CMDB configuration management, which aims to solve the problems that the existing CMDB software platform proposed in the background technology is easy to store useless information and cannot detect and detect the relationship between a child classification and a parent classification.
The technical scheme of the invention is as follows: a model inheritance method for CMDB configuration management, comprising the steps of:
s1, building a platform and a detection system: the CMDB software platform is established through a programming language, firstly, projects are established according to company data, then model design is carried out according to project requirements, then a CMDB implementation mode is selected according to the company data, so that the establishment of the CMDB software platform is completed, and then a data detection system is established through the programming language;
s2, data acquisition, data backup and detection: acquiring the running data of the company through the CMDB software platform established in the previous step, detecting the acquired data through the detection system established in the previous step, and uploading the detected data to a cloud for storage;
s3, data classification and inheritance: the CMDB software platform establishes corresponding sub-classifications according to defined classification attributes of workers and data information, establishes a relation table between the sub-classifications and a father classification when establishing the sub-classifications and establishes a judgment program through programming, then compares the acquired data with original data by the CMDB software platform so as to remove and combine the data, then the established sub-classifications bear the data defined by the father classification, then the sub-classifications inheriting the data are compared with the father classification under the action of the judgment program, and then whether the sub-classifications can exist in the CMDB software platform is determined;
s4, real-time acquisition and comparison: when the CMDB software platform runs, the CMDB software platform can collect information generated and collected by a company at each moment in real time, and then combine and delete the data under the action of a detection system;
s5, calling and detecting: and subsequently, when the CMDB software platform runs, the user can send information to the CMDB software platform, then relevant contents are retrieved, and meanwhile, the user can detect the data managed by the CMDB software platform.
Further, the programming language in S1 is one or more of C #, C + +, JAVA, and Python.
Further, the model design in S1 includes a plurality of designs, such as an asset common data model, a server model, a security model, a model of network, storage device and software asset, a data model such as a machine room, a manufacturer, a service line, a contract, a resource label, a CPU model, a hard disk model, a network card model, a log model, a new asset pending lot model, and the like.
Further, the CMDB implementation manner in S1 selects multiple of four manners including an Agent manner, an ssh manner, a salt-stack manner, and a Puppet manner.
Further, the detection system in S2 detects the data periodically at the time of detection, and the detected data is fed back to the company staff and the user.
Further, when defining the attribute, the S3 defines the attribute as CI, and selects the attribute class corresponding to CI.
Further, during the attribute definition in S3, the user may freely add the attribute classification according to the own requirement, and when the CMDB software platform obtains a new data classification, the CMDB software platform may process the data by setting a fixed attribute CODE, so that the program obtains the attribute of the new data or the attribute classification through the CODE.
Further, when the child class inherits the parent class, the child class directly inherits all the attribute classes and attributes on the parent class, and when the child class inherits, the CMDB software platform determines and records the classification operation.
Further, when the CMDB software platform faces the new CI in S3, the CMDB software platform may select other CIs in the corresponding attribute classification according to the attributes of the new CI, and the selected CI and the new CI automatically establish a relationship.
Further, the S3 executes the polling command when the judging program judges the sub-classification and the parent classification, and the judging program is used to judge whether a loop exists between the parent classification and the sub-classification.
The invention provides a model inheritance method for CMDB configuration management through improvement, and compared with the prior art, the method has the following improvement and advantages:
(1) according to the detection system designed by the invention, when the CMDB software platform manages and stores data, the detection system can detect the data and compare the data with new data so as to carry out merging and deleting processing, so that the CMDB software platform can store useless information and influence the operation of the CMDB software platform.
(2) According to the judgment program designed by the invention, when the child classification inherits the parent classification data, the judgment program can compare the child classification with the parent classification, so that a loop is avoided between the child classification and the parent classification, and data is prevented from circulating between the parent classification and the child classification back and forth, so that the running memory of a CMDB software platform is increased, and the normal work of the CMDB software platform is influenced.
(3) According to the attribute definition designed by the invention, when the CMDB software platform collects new data, the CMDB software platform can process the data by setting a fixed attribute CODE, so that a program can acquire the attribute or attribute classification of the new data through the CODE, and simultaneously, the newly-built CI and the original CI automatically establish a relationship.
(4) The CMDB can meet different requirements through the selected multiple implementation modes when the CMDB software platform is used, so that the application range of the CMDB software platform is expanded.
Drawings
The invention is further explained below with reference to the figures and examples:
FIG. 1 is a flow chart of a method of the present invention;
FIG. 2 is a project construction flow diagram of the present invention;
FIG. 3 is a data backup and detection flow diagram of the present invention;
FIG. 4 is a data sorting and inheritance flow diagram of the present invention.
Detailed Description
The present invention will be described in detail with reference to fig. 1 to 4, and technical solutions in embodiments of the present invention will be clearly and completely described below, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all 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 scope of the protection of the present invention.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. The terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the term "and/or" includes any and all combinations of one or more of the associated listed items.
The invention provides a model inheritance method for CMDB configuration management through improvement, which comprises the following steps as shown in figures 1-4:
s1, building a platform and a detection system: the CMDB software platform is established through a programming language, firstly, projects are established according to company data, then model design is carried out according to project requirements, then a CMDB implementation mode is selected according to the company data, so that the establishment of the CMDB software platform is completed, and then a data detection system is established through the programming language;
s2, data acquisition, data backup and detection: acquiring the running data of the company through the CMDB software platform established in the previous step, detecting the acquired data through the detection system established in the previous step, and uploading the detected data to a cloud for storage;
s3, data classification and inheritance: the CMDB software platform establishes corresponding sub-classifications according to defined classification attributes of workers and data information, establishes a relation table between the sub-classifications and a father classification when establishing the sub-classifications and establishes a judgment program through programming, then compares the acquired data with original data by the CMDB software platform so as to remove and combine the data, then the established sub-classifications bear the data defined by the father classification, then the sub-classifications inheriting the data are compared with the father classification under the action of the judgment program, and then whether the sub-classifications can exist in the CMDB software platform is determined;
s4, real-time acquisition and comparison: when the CMDB software platform runs, the CMDB software platform can collect information generated and collected by a company at each moment in real time, and then combine and delete the data under the action of a detection system;
s5, calling and detecting: and subsequently, when the CMDB software platform runs, the user can send information to the CMDB software platform, then relevant contents are retrieved, and meanwhile, the user can detect the data managed by the CMDB software platform.
Further, the programming language in S1 is C language, JAVA, Python.
Further, the model design in S1 includes various designs such as an asset common data model, a server model, a security, network, storage device and software asset model, a data model such as a machine room, a manufacturer, a service line, a contract, an asset tag, a CPU model, a hard disk model, a network card model, a log model, a new asset pending approval area model, and the like.
Further, the CMDB implementation in S1 includes an Agent mode and a ssh mode.
Further, the detection system in S2 detects the data periodically at the time of detection, and the detected data is fed back to the employees and users of the company.
Further, when defining the attribute, S3 defines the attribute as CI, and selects the attribute class corresponding to CI.
Further, in the attribute definition in S3, the user may freely add the attribute classification according to the own needs, and when the CMDB software platform obtains a new data classification, the CMDB software platform may process the data by setting a fixed attribute CODE, so that the program obtains the attribute of the new data or the attribute classification through the CODE.
Further, in S3, when a child class inherits the parent class, it directly inherits all the attribute classes and attributes on its parent class, and when the child class inherits, the CMDB software platform determines and records the classification operation.
Further, when the CMDB software platform faces the new CI, the CMDB software platform may select other CIs in the corresponding attribute classification through the new CI attribute in S3, and the selected CI and the new CI automatically establish a relationship.
Further, S3 executes the polling command when the judging program judges the sub-classification and the parent classification, and the judging program is used to judge whether there is a loop between the parent classification and the sub-classification.
The working principle of the invention is as follows: s1, building a platform and a detection system: the CMDB software platform is established through a programming language, firstly, projects are established according to company data, then model design is carried out according to project requirements, then a CMDB implementation mode is selected according to the company data, so that the establishment of the CMDB software platform is completed, and then a data detection system is established through the programming language; s2, data acquisition, data backup and detection: acquiring company running data through the CMDB software platform established in the last step, detecting the acquired data through the detection system established in the last step, and uploading the detected data to a cloud for storage; s3, data classification and inheritance: the CMDB software platform establishes corresponding sub-classifications according to defined classification attributes of workers and data information, simultaneously establishes a relation table between the sub-classifications and a father classification when establishing the sub-classifications and establishes a judgment program through programming, then the CMDB software platform compares collected data with original data so as to remove and combine the data, then the established sub-classifications inherit the data defined by the father classification, then the inherited sub-classifications of the data are compared with the father classification under the action of the judgment program, and then whether the sub-classifications can exist in the CMDB software platform or not is determined; s4, real-time acquisition and comparison: when the CMDB software platform runs, the CMDB software platform can collect information generated and collected by a company at every moment in real time, and then combine and delete the data under the action of a detection system; s5, calling and detecting: and subsequently, when the CMDB software platform runs, the user can send information to the CMDB software platform, then relevant contents are retrieved, and meanwhile, the user can detect the data managed by the CMDB software platform.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
Claims (10)
1. A model inheritance method for CMDB configuration management, characterized by: the method comprises the following steps:
s1, building a platform and a detection system: the CMDB software platform is established through a programming language, firstly, projects are established according to company data, then model design is carried out according to project requirements, then a CMDB implementation mode is selected according to the company data, so that the establishment of the CMDB software platform is completed, and then a data detection system is established through the programming language;
s2, data acquisition, data backup and detection: acquiring company running data through the CMDB software platform established in the last step, detecting the acquired data through the detection system established in the last step, and uploading the detected data to a cloud for storage;
s3, data classification and inheritance: the CMDB software platform establishes corresponding sub-classifications according to defined classification attributes of workers and data information, simultaneously establishes a relation table between the sub-classifications and a father classification when establishing the sub-classifications and establishes a judgment program through programming, then the CMDB software platform compares collected data with original data so as to remove and combine data, then the established sub-classifications inherit the data defined by the father classification, then the inherited sub-classifications of the data are compared with the father classification under the action of the judgment program, and then whether the sub-classifications can exist in the CMDB software platform is determined;
s4, real-time acquisition and comparison: when the CMDB software platform runs, the CMDB software platform can collect information generated and collected by a company at every moment in real time, and then combine and delete the data under the action of a detection system;
s5, calling and detecting: and subsequently, when the CMDB software platform runs, the user can send information to the CMDB software platform, then relevant contents are retrieved, and meanwhile, the user can detect the data managed by the CMDB software platform.
2. The model inheritance method for CMDB configuration management according to claim 1, wherein: the programming language in the S1 is one or a mixture of C #, C + +, JAVA and Python.
3. The model inheritance method for CMDB configuration management according to claim 1, wherein: the model design in the S1 comprises various designs such as an asset common data model, a server model, a security, network, storage equipment and software asset model, a data model such as a machine room, a manufacturer, a service line, a contract, an asset tag and the like, a CPU model, a hard disk model, a network card model, a log model, a new asset pending approval area model and the like.
4. The model inheritance method for CMDB configuration management according to claim 1, wherein: and the CMDB implementation mode in the S1 selects multiple modes of an Agent mode, a ssh mode, a salt-stack mode and a Puppet mode.
5. The model inheritance method for CMDB configuration management according to claim 1, wherein: the detection system in the S2 detects the data periodically during detection, and the detected data is fed back to the employees and users of the company.
6. The model inheritance method for CMDB configuration management according to claim 1, wherein: when the S3 defines the attribute, the attribute is defined as CI, and the attribute category corresponding to CI is selected.
7. The model inheritance method for CMDB configuration management according to claim 1, wherein: in the S3, when the attribute is defined, the user may freely add the attribute classification according to the own requirement, and when the CMDB software platform obtains a new data classification, the CMDB software platform may process the data by setting a fixed attribute CODE, so that the program obtains the attribute of the new data or the attribute classification through the CODE.
8. The model inheritance method for CMDB configuration management according to claim 1, wherein: when the child class inherits the parent class, the child class directly inherits all the attribute classes and attributes on the parent class, and when the child class inherits, the CMDB software platform determines and records the classification operation.
9. The model inheritance method for CMDB configuration management according to claim 1, wherein: and when the CMDB software platform in the S3 faces the newly added CI, the CMDB software platform can automatically establish a relationship between the selected CI and the newly added CI after the new CI attributes are selected from other CIs in the corresponding attribute classification.
10. The model inheritance method for CMDB configuration management according to claim 1, wherein: the S3 executes the polling command when the judging program judges the sub-classification and the parent classification, and the judging program is used to judge whether a loop exists between the parent classification and the sub-classification.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110991131.0A CN113672203B (en) | 2021-08-26 | 2021-08-26 | Model inheritance method for CMDB configuration management |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110991131.0A CN113672203B (en) | 2021-08-26 | 2021-08-26 | Model inheritance method for CMDB configuration management |
Publications (2)
Publication Number | Publication Date |
---|---|
CN113672203A true CN113672203A (en) | 2021-11-19 |
CN113672203B CN113672203B (en) | 2022-04-08 |
Family
ID=78546823
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110991131.0A Active CN113672203B (en) | 2021-08-26 | 2021-08-26 | Model inheritance method for CMDB configuration management |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113672203B (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113946592A (en) * | 2021-12-21 | 2022-01-18 | 湖南天云软件技术有限公司 | Configuration management database updating method, device, equipment, medium and program product |
Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20070203952A1 (en) * | 2006-02-28 | 2007-08-30 | Microsoft Corporation | Configuration management database state model |
CN103825755A (en) * | 2013-11-27 | 2014-05-28 | 广东电网公司电力调度控制中心 | Power secondary system modeling method and system |
CN104123369A (en) * | 2014-07-24 | 2014-10-29 | 中国移动通信集团广东有限公司 | CMDB system based on graphic data base and implementation method |
CN105824279A (en) * | 2016-03-15 | 2016-08-03 | 江苏方天电力技术有限公司 | Method for establishing flexible and effective CMDB (Configuration Management Database) of machine room monitoring system |
CN107622314A (en) * | 2017-09-22 | 2018-01-23 | 天翼电子商务有限公司 | Configuring management method and its system based on automation O&M |
CN109101590A (en) * | 2018-07-27 | 2018-12-28 | 贵州广思信息网络有限公司 | Configuration item CI topological relation method for visualizing based on CMDB |
CN109120453A (en) * | 2018-08-31 | 2019-01-01 | 上海新炬网络信息技术股份有限公司 | A kind of overall situation shows the method for IT infrastructure data in CMDB |
CN109328335A (en) * | 2016-06-22 | 2019-02-12 | 亚马逊科技公司 | Intelligence configuration discovery technique |
CN110083664A (en) * | 2019-04-25 | 2019-08-02 | 上海新炬网络信息技术股份有限公司 | The method for constructing topological model automatically based on CMDB model |
CN110458528A (en) * | 2019-08-07 | 2019-11-15 | 上海数讯信息技术有限公司 | A kind of full-service configuration management platform based on CMDB operation management |
CN111782672A (en) * | 2020-06-30 | 2020-10-16 | 平安银行股份有限公司 | Multi-field data management method and related device |
-
2021
- 2021-08-26 CN CN202110991131.0A patent/CN113672203B/en active Active
Patent Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20070203952A1 (en) * | 2006-02-28 | 2007-08-30 | Microsoft Corporation | Configuration management database state model |
CN103825755A (en) * | 2013-11-27 | 2014-05-28 | 广东电网公司电力调度控制中心 | Power secondary system modeling method and system |
CN104123369A (en) * | 2014-07-24 | 2014-10-29 | 中国移动通信集团广东有限公司 | CMDB system based on graphic data base and implementation method |
CN105824279A (en) * | 2016-03-15 | 2016-08-03 | 江苏方天电力技术有限公司 | Method for establishing flexible and effective CMDB (Configuration Management Database) of machine room monitoring system |
CN109328335A (en) * | 2016-06-22 | 2019-02-12 | 亚马逊科技公司 | Intelligence configuration discovery technique |
CN107622314A (en) * | 2017-09-22 | 2018-01-23 | 天翼电子商务有限公司 | Configuring management method and its system based on automation O&M |
CN109101590A (en) * | 2018-07-27 | 2018-12-28 | 贵州广思信息网络有限公司 | Configuration item CI topological relation method for visualizing based on CMDB |
CN109120453A (en) * | 2018-08-31 | 2019-01-01 | 上海新炬网络信息技术股份有限公司 | A kind of overall situation shows the method for IT infrastructure data in CMDB |
CN110083664A (en) * | 2019-04-25 | 2019-08-02 | 上海新炬网络信息技术股份有限公司 | The method for constructing topological model automatically based on CMDB model |
CN110458528A (en) * | 2019-08-07 | 2019-11-15 | 上海数讯信息技术有限公司 | A kind of full-service configuration management platform based on CMDB operation management |
CN111782672A (en) * | 2020-06-30 | 2020-10-16 | 平安银行股份有限公司 | Multi-field data management method and related device |
Non-Patent Citations (2)
Title |
---|
付庆华等: "数据中心运维管理系统CMDB库设计与实践", 《信息系统工程》 * |
李瑶等: "浅析CMDB在IT运维管理系统中的核心作用", 《有线电视技术》 * |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113946592A (en) * | 2021-12-21 | 2022-01-18 | 湖南天云软件技术有限公司 | Configuration management database updating method, device, equipment, medium and program product |
CN113946592B (en) * | 2021-12-21 | 2022-03-22 | 湖南天云软件技术有限公司 | Configuration management database updating method, device, equipment, medium and program product |
Also Published As
Publication number | Publication date |
---|---|
CN113672203B (en) | 2022-04-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN108683516B (en) | Application instance upgrading method, device and system | |
CN110442498B (en) | Abnormal data node positioning method and device, storage medium and computer equipment | |
WO2019182671A1 (en) | System and method for process state processing | |
CN110598280A (en) | Equipment simulation system and method and computer readable storage medium | |
US20190196965A1 (en) | Garbage collection method and device | |
US6725445B1 (en) | System for minimizing notifications in workflow management system | |
US20020161615A1 (en) | Workflow system | |
CN110063042B (en) | Database fault response method and terminal thereof | |
CN112256318B (en) | Construction method and equipment for dependent product | |
CN113672451B (en) | BMC service detection method, device, equipment and readable storage medium | |
CN102572896A (en) | Upgrading method and upgrading device for wireless communication system | |
CN113672203B (en) | Model inheritance method for CMDB configuration management | |
CN109902028A (en) | Automated testing method, device, equipment and the storage medium of ACL characteristic | |
CN115102877B (en) | Virtual network card network detection method, device, equipment and medium | |
CN115796758A (en) | Factory rule management platform | |
CN113094053A (en) | Product delivery method and device and computer storage medium | |
CN107766156B (en) | Task processing method and device | |
WO2023179504A1 (en) | Equipment management model generation method, equipment management method, device and storage medium | |
JP5812911B2 (en) | Workflow management system, workflow management method, and workflow management program | |
CN101515864A (en) | Alarm information allocation system and allocation method thereof | |
CN105740054A (en) | Virtual machine management method and device | |
CN115185964A (en) | Data synchronization method and device, computer equipment and storage medium | |
CN114500106A (en) | Security management method, device, equipment and storage medium for server | |
CN114218041A (en) | Dynamic process monitoring method, device, equipment and storage medium | |
CN112306862A (en) | Front-end automatic test system and method, storage medium and computing equipment |
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 |