CN113672203B - Model inheritance method for CMDB configuration management - Google Patents

Model inheritance method for CMDB configuration management Download PDF

Info

Publication number
CN113672203B
CN113672203B CN202110991131.0A CN202110991131A CN113672203B CN 113672203 B CN113672203 B CN 113672203B CN 202110991131 A CN202110991131 A CN 202110991131A CN 113672203 B CN113672203 B CN 113672203B
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.)
Active
Application number
CN202110991131.0A
Other languages
Chinese (zh)
Other versions
CN113672203A (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.)
Youwei Technology Shenzhen Co ltd
Original Assignee
Youwei Technology Shenzhen 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 Youwei Technology Shenzhen Co ltd filed Critical Youwei Technology Shenzhen Co ltd
Priority to CN202110991131.0A priority Critical patent/CN113672203B/en
Publication of CN113672203A publication Critical patent/CN113672203A/en
Application granted granted Critical
Publication of CN113672203B publication Critical patent/CN113672203B/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/20Software design
    • G06F8/24Object-oriented
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1458Management of the backup or restore process
    • G06F11/1464Management of the backup or restore process for networked environments
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/906Clustering; Classification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation 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)
  • Computing Systems (AREA)
  • Computational Linguistics (AREA)
  • Quality & Reliability (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 establishing 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

Model inheritance method for CMDB configuration management
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.
China patent No. CN111984633A provides a method for expanding CMDB configuration classification as required and automatically establishing relationship, the method provides a model management function for users through 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 sub-classification, judges whether the obtained sub-classification is the shared classification attribute in the CMDB, all the sub-classifications inherit the attribute classification and attribute definition on a father classification, obtains fixed classification or classification attributes, adds CODE for the fixed classification or classification attributes 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 attributes when the sub-classifications are modified, and automatically binds through the relationship to form a service TOPO topological graph, the invention provides a method for efficiently and quickly expanding and automatically generating a relation of a CMDB in a ready-to-use and ready-to-use manner.
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 establishing 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, meanwhile establishes a relation table between the sub-classifications and a father classification when establishing the sub-classifications, establishes a judgment program through programming, then compares the collected data with original data by the CMDB software platform so as to remove and combine the data, then inherits the data defined by the father classification through the established sub-classifications, then compares the inherited data with the father classification under the action of the judgment program, and then determines whether the sub-classifications exist in the CMDB software platform;
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 sends information to the CMDB software platform, then relevant contents are searched, and meanwhile, the user is required to 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 an asset common data model, a server model, a security model, a model of network, storage device and software assets, a machine room, a manufacturer, a service line, a contract, an asset tag data model, a CPU model, a hard disk model, a network card model, a log model, and a new asset pending approval area model.
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, when defining the attributes in S3, the user needs to freely add attribute classifications according to their own needs, and when the CMDB software platform obtains a new data classification, the CMDB software platform needs to process the data by setting a fixed attribute CODE, so that the program obtains the attributes of the new data or the attribute classifications 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 in S3 faces the newly added CI, the CMDB software platform needs to select other CIs in the corresponding attribute classification according to the attributes of the new CI, and the selected CIs and the newly added 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 is prevented from storing useless information and influencing 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 5, and the technical solutions in the embodiments of the present invention will be clearly and completely described, 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 protection scope 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 establishing 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, meanwhile establishes a relation table between the sub-classifications and a father classification when establishing the sub-classifications, establishes a judgment program through programming, then compares the collected data with original data by the CMDB software platform so as to remove and combine the data, then inherits the data defined by the father classification through the established sub-classifications, then compares the inherited data with the father classification under the action of the judgment program, and then determines whether the sub-classifications exist in the CMDB software platform;
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 sends information to the CMDB software platform, then relevant contents are searched, and meanwhile, the user is required to 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 an asset common data model, a server model, a security, network, storage device and software asset model, a machine room, a manufacturer, a line of business, a contract, an asset tag data model, a CPU model, a hard disk model, a network card model, a log model, a new asset pending approval area model.
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 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.
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 establishing 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, meanwhile establishes a relation table between the sub-classifications and a father classification when establishing the sub-classifications, establishes a judgment program through programming, then compares the collected data with original data by the CMDB software platform so as to remove and combine the data, then inherits the data defined by the father classification through the established sub-classifications, then compares the inherited data with the father classification under the action of the judgment program, and then determines whether the sub-classifications exist in the CMDB software platform;
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 sends information to the CMDB software platform, then relevant contents are searched, and meanwhile, the user is required to 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 an asset common data model, a server model, a security, network, storage equipment and software asset model, a machine room, a manufacturer, a service line, a contract, an asset tag data model, a CPU model, a hard disk model, a network card model, a log model and a new asset pending approval area model.
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: when the attribute definition in S3 is performed, the user needs to freely add attribute classification according to the own needs, and when the CMDB software platform obtains a new data classification, the CMDB software platform needs to 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: when the CMDB software platform in the S3 faces the newly added CI, the CMDB software platform needs to select other CIs in the corresponding attribute classification through the attributes of the new CI, and the selected CI and the newly added CI automatically establish a relationship.
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.
CN202110991131.0A 2021-08-26 2021-08-26 Model inheritance method for CMDB configuration management Active CN113672203B (en)

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 CN113672203A (en) 2021-11-19
CN113672203B true 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)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113946592B (en) * 2021-12-21 2022-03-22 湖南天云软件技术有限公司 Configuration management database updating method, device, equipment, medium and program product

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
CN111782672A (en) * 2020-06-30 2020-10-16 平安银行股份有限公司 Multi-field data management method and related device

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7756828B2 (en) * 2006-02-28 2010-07-13 Microsoft Corporation Configuration management database state model
CN103825755B (en) * 2013-11-27 2017-02-15 广东电网公司电力调度控制中心 Power secondary system modeling method and system
CN104123369B (en) * 2014-07-24 2017-06-13 中国移动通信集团广东有限公司 A kind of implementation method of the configuration management Database Systems based on graphic data base
CN105824279A (en) * 2016-03-15 2016-08-03 江苏方天电力技术有限公司 Method for establishing flexible and effective CMDB (Configuration Management Database) of machine room monitoring system
US10212031B2 (en) * 2016-06-22 2019-02-19 Amazon Technologies, Inc. Intelligent configuration discovery techniques
CN107622314A (en) * 2017-09-22 2018-01-23 天翼电子商务有限公司 Configuring management method and its system based on automation O&M
CN110083664B (en) * 2019-04-25 2023-03-31 上海新炬网络信息技术股份有限公司 Method for automatically constructing topological model 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

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
CN111782672A (en) * 2020-06-30 2020-10-16 平安银行股份有限公司 Multi-field data management method and related device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
浅析CMDB在IT运维管理系统中的核心作用;李瑶等;《有线电视技术》;20160615(第06期);第81-85页 *

Also Published As

Publication number Publication date
CN113672203A (en) 2021-11-19

Similar Documents

Publication Publication Date Title
CN110442498B (en) Abnormal data node positioning method and device, storage medium and computer equipment
US20070282470A1 (en) Method and system for capturing and reusing intellectual capital in IT management
US6725445B1 (en) System for minimizing notifications in workflow management system
CN110598280A (en) Equipment simulation system and method and computer readable storage medium
CN109740129B (en) Report generation method, device and equipment based on blockchain and readable storage medium
US20020161615A1 (en) Workflow system
CN111818132A (en) Control method and device of Internet of things equipment, computer equipment and storage medium
CN102226890A (en) Monitoring method and device for host batch job data
CN110063042B (en) Database fault response method and terminal thereof
CN113672203B (en) Model inheritance method for CMDB configuration management
CN112463450A (en) Incremental backup management method, system, electronic equipment and storage medium
CN109597764A (en) A kind of test method and relevant apparatus of catalogue quota
CN115796758A (en) Factory rule management platform
CN108376110A (en) A kind of automatic testing method, system and terminal device
CN107766156B (en) Task processing method and device
CN105824279A (en) Method for establishing flexible and effective CMDB (Configuration Management Database) of machine room monitoring system
WO2023179504A1 (en) Equipment management model generation method, equipment management method, device and storage medium
CN101515864A (en) Alarm information allocation system and allocation method thereof
CN108154343B (en) Emergency processing method and system for enterprise-level information system
CN105740054A (en) Virtual machine management method and device
CN109919762A (en) Reporting method, device, equipment and the storage medium of customer information
CN115185964A (en) Data synchronization method and device, computer equipment and storage medium
CN114500106A (en) Security management method, device, equipment and storage medium for server
CN114817134A (en) Snapshot task monitoring method, device, equipment and 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