CN111858664B - Data persistence method and system based on BMC - Google Patents

Data persistence method and system based on BMC Download PDF

Info

Publication number
CN111858664B
CN111858664B CN202010580270.XA CN202010580270A CN111858664B CN 111858664 B CN111858664 B CN 111858664B CN 202010580270 A CN202010580270 A CN 202010580270A CN 111858664 B CN111858664 B CN 111858664B
Authority
CN
China
Prior art keywords
cache
key information
access switch
server
storage module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010580270.XA
Other languages
Chinese (zh)
Other versions
CN111858664A (en
Inventor
曹风兵
朱英澍
黄帅
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 CN202010580270.XA priority Critical patent/CN111858664B/en
Publication of CN111858664A publication Critical patent/CN111858664A/en
Application granted granted Critical
Publication of CN111858664B publication Critical patent/CN111858664B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24552Database cache management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Abstract

The invention provides a data persistence method and a system based on BMC, wherein the method comprises the following steps: s1, setting key information of a BMC monitoring server, and writing the received key information of the server into a storage module and a cache at the same time; s2, the storage module sets an updating state for each piece of server key information and records whether the writing into the cache is successful or not; s3, setting an access switch in the cache; when the key information of the server is written into the cache and fails, closing the cache access switch; s4, detecting whether the cache is available or not at regular time after the cache access switch is closed; when the cache is available, updating the cache according to the key information updating state of the server in the storage module, and opening a cache access switch. According to the method and the device, the cache data which is failed to be written is recovered through the updating state, so that the overall recovery of the cache data is avoided, and the cache access switch is used for avoiding the incorrect data being obtained at the beginning of the cache recovery, so that the key information of the server can be checked more quickly and reliably.

Description

Data persistence method and system based on BMC
Technical Field
The invention belongs to the technical field of BMC (baseboard management controller) data caching, and particularly relates to a data persistence method and system based on BMC.
Background
BMC, short for base Management Controller, substrate Management Controller.
The BMC manages the server mainboard through IPMI specifications, specifically comprises local and remote diagnosis, console support, configuration management, hardware management and fault removal, monitors the shutdown information of the server in the process of managing the server, such as monitoring the use conditions of a fan, a memory hard disk and other key components, and provides a better analysis basis and data support for the maintenance and fault processing of the server by monitoring the key information of the server. And the monitoring of the key information of the server is crucial to monitoring and analyzing the running state of the whole server, and the key information of the server comprises the following components: key voltage information, key temperature information, power consumption information. The key information of the early server is generally read by accessing actual equipment or reading database and configuration file information, and in such a way, the data return time is long and the data acquisition speed is slow. The data cache can be adopted at present to rapidly acquire the monitoring data, thereby rapidly and accurately processing the problems,
the existing data caching method of BMC comprises the following steps: the data is firstly stored in a database or a configuration file, then the cache is updated, and the data is directly obtained from the cache when being read, so that the access speed is improved. However, sometimes, after the database is successfully inserted or the configuration file is updated, if a cache has a problem or a cache system is hung, a client request can directly access the latest data of the database, so that when the cache is recovered, concurrent requests can access the old cache data, and an inconsistency problem occurs at this time; in addition, when the cache is restored, the cache is usually directly emptied and then the cache content is reloaded, but actually, a large part of cache data is not changed frequently, such as some in-place information, user information, FRU information, and the like, and the method of completely emptying and reloading the cache is very inefficient.
This is a disadvantage of the prior art, and therefore, it is very necessary to provide a BMC-based data persistence method and system for the above-mentioned disadvantages of the prior art.
Disclosure of Invention
The invention provides a data persistence method and system based on BMC (baseboard management controller), aiming at the defects that in the prior art, when the BMC stores data in a cache for reading by a user, and the cache fails and is recovered, the data read from the cache is not the latest data, the data is inconsistent, and the efficiency of completely reloading the cache data is low.
In a first aspect, the present invention provides a BMC-based data persistence method, including the following steps:
s1, setting BMC monitoring server key information, and writing the received server key information into a storage module and a cache at the same time;
s2, the storage module sets an updating state for each piece of server key information and records whether the writing into the cache is successful or not;
s3, setting an access switch in the cache; when the key information of the server is written into the cache and fails, closing the cache access switch;
s4, detecting whether the cache is available or not at regular time after the cache access switch is closed;
when the cache is available, updating the cache according to the update state of the key information of the server in the storage module, and turning on a cache access switch.
Further, the method also comprises the following steps:
s5, when the client reads the key information of the server monitored by the BMC, judging whether a cache access switch is turned on;
if yes, reading key information of the server from the cache;
if not, the key information of the server is read from the storage module. By setting the cache access switch, the recovery position after the cache failure is avoided, and old cache data is read from the cache, so that data inconsistency occurs.
Further, the server key information includes voltage information, temperature information, and power consumption information.
Further, the storage module adopts a database or a configuration file;
the step S2 comprises the following specific steps:
s21, judging whether the storage module is a database or a configuration file;
when the storage module is a database, the step S22 is carried out;
when the storage module is a configuration file, the step S23 is carried out;
s22, adding a state table in the database, recording whether the key information of the corresponding server is updated to a cache by the state table, and entering the step S3;
s23, adding state configuration in the configuration file, judging whether the key information of the corresponding server of the state configuration record is updated to the cache or not, and entering the step S3. The storage module can adopt one of two modes of a database or a configuration file, and each mode can set and record the update state that the BMC reads the key information of the server and updates the key information to the cache.
Further, the step S3 specifically includes the following steps:
s31, setting an access switch in the cache, and setting the default cache access switch to be in an on state;
s32, judging whether the BMC successfully writes the key information of the server into the cache;
if yes, entering step S5;
if not, judging that the cache is unavailable, closing a cache access switch, and entering the step S4. Whether the cache is available or not is controlled through the cache access switch, when the BMC fails to write the key information of the server into the cache, the cache can be judged to be unavailable, the cache access switch is closed, and the user is prevented from reading wrong data.
Further, the step S4 specifically includes the following steps:
s41, after the cache access switch is turned off, the step S5 is carried out, timing is set at the background, and cache detection is carried out at set time intervals;
s42, detecting whether the cache is available;
if yes, go to step S43;
if not, returning to the step S42;
s43, obtaining server key information with an update state of write-in cache failure in the storage module, and updating the cache;
and S44, opening a cache access switch. After the cache access switch is closed, whether the cache is recovered due to failure needs to be detected regularly, after the cache is recovered due to failure, the cache data is updated in time according to the updating state, and then the cache access switch is opened for the user to use, so that the user is prevented from reading wrong data, meanwhile, all data does not need to be updated, and only the server key information of which the updating state is write-in cache failure needs to be updated.
In a second aspect, the present invention provides a BMC-based data persistence system, comprising:
the server key information monitoring module is used for setting the BMC to monitor the server key information and simultaneously writing the received server key information into the storage module and the cache;
the updating state setting module is used for setting an updating state for each piece of server key information in the storage module and recording whether the writing into the cache is successful or not;
the cache access switch setting module is used for setting an access switch in the cache; when the key information of the server is written into the cache and fails, closing the cache access switch;
the cache detection module is used for detecting whether the cache is available or not at regular time after the cache access switch is closed; and when the cache is available, updating the cache according to the key information updating state of the server in the storage module, and opening a cache access switch.
Further, still include:
and the server key information reading module is used for judging whether the cache access switch is turned on or not when the client reads the server key information monitored by the BMC, reading the server key information from the cache when the cache access switch is turned on, and reading the server key information from the storage module when the cache access switch is turned off.
Further, the update status setting module includes:
the storage module judging unit is used for judging whether the storage module is a database or a configuration file;
the state table adding unit is used for adding a state table to the database when the storage module is the database, and the state table records whether the key information of the corresponding server is updated to the cache;
and the state configuration increasing unit is used for increasing state configuration in the configuration file when the storage module is the configuration file, and whether the key information of the corresponding server of the state configuration record is updated to the cache or not.
Further, the cache access switch setting module comprises;
the access switch setting unit is used for setting an access switch in the cache, and setting the default cache access switch to be in an on state;
the cache writing-in judging unit is used for judging whether the BMC successfully writes the server key information into the cache;
the cache access switch closing unit is used for judging that the cache is unavailable and closing the cache access switch;
the cache detection module comprises:
the timing setting unit is used for setting timing at the background after the cache access switch is closed and entering cache detection at set time intervals;
the buffer detection unit is used for detecting whether the buffer is available or not at regular time;
the cache updating unit is used for acquiring the server key information of which the updating state is write-in cache failure in the storage module and updating the cache;
and the cache access switch starting unit is used for starting the cache access switch after updating the cache when the cache is available.
The beneficial effect of the invention is that,
according to the data persistence method and system based on the BMC, whether the writing into the cache is successful or not is recorded by adding the update state in the storage module, when the cache failure is recovered, the cache data which is failed to be written is recovered according to the update state, the overall recovery of the cache data is avoided, the cache access switch is arranged, the phenomenon that the incorrect data is obtained at the beginning of the cache recovery is avoided, and the key information of the server can be checked more quickly and more reliably.
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
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 first schematic flow chart of the method of the present invention;
FIG. 2 is a second flow chart of the method of the present invention;
FIG. 3 is a schematic diagram of the system of the present invention;
in the figure, 1-a server key information monitoring module; 2-update the status setting module; 2.1-a storage module judging unit; 2.2 — State table addition unit; 2.3-State configuration addition Unit; 3-cache access switch setting module; 3.1-access switch setting unit; 3.2-cache write determination unit; 3.3-cache access switch closing unit; 4-a cache detection module; 4.1-timing setting unit; 4.2-cache detection unit; 4.3-cache update unit; 4.4-cache access switch turn-on unit; and 5, a server key information reading module.
Detailed Description
In order to make those skilled in the art better understand the technical solutions of the present invention, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the 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.
Example 1:
as shown in fig. 1, the present invention provides a data persistence method based on BMC, which includes the following steps:
s1, setting BMC monitoring server key information, and writing the received server key information into a storage module and a cache at the same time; the server key information comprises voltage information, temperature information and power consumption information;
s2, the storage module sets an updating state for each piece of server key information and records whether the writing into the cache is successful or not;
s3, setting an access switch in the cache; when the key information of the server is written into the cache and fails, closing the cache access switch;
s4, detecting whether the cache is available or not at regular time after the cache access switch is closed;
when the cache is available, updating the cache according to the update state of the key information of the server in the storage module, and turning on a cache access switch.
Example 2:
as shown in fig. 2, the present invention provides a data persistence method based on BMC, which includes the following steps:
s1, setting key information of a BMC monitoring server, and writing the received key information of the server into a storage module and a cache at the same time; the server key information comprises voltage information, temperature information and power consumption information; the storage module adopts a database or a configuration file;
s2, the storage module sets an updating state for each piece of server key information and records whether the writing into the cache is successful or not; the method comprises the following specific steps:
s21, judging whether the storage module is a database or a configuration file;
when the storage module is a database, the step S22 is carried out;
when the storage module is a configuration file, the step S23 is carried out;
s22, adding a state table in the database, recording whether the key information of the corresponding server is updated to a cache or not by the state table, and entering the step S3;
s23, adding state configuration in the configuration file, and entering a step S3, wherein the state configuration record corresponds to whether the key information of the server is updated to a cache or not;
s3, setting an access switch in the cache; when the key information of the server is written into the cache and fails, closing the cache access switch; the method comprises the following specific steps:
s31, setting an access switch in the cache, and setting the default cache access switch to be in an on state;
s32, judging whether the key information of the server is successfully written into the cache by the BMC;
if yes, entering step S5;
if not, judging that the cache is unavailable, closing a cache access switch, and entering the step S4;
s4, after the cache access switch is closed, regularly detecting whether the cache is available;
when the cache is available, updating the cache according to the key information updating state of the server in the storage module, and opening a cache access switch; the method comprises the following specific steps:
s41, after the cache access switch is turned off, the step S5 is carried out, timing is set at the background, and cache detection is carried out at set time intervals;
s42, detecting whether the cache is available;
if yes, go to step S43;
if not, returning to the step S42;
s43, obtaining server key information of which the updating state is write cache failure in the storage module, and updating the cache;
s44, opening a cache access switch;
s5, when the client reads the key information of the server monitored by the BMC, judging whether a cache access switch is turned on;
if yes, reading key information of the server from the cache;
if not, the key information of the server is read from the storage module.
The BMC monitors and receives server key information, such as voltage, temperature and power consumption information of key components, caches the server key information in a key and value mode, and provides an access interface for the outside.
When writing data, a database or a configuration file and a cache are written at the same time, in addition, a state table is added in the database, if the configuration file is added, whether the writing is successful or not can be judged when the cache is written, if the writing is wrong, a key and an updated state value (value) are inserted into the database state table, and meanwhile, a switch for accessing the cache by a front end is closed.
When the client reads data, whether a cache access switch is turned on or not is judged first, if the cache access switch is turned on, the cache is read, and if the cache access switch is turned off, the database or the configuration file is directly accessed.
The background maintains a timing task, detects whether the cache system is available at regular intervals, reads the key value and the update status bit from the status table if the cache system is available, updates the cache according to the key value without emptying the whole cache, and then opens the cache access switch, so that the front end can read the latest data from the cache.
Example 3:
as shown in FIG. 3, the present invention provides a BMC based data persistence system, comprising
The server key information monitoring module 1 is used for setting the BMC to monitor the server key information and simultaneously writing the received server key information into the storage module and the cache;
the updating state setting module 2 is used for setting an updating state for each piece of server key information in the storage module and recording whether the writing into the cache is successful; the update state setting module 2 includes:
the storage module judging unit 2.1 is used for judging whether the storage module is a database or a configuration file;
the state table adding unit 2.2 is used for adding a state table in the database when the storage module is the database, and the state table records whether the key information of the corresponding server is updated to the cache;
the state configuration adding unit 2.3 is used for adding state configuration in the configuration file when the storage module is the configuration file, and recording whether the key information of the corresponding server is updated to the cache or not by the state configuration;
the cache access switch setting module 3 is used for setting an access switch in a cache; when the key information of the server is written into the cache and fails, closing the cache access switch; the cache access switch setting module 3 comprises;
an access switch setting unit 3.1, configured to set an access switch in the cache, and set the default cache access switch to an on state;
a cache write-in judging unit 3.2, configured to judge whether the BMC successfully writes the server key information into the cache;
a cache access switch closing unit 3.3, configured to determine that the cache is unavailable, and close the cache access switch;
the cache detection module 4 is used for detecting whether the cache is available or not at regular time after the cache access switch is closed; when the cache is available, updating the cache according to the key information updating state of the server in the storage module, and opening a cache access switch; the cache detection module 4 includes:
the timing setting unit 4.1 is used for setting timing at the background after the cache access switch is closed and entering cache detection at set time intervals;
the buffer detection unit 4.2 is used for detecting whether the buffer is available or not at regular time;
the cache updating unit 4.3 is used for acquiring the server key information of which the updating state is write-in cache failure in the storage module and updating the cache;
the cache access switch starting unit 4.4 is used for starting the cache access switch after updating the cache when the cache is available;
and the server key information reading module 5 is used for judging whether the cache access switch is turned on or not when the client reads the server key information monitored by the BMC, reading the server key information from the cache when the cache access switch is turned on, and reading the server key information from the storage module when the cache access switch is turned off.
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 appended claims.

Claims (5)

1. A data persistence method based on BMC is characterized by comprising the following steps:
s1, setting BMC monitoring server key information, and writing the received server key information into a storage module and a cache at the same time;
s2, the storage module sets an updating state for each piece of server key information and records whether the writing into the cache is successful or not;
s3, setting an access switch in the cache; when the key information of the server is written into the cache and fails, closing the cache access switch; the step S3 comprises the following steps:
s31, setting an access switch in the cache, and setting the default cache access switch to be in an on state;
s32, judging whether the key information of the server is successfully written into the cache by the BMC;
if yes, entering step S5;
if not, judging that the cache is unavailable, closing a cache access switch, and entering the step S4;
s4, after the cache access switch is closed, regularly detecting whether the cache is available;
when the cache is available, updating the cache according to the key information updating state of the server in the storage module, and opening a cache access switch;
the step S4 comprises the following steps:
s41, after the cache access switch is turned off, the step S5 is carried out, timing is set at the background, and cache detection is carried out at set time intervals;
s42, detecting whether the cache is available;
if yes, go to step S43;
if not, returning to the step S42;
s43, obtaining server key information of which the updating state is write cache failure in the storage module, and updating the cache;
s44, opening a cache access switch;
s5, when the client reads the key information of the server monitored by the BMC, judging whether a cache access switch is turned on;
if yes, reading key information of the server from the cache;
if not, the key information of the server is read from the storage module.
2. The BMC-based data persistence method of claim 1, wherein the server critical information comprises voltage information, temperature information, and power consumption information.
3. The BMC-based data persistence method of claim 1 wherein the storage module employs a database or a configuration file;
the step S2 comprises the following specific steps:
s21, judging whether the storage module is a database or a configuration file;
when the storage module is a database, the step S22 is carried out;
when the storage module is a configuration file, the step S23 is carried out;
s22, adding a state table in the database, recording whether the key information of the corresponding server is updated to a cache by the state table, and entering the step S3;
s23, adding state configuration in the configuration file, judging whether the key information of the server corresponding to the state configuration record is updated to the cache or not, and entering the step S3.
4. A BMC-based data persistence system, comprising
The server key information monitoring module (1) is used for setting the BMC to monitor the server key information and writing the received server key information into the storage module and the cache at the same time;
the updating state setting module (2) is used for setting an updating state for each piece of server key information in the storage module and recording whether the writing into the cache is successful or not;
the cache access switch setting module (3) is used for setting an access switch in the cache; when the key information of the server is written into the cache and fails, closing the cache access switch; the cache access switch setting module (3) comprises;
the access switch setting unit (3.1) is used for setting an access switch in the cache, and setting the default cache access switch to be in an on state;
a cache write-in judgment unit (3.2) for judging whether the BMC successfully writes the server key information into the cache;
a cache access switch closing unit (3.3) for determining that the cache is unavailable and closing the cache access switch;
the cache detection module (4) is used for detecting whether the cache is available or not at regular time after the cache access switch is closed; when the cache is available, updating the cache according to the key information updating state of the server in the storage module, and opening a cache access switch; the cache detection module (4) comprises:
the timing setting unit (4.1) is used for setting timing at the background after the cache access switch is closed and entering cache detection at set time intervals;
a buffer detection unit (4.2) for detecting whether the buffer is available at regular time;
the cache updating unit (4.3) is used for acquiring the server key information of which the updating state is write-in cache failure in the storage module and updating the cache;
the cache access switch starting unit (4.4) is used for starting the cache access switch after updating the cache when the cache is available;
and the server key information reading module (5) is used for judging whether the cache access switch is opened or not when the client reads the server key information monitored by the BMC, reading the server key information from the cache when the cache access switch is opened, and reading the server key information from the storage module when the cache access switch is closed.
5. The BMC-based data persistence system of claim 4, wherein the update status setting module (2) comprises:
the storage module judging unit (2.1) is used for judging whether the storage module is a database or a configuration file;
the state table adding unit (2.2) is used for adding a state table in the database when the storage module is the database, and the state table records whether the key information of the corresponding server is updated to the cache;
and the state configuration adding unit (2.3) is used for adding state configuration in the configuration file when the storage module is the configuration file, and whether the key information of the corresponding server of the state configuration record is updated to the cache or not.
CN202010580270.XA 2020-06-23 2020-06-23 Data persistence method and system based on BMC Active CN111858664B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010580270.XA CN111858664B (en) 2020-06-23 2020-06-23 Data persistence method and system based on BMC

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010580270.XA CN111858664B (en) 2020-06-23 2020-06-23 Data persistence method and system based on BMC

Publications (2)

Publication Number Publication Date
CN111858664A CN111858664A (en) 2020-10-30
CN111858664B true CN111858664B (en) 2023-01-10

Family

ID=72989872

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010580270.XA Active CN111858664B (en) 2020-06-23 2020-06-23 Data persistence method and system based on BMC

Country Status (1)

Country Link
CN (1) CN111858664B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113835770B (en) * 2021-11-30 2022-02-18 四川华鲲振宇智能科技有限责任公司 Online replacement method and system for server management module

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101937467A (en) * 2010-09-17 2011-01-05 北京开心人信息技术有限公司 High-efficiency caching method and system of server
CN102739720A (en) * 2011-04-14 2012-10-17 中兴通讯股份有限公司 Distributed cache server system and application method thereof, cache clients and cache server terminals
CN102902730A (en) * 2012-09-10 2013-01-30 新浪网技术(中国)有限公司 Method and device for reading data based on data cache

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101937467A (en) * 2010-09-17 2011-01-05 北京开心人信息技术有限公司 High-efficiency caching method and system of server
CN102739720A (en) * 2011-04-14 2012-10-17 中兴通讯股份有限公司 Distributed cache server system and application method thereof, cache clients and cache server terminals
CN102902730A (en) * 2012-09-10 2013-01-30 新浪网技术(中国)有限公司 Method and device for reading data based on data cache

Also Published As

Publication number Publication date
CN111858664A (en) 2020-10-30

Similar Documents

Publication Publication Date Title
JP4283221B2 (en) Various methods and apparatus for tracking failed memory locations to enable execution to invalidate repeatedly failed memory locations
TWI471726B (en) Managing cache data and metadata
US7640395B2 (en) Maintaining write ordering in a system
JP5715566B2 (en) Cache data and metadata management
US8327193B2 (en) Data storage device including a failure diagnostic log
JP2017079053A (en) Methods and systems for improving storage journaling
WO2014138411A1 (en) System and method for tiered caching and storage allocation
US20100180065A1 (en) Systems And Methods For Non-Volatile Cache Control
US9563566B2 (en) Device and method for integrated data management for nonvolatile buffer cache and nonvolatile storage
CN101901189B (en) User data updating method and method for recovering user data
US7487400B2 (en) Method for data protection in disk array systems
US20100138702A1 (en) Information processing apparatus and sign of failure determination method
US8255637B2 (en) Mass storage system and method of operating using consistency checkpoints and destaging
US7526682B1 (en) Effective diagnosis of software hangs
CN102375767A (en) Computer restart testing system and method
JP2014182818A (en) Device, storage medium and method for file system backup for plurality of storage medium devices
US20060259814A1 (en) Method and system for optimizing testing of memory stores
KR20170042593A (en) Flushing in file system
US8954791B2 (en) Mirroring disk drive sectors
CN111858664B (en) Data persistence method and system based on BMC
CN111078515A (en) SSD layered log recording method and device, computer equipment and storage medium
Schwarz et al. Disk failure investigations at the internet archive
US20160170842A1 (en) Writing to files and file meta-data
JP2015114750A (en) Examination program, information processing device, and information processing method
CN111858178B (en) Method, device and equipment for judging power supply starting type and readable 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
GR01 Patent grant
GR01 Patent grant