CN109460332B - SWraid detection method and detection system based on AEP memory technology - Google Patents
SWraid detection method and detection system based on AEP memory technology Download PDFInfo
- Publication number
- CN109460332B CN109460332B CN201811292910.6A CN201811292910A CN109460332B CN 109460332 B CN109460332 B CN 109460332B CN 201811292910 A CN201811292910 A CN 201811292910A CN 109460332 B CN109460332 B CN 109460332B
- Authority
- CN
- China
- Prior art keywords
- creating
- raid
- memory
- module
- node server
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 230000015654 memory Effects 0.000 title claims abstract description 58
- 238000001514 detection method Methods 0.000 title claims abstract description 18
- 238000012360 testing method Methods 0.000 claims abstract description 36
- 238000000034 method Methods 0.000 claims abstract description 22
- 230000006870 function Effects 0.000 claims description 11
- 230000005540 biological transmission Effects 0.000 claims description 6
- 125000004122 cyclic group Chemical group 0.000 claims description 6
- 239000000284 extract Substances 0.000 description 12
- 241000282326 Felis catus Species 0.000 description 8
- 238000005192 partition Methods 0.000 description 4
- 230000007547 defect Effects 0.000 description 3
- 230000002085 persistent effect Effects 0.000 description 3
- 101100498818 Arabidopsis thaliana DDR4 gene Proteins 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000000354 decomposition reaction Methods 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000004088 simulation Methods 0.000 description 1
- 238000010998 test method Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/22—Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
- G06F11/2273—Test methods
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
Abstract
The invention relates to a SWraid detection method and a SWraid detection system based on an AEP memory technology, which are characterized by comprising the following steps of: s1: automatically creating a data space disc according to the SocketID of the AEP memory; s2: creating SW Raid based on mdrain tool; s3: sharing a multi-Node Server test by utilizing SSH characteristics; s4: and directing log in the test process to a collection document.
Description
Technical Field
The invention belongs to the technical field of disk testing, and particularly relates to a SWraid detection method and a SWraid detection system based on an AEP (advanced enterprise page protocol) memory technology.
Background
AEP memories Apache Pass DIMMs for short, which are designed for high performance and flexibility, The Intel instant DC persistent memory modules (DCPMMs) are new generation DC persistent memory nonvolatile memory modules, and form factors of an instant media technology memory media DDR4 are introduced.
The supported Memory operation modes are Memory Mode (cache) and App Direct (persistent Memory). The test of one basic characteristic in the AEP memory test is to require a SW Raid test, the SW Raid is referred to as software Raid for short, the SW Raid is a method of virtualizing the capacity of the AEP memory as Storage space equipment by using the applied directnotinterleaved characteristic of the AEP memory, that is, the memory size and capacity are used as a flash disk.
Because the BIOS does not have the SW Raid function and the AEP memory is a non-entity hard disk, the virtual reality technology is adopted when the SW Raid test is switched in.
At present, the SW Raid characteristic test method of the AEP memory is less, and is basically a command simulation method, and the method has the following problems: firstly, a system commands a manual input result to output manual judgment; secondly, more command lines are complicated in operation and easy to error; thirdly, cabinet or cluster testing is difficult; fourthly, the output result is visually judged to be incapable of being tracked. This is a disadvantage of the prior art.
Therefore, aiming at the defects in the prior art, a SWraid detection method and a SWraid detection system based on an AEP memory technology are provided; it is very necessary to solve the above-mentioned defects in the prior art.
Disclosure of Invention
The present invention aims to provide a method and a system for detecting SWRaid based on AEP memory technology, aiming at the above-mentioned defects in the prior art, so as to solve the above-mentioned technical problems.
In order to achieve the purpose, the invention provides the following technical scheme:
a SWRaid detection method based on an AEP memory technology is characterized by comprising the following steps:
s1: automatically creating a data space disc according to the SocketID of the AEP memory;
s2: creating SW Raid based on mdrain tool;
s3: sharing a multi-Node Server test by utilizing SSH characteristics;
s4: and outputting the command column in the test process to a collection document.
Preferably, the step S1 specifically includes:
s1.1: creating an AppDirectNotInterleaved characteristic function of the AEP memory, and forming a corresponding relation between the storage medium characteristic of each memory and the memory SocketID, wherein the AppDirectNotInterleaved attribute starting method of the AEP memory comprises the following steps:
ipmctl create –goal persistentmemorytype=appdirectnotinterleaved;
based on the execution of an Intel ipmctl tool, checking the RegionID through an ndctl list-R command, if the RegionID appears, opening the AppDirectNotInterleaved attribute successfully, and otherwise, failing;
s1.2: creating a data space disc by the following method:
using the tool ndctl to list the existing data space regions, the creation steps are as follows:
function namespace(){
ndn=$(ndctl list -R |grep 'region'|wc -l)
# ndn represents a SocketID List library
for ((n =0; n < = $ ndn-1; n + +) # reads sequentially by ID
do
# n extracts one of the SocketIDs
Creating a data space disc by ndctl create-namespace-r $ n-m fsdax-f # according to SocketID
done
}
Preferably, the step S2 specifically includes the following steps:
searching a data space block, executing a command ls/dev/pmem, presenting a data block of the type of dev/pmem0,/dev/pmem 1,/dev/pmem 2,/dev/pmem 3, pmem being a flag of an AEP memory data block, obtaining a data block drive collection record, then creating a raid5 mode, and executing the following steps by using an mdam tool:
mdadm -C -v /dev/md0 -l5 -n3 /dev/pmem[0-2] -x1 /dev/pmem3;
where C denotes creation, v denotes details, the device number of the new partition is md0, l5 denotes raid5 of creation, n3 denotes 3 data disks, -x1 denotes a free disk,/dev/pmem [0-2] denotes a/dev/pmem 0,/dev/pmem 1,/dev/pmem 2 set;
ext4/dev/md 0 formatted raid5 md0 created
Creating raid directory by mkdir-p/mnt/raid
mount/dev/md 0/mnt/raid mount raid5 md0 to/mnt/raid for use.
Preferably, the step S3 specifically includes:
the method comprises the following steps of utilizing a cyclic creation mode to create multiple nodes, collecting the Node Server IP address of a cabinet into an iplist text, and then:
the For ipd in 'cat iplist' # extracts the IP address in the iplist line by line;
Do
xx is xx, and xx is an automatic creation script "# sends a remote test command script according to the IP address of the Node Server;
done。
preferably, the step S4 specifically includes:
and collecting the output result of distribution by using the tee characteristic of the linux system with a tool, and executing the following steps:
the For ipd in 'cat iplist' # extracts the IP address in the iplist line by line;
Do
xx: xx: xx "automatic creation script" | tee-a $ ipd.log # points the transmission remote test command column output into a $ ipd.log file;
done。
log file can clearly know the test condition of each Node Server.
The invention also provides a SWraid detection system based on the AEP memory technology, which is characterized by comprising the following steps:
the system comprises a data space disk creating module, an SW Raid creating module, a multi-Node Server testing module and a document collecting module;
in the module for creating a data space disk,
creating an AppDirectNotInterleaved characteristic function of the AEP memory, and forming a corresponding relation between the storage medium characteristic of each memory and the memory SocketID, wherein the AppDirectNotInterleaved attribute starting method of the AEP memory comprises the following steps:
ipmctl create –goal persistentmemorytype=appdirectnotinterleaved;
based on the execution of an Intel ipmctl tool, checking the RegionID through an ndctl list-R command, if the RegionID appears, opening the AppDirectNotInterleaved attribute successfully, and otherwise, failing;
creating a data space disc by the following method:
using the tool ndctl to list the existing data space regions, the creation steps are as follows:
function namespace(){
ndn=$(ndctl list -R |grep 'region'|wc -l)
# ndn represents a SocketID List library
for ((n =0; n < = $ ndn-1; n + +) # reads sequentially by ID
do
# n extracts one of the SocketIDs
Creating a data space disc by ndctl create-namespace-r $ n-m fsdax-f # according to SocketID
done
}
Preferably, in the create SW Raid module,
searching a data space block, executing a command ls/dev/pmem, presenting a data block of the type of dev/pmem0,/dev/pmem 1,/dev/pmem 2,/dev/pmem 3, pmem being a flag of an AEP memory data block, obtaining a data block drive collection record, then creating a raid5 mode, and executing the following steps by using an mdam tool:
mdadm -C -v /dev/md0 -l5 -n3 /dev/pmem[0-2] -x1 /dev/pmem3;
where C denotes creation, v denotes details, the device number of the new partition is md0, l5 denotes raid5 of creation, n3 denotes 3 data disks, -x1 denotes a free disk,/dev/pmem [0-2] denotes a/dev/pmem 0,/dev/pmem 1,/dev/pmem 2 set;
ext4/dev/md 0 formatted raid5 md0 created
Creating raid directory by mkdir-p/mnt/raid
mount/dev/md 0/mnt/raid mount raid5 md0 to/mnt/raid for use.
Preferably, in the multi-Node Server test module,
the method comprises the following steps of utilizing a cyclic creation mode to create multiple nodes, collecting the Node Server IP address of a cabinet into an iplist text, and then:
the For ipd in 'cat iplist' # extracts the IP address in the iplist line by line;
Do
xx is xx, and xx is an automatic creation script "# sends a remote test command script according to the IP address of the Node Server;
done。
preferably, in the collect documents module,
and collecting the output result of distribution by using the tee characteristic of the linux system with a tool, and executing the following steps:
the For ipd in 'cat iplist' # extracts the IP address in the iplist line by line;
Do
xx: xx: xx "automatic creation script" | tee-a $ ipd.log # points the transmission remote test command column output into a $ ipd.log file;
done。
the technical scheme provided by the invention can effectively solve the test problem in the prior art, and has the advantages of automatic command execution, automatic analysis and decomposition of results, parallel test of the remote multi-node server, and result tracking analysis and judgment. In addition, the invention has reliable design principle, simple structure and very wide application prospect.
Therefore, compared with the prior art, the invention has prominent substantive features and remarkable progress, and the beneficial effects of the implementation are also obvious.
Drawings
Fig. 1 is a flowchart of a SWRaid detection method based on an AEP memory technology provided by the present invention.
Fig. 2 is a schematic block diagram of a SWRaid detection system based on the AEP memory technology provided in the present invention.
Detailed Description
The present invention will be described in detail below with reference to the accompanying drawings by way of specific examples, which are illustrative of the present invention and are not limited to the following embodiments.
Example 1:
as shown in fig. 1, the SWRaid detection method based on the AEP memory technology provided by the present invention is characterized by including the following steps:
s1: automatically creating a data space disc according to the SocketID of the AEP memory;
s2: creating SW Raid based on mdrain tool;
s3: sharing a multi-Node Server test by utilizing SSH characteristics;
s4: and outputting the command column in the test process to a collection document.
Preferably, the step S1 specifically includes:
s1.1: creating an AppDirectNotInterleaved characteristic function of the AEP memory, and forming a corresponding relation between the storage medium characteristic of each memory and the memory SocketID, wherein the AppDirectNotInterleaved attribute starting method of the AEP memory comprises the following steps:
ipmctl create –goal persistentmemorytype=appdirectnotinterleaved;
based on the execution of an Intel ipmctl tool, checking the RegionID through an ndctl list-R command, if the RegionID appears, opening the AppDirectNotInterleaved attribute successfully, and otherwise, failing;
s1.2: creating a data space disc by the following method:
using the tool ndctl to list the existing data space regions, the creation steps are as follows:
function namespace(){
ndn=$(ndctl list -R |grep 'region'|wc -l)
# ndn represents a SocketID List library
for ((n =0; n < = $ ndn-1; n + +) # reads sequentially by ID
do
# n extracts one of the SocketIDs
Creating a data space disc by ndctl create-namespace-r $ n-m fsdax-f # according to SocketID
done
}
In this embodiment, the step S2 specifically includes the following steps:
searching a data space block, executing a command ls/dev/pmem, presenting a data block of the type of dev/pmem0,/dev/pmem 1,/dev/pmem 2,/dev/pmem 3, pmem being a flag of an AEP memory data block, obtaining a data block drive collection record, then creating a raid5 mode, and executing the following steps by using an mdam tool:
mdadm -C -v /dev/md0 -l5 -n3 /dev/pmem[0-2] -x1 /dev/pmem3;
where C denotes creation, v denotes details, the device number of the new partition is md0, l5 denotes raid5 of creation, n3 denotes 3 data disks, -x1 denotes a free disk,/dev/pmem [0-2] denotes a/dev/pmem 0,/dev/pmem 1,/dev/pmem 2 set;
ext4/dev/md 0 formatted raid5 md0 created
Creating raid directory by mkdir-p/mnt/raid
mount/dev/md 0/mnt/raid mount raid5 md0 to/mnt/raid for use.
In this embodiment, the step S3 specifically includes:
the method comprises the following steps of utilizing a cyclic creation mode to create multiple nodes, collecting the Node Server IP address of a cabinet into an iplist text, and then:
the For ipd in 'cat iplist' # extracts the IP address in the iplist line by line;
Do
xx is xx, and xx is an automatic creation script "# sends a remote test command script according to the IP address of the Node Server;
done。
in this embodiment, the step S4 specifically includes:
and collecting the output result of distribution by using the tee characteristic of the linux system with a tool, and executing the following steps:
the For ipd in 'cat iplist' # extracts the IP address in the iplist line by line;
Do
xx: xx: xx "automatic creation script" | tee-a $ ipd.log # points the transmission remote test command column output into a $ ipd.log file;
done。
log file can clearly know the test condition of each Node Server.
Example 2:
as shown in fig. 2, the SWRaid detection system based on the AEP memory technology provided by the present invention is characterized by including:
the system comprises a data space disk creating module, an SW Raid creating module, a multi-Node Server testing module and a document collecting module;
in the module for creating a data space disk,
creating an AppDirectNotInterleaved characteristic function of the AEP memory, and forming a corresponding relation between the storage medium characteristic of each memory and the memory SocketID, wherein the AppDirectNotInterleaved attribute starting method of the AEP memory comprises the following steps:
ipmctl create –goal persistentmemorytype=appdirectnotinterleaved;
based on the execution of an Intel ipmctl tool, checking the RegionID through an ndctl list-R command, if the RegionID appears, opening the AppDirectNotInterleaved attribute successfully, and otherwise, failing;
creating a data space disc by the following method:
using the tool ndctl to list the existing data space regions, the creation steps are as follows:
function namespace(){
ndn=$(ndctl list -R |grep 'region'|wc -l)
# ndn represents a SocketID List library
for ((n =0; n < = $ ndn-1; n + +) # reads sequentially by ID
do
# n extracts one of the SocketIDs
Creating a data space disc by ndctl create-namespace-r $ n-m fsdax-f # according to SocketID
done
}
In the create SW Raid module the creation of the file,
searching a data space block, executing a command ls/dev/pmem, presenting a data block of the type of dev/pmem0,/dev/pmem 1,/dev/pmem 2,/dev/pmem 3, pmem being a flag of an AEP memory data block, obtaining a data block drive collection record, then creating a raid5 mode, and executing the following steps by using an mdam tool:
mdadm -C -v /dev/md0 -l5 -n3 /dev/pmem[0-2] -x1 /dev/pmem3;
where C denotes creation, v denotes details, the device number of the new partition is md0, l5 denotes raid5 of creation, n3 denotes 3 data disks, -x1 denotes a free disk,/dev/pmem [0-2] denotes a/dev/pmem 0,/dev/pmem 1,/dev/pmem 2 set;
ext4/dev/md 0 formatted raid5 md0 created
Creating raid directory by mkdir-p/mnt/raid
mount the raid5 md0 below mount/mnt/raid for use by mount/dev/md 0/mnt/raid;
in the multi-Node Server test module,
the method comprises the following steps of utilizing a cyclic creation mode to create multiple nodes, collecting the Node Server IP address of a cabinet into an iplist text, and then:
the For ipd in 'cat iplist' # extracts the IP address in the iplist line by line;
Do
xx is xx, and xx is an automatic creation script "# sends a remote test command script according to the IP address of the Node Server;
done;
in the module for collecting documents,
and collecting the output result of distribution by using the tee characteristic of the linux system with a tool, and executing the following steps:
the For ipd in 'cat iplist' # extracts the IP address in the iplist line by line;
Do
xx: xx: xx "automatic creation script" | tee-a $ ipd.log # points the transmission remote test command column output into a $ ipd.log file;
done。
the above disclosure is only for the preferred embodiments of the present invention, but the present invention is not limited thereto, and any non-inventive changes that can be made by those skilled in the art and several modifications and amendments made without departing from the principle of the present invention shall fall within the protection scope of the present invention.
Claims (2)
1. A SWRaid detection method based on an AEP memory technology is characterized by comprising the following steps:
s1: automatically creating a data space disc according to the SocketID of the AEP memory;
s2: creating SW Raid based on mdrain tool;
s3: sharing a multi-Node Server test by utilizing SSH characteristics;
s4: outputting a command column in the test process to a collection document;
the step S1 specifically includes:
s1.1: creating an AppDirectNotInterleaved characteristic function of the AEP memory, and forming a corresponding relation between the storage medium characteristic of each memory and the memory SocketID;
based on the execution of an Intel ipmctl tool, checking the RegionID through an ndctl list-R command, if the RegionID appears, opening the AppDirectNotInterleaved attribute successfully, and otherwise, failing;
s1.2: creating a data space disc;
the step S2 specifically includes the following steps:
find data space block, get data block drive collection record, then create raid5 mode,
formatting the created Raid5 md0, creating a Raid directory, and mounting the Raid5 md0 below/mnt/Raid for use;
the step S3 specifically includes:
the method comprises the steps of utilizing a cyclic creation mode to create multiple nodes, collecting Node Server IP addresses of a cabinet into an iplist text, and extracting the IP addresses in the iplist line by line; automatically creating a script, and sending a remote test command script according to the IP address of the Node Server;
the step S4 specifically includes:
and collecting the distributed output result by utilizing the tee characteristic of the linux system with a tool, extracting the IP address in the iplist line by line, and outputting the transmission remote test command column to a $ ipd.
2. A SWRaid detection system based on AEP memory technology is characterized by comprising:
the system comprises a data space disk creating module, an SW Raid creating module, a multi-Node Server testing module and a document collecting module;
in the module for creating a data space disk,
creating an AppDirectNotInterleaved characteristic function of the AEP memory, and forming a corresponding relation between the storage medium characteristic of each memory and the memory SocketID;
based on the execution of an Intel ipmctl tool, checking the RegionID through an ndctl list-R command, if the RegionID appears, opening the AppDirectNotInterleaved attribute successfully, and otherwise, failing;
creating a data space disc;
in the create SW Raid module the creation of the file,
find data space block, get data block drive collection record, then create raid5 mode,
formatting the created Raid5 md0, creating a Raid directory, and mounting the Raid5 md0 below/mnt/Raid for use;
in the multi-Node Server test module,
the method comprises the steps of utilizing a cyclic creation mode to create multiple nodes, collecting Node Server IP addresses of a cabinet into an iplist text, and extracting the IP addresses in the iplist line by line; automatically creating a script, and sending a remote test command script according to the IP address of the Node Server;
in the module for collecting documents,
and collecting the distributed output result by utilizing the tee characteristic of the linux system with a tool, extracting the IP address in the iplist line by line, and outputting the transmission remote test command column to a $ ipd.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811292910.6A CN109460332B (en) | 2018-11-01 | 2018-11-01 | SWraid detection method and detection system based on AEP memory technology |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811292910.6A CN109460332B (en) | 2018-11-01 | 2018-11-01 | SWraid detection method and detection system based on AEP memory technology |
Publications (2)
Publication Number | Publication Date |
---|---|
CN109460332A CN109460332A (en) | 2019-03-12 |
CN109460332B true CN109460332B (en) | 2021-10-29 |
Family
ID=65609106
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201811292910.6A Active CN109460332B (en) | 2018-11-01 | 2018-11-01 | SWraid detection method and detection system based on AEP memory technology |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN109460332B (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111736764B (en) * | 2020-05-28 | 2022-07-22 | 苏州浪潮智能科技有限公司 | Storage system of database all-in-one machine and data request processing method and device |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8756370B1 (en) * | 2010-09-23 | 2014-06-17 | Emc Corporation | Non-disruptive drive firmware upgrades |
CN104571965A (en) * | 2015-01-19 | 2015-04-29 | 浪潮集团有限公司 | Raid reconstruction optimizing method |
CN106775684A (en) * | 2016-12-02 | 2017-05-31 | 北京航空航天大学 | A kind of disk buffering power loss recovery method based on new nonvolatile memory |
CN106933706A (en) * | 2017-03-10 | 2017-07-07 | 联想(北京)有限公司 | The power-off protection method and device of Nonvolatile memory |
CN107040577A (en) * | 2015-12-16 | 2017-08-11 | 弗兰克公司 | Project document sharing and collaboration in a cloud-based environment |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20170168923A1 (en) * | 2015-12-10 | 2017-06-15 | Appypie Inc. | System and method for creating a test application |
-
2018
- 2018-11-01 CN CN201811292910.6A patent/CN109460332B/en active Active
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8756370B1 (en) * | 2010-09-23 | 2014-06-17 | Emc Corporation | Non-disruptive drive firmware upgrades |
CN104571965A (en) * | 2015-01-19 | 2015-04-29 | 浪潮集团有限公司 | Raid reconstruction optimizing method |
CN107040577A (en) * | 2015-12-16 | 2017-08-11 | 弗兰克公司 | Project document sharing and collaboration in a cloud-based environment |
CN106775684A (en) * | 2016-12-02 | 2017-05-31 | 北京航空航天大学 | A kind of disk buffering power loss recovery method based on new nonvolatile memory |
CN106933706A (en) * | 2017-03-10 | 2017-07-07 | 联想(北京)有限公司 | The power-off protection method and device of Nonvolatile memory |
WO2018161559A1 (en) * | 2017-03-10 | 2018-09-13 | 联想(北京)有限公司 | Power failure protection method and device for non-volatile memory |
Non-Patent Citations (1)
Title |
---|
面向虚拟机的分布式块存储系统设计及实现;贾博文;《中国优秀博硕士学位论文全文数据库(硕士) 信息科技辑》;20160315;第2016年卷(第03期);I137-13页 * |
Also Published As
Publication number | Publication date |
---|---|
CN109460332A (en) | 2019-03-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9766965B2 (en) | System and method for monitoring and detecting faulty storage devices | |
JP5547727B2 (en) | System and method for tracking changes to volumes | |
US20120047115A1 (en) | Extent reference count update system and method | |
US9785641B2 (en) | Reducing a backup time of a backup of data files | |
CN104850480A (en) | Method and device for testing performance of hard disk of high-density storage server | |
AU2013403132A1 (en) | Data storage method, data storage apparatus, and storage device | |
CN111338881B (en) | Automatic testing method and device for parallel reading and writing of NAS file system | |
KR20100005699A (en) | Execution of point-in-time copy operations in continuous mirroring environments | |
CN104660471A (en) | Method for automatically testing PCIE-SSD transmission rate and bandwidth under Linux | |
CN103716174A (en) | Test log acquisition system and method for the same | |
CN107577549A (en) | It is a kind of to store the method for testing for deleting function again | |
CN105302681A (en) | Automatic test method for disk performance of rack whole cabinet | |
CN109460332B (en) | SWraid detection method and detection system based on AEP memory technology | |
CN110851318A (en) | Serial port log collection method, system and equipment under server management system | |
CN103176867A (en) | Fast file differential backup method | |
CN113190241B (en) | Method and device for expanding capacity of data partition, electronic equipment and storage medium | |
CN105373339A (en) | Hard disk data copy method and system | |
CN107273251A (en) | A kind of method of testing of the racks of Rack in a production environment JBOD storages | |
CN101883019A (en) | Test method for verifying video application of storage server | |
CN107357700A (en) | A kind of method and system of test NVME hard disk order stability | |
CN112015600B (en) | Log information processing system, log information processing method and device and switch | |
CN109213639A (en) | A kind of storage and disaster tolerance method and device | |
CN109032525A (en) | A kind of method, apparatus, equipment and storage medium being automatically positioned low-quality disk | |
CN101526887B (en) | Method for writing data into hard disc, device and system thereof | |
CN102831036A (en) | Continuous data protection method based on disk partition |
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 |