CN114297015A - Configuration checking method, system, equipment and medium for server - Google Patents
Configuration checking method, system, equipment and medium for server Download PDFInfo
- Publication number
- CN114297015A CN114297015A CN202111436925.7A CN202111436925A CN114297015A CN 114297015 A CN114297015 A CN 114297015A CN 202111436925 A CN202111436925 A CN 202111436925A CN 114297015 A CN114297015 A CN 114297015A
- Authority
- CN
- China
- Prior art keywords
- information
- detected
- configuration
- pieces
- item
- 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
- 238000000034 method Methods 0.000 title claims abstract description 29
- 238000001514 detection method Methods 0.000 claims description 23
- 230000004044 response Effects 0.000 claims description 12
- 238000004590 computer program Methods 0.000 claims description 8
- 238000012216 screening Methods 0.000 abstract description 17
- 238000010586 diagram Methods 0.000 description 6
- 238000007689 inspection Methods 0.000 description 3
- 230000008859 change Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000008569 process Effects 0.000 description 2
- 230000002159 abnormal effect Effects 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 230000014509 gene expression Effects 0.000 description 1
- 230000008676 import Effects 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000012545 processing Methods 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
- 238000012360 testing method Methods 0.000 description 1
Images
Landscapes
- Debugging And Monitoring (AREA)
Abstract
The invention discloses a configuration checking method of a server, which comprises the following steps: acquiring the machine model and configuration information according to the received package number to be detected; acquiring a plurality of pieces of first to-be-detected item information according to the model number and acquiring a plurality of pieces of second to-be-detected item information according to the configuration information; acquiring a plurality of configuration files of a server to be detected under a preset directory; and detecting the configuration files by using the machine model, the first information to be detected and the second information to be detected. The invention also discloses a system, a computer device and a readable storage medium. The scheme provided by the invention can carry out joint check according to the imported related documents, and carry out detailed comparison and screening on the inquired information and each configuration file in the conf directory, thereby being efficient, convenient and accurate.
Description
Technical Field
The invention relates to the field of servers, in particular to a configuration checking method, a configuration checking system, configuration checking equipment and a storage medium of a server.
Background
During the production process of the server, the client can add a self diagnostic program, and mainly carry out configuration check and performance stress test of the server to confirm that the produced server meets the expectation of the client. Wherein the configuration checking portion of the diagnostic program is more demanding on various configuration details of the server. When a diagnostic program is used to perform configuration check on a server, the operation of the whole diagnostic program is often failed due to inaccurate and incomplete program configuration check files, so that the diagnostic efficiency is affected, and the productivity and the delivery progress are affected. Therefore, before the diagnostic program is put into use, the configuration inspection part of the diagnostic program needs to be checked and screened to ensure the accuracy and completeness of the diagnostic program, and a manual comparison screening mode is usually adopted at present.
As hundreds of packages are involved, each package has different configuration and different application materials, the related information is very complicated, the configuration checking part of the diagnostic program has different processing modes according to different types of components, the current manual screening mode can only screen the change points between the new version and the old version by means of some simple file comparison tools, and the operation efficiency is low and the error is easy to occur in the screening work of the accuracy of the change points and the accuracy and completeness of all configuration information of a certain package.
Disclosure of Invention
In view of the above, in order to overcome at least one aspect of the above problems, an embodiment of the present invention provides a configuration checking method for a server, including:
acquiring the machine model and configuration information according to the received package number to be detected;
acquiring a plurality of pieces of first to-be-detected item information according to the model number and acquiring a plurality of pieces of second to-be-detected item information according to the configuration information;
acquiring a plurality of configuration files of a server to be detected under a preset directory;
and detecting the configuration files by using the machine model, the first information to be detected and the second information to be detected.
In some embodiments, further comprising:
the method includes creating a first information table including a package number, a machine type number, and configuration information, creating a second information table including the machine type number, a plurality of first items to be detected, and creating a third information table including a plurality of second items to be detected.
In some embodiments, obtaining the machine model and the configuration information according to the received package number to be detected further includes:
and acquiring the machine type number and the configuration information corresponding to the received package number to be detected from the first information table.
In some embodiments, obtaining a plurality of pieces of information of a first item to be detected according to the model number and obtaining a plurality of pieces of information of a second item to be detected according to the configuration information further includes:
and acquiring a plurality of pieces of first to-be-detected item information corresponding to the model number from the second information table and acquiring a plurality of pieces of second to-be-detected item information corresponding to the configuration information from the third information table.
In some embodiments, the detecting the plurality of configuration files by using the model number, the plurality of pieces of information of the first item to be detected, and the plurality of pieces of information of the second item to be detected further includes:
in response to the machine model number not being retrieved in the first configuration file, recording the package number and machine model number in a first error log;
and in response to that a plurality of pieces of first to-be-detected item information are not matched with information in a first configuration file, recording the package number, the model number and the unmatched first to-be-detected item information into the first error log.
In some embodiments, further comprising:
and in response to the fact that the plurality of pieces of second detection item information are not matched with the information in the second configuration file, recording the package number, the model number and the unmatched second item information to be detected into a second error log.
In some embodiments, further comprising:
and respectively detecting in the corresponding configuration files by using each piece of second detection item information to determine whether the configuration files corresponding to each piece of second detection item information are matched, and recording the unmatched second detection item information into the corresponding error log.
Based on the same inventive concept, according to another aspect of the present invention, an embodiment of the present invention further provides a configuration checking system of a server, including:
the receiving module is configured to acquire the machine model and the configuration information according to the received package number to be detected;
the first acquisition module is configured to acquire a plurality of pieces of first to-be-detected item information according to the model number and acquire a plurality of pieces of second to-be-detected item information according to the configuration information;
the second acquisition module is configured to acquire a plurality of configuration files of the server to be detected under the preset directory;
the detection module is configured to detect the configuration files by using the model number, the first information to be detected and the second information to be detected.
Based on the same inventive concept, according to another aspect of the present invention, an embodiment of the present invention further provides a computer apparatus, including:
at least one processor; and
a memory storing a computer program operable on the processor, wherein the processor executes the program to perform the steps of any of the server configuration checking methods described above.
Based on the same inventive concept, according to another aspect of the present invention, an embodiment of the present invention further provides a computer-readable storage medium storing a computer program which, when executed by a processor, performs the steps of any of the server configuration checking methods described above.
The invention has one of the following beneficial technical effects: the scheme provided by the invention can carry out joint check according to the imported related documents, and carry out detailed comparison and screening on the inquired information and each configuration file in the conf directory, thereby being efficient, convenient and accurate.
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 it is obvious for those skilled in the art that other embodiments can be obtained by using the drawings without creative efforts.
Fig. 1 is a schematic flowchart of a configuration checking method for a server according to an embodiment of the present invention;
FIG. 2 is a diagram of a first table of information provided by an embodiment of the present invention;
FIG. 3 is a diagram illustrating a second table of information according to an embodiment of the present invention;
FIG. 4 is a diagram of a third table of information provided by an embodiment of the present invention;
FIG. 5 is a schematic structural diagram of a configuration checking system of a server according to an embodiment of the present invention;
FIG. 6 is a schematic structural diagram of a computer device provided in an embodiment of the present invention;
fig. 7 is a schematic structural diagram of a computer-readable storage medium according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention are described in further detail with reference to the accompanying drawings.
It should be noted that all expressions using "first" and "second" in the embodiments of the present invention are used for distinguishing two entities with the same name but different names or different parameters, and it should be noted that "first" and "second" are merely for convenience of description and should not be construed as limitations of the embodiments of the present invention, and they are not described in any more detail in the following embodiments.
According to an aspect of the present invention, an embodiment of the present invention provides a configuration checking method for a server, which may include, as shown in fig. 1, the steps of:
s1, acquiring the machine model and configuration information according to the received package number to be detected;
s2, acquiring a plurality of pieces of first item information to be detected according to the model number and acquiring a plurality of pieces of second item information to be detected according to the configuration information;
s3, acquiring a plurality of configuration files of the server to be detected under a preset directory;
and S4, detecting the configuration files by using the model number, the first information to be detected and the second information to be detected.
The scheme provided by the invention can carry out joint check according to the imported related documents, and carry out detailed comparison and screening on the inquired information and each configuration file in the conf directory, thereby being efficient, convenient and accurate.
In some embodiments, further comprising:
the method includes creating a first information table including a package number, a machine type number, and configuration information, creating a second information table including the machine type number, a plurality of first items to be detected, and creating a third information table including a plurality of second items to be detected.
Specifically, as shown in fig. 2, the first information table may be a package configuration table, where a model number, a package number, and configuration detailed information are recorded in the table, and the configuration information may include the model number and the number of each hardware, such as the model number and the number of a CPU, a memory, nvme, an HDD, an FPGA, a GPU, and an NIC. As shown in fig. 3, the second information table may be a model information table, and may include a model number and a plurality of first items to be detected corresponding to the model number. The first item to be detected can be a BIOS version number and a BMC version number, and each machine type can correspond to a plurality of effective BIOS version numbers and/or BMC version numbers. As shown in fig. 4, the third information table may be an AVL information table, in which a plurality of second detection items, for example, detailed information of CPU, MEM, SSD, HDD, NIC, FPGA, GPU, etc., are recorded, and mainly include manufacturer, model, capacity, FW (may be multiple valid, used/divided). Wherein the squares in figure 4 represent empty.
In some embodiments, obtaining the machine model and the configuration information according to the received package number to be detected further includes:
and acquiring the machine type number and the configuration information corresponding to the received package number to be detected from the first information table.
In some embodiments, obtaining a plurality of pieces of information of a first item to be detected according to the model number and obtaining a plurality of pieces of information of a second item to be detected according to the configuration information further includes:
and acquiring a plurality of pieces of first to-be-detected item information corresponding to the model number from the second information table and acquiring a plurality of pieces of second to-be-detected item information corresponding to the configuration information from the third information table.
In some embodiments, the detecting the plurality of configuration files by using the model number, the plurality of pieces of information of the first item to be detected, and the plurality of pieces of information of the second item to be detected further includes:
in response to the machine model number not being retrieved in the first configuration file, recording the package number and machine model number in a first error log;
and in response to that a plurality of pieces of first to-be-detected item information are not matched with information in a first configuration file, recording the package number, the model number and the unmatched first to-be-detected item information into the first error log.
In some embodiments, further comprising:
and in response to the fact that the plurality of pieces of second detection item information are not matched with the information in the second configuration file, recording the package number, the model number and the unmatched second item information to be detected into a second error log.
In some embodiments, further comprising:
and respectively detecting in the corresponding configuration files by using each piece of second detection item information to determine whether the configuration files corresponding to each piece of second detection item information are matched, and recording the unmatched second detection item information into the corresponding error log.
Specifically, the program conf directory (containing all the child configuration files) may be imported into the software, and then the package name to be checked is entered: such as a11G1, then model information screening can be performed:
a) the model of the machine is obtained in the package configuration table according to the package name: NF5280M 5;
b) acquiring a BIOS BMC version number in a machine type information table according to the machine type number;
c) searching a support configuration table under a program conf catalog for a machine model NF5280M5, and if the machine model NF5280M5 cannot be searched, recording the information package name and the machine model number information into a support.
If the model number is searched, acquiring the subsequent BIOS and BMC version number to compare with the information acquired in b), if the information in b) is included, the check is passed, otherwise, recording the information such as the package name model number FW version and the like into the support.
Then carrying out detailed screening on package configuration information:
a) acquiring configuration detailed information in a package configuration table according to the package name, specifically to the type number and quantity of CPU MEM SSD HDD FPGAGPU NIC and the like, a network card mode and the like;
b) according to the package configuration detailed information, retrieving all material information meeting configuration requirements, such as a CPU MEM SSD HDD GPU NIC, in an AVL information table;
c) according to the material information, a program conf is removed to search package names A11G1 in a suit configuration table, the number of types of CPUs, the number and topology of memory capacity, the number of capacity of hard disks, the number and number of types of GPUs, the number and number of types of FPGA cards and the number and number of types of network cards are checked in sequence, and if the number and the number are not matched with the package configuration information and the material information, error information is recorded into suiter.log;
d) searching in a CPU configuration file under a conf directory of the program according to the CPU model information, and if the corresponding information cannot be searched, recording the corresponding information into a CPU err.log;
e) searching in the mem configuration file under the conf directory according to the CPU model, the memory capacity and the number, continuing the subsequent search if records corresponding to the CPU and the memory capacity and the number are searched, and recording the corresponding information into the memerr.log if the records are not searched;
f) and searching in the mm configuration file under the conf directory according to the memory model, searching the record of the corresponding model, matching the related parameters, and recording error information into mmerr.
g) By analogy, whether the matched material information of hdd, nvme, ssd, nic and the like is matched with the information in the corresponding configuration file under the conf directory is retrieved in sequence, and when the matching is abnormal, the error information is recorded into the corresponding ERRLog;
and after all searches are finished, if the xr log exists, the screening reports errors, the testers are reminded to check all err information, if the err log does not exist, the screening is passed, and the current program configuration information can meet the configuration checking work of the screened package.
In some embodiments, during screening, screening of multiple packages at a time is also supported, only multiple package numbers need to be separated, screening package list import is also supported, package names are well maintained in a document at intervals, then the screening list is imported, and software can screen configuration files of all target packages in sequence according to the embodiments.
The invention adopts the mode of multi-document joint inspection and multi-configuration file screening, can quickly and accurately realize automatic screening of the configuration inspection program, and is efficient, convenient and accurate compared with the existing manual inspection mode.
Based on the same inventive concept, according to another aspect of the present invention, an embodiment of the present invention further provides a configuration checking system 400 of a server, as shown in fig. 5, including:
the receiving module 401 is configured to obtain a machine model and configuration information according to the received package number to be detected;
a first obtaining module 402, configured to obtain a plurality of pieces of first information to be detected according to the model number and obtain a plurality of pieces of second information to be detected according to the configuration information;
a second obtaining module 403, configured to obtain a plurality of configuration files of a server to be detected in a preset directory;
a detecting module 404 configured to detect the configuration files by using the model number, the first information to be detected, and the second information to be detected.
In some embodiments, the system further comprises a creation module configured to:
the method includes creating a first information table including a package number, a machine type number, and configuration information, creating a second information table including the machine type number, a plurality of first items to be detected, and creating a third information table including a plurality of second items to be detected.
In some embodiments, the receiving module 401 is further configured to:
and acquiring the machine type number and the configuration information corresponding to the received package number to be detected from the first information table.
In some embodiments, the detection module 404 is further configured to:
and acquiring a plurality of pieces of first to-be-detected item information corresponding to the model number from the second information table and acquiring a plurality of pieces of second to-be-detected item information corresponding to the configuration information from the third information table.
In some embodiments, the detection module 404 is further configured to:
in response to the machine model number not being retrieved in the first configuration file, recording the package number and machine model number in a first error log;
and in response to that a plurality of pieces of first to-be-detected item information are not matched with information in a first configuration file, recording the package number, the model number and the unmatched first to-be-detected item information into the first error log.
In some embodiments, the detection module 404 is further configured to:
and in response to the fact that the plurality of pieces of second detection item information are not matched with the information in the second configuration file, recording the package number, the model number and the unmatched second item information to be detected into a second error log.
In some embodiments, the detection module 404 is further configured to:
and respectively detecting in the corresponding configuration files by using each piece of second detection item information to determine whether the configuration files corresponding to each piece of second detection item information are matched, and recording the unmatched second detection item information into the corresponding error log.
The scheme provided by the invention can carry out joint check according to the imported related documents, and carry out detailed comparison and screening on the inquired information and each configuration file in the conf directory, thereby being efficient, convenient and accurate.
Based on the same inventive concept, according to another aspect of the present invention, as shown in fig. 6, an embodiment of the present invention further provides a computer apparatus 501, including:
at least one processor 520; and
a memory 510, the memory 510 storing a computer program 511 executable on the processor, the processor 520 executing the program to perform the steps of any of the above described configuration checking methods for a server.
Based on the same inventive concept, according to another aspect of the present invention, as shown in fig. 7, an embodiment of the present invention further provides a computer-readable storage medium 601, where the computer-readable storage medium 601 stores computer program instructions 610, and the computer program instructions 610, when executed by a processor, perform the steps of the configuration checking method of any one of the servers as above.
Finally, it should be noted that, as will be understood by those skilled in the art, all or part of the processes of the methods of the above embodiments may be implemented by a computer program, which may be stored in a computer-readable storage medium, and when executed, may include the processes of the embodiments of the methods described above.
Further, it should be appreciated that the computer-readable storage media (e.g., memory) herein can be either volatile memory or nonvolatile memory, or can include both volatile and nonvolatile memory.
Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as software or hardware depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the disclosed embodiments of the present invention.
The foregoing is an exemplary embodiment of the present disclosure, but it should be noted that various changes and modifications could be made herein without departing from the scope of the present disclosure as defined by the appended claims. The functions, steps and/or actions of the method claims in accordance with the disclosed embodiments described herein need not be performed in any particular order. Furthermore, although elements of the disclosed embodiments of the invention may be described or claimed in the singular, the plural is contemplated unless limitation to the singular is explicitly stated.
It should be understood that, as used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly supports the exception. It should also be understood that "and/or" as used herein is meant to include any and all possible combinations of one or more of the associated listed items.
The numbers of the embodiments disclosed in the embodiments of the present invention are merely for description, and do not represent the merits of the embodiments.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, and the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, of embodiments of the invention is limited to these examples; within the idea of an embodiment of the invention, also technical features in the above embodiment or in different embodiments may be combined and there are many other variations of the different aspects of the embodiments of the invention as described above, which are not provided in detail for the sake of brevity. Therefore, any omissions, modifications, substitutions, improvements, and the like that may be made without departing from the spirit and principles of the embodiments of the present invention are intended to be included within the scope of the embodiments of the present invention.
Claims (10)
1. A configuration checking method for a server, comprising the steps of:
acquiring the machine model and configuration information according to the received package number to be detected;
acquiring a plurality of pieces of first to-be-detected item information according to the model number and acquiring a plurality of pieces of second to-be-detected item information according to the configuration information;
acquiring a plurality of configuration files of a server to be detected under a preset directory;
and detecting the configuration files by using the machine model, the first information to be detected and the second information to be detected.
2. The method of claim 1, further comprising:
the method includes creating a first information table including a package number, a machine type number, and configuration information, creating a second information table including the machine type number, a plurality of first items to be detected, and creating a third information table including a plurality of second items to be detected.
3. The method of claim 2, wherein the obtaining of the machine model and configuration information according to the received package number to be detected further comprises:
and acquiring the machine type number and the configuration information corresponding to the received package number to be detected from the first information table.
4. The method of claim 2, wherein obtaining a plurality of pieces of information of a first item to be detected according to the model number and obtaining a plurality of pieces of information of a second item to be detected according to the configuration information, further comprises:
and acquiring a plurality of pieces of first to-be-detected item information corresponding to the model number from the second information table and acquiring a plurality of pieces of second to-be-detected item information corresponding to the configuration information from the third information table.
5. The method of claim 1, wherein the plurality of profiles are detected using the model number, a plurality of pieces of information of the first item to be detected, and a plurality of pieces of information of the second item to be detected, further comprising:
in response to the machine model number not being retrieved in the first configuration file, recording the package number and machine model number in a first error log;
and in response to that a plurality of pieces of first to-be-detected item information are not matched with information in a first configuration file, recording the package number, the model number and the unmatched first to-be-detected item information into the first error log.
6. The method of claim 5, further comprising:
and in response to the fact that the plurality of pieces of second detection item information are not matched with the information in the second configuration file, recording the package number, the model number and the unmatched second item information to be detected into a second error log.
7. The method of claim 6, further comprising:
and respectively detecting in the corresponding configuration files by using each piece of second detection item information to determine whether the configuration files corresponding to each piece of second detection item information are matched, and recording the unmatched second detection item information into the corresponding error log.
8. A configuration checking system of a server, comprising:
the receiving module is configured to acquire the machine model and the configuration information according to the received package number to be detected;
the first acquisition module is configured to acquire a plurality of pieces of first to-be-detected item information according to the model number and acquire a plurality of pieces of second to-be-detected item information according to the configuration information;
the second acquisition module is configured to acquire a plurality of configuration files of the server to be detected under the preset directory;
the detection module is configured to detect the configuration files by using the model number, the first information to be detected and the second information to be detected.
9. A computer device, comprising:
at least one processor; and
memory storing a computer program operable on the processor, wherein the processor executes the program to perform the steps of the method according to any of claims 1-7.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, is adapted to carry out the steps of the method according to any one of claims 1 to 7.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111436925.7A CN114297015B (en) | 2021-11-29 | 2021-11-29 | Configuration checking method, system, equipment and medium of server |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111436925.7A CN114297015B (en) | 2021-11-29 | 2021-11-29 | Configuration checking method, system, equipment and medium of server |
Publications (2)
Publication Number | Publication Date |
---|---|
CN114297015A true CN114297015A (en) | 2022-04-08 |
CN114297015B CN114297015B (en) | 2024-01-16 |
Family
ID=80965256
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202111436925.7A Active CN114297015B (en) | 2021-11-29 | 2021-11-29 | Configuration checking method, system, equipment and medium of server |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114297015B (en) |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104765664A (en) * | 2014-01-08 | 2015-07-08 | 鸿富锦精密工业(深圳)有限公司 | PCI (Peripheral Component Interface) equipment detection system and method |
WO2015131643A1 (en) * | 2014-03-07 | 2015-09-11 | 北京奇虎科技有限公司 | Software detection method and device |
CN109508267A (en) * | 2018-11-09 | 2019-03-22 | 郑州云海信息技术有限公司 | A kind of server hardware configuration detection method, device, equipment and storage medium |
CN112948329A (en) * | 2019-12-11 | 2021-06-11 | 中盈优创资讯科技有限公司 | Method and device for comparing equipment configuration files |
-
2021
- 2021-11-29 CN CN202111436925.7A patent/CN114297015B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104765664A (en) * | 2014-01-08 | 2015-07-08 | 鸿富锦精密工业(深圳)有限公司 | PCI (Peripheral Component Interface) equipment detection system and method |
WO2015131643A1 (en) * | 2014-03-07 | 2015-09-11 | 北京奇虎科技有限公司 | Software detection method and device |
CN109508267A (en) * | 2018-11-09 | 2019-03-22 | 郑州云海信息技术有限公司 | A kind of server hardware configuration detection method, device, equipment and storage medium |
CN112948329A (en) * | 2019-12-11 | 2021-06-11 | 中盈优创资讯科技有限公司 | Method and device for comparing equipment configuration files |
Also Published As
Publication number | Publication date |
---|---|
CN114297015B (en) | 2024-01-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110781231B (en) | Database-based batch import method, device, equipment and storage medium | |
US8140565B2 (en) | Autonomic information management system (IMS) mainframe database pointer error diagnostic data extraction | |
EP2960799A1 (en) | Defect localization in software integration tests | |
US20080120601A1 (en) | Information processing apparatus, method and program for deciding priority of test case to be carried out in regression test background of the invention | |
CN110704475A (en) | Method and system for comparing ETL loading table structures | |
CN112307124A (en) | Database synchronization verification method, device, equipment and storage medium | |
CN111309586B (en) | Command testing method and device and storage medium thereof | |
CN105868956A (en) | Data processing method and device | |
CN114996127A (en) | Intelligent test method and system for solid state disk firmware module | |
CN114297015B (en) | Configuration checking method, system, equipment and medium of server | |
CN114141302A (en) | Test method of solid state disk and electronic equipment | |
CN112597747A (en) | Data table checking method and device, electronic equipment and storage medium | |
CN111124809A (en) | Test method and device for server sensor system | |
CN114676126B (en) | Database-based data verification method, device, equipment and storage medium | |
CN113342675B (en) | Mapping method and device of tested module, and testing method and system | |
CN114070737B (en) | Method and device for checking configuration data of equipment, storage medium and electronic equipment | |
CN113031995B (en) | Rule updating method and device, storage medium and electronic equipment | |
CN113052532B (en) | Bill of materials detection method, apparatus, device and medium | |
CN115098401A (en) | HTML report verification method and device, electronic equipment and storage medium | |
CN105765908B (en) | A kind of multi-site automatic update method, client and system | |
CN110955710B (en) | Dirty data processing method and device in data exchange operation | |
CN100517243C (en) | Open type system for collecting testing data and method thereof | |
CN105227333B (en) | The method and apparatus of network element device data maintenance | |
CN113282505A (en) | Software test progress analysis method, device, equipment and storage medium | |
CN112214409B (en) | Operation and maintenance method and device used in test environment |
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 |