CN112486717A - Method, system, terminal and storage medium for verifying consistency of disk data - Google Patents

Method, system, terminal and storage medium for verifying consistency of disk data Download PDF

Info

Publication number
CN112486717A
CN112486717A CN202011294373.6A CN202011294373A CN112486717A CN 112486717 A CN112486717 A CN 112486717A CN 202011294373 A CN202011294373 A CN 202011294373A CN 112486717 A CN112486717 A CN 112486717A
Authority
CN
China
Prior art keywords
file
disk
value
fault
compression
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.)
Withdrawn
Application number
CN202011294373.6A
Other languages
Chinese (zh)
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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202011294373.6A priority Critical patent/CN112486717A/en
Publication of CN112486717A publication Critical patent/CN112486717A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • 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/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0706Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
    • G06F11/0727Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in a storage system, e.g. in a DASD or network based storage system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/26Functional testing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a method, a system, a terminal and a storage medium for verifying consistency of disk data, wherein the method comprises the following steps: acquiring a corresponding numerical value of the full logical block address of the disk, and taking a compressed file of the corresponding numerical value as a first file; injecting a fault into the running scene of the disk, acquiring a value corresponding to the full logical block address of the disk after the fault, and taking a compressed file of the value corresponding to the fault after the fault as a second file; and judging whether the first file is matched with the second file or not, and if so, judging that the disk passes the verification. The method can quickly detect the consistency of the data of the large-capacity disk, does not need to import a large file into the disk, improves the testing efficiency, can directly feed back the data consistency of the disk, and improves the testing accuracy.

Description

Method, system, terminal and storage medium for verifying consistency of disk data
Technical Field
The invention relates to the technical field of disk testing, in particular to a disk data consistency checking method, a system, a terminal and a storage medium.
Background
The consistency of the disk data refers to that the disk data cannot be covered or lost under special scenes such as restart of a storage controller, storage and host network failure, power-off of storage equipment and the like, and the method is an important index for checking the data protection capability of the storage equipment and an important test item for storage test.
The current common method for checking the consistency of the disk data is to mount a file system, copy a large file to a target disk, and check the consistency of the disk data laterally by checking the MD5 value of the file before and after a special scene.
The existing disk data consistency checking method has the following defects: 1. operations such as mounting a file system, copying a large file, obtaining an MD5 value of the file are complex, and much time is consumed; 2. the method is actually the data consistency of the verified file, but not the data consistency of the directly fed back disk, if the disk sector outside the verified file is damaged in a fault scene, the conclusion obtained by the test method is wrong; 3. the files used for verification need to be large enough, the standard of how large the files meet the requirements varies from person to person, and the test result cannot be guaranteed; 4. the current wave storage supports the largest disk 512T, and for the hard disk with large capacity, the data consistency check cannot be completed in a short time.
Disclosure of Invention
In view of the above-mentioned deficiencies of the prior art, the present invention provides a method, a system, a terminal and a storage medium for verifying consistency of disk data, so as to solve the above-mentioned technical problems.
In a first aspect, the present invention provides a method for checking consistency of disk data, including:
acquiring a corresponding numerical value of the full logical block address of the disk, and taking a compressed file of the corresponding numerical value as a first file;
injecting a fault into the running scene of the disk, acquiring a value corresponding to the full logical block address of the disk after the fault, and taking a compressed file of the value corresponding to the fault after the fault as a second file;
and judging whether the first file is matched with the second file or not, and if so, judging that the disk passes the verification.
Further, the obtaining a corresponding numerical value of the disk full logical block address, and using the compressed file of the corresponding numerical value as a first file includes:
specifying a single-pass compression bit number;
collecting a 2-system corresponding numerical value of the single compression digit as a compression numerical value;
converting the extracted compressed numerical value into a 16-system character, and storing the 16-system character to the first file;
and circularly acquiring a compression value to compress until the compression of the corresponding value of the full logical block address of the disk is completed.
Further, the injecting the fault into the operation scenario of the disk includes:
setting a fault injection script, wherein the fault injection script comprises power-off and controller plugging;
and after the first file is monitored to be established, executing the fault injection script.
Further, the determining whether the first file is matched with the second file includes:
calculating a first information abstract value of the first file;
calculating a second information abstract value of the second file;
judging whether the first information abstract value is consistent with the second information abstract value:
and if so, judging that the first file is matched with the second file.
In a second aspect, the present invention provides a disk data consistency checking system, including:
the standard storage unit is configured to acquire a corresponding numerical value of a disk full-scale logical block address and take a compressed file of the corresponding numerical value as a first file;
the fault simulation unit is configured to inject a fault into an operation scene of the disk, acquire a post-fault corresponding value of a full logical block address of the disk, and use a compressed file of the post-fault corresponding value as a second file;
and the result acquisition unit is configured to judge whether the first file and the second file are matched, and if the first file and the second file are matched, the disk passes the verification.
Further, the standard storage unit includes:
the digit specifying module is configured to specify a single-time compression digit;
the single acquisition module is configured to acquire a 2-system corresponding numerical value of the single compression digit as a compression numerical value;
the numerical value compression module is configured to convert the extracted compressed numerical value into a 16-system character and store the 16-system character to the first file;
and the compression completion module is configured for circularly acquiring the compression values to compress until the compression of the corresponding values of the full logical block addresses of the disk is completed.
Further, the fault injection unit includes:
the script setting module is configured for setting a fault injection script, and the fault injection script comprises power-off and controller plugging;
and the script execution module is configured to execute the fault injection script after monitoring that the first file is created.
Further, the result obtaining unit includes:
the first calculation module is configured to calculate a first information abstract value of the first file;
the second calculation module is configured to calculate a second information digest value of the second file;
the consistency judging module is configured to judge whether the first information abstract value is consistent with the second information abstract value;
and the matching judgment module is configured to judge that the first file is matched with the second file if the first information abstract value is consistent with the second information abstract value.
In a third aspect, a terminal is provided, including:
a processor, a memory, wherein,
the memory is used for storing a computer program which,
the processor is used for calling and running the computer program from the memory so as to make the terminal execute the method of the terminal.
In a fourth aspect, a computer storage medium is provided having stored therein instructions that, when executed on a computer, cause the computer to perform the method of the above aspects.
The beneficial effect of the invention is that,
according to the disk data consistency verification method, the system, the terminal and the storage medium provided by the invention, the consistency of high-capacity disk data is quickly judged by compressing the corresponding numerical value of the full Logical Block Address (LBA), then summarizing the compressed numerical value into a file according to the sequential positions of the LBA and judging the consistency of the compressed file of the corresponding numerical value of the full Logical Block Address (LBA) with sequential faults. The method can quickly detect the consistency of the data of the large-capacity disk, does not need to import a large file into the disk, improves the testing efficiency, can directly feed back the data consistency of the disk, and improves the testing accuracy.
In addition, the invention has reliable design principle, simple structure and very wide application prospect.
Drawings
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present invention, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention.
FIG. 2 is a schematic block diagram of a system of one embodiment of the present invention.
Fig. 3 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
In order to make those skilled in the art better understand the technical solution of the present invention, the technical solution in the embodiment of the present invention will be clearly and completely described below with reference to the drawings in the embodiment of the present invention, and it is obvious that the described embodiment is only a part of the embodiment 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.
The following explains key terms appearing in the present invention.
English abbreviation: LBA
English is called as a whole: logical Block Address
Chinese characters are fully called: logical Block Address (LBA) is a general mechanism that describes the Block in which data is located on a computer storage device, and is typically used in secondary storage devices such as hard disks. The LBA may mean an address of a certain data block or a data block to which a certain address points.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention. The execution subject in fig. 1 may be a disk data consistency check system.
As shown in fig. 1, the method 100 includes:
step 110, acquiring a corresponding numerical value of a disk full-scale logical block address, and taking a compressed file of the corresponding numerical value as a first file;
step 120, injecting a fault into the running scene of the disk, acquiring a value corresponding to the full logical block address of the disk after the fault, and taking a compressed file of the value corresponding to the fault as a second file;
step 130, judging whether the first file is matched with the second file, and if the first file is matched with the second file, judging that the disk passes the verification.
Specifically, the disk data consistency verification method includes:
s1, obtaining the corresponding numerical value of the disk full logical block address, and using the compressed file of the corresponding numerical value as the first file.
Inquiring a corresponding numerical value of the full-scale LBA of the disk through an LBA parameter inquiry tool (IOD), and after inquiring a 1024-bit LBA, compressing the 1024-bit numerical value, wherein the compression mode in the scheme is a method for converting a 2-system into a 16-system. And acquiring corresponding values once at intervals of 1024 bits, compressing the acquired corresponding values into a 16-system format, and recording the 16-system format in a file a until the corresponding values of the full LBA are completely compressed.
And S2, injecting a fault into the operation scene of the disk, acquiring a value corresponding to the fault of the full logical block address of the disk, and taking the compressed file of the value corresponding to the fault as a second file.
And setting a fault injection script, such as plugging and unplugging faults of the lower power supply and the controller. After the first file is created, a fault injection script is executed to simulate a fault, and power is started after power is turned off.
And obtaining the corresponding value of the full LBA of the disk again, and compressing the corresponding value of the full LBA to the file b by the method of the step S1.
And S3, judging whether the first file is matched with the second file, and if so, judging that the disk passes the verification.
And calculating the information digest value of the file a (MD5), calculating the information digest value of the file b (MD5), judging whether the MD5 values of the file a and the file b are consistent, and judging that the consistency check of the disk data passes if the MD5 values of the file a and the file b are consistent. And if the consistency is not consistent, judging that the consistency check of the disk data fails.
As shown in fig. 2, the system 200 includes:
the standard storage unit 210 is configured to obtain a corresponding numerical value of a disk full-volume logical block address, and use a compressed file of the corresponding numerical value as a first file;
the failure simulation unit 220 is configured to inject a failure into an operation scene of the disk, obtain a post-failure corresponding value of a full-scale logical block address of the disk, and use a compressed file of the post-failure corresponding value as a second file;
the result obtaining unit 230 is configured to determine whether the first file and the second file are matched, and if the first file and the second file are matched, determine that the disk passes verification.
Optionally, as an embodiment of the present invention, the standard saving unit includes:
the digit specifying module is configured to specify a single-time compression digit;
the single acquisition module is configured to acquire a 2-system corresponding numerical value of the single compression digit as a compression numerical value;
the numerical value compression module is configured to convert the extracted compressed numerical value into a 16-system character and store the 16-system character to the first file;
and the compression completion module is configured for circularly acquiring the compression values to compress until the compression of the corresponding values of the full logical block addresses of the disk is completed.
Optionally, as an embodiment of the present invention, the fault injection unit includes:
the script setting module is configured for setting a fault injection script, and the fault injection script comprises power-off and controller plugging;
and the script execution module is configured to execute the fault injection script after monitoring that the first file is created.
Optionally, as an embodiment of the present invention, the result obtaining unit includes:
the first calculation module is configured to calculate a first information abstract value of the first file;
the second calculation module is configured to calculate a second information digest value of the second file;
the consistency judging module is configured to judge whether the first information abstract value is consistent with the second information abstract value;
and the matching judgment module is configured to judge that the first file is matched with the second file if the first information abstract value is consistent with the second information abstract value.
Fig. 3 is a schematic structural diagram of a terminal 300 according to an embodiment of the present invention, where the terminal 300 may be used to execute a disk data consistency verification method according to the embodiment of the present invention.
Among them, the terminal 300 may include: a processor 310, a memory 320, and a communication unit 330. The components communicate via one or more buses, and those skilled in the art will appreciate that the architecture of the servers shown in the figures is not intended to be limiting, and may be a bus architecture, a star architecture, a combination of more or less components than those shown, or a different arrangement of components.
The memory 320 may be used for storing instructions executed by the processor 310, and the memory 320 may be implemented by any type of volatile or non-volatile storage terminal or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic disk or optical disk. The executable instructions in memory 320, when executed by processor 310, enable terminal 300 to perform some or all of the steps in the method embodiments described below.
The processor 310 is a control center of the storage terminal, connects various parts of the entire electronic terminal using various interfaces and lines, and performs various functions of the electronic terminal and/or processes data by operating or executing software programs and/or modules stored in the memory 320 and calling data stored in the memory. The processor may be composed of an Integrated Circuit (IC), for example, a single packaged IC, or a plurality of packaged ICs connected with the same or different functions. For example, the processor 310 may include only a Central Processing Unit (CPU). In the embodiment of the present invention, the CPU may be a single operation core, or may include multiple operation cores.
A communication unit 330, configured to establish a communication channel so that the storage terminal can communicate with other terminals. And receiving user data sent by other terminals or sending the user data to other terminals.
The present invention also provides a computer storage medium, wherein the computer storage medium may store a program, and the program may include some or all of the steps in the embodiments provided by the present invention when executed. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a Random Access Memory (RAM).
Therefore, the consistency of the high-capacity magnetic disk data is quickly judged by compressing the corresponding numerical value of the full Logical Block Address (LBA), then summarizing the compressed numerical value into a file according to the sequential positions of the LBA and judging the consistency of the compressed file of the corresponding numerical value of the full Logical Block Address (LBA) with sequential faults. The consistency of the data of the large-capacity disk can be rapidly detected, a large file does not need to be imported into the disk, the testing efficiency is improved, the data consistency of the disk can be directly fed back, the testing accuracy is improved, the technical effect achieved by the embodiment can be referred to the description above, and the description is omitted here.
Those skilled in the art will readily appreciate that the techniques of the embodiments of the present invention may be implemented as software plus a required general purpose hardware platform. Based on such understanding, the technical solutions in the embodiments of the present invention may be embodied in the form of a software product, where the computer software product is stored in a storage medium, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and the like, and the storage medium can store program codes, and includes instructions for enabling a computer terminal (which may be a personal computer, a server, or a second terminal, a network terminal, and the like) to perform all or part of the steps of the method in the embodiments of the present invention.
The same and similar parts in the various embodiments in this specification may be referred to each other. Especially, for the terminal embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant points can be referred to the description in the method embodiment.
In the embodiments provided in the present invention, it should be understood that the disclosed system and method can be implemented in other ways. For example, the above-described system embodiments are merely illustrative, and for example, the division of the units is only one logical functional division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, systems or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
Although the present invention has been described in detail by referring to the drawings in connection with the preferred embodiments, the present invention is not limited thereto. Various equivalent modifications or substitutions can be made on the embodiments of the present invention by those skilled in the art without departing from the spirit and scope of the present invention, and these modifications or substitutions are within the scope of the present invention/any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A disk data consistency checking method is characterized by comprising the following steps:
acquiring a corresponding numerical value of the full logical block address of the disk, and taking a compressed file of the corresponding numerical value as a first file;
injecting a fault into the running scene of the disk, acquiring a value corresponding to the full logical block address of the disk after the fault, and taking a compressed file of the value corresponding to the fault after the fault as a second file;
and judging whether the first file is matched with the second file or not, and if so, judging that the disk passes the verification.
2. The method of claim 1, wherein the obtaining a corresponding value of the full-sized logical block address of the disk and using the compressed file of the corresponding value as the first file comprises:
specifying a single-pass compression bit number;
collecting a 2-system corresponding numerical value of the single compression digit as a compression numerical value;
converting the extracted compressed numerical value into a 16-system character, and storing the 16-system character to the first file;
and circularly acquiring a compression value to compress until the compression of the corresponding value of the full logical block address of the disk is completed.
3. The method of claim 1, wherein injecting the fault into the operational scenario of the disk comprises:
setting a fault injection script, wherein the fault injection script comprises power-off and controller plugging;
and after the first file is monitored to be established, executing the fault injection script.
4. The method of claim 1, wherein determining whether the first file matches the second file comprises:
calculating a first information abstract value of the first file;
calculating a second information abstract value of the second file;
judging whether the first information abstract value is consistent with the second information abstract value:
and if so, judging that the first file is matched with the second file.
5. A disk data consistency verification system, comprising:
the standard storage unit is configured to acquire a corresponding numerical value of a disk full-scale logical block address and take a compressed file of the corresponding numerical value as a first file;
the fault simulation unit is configured to inject a fault into an operation scene of the disk, acquire a post-fault corresponding value of a full logical block address of the disk, and use a compressed file of the post-fault corresponding value as a second file;
and the result acquisition unit is configured to judge whether the first file and the second file are matched, and if the first file and the second file are matched, the disk passes the verification.
6. The system of claim 5, wherein the criteria holding unit comprises:
the digit specifying module is configured to specify a single-time compression digit;
the single acquisition module is configured to acquire a 2-system corresponding numerical value of the single compression digit as a compression numerical value;
the numerical value compression module is configured to convert the extracted compressed numerical value into a 16-system character and store the 16-system character to the first file;
and the compression completion module is configured for circularly acquiring the compression values to compress until the compression of the corresponding values of the full logical block addresses of the disk is completed.
7. The system of claim 5, wherein the fault injection unit comprises:
the script setting module is configured for setting a fault injection script, and the fault injection script comprises power-off and controller plugging;
and the script execution module is configured to execute the fault injection script after monitoring that the first file is created.
8. The system of claim 5, wherein the result obtaining unit comprises:
the first calculation module is configured to calculate a first information abstract value of the first file;
the second calculation module is configured to calculate a second information digest value of the second file;
the consistency judging module is configured to judge whether the first information abstract value is consistent with the second information abstract value;
and the matching judgment module is configured to judge that the first file is matched with the second file if the first information abstract value is consistent with the second information abstract value.
9. A terminal, comprising:
a processor;
a memory for storing instructions for execution by the processor;
wherein the processor is configured to perform the method of any one of claims 1-4.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-4.
CN202011294373.6A 2020-11-18 2020-11-18 Method, system, terminal and storage medium for verifying consistency of disk data Withdrawn CN112486717A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011294373.6A CN112486717A (en) 2020-11-18 2020-11-18 Method, system, terminal and storage medium for verifying consistency of disk data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011294373.6A CN112486717A (en) 2020-11-18 2020-11-18 Method, system, terminal and storage medium for verifying consistency of disk data

Publications (1)

Publication Number Publication Date
CN112486717A true CN112486717A (en) 2021-03-12

Family

ID=74931669

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011294373.6A Withdrawn CN112486717A (en) 2020-11-18 2020-11-18 Method, system, terminal and storage medium for verifying consistency of disk data

Country Status (1)

Country Link
CN (1) CN112486717A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113835643A (en) * 2021-11-23 2021-12-24 苏州浪潮智能科技有限公司 Data storage method and device, electronic equipment and readable storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105975624A (en) * 2016-05-27 2016-09-28 苏州佳世达电通有限公司 Data transmission method, equipment and system
CN109669794A (en) * 2018-12-03 2019-04-23 郑州云海信息技术有限公司 A kind of data in magnetic disk conformance test method, device, terminal and storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105975624A (en) * 2016-05-27 2016-09-28 苏州佳世达电通有限公司 Data transmission method, equipment and system
CN109669794A (en) * 2018-12-03 2019-04-23 郑州云海信息技术有限公司 A kind of data in magnetic disk conformance test method, device, terminal and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113835643A (en) * 2021-11-23 2021-12-24 苏州浪潮智能科技有限公司 Data storage method and device, electronic equipment and readable storage medium

Similar Documents

Publication Publication Date Title
CN111274077A (en) Disk array reliability testing method, system, terminal and storage medium
CN110727597B (en) Method for checking invalid code completion case based on log
CN110557299A (en) network transmission function batch test method, system, terminal and storage medium
CN111209151A (en) Linux-based NVME SSD hot plug test method, system, terminal and storage medium
CN109918221B (en) Hard disk error reporting analysis method, system, terminal and storage medium
CN111966551A (en) Method, system, terminal and storage medium for verifying remote command execution result
CN112486717A (en) Method, system, terminal and storage medium for verifying consistency of disk data
CN110990207B (en) BPS memory test method, system, terminal and storage medium based on Whitley platform
CN116662050A (en) Error injection support function verification method, device, terminal and medium
CN112214384A (en) Hard disk serial number management method, system, terminal and storage medium
CN112463504B (en) Double-control storage product testing method, system, terminal and storage medium
CN111124772A (en) Cloud platform storage performance testing method, system, terminal and storage medium
CN112486785B (en) Method, system, terminal and storage medium for positioning downtime phase of server
CN115470040A (en) Method, device, equipment and medium for testing re-deleted fingerprint threshold based on snapshot
CN111858198A (en) Multi-scheme memory plugging test method, system, terminal and storage medium
CN114461458A (en) Server memory test method, system, terminal and storage medium
CN113849388A (en) Test method and device, electronic equipment and storage medium
CN112492061A (en) IP address modification method, device and equipment of BMC (baseboard management controller) and readable storage medium
CN114385379B (en) Method, system, terminal and storage medium for detecting on-board information refreshing
CN111966545A (en) PCIe deconcentrator hot plug test method, device, equipment and storage medium
CN114816023B (en) Method, system, terminal and storage medium for optimizing standby power function of server
CN113835631B (en) Residual platform configuration data deleting method, system, terminal and storage medium
CN115114130A (en) Method, system, terminal and storage medium for testing performance of persistent memory
CN117539697A (en) Storage controller testing method, device, computer equipment and storage medium
CN115114097A (en) Hard disk injection medium error test method, system, terminal and storage medium

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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20210312