CN110765486A - Asset fault identification method - Google Patents

Asset fault identification method Download PDF

Info

Publication number
CN110765486A
CN110765486A CN201911012875.2A CN201911012875A CN110765486A CN 110765486 A CN110765486 A CN 110765486A CN 201911012875 A CN201911012875 A CN 201911012875A CN 110765486 A CN110765486 A CN 110765486A
Authority
CN
China
Prior art keywords
data
asset
operation information
managed
information data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201911012875.2A
Other languages
Chinese (zh)
Other versions
CN110765486B (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.)
China Southern Power Grid Co Ltd
Research Institute of Southern Power Grid Co Ltd
Original Assignee
China Southern Power Grid Co Ltd
Research Institute of Southern Power Grid 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 China Southern Power Grid Co Ltd, Research Institute of Southern Power Grid Co Ltd filed Critical China Southern Power Grid Co Ltd
Priority to CN201911012875.2A priority Critical patent/CN110765486B/en
Publication of CN110765486A publication Critical patent/CN110765486A/en
Application granted granted Critical
Publication of CN110765486B publication Critical patent/CN110765486B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • G06F21/6245Protecting personal data, e.g. for financial or medical purposes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Data Mining & Analysis (AREA)
  • Health & Medical Sciences (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Medical Informatics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Software Systems (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Evolutionary Biology (AREA)
  • Evolutionary Computation (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses an asset fault identification method which is used for carrying out fault detection on information infrastructure assets. The method comprises the steps of installing a baseboard management controller on the managed asset, constructing an operation and maintenance data network and an out-of-band management system, obtaining the collected managed asset operation information data on the baseboard management controller, labeling and preprocessing the managed asset operation information data, inputting the preprocessed managed asset operation information data into a constructed classification model based on cost sensitive learning, outputting the prediction probability that the asset is a device fault, and comparing the prediction probability with a set threshold value to judge whether the asset is a faulty device. The invention solves the problem that in the prior art, the staff cannot quickly and accurately judge the fault equipment in the asset equipment and the fault sample is insufficient, realizes the information management of the asset, and improves the working efficiency.

Description

Asset fault identification method
Technical Field
The invention relates to the technical field of asset management, in particular to an asset fault identification method.
Background
Information infrastructure assets include general storage devices, network and communication devices, and the like. At present, with the development of information technology, information infrastructure is applied to services to provide support and assistance for the services. The normal operation of the information infrastructure is an important guarantee for ensuring the sustainable operation of the organization business.
In the conventional information infrastructure management, it is necessary for a worker to periodically check the information infrastructure based on the work experience, confirm the operation state of the facility by performing on-site inspection on the information infrastructure, determine the type of failure of the information infrastructure, and repair or replace the failed facility. Due to the large number of infrastructures, the distribution is wide. In the prior art, a worker cannot quickly and accurately judge the fault equipment and the fault type, so that the working efficiency is greatly reduced.
Disclosure of Invention
The asset fault identification method solves the problem that in the prior art, a worker cannot quickly and accurately judge fault equipment and fault samples in asset equipment.
The asset fault identification method provided by the application comprises the following steps:
step S1: the baseboard management controller monitors and collects managed asset operation information data;
step S2: the out-of-band management system acquires managed asset operation information data from the baseboard management controller through an operation and maintenance data network;
step S3: the out-of-band management system labels the acquired managed asset operation information data to form label data;
step S4: performing data preprocessing operation on the label data, and taking the label data subjected to the preprocessing operation as training data;
step S5: constructing a classification model based on cost sensitive learning, inputting training data into the classification model for training to obtain a trained classification model based on cost sensitive learning, and inputting preprocessed real-time data into the trained classification model based on cost sensitive learning to obtain the prediction probability that the managed assets are fault equipment;
step S6: comparing the prediction probability with a preset threshold value, and judging whether the managed asset is fault equipment or normal equipment according to the comparison result;
step S7: and the out-of-band management system outputs a final judgment result.
Preferably, an out-of-band management interface technology is adopted to construct an operation and maintenance data network, and a B/S framework is adopted to construct an out-of-band management system.
Preferably, the out-of-band management system receives data of the baseboard management controller and stores the collected data in a system event log by using an instruction specified in an intelligent platform management interface specification.
Preferably, in step S2, the managed asset operation information data includes temperature, voltage, fan speed, power status, CPU, memory utilization, and failure asset operation information data, and the failure asset operation information data includes actual failure asset operation information data and artificial simulation failure asset operation information data.
Preferably, in step S3, the asset operation information data is manually labeled, and the actual faulty asset operation information data and the manually simulated faulty asset operation information data are both labeled as faulty devices, and the other asset operation information data are labeled as normal devices.
Preferably, in step S4, the training data is preprocessed by data cleaning, data transformation, and data normalization; the data cleaning is used for eliminating abnormal data; the data transformation makes the long tail distribution data accord with normal distribution by carrying out logarithmic conversion on the long tail distribution data, and meets the assumed condition of a linear model; the data standardization reduces the size difference between characteristic values by carrying out dimensionless processing on numerical characteristics, and avoids the interference of data with larger order of magnitude on data with smaller order of magnitude.
Preferably, in the data transformation process, through data exploration and analysis, the long-tail distribution characteristics are subjected to logarithmic transformation, and the specific calculation process is as follows:
A'=log(A);
wherein A is the long tail distribution characteristic, and A' is the result of the long tail distribution characteristic A after logarithmic transformation;
the formula of the calculation for normalizing the data is:
Figure BDA0002244739120000021
wherein X is the value of a certain column of characteristics, mu represents the mean value of the characteristics X, and sigma represents the standard deviation of the characteristics X;
after the eigenvalue X is centered according to the mean value mu and then scaled according to the standard deviation sigma, the eigenvalue X will follow the normal distribution with the mean value of 0 and the variance of 1.
Preferably, in step S5, the objective function of the classification model based on cost-sensitive learning is:
Figure BDA0002244739120000031
wherein, C0And C1Punishment factors of the misclassification of normal equipment and fault equipment respectively; l (y)i,fθ(xi) Is a loss function; y isiA real tag class representing an ith device; f. ofθ(xi) A prediction function that is a classification model based on cost sensitive learning; theta denotes the prediction function fθ(xi) The parameters of (1); x is the number ofiRepresenting the characteristic data of the ith device, wherein lambda R (theta) is a regularization term and represents the penalty to the complex model; lambda is not less than 0Regularization coefficients to trade-off empirical risk and model complexity; r (theta) is the model complexity.
The calculation formula for calculating the prediction probability that the managed asset is the failure device is as follows:
p(xi)=fθ(xi);
preferably, in step S5, the process of preprocessing the real-time data includes two steps of data transformation and data normalization.
Preferably, in step S6, if the prediction probability is greater than the threshold value, the managed asset is determined as a faulty device, and if the prediction probability is less than the threshold value, the managed asset is determined as a normal device; the specific formula for comparing the predicted probability that the managed asset is a failed device to the threshold is as follows:
Figure BDA0002244739120000032
wherein F represents equipment failure, T represents equipment normality, y (x)i) The prediction result of the ith equipment is shown, and only two results of fault equipment and normal equipment are taken; p (x)i) Representing the predicted probability for the ith device, α is a threshold.
According to the technical scheme, the method has the following advantages:
the method comprises the steps of installing a baseboard management controller on a managed asset, obtaining collected managed asset operation information data on the baseboard management controller through constructing an operation and maintenance data network and an out-of-band management system, marking and preprocessing the managed asset operation information data, inputting the preprocessed managed asset operation information data into a constructed classification model based on cost sensitive learning, outputting the prediction probability that the asset is a device fault, and comparing the prediction probability with a set threshold value to judge whether the asset is a faulty device.
According to the technical scheme, the managed assets are automatically detected based on the collected data by collecting the managed asset operation information data, whether the assets are fault assets is judged, the defect that manual detection is needed in the prior art is overcome, time cost and labor cost are greatly saved, and working efficiency is greatly improved;
another technical scheme in the above technical scheme has the following advantages: the asset informatization management is realized by acquiring the running state information data of the information infrastructure installed on the managed assets by using the out-of-band management interface technology, the asset management efficiency is improved, and in the process of distinguishing the assets, a classification model based on cost sensitive learning is used, so that the problem of class imbalance can be effectively solved, and the fault equipment can be accurately identified.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without inventive exercise.
FIG. 1 is a flow diagram of one embodiment of a method for asset failure identification provided by the present invention;
fig. 2 is a structural framework diagram of an embodiment of an asset failure identification method provided by the present invention.
Detailed Description
Embodiments of the present invention provide an asset fault identification method, which is used to solve the defect that in the prior art, in the management process of an information infrastructure, an information infrastructure needs to be periodically checked manually, and in order to make the objects, features, and advantages of the present invention more obvious and understandable, a technical solution in an embodiment of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the embodiments described below are only a part of embodiments of the present invention, but 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.
Referring to fig. 1 and fig. 2, fig. 1 is a flowchart of an asset fault identification method according to an embodiment of the present invention. Fig. 2 is a structural framework diagram of an asset fault identification method according to an embodiment of the present invention.
The asset failure identification method provided by the embodiment, as shown in fig. 1, includes the following steps:
step S1: as shown in fig. 2, a Baseboard Management Controller (BMC) is installed in the managed assets, and the BMC is responsible for monitoring and collecting the managed asset operation information data;
step S2: adopting an out-of-band management interface (IPMI) technology to construct an operation and maintenance data network and an out-of-band management system; the out-of-band management system accesses a baseboard management controller of the managed asset through an operation and maintenance data network and collects the managed asset operation information data from the baseboard management controller; the out-of-band management system performs centralized management on asset equipment through a special operation and maintenance data network channel independent of service data, realizes connection between the asset equipment and the out-of-band management system through a substrate management controller, transmits control information and data information through building an operation and maintenance data network separated from the service data network, performs data acquisition on various physical indexes of the managed asset, transmits the data to the out-of-band management system, and executes various control instructions from the out-of-band management system to realize automatic discovery and running state monitoring of the managed asset equipment.
Step S3: the out-of-band management system labels the collected managed asset operation information data to form label data;
step S4: performing data preprocessing operation on the label data, and taking the preprocessed label data as training data;
step S5: constructing a classification model based on cost-sensitive learning, inputting training data into the classification model based on cost-sensitive learning for training to obtain a trained classification model based on cost-sensitive learning, and then inputting the preprocessed real-time data into the trained classification model based on cost-sensitive learning to obtain the probability that the managed assets are faulty equipment;
step S6: setting a threshold value in an out-of-band management system, comparing the prediction probability of the managed asset as fault equipment with the threshold value, if the prediction probability is greater than the threshold value, judging the managed asset as fault equipment, and if the prediction probability is less than the threshold value, judging the managed asset as normal equipment;
step S7: and the out-of-band management system outputs a final judgment result.
As a preferred embodiment, in step S2, an out-of-band management interface technology is used to construct an operation and maintenance data network, a B/S framework is used to construct an out-of-band management system, and the out-of-band management system realizes asset automatic discovery and operation state monitoring by remotely accessing a baseboard management controller of a managed asset;
in a preferred embodiment, the out-of-band management system receives baseboard management controller data and saves the collected data in a system event log by using instructions specified in the intelligent platform management interface specification.
As a preferred embodiment, in step S2, the managed asset operation information data includes temperature, voltage, fan speed, power status, CPU, memory utilization, and failure asset operation information data, and the failure asset operation information data includes actual failure asset operation information data and artificial simulation failure asset operation information data.
As a preferred embodiment, in step S3, the asset operation information data is labeled manually, the actual faulty asset operation information data and the manually simulated faulty asset operation information data are both labeled as faulty devices, and the other asset operation information data are labeled as normal devices; in actual conditions, the number of the fault devices is small, and the number of the normal devices is large, so that the problem of unbalanced category in actual conditions is solved.
As a preferred embodiment, in step S4, the data preprocessing process includes data cleaning, data transformation, and data normalization; the data cleaning eliminates the data with the characteristic value not conforming to the common knowledge of the business and eliminates the characteristics containing a large number of null values, thereby reducing the influence of the data such as noise, missing values and the like on the model; the data transformation makes the long tail distribution data accord with normal distribution by carrying out logarithmic conversion on the long tail distribution data, and meets the assumed condition of a linear model; data standardization reduces the size difference between characteristic values by carrying out dimensionless processing on numerical characteristics, and avoids the interference of data with larger order of magnitude on data with smaller order of magnitude.
As a preferred embodiment, in the data transformation process, through data exploration and analysis, the long-tail distribution characteristics are logarithmically transformed, and the specific calculation process is as follows:
A'=log(A);
wherein A is the long tail distribution characteristic, and A' is the result of the long tail distribution characteristic A after logarithmic transformation;
the formula of the calculation for normalizing the data is:
Figure BDA0002244739120000061
wherein X is the value of a certain column of characteristics, mu represents the mean value of the characteristics X, and sigma represents the standard deviation of the characteristics X;
after the eigenvalue X is centered according to the mean value mu and then scaled according to the standard deviation sigma, the eigenvalue X will follow the normal distribution with the mean value of 0 and the variance of 1.
As a preferred embodiment, in step S5, the objective function of the classification model based on cost-sensitive learning is:
Figure BDA0002244739120000071
wherein, C0And C1Punishment factors of the misclassification of normal equipment and fault equipment respectively; l (y)i,fθ(xi) Is a Loss function, such as a Logarithmic Loss function (Logorithmic Loss Fun)Section) or Hinge loss function (Hinge LossFunction); y isiA real tag class representing an ith device; f. ofθ(xi) A prediction function that is a classification model based on cost sensitive learning; theta denotes the prediction function fθ(xi) The parameters of (1); x is the number ofiRepresenting the characteristic data of the ith device, wherein lambda R (theta) is a regularization term and represents the penalty to the complex model; lambda is more than or equal to 0 and is a regularization coefficient used for balancing experience risk and model complexity; r (θ) is the model complexity, e.g. L1Norm or L2And (4) norm.
As a preferred embodiment, in step S5, a predicted probability p (x) that the managed asset is a failed device is calculatedi) The calculation formula of (2) is as follows:
p(xi)=fθ(xi);
as a preferred embodiment, in step S6, the specific formula for comparing the predicted probability that the managed asset is a faulty device with the threshold value is as follows:
Figure BDA0002244739120000072
wherein F represents equipment failure, T represents equipment normality, y (x)i) The prediction result of the ith equipment is shown, and only two results of fault equipment and normal equipment are taken; p (x)i) Representing the predicted probability for the ith device, α is a threshold.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. An asset failure identification method, comprising the steps of:
step S1: the baseboard management controller monitors and collects managed asset operation information data;
step S2: the out-of-band management system acquires managed asset operation information data from the baseboard management controller through an operation and maintenance data network;
step S3: the out-of-band management system labels the acquired managed asset operation information data to form label data;
step S4: performing data preprocessing operation on the label data, and taking the label data subjected to the preprocessing operation as training data;
step S5: constructing a classification model based on cost sensitive learning, inputting training data into the classification model for training to obtain a trained classification model based on cost sensitive learning, and inputting preprocessed real-time data into the trained classification model based on cost sensitive learning to obtain the prediction probability that the managed assets are fault equipment;
step S6: comparing the prediction probability with a preset threshold value, and judging whether the managed asset is fault equipment or normal equipment according to the comparison result;
step S7: and the out-of-band management system outputs a final judgment result.
2. The asset fault identification method according to claim 1, wherein in step S2, an out-of-band management interface technology is used to construct the operation and maintenance data network, and a B/S framework is used to construct the out-of-band management system.
3. The asset failure recognition method of claim 2, wherein the out-of-band management system receives baseboard management controller data and saves the collected data in a system event log by using instructions specified in the intelligent platform management interface specification.
4. The asset failure recognition method according to claim 3, wherein in step S2, the managed asset operation information data includes temperature, voltage, fan speed, power status, CPU, memory utilization, and failed asset operation information data, and the failed asset operation information data includes actual failed asset operation information data and artificial simulated failed asset operation information data.
5. The asset failure recognition method according to claim 4, wherein in step S3, the asset operation information data is manually labeled, and the actual failed asset operation information data and the manually simulated failed asset operation information data are both labeled as failed devices, and the other asset operation information data are labeled as normal devices.
6. The asset failure recognition method according to claim 5, wherein in step S4, the training data is preprocessed by data cleaning, data transformation and data normalization; the data cleaning is used for eliminating abnormal data; the data transformation makes the long tail distribution data accord with normal distribution by carrying out logarithmic conversion on the long tail distribution data, and meets the assumed condition of a linear model; the data standardization reduces the size difference between characteristic values by carrying out dimensionless processing on numerical characteristics, and avoids the interference of data with larger order of magnitude on data with smaller order of magnitude.
7. The asset fault identification method according to claim 6, wherein in the data transformation process, the long tail distribution characteristics are logarithmically transformed through data exploration and analysis, and the specific calculation process is as follows:
A'=log(A);
wherein A is the long tail distribution characteristic, and A' is the result of the long tail distribution characteristic A after logarithmic transformation;
the formula of the calculation for normalizing the data is:
Figure FDA0002244739110000021
wherein X is the value of a certain column of characteristics, mu represents the mean value of the characteristics X, and sigma represents the standard deviation of the characteristics X;
after the eigenvalue X is centered according to the mean value mu and then scaled according to the standard deviation sigma, the eigenvalue X will follow the normal distribution with the mean value of 0 and the variance of 1.
8. The asset failure identification method according to claim 7, wherein in step S5, the objective function of the classification model based on the cost-sensitive learning is:
Figure FDA0002244739110000022
wherein, C0And C1Punishment factors of the misclassification of normal equipment and fault equipment respectively; l (y)i,fθ(xi) Is a loss function; y isiA real tag class representing an ith device; f. ofθ(xi) A prediction function that is a classification model based on cost sensitive learning; theta denotes the prediction function fθ(xi) The parameters of (1); x is the number ofiRepresenting the characteristic data of the ith device, wherein lambda R (theta) is a regularization term and represents the penalty to the complex model; lambda is more than or equal to 0 and is a regularization coefficient used for balancing experience risk and model complexity; r (theta) is the model complexity;
computing a predicted probability p (x) of a managed asset being a failed devicei) The calculation formula of (2) is as follows:
p(xi)=fθ(xi)。
9. the asset failure recognition method according to claim 8, wherein the step S5 of preprocessing the real-time data comprises two steps of data transformation and data normalization.
10. The asset failure recognition method according to claim 9, wherein in step S6, if the prediction probability is greater than the threshold, the managed asset is determined as a failed device, and if the prediction probability is less than the threshold, the managed asset is determined as a normal device; the specific formula for comparing the predicted probability that the managed asset is a failed device to the threshold is as follows:
Figure FDA0002244739110000031
wherein F represents equipment failure, T represents equipment normality, y (x)i) The prediction result of the ith equipment is shown, and only two results of fault equipment and normal equipment are taken; p (x)i) Representing the predicted probability for the ith device, α is a threshold.
CN201911012875.2A 2019-10-23 2019-10-23 Asset fault identification method Active CN110765486B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911012875.2A CN110765486B (en) 2019-10-23 2019-10-23 Asset fault identification method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911012875.2A CN110765486B (en) 2019-10-23 2019-10-23 Asset fault identification method

Publications (2)

Publication Number Publication Date
CN110765486A true CN110765486A (en) 2020-02-07
CN110765486B CN110765486B (en) 2024-01-26

Family

ID=69333798

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911012875.2A Active CN110765486B (en) 2019-10-23 2019-10-23 Asset fault identification method

Country Status (1)

Country Link
CN (1) CN110765486B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112434082A (en) * 2020-11-25 2021-03-02 平安普惠企业管理有限公司 Operation and maintenance resource management method, device, equipment and medium
CN113705896A (en) * 2021-08-30 2021-11-26 中国工商银行股份有限公司 Target equipment determination method and device and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107070726A (en) * 2017-05-22 2017-08-18 郑州云海信息技术有限公司 A kind of integrated management approach based on MDC
CN107918379A (en) * 2017-11-29 2018-04-17 东北大学 Based on the industrial big data incipient fault detection method for scheming semi-supervised cost-sensitive
CN108491305A (en) * 2018-03-09 2018-09-04 网宿科技股份有限公司 A kind of detection method and system of server failure
CN108768772A (en) * 2018-05-29 2018-11-06 南京航空航天大学 The fault detection method of self-organizing network based on cost-sensitive
CN110110905A (en) * 2019-04-17 2019-08-09 华电国际电力股份有限公司十里泉发电厂 A kind of electrical equipment fault based on CNN judges method for early warning, terminal and readable storage medium storing program for executing

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107070726A (en) * 2017-05-22 2017-08-18 郑州云海信息技术有限公司 A kind of integrated management approach based on MDC
CN107918379A (en) * 2017-11-29 2018-04-17 东北大学 Based on the industrial big data incipient fault detection method for scheming semi-supervised cost-sensitive
CN108491305A (en) * 2018-03-09 2018-09-04 网宿科技股份有限公司 A kind of detection method and system of server failure
CN108768772A (en) * 2018-05-29 2018-11-06 南京航空航天大学 The fault detection method of self-organizing network based on cost-sensitive
CN110110905A (en) * 2019-04-17 2019-08-09 华电国际电力股份有限公司十里泉发电厂 A kind of electrical equipment fault based on CNN judges method for early warning, terminal and readable storage medium storing program for executing

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112434082A (en) * 2020-11-25 2021-03-02 平安普惠企业管理有限公司 Operation and maintenance resource management method, device, equipment and medium
CN113705896A (en) * 2021-08-30 2021-11-26 中国工商银行股份有限公司 Target equipment determination method and device and electronic equipment

Also Published As

Publication number Publication date
CN110765486B (en) 2024-01-26

Similar Documents

Publication Publication Date Title
CN107220469B (en) Method and system for estimating state of fan
WO2019080367A1 (en) Method for evaluating health status of mechanical device
CN112097365A (en) Air conditioner fault detection and identification method and device based on prediction and classification model
CN114328198A (en) System fault detection method, device, equipment and medium
CN110865924B (en) Health degree diagnosis method and health diagnosis framework for internal server of power information system
CN112629905A (en) Equipment anomaly detection method and system based on deep learning and computer medium
CN110765486A (en) Asset fault identification method
US20210232104A1 (en) Method and system for identifying and forecasting the development of faults in equipment
CN109598308A (en) A kind of data processing platform (DPP) and method judging automatically equipment fault
CN109491339B (en) Big data-based substation equipment running state early warning system
CN115640698A (en) Fault early warning system for hydropower station operation equipment
CN111696097A (en) Cable on-line monitoring method and device
CN115060312A (en) Building material safety monitoring system based on artificial intelligence
CN117391675B (en) Data center infrastructure operation and maintenance management method
CN113093695A (en) Data-driven SDN controller fault diagnosis system
KR20230081759A (en) Integrated management systme for clean room management based on artifical intelligence and method thereof
CN117113157B (en) Platform district power consumption fault detection system based on artificial intelligence
CN117875946B (en) Man-machine collaborative autonomous infrared inspection method for operation and maintenance of transformer substation equipment
CN115307670B (en) Method, apparatus and medium for locating central air conditioning system anomaly sensors
CN117764422B (en) Intelligent energy-saving operation and maintenance management cloud platform
CN112187555B (en) Real-time KPI data anomaly detection method and device based on machine learning
CN117648568B (en) Water meter metering big data optimization processing method and system based on Internet of things
CN110633874B (en) Transformer substation secondary equipment state monitoring method and readable storage medium
CN117728582B (en) 5G power monitoring system with self-adaptive judging capability
KR102573254B1 (en) System for predicting and analyzing trouble of mechanical equipment using federated learning

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