JP2007272493A - Computer system, data normality confirmation method, and program - Google Patents

Computer system, data normality confirmation method, and program Download PDF

Info

Publication number
JP2007272493A
JP2007272493A JP2006096327A JP2006096327A JP2007272493A JP 2007272493 A JP2007272493 A JP 2007272493A JP 2006096327 A JP2006096327 A JP 2006096327A JP 2006096327 A JP2006096327 A JP 2006096327A JP 2007272493 A JP2007272493 A JP 2007272493A
Authority
JP
Japan
Prior art keywords
data
disk device
normality
cache
computer system
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2006096327A
Other languages
Japanese (ja)
Other versions
JP4853083B2 (en
Inventor
Tamaki Ishii
環 石井
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP2006096327A priority Critical patent/JP4853083B2/en
Publication of JP2007272493A publication Critical patent/JP2007272493A/en
Application granted granted Critical
Publication of JP4853083B2 publication Critical patent/JP4853083B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To prevent a defect in data normality confirmation processing in a server. <P>SOLUTION: A server 10 confirms data normality for data stored in a disk device 15 as object data. If a data normality confirmation event arises, the server 10 first clears cache data stored in a cache memory contained in a DIMM memory 11, then reads out data stored in the disk device 15 into the cache memory, and performs normality confirmation processing for the data stored in the cache memory. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、コンピュータシステム、並びに、そのデータの正常性確認方法、及びプログラムに関し、更に詳しくは、コンピュータシステムのディスク装置内に格納されたデータの正常性を確認する技術に関する。   The present invention relates to a computer system, a data normality confirmation method, and a program thereof, and more particularly to a technique for confirming the normality of data stored in a disk device of a computer system.

サーバなどのコンピュータシステムでは、定期的に或いは必要に応じて、ディスク装置内に格納されたデータに破壊が生じていないかなど、データの正常性を確認している。ディスク装置内に格納されたデータが、圧縮データである場合には、CRCなどの手法によりそのデータの正常性確認が行われる。また、データが、バックアップファイルなどの場合には、CRCなどの手法の他に、現用データファイルとの照合によっても、その正常性が確認できる。データ正常性の確認手法は、例えば特許文献1に記載されている。
特開平10−254785号公報
In a computer system such as a server, the normality of data is confirmed, for example, whether or not the data stored in the disk device has been destroyed regularly or as necessary. When the data stored in the disk device is compressed data, the normality of the data is confirmed by a technique such as CRC. When the data is a backup file or the like, the normality can be confirmed by collation with the current data file in addition to the CRC method. A method for confirming data normality is described in Patent Document 1, for example.
JP-A-10-254785

ところで、近年のコンピュータシステムでは、外部から受信したデータや、コンピュータシステム内で作成されたデータは、ディスク装置内に格納されると同時に、キャッシュメモリにも格納されるのが通例となっている。日常的に起動及び停止が行われるコンピュータシステムでは、このキャッシュデータは、その停止のたびに消去される。しかし、例えばサーバ/クライアントシステムでサーバとして利用されるコンピュータシステムでは、キャッシュデータは、そのキャッシュメモリの容量やコンピュータシステムの動作頻度によっては、比較的長期にわたって残されることがある。このようなコンピュータシステムでは、以下のような問題が生じる。   By the way, in recent computer systems, data received from the outside and data created in the computer system are usually stored in the cache memory at the same time as being stored in the disk device. In a computer system that is started and stopped on a daily basis, the cache data is erased each time the computer system is stopped. However, in a computer system used as a server in a server / client system, for example, cache data may be left for a relatively long period depending on the capacity of the cache memory and the operation frequency of the computer system. Such a computer system has the following problems.

図4は、この事情を説明するために、各処理ステップ及びデータの流れを模式的に示すブロック図である。同図において、サーバ10では、データを更新するデータ更新イベントが発生すると(ステップ1)、サーバ10は、メインメモリを構成するDIMMメモリ11上のデータを、内蔵するキャッシュメモリに格納した上で(ステップ2)、North-Bridge12に搭載されたメモリコントローラの処理により、I/O-Bridge13及びSCSIインターフェイス14を経由してディスク装置15内にデータを書き込む処理を行う。このとき、I/O-Bridge13の処理でデータ破壊が生じることがあり(ステップ3)、その場合には異常データが生成され(ステップ4)、ディスク装置内には異常データが格納される。この場合、キャッシュメモリに格納されたデータと、ディスク装置15に格納されたデータとの間に不整合が生じる。   FIG. 4 is a block diagram schematically showing each processing step and data flow in order to explain this situation. In the figure, when a data update event for updating data occurs in the server 10 (step 1), the server 10 stores the data on the DIMM memory 11 constituting the main memory in the built-in cache memory ( Step 2) A process of writing data into the disk device 15 via the I / O-Bridge 13 and the SCSI interface 14 is performed by the process of the memory controller mounted on the North-Bridge 12. At this time, data destruction may occur in the processing of the I / O-Bridge 13 (step 3). In that case, abnormal data is generated (step 4), and the abnormal data is stored in the disk device. In this case, inconsistency occurs between the data stored in the cache memory and the data stored in the disk device 15.

その後、キャッシュメモリに格納されたデータが消去される前に、例えば定期的な正常性確認イベントが発生することがある。この正常性確認処理が、バックアップデータの正常性確認であるとすると、この正常性確認は例えばCRCエラー訂正を利用した誤り訂正という態様で行われる。コンピュータは、DIMMメモリ11内のキャッシュメモリに必要なデータが格納されていることを検出すると、ディスク装置15に格納されたバックアップデータに代えて、キャッシュメモリに格納されたバックアップデータで正常性確認を行う。この正常性確認では、異常データは発見されずに、“正常性確認OK”として終了する(ステップ5)。   Thereafter, before the data stored in the cache memory is erased, for example, a regular normality confirmation event may occur. If this normality confirmation processing is normality confirmation of backup data, this normality confirmation is performed in the form of error correction using, for example, CRC error correction. When the computer detects that the necessary data is stored in the cache memory in the DIMM memory 11, the computer checks the normality with the backup data stored in the cache memory instead of the backup data stored in the disk device 15. Do. In this normality confirmation, no abnormal data is found and the process ends as “normality confirmation OK” (step 5).

その後、現用データファイルに異常が発見され、バックアップデータが必要になり、その時点でキャッシュデータが消去されていると、ディスク装置15からバックアップデータが読み出される。しかし、ディスク装置15に格納されているバックアップデータは、その書込みの時点で既に異常データとなっているため、例えばそのCRCエラー訂正で異常データであると判定される。このような場合には、現用データファイル及びバックアップファイルの双方が利用できず、正常なデータが存在しないため、大きなトラブルに発展する。   Thereafter, if an abnormality is found in the current data file and backup data is required, and the cache data is erased at that time, the backup data is read from the disk device 15. However, since the backup data stored in the disk device 15 has already become abnormal data at the time of writing, it is determined, for example, as abnormal data by CRC error correction. In such a case, both the current data file and the backup file cannot be used, and normal data does not exist.

上記のように、従来のサーバ10におけるデータ正常性確認では、キャッシュデータを明示的にクリアすることなく、データ正常性確認を行っているため、ディスク装置15に生成/更新されたデータの正常性確認ではなく、DIMMメモリ上11のキャッシュデータの正常性確認が行われることがある。このため、I/O Bridge13などを経由する際にデータ破壊やデータ化けが発生した時には、ディスク装置15上のデータが異常であっても、DIMMメモリ上11のキャッシュデータは正常であるため、異常を検出することが出来ないという問題が潜在していた。   As described above, in the data normality check in the conventional server 10, the normality of the data generated / updated in the disk device 15 is confirmed because the data normality check is performed without explicitly clearing the cache data. The normality of cache data on the DIMM memory 11 may be confirmed instead of confirmation. For this reason, when data destruction or garbled data occurs via the I / O Bridge 13 or the like, even if the data on the disk device 15 is abnormal, the cache data on the DIMM memory 11 is normal, so there is an abnormality. The problem of being unable to detect was latent.

上記に鑑み、本発明は、キャッシュメモリを有するコンピュータシステムにおける正常性確認の際に、正しい手順でデータの正常性確認処理を行うことにより、正常性確認が正しく行われるコンピュータシステム、そのコンピュータシステムで実行されるデータ正常性確認方法、及び、プログラムを提供することを目的とする。   In view of the above, the present invention provides a computer system in which normality confirmation is correctly performed by performing data normality confirmation processing in a correct procedure when normality confirmation is performed in a computer system having a cache memory. An object is to provide a data normality confirmation method and a program to be executed.

上記目的を達成するために、本発明のコンピュータシステムは、キャッシュメモリを備えるコンピュータシステムであって、
ディスク装置に格納されたデータを確認対象とするデータ正常性確認イベントが発生すると、少なくとも前記確認対象のデータに対応するキャッシュデータをクリアするキャッシュクリア部と、
前記キャッシュクリア部によるキャッシュデータのクリア後に、前記確認対象のデータを前記ディスク装置から読み出すデータ読出し部と、
前記ディスク装置から読み出した確認対象のデータの正常性確認を実行する正常性確認処理部とを備えることを特徴とする。
To achieve the above object, a computer system of the present invention is a computer system comprising a cache memory,
When a data normality confirmation event for checking data stored in the disk device occurs, at least a cache clear unit for clearing cache data corresponding to the data to be checked,
A data reading unit for reading the data to be confirmed from the disk device after the cache data is cleared by the cache clearing unit;
And a normality confirmation processing unit that performs normality confirmation of the data to be confirmed read from the disk device.

また、本発明のデータ正常性確認方法は、キャッシュメモリを備えるコンピュータシステムにおけるデータ正常性確認方法であって、
前記コンピュータが、ディスク装置に格納されたデータを確認対象とするデータ正常性確認イベントが発生すると、少なくとも前記確認対象のデータに対応するキャッシュデータをクリアするステップと、
前記コンピュータが、前記クリアステップ後に、前記確認対象のデータを前記ディスク装置から読み出すステップと、
前記コンピュータが、前記ディスク装置から読み出した確認対象のデータの正常性を確認するステップとを有することを特徴とする。
The data normality confirmation method of the present invention is a data normality confirmation method in a computer system including a cache memory,
When a data normality confirmation event occurs in which the computer checks data stored in a disk device, at least cache data corresponding to the data to be confirmed is cleared;
The computer, after the clearing step, reading the data to be confirmed from the disk device;
The computer includes a step of confirming normality of data to be confirmed read from the disk device.

更に、本発明のプログラムは、キャッシュメモリを備えるコンピュータシステムに、データ正常性確認を実行させるプログラムであって、前記コンピュータに、
ディスク装置に格納されたデータを確認対象とするデータ正常性確認イベントが発生すると、少なくとも前記確認対象のデータに対応するキャッシュデータをクリアするステップと、
前記クリアステップ後に、前記確認対象のデータを前記ディスク装置から読み出すステップと、
前記ディスク装置から読み出した確認対象のデータの正常性を確認するステップとを実行させることを特徴とする。
Furthermore, the program of the present invention is a program for causing a computer system having a cache memory to execute data normality confirmation,
When a data normality confirmation event for checking data stored in the disk device occurs, at least clearing cache data corresponding to the data to be checked;
After the clearing step, reading the data to be confirmed from the disk device;
And confirming the normality of the data to be confirmed read from the disk device.

本発明のコンピュータシステム、データ正常性確認方法、及び、プログラムによると、データ正常性確認イベントが発生すると、実際にデータ正常性確認処理に移行する前に、自動的にキャッシュデータをクリアするため、データ正常性確認処理は、ディスク装置に格納されたデータに対して行われる。従って、ディスク装置に格納されたデータに異常があれば、その異常が検出されるので、従来技術で生じた不具合が生ずることはなく、正常性確認が正しく行われる。   According to the computer system, the data normality confirmation method, and the program of the present invention, when a data normality confirmation event occurs, the cache data is automatically cleared before actually proceeding to the data normality confirmation process. The data normality confirmation process is performed on the data stored in the disk device. Therefore, if there is an abnormality in the data stored in the disk device, the abnormality is detected, so that the malfunction that has occurred in the prior art does not occur and normality confirmation is performed correctly.

本発明のコンピュータシステムでは、前記データ読出し部が、前記磁気ディスク装置から読み出した確認対象のデータを前記キャッシュメモリに記憶することが好ましい。この場合、正常性確認処理のスループットが向上する。   In the computer system of the present invention, it is preferable that the data reading unit stores the data to be confirmed read from the magnetic disk device in the cache memory. In this case, the throughput of normality confirmation processing is improved.

正常性確認の対象データは、バックアップファイルであってもよく、或いは、他のいかなるデータであってもよい。また、正常性確認の対象データを格納するディスク装置は、コンピュータシステム内のディスク装置であってもよく、或いは、システム外のディスク装置であっても良い。   The target data for normality confirmation may be a backup file or any other data. In addition, the disk device that stores the target data for normality confirmation may be a disk device in the computer system or a disk device outside the system.

以下、図面を参照し、本発明の実施形態について詳細に説明する。図1は、本発明の一実施形態に係るコンピュータシステムで実行されるデータ保存処理を模式的に示すブロック図である。同図において、コンピュータシステム(サーバ)10は、メモリモジュール(DIMMメモリ)11、North-Bridge12、I/O-Bridge13、SCSIインターフェイス14、ディスク装置15を備えており、サーバとして一般的な構成を有する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram schematically showing data storage processing executed by a computer system according to an embodiment of the present invention. In the figure, a computer system (server) 10 includes a memory module (DIMM memory) 11, a North-Bridge 12, an I / O-Bridge 13, a SCSI interface 14, and a disk device 15, and has a general configuration as a server. .

サーバ10は、データ更新イベントが発生すると(ステップ1)、DIMMメモリ11にあるデータを、DIMMメモリ11に内蔵されるキャッシュメモリに格納する(ステップ2)。次いで、サーバ10は、DIMMメモリ11上のデータをディスク装置15に格納する(ステップ3)。このデータ格納は、North-Bridge12に搭載されたメモリコントローラにより、I/O-Bridge13及びSCSIインターフェイス14を介してディスク装置15に書き込まれることで実行される。   When a data update event occurs (step 1), the server 10 stores the data in the DIMM memory 11 in a cache memory built in the DIMM memory 11 (step 2). Next, the server 10 stores the data on the DIMM memory 11 in the disk device 15 (step 3). This data storage is executed by being written into the disk device 15 via the I / O-Bridge 13 and the SCSI interface 14 by the memory controller mounted on the North-Bridge 12.

図2は、図1で書き込まれたデータの正常性確認を行う際の処理を図1と同様に模式図で示している。正常性確認処理は、例えば定期的に発生する、CRCエラー訂正を指定する正常性確認イベントの発生で始まる(ステップ1)。正常性確認イベントは、専用のアプリケーションにより、例えばシステムコールを利用して、確認対象のデータに応じて定期的に発行される。サーバ10は、正常性確認イベントが発生すると、まず、キャッシュクリア処理部により、キャッシュメモリ内のデータを自動的にクリアする(ステップ2)。キャッシュクリア手順としては、例えばLINUIX/UNIX(登録商標)におけるシステムコールioctlなどのデバイス制御システムコールを使用し、ディスク装置15上に定義されたブロックデバイス単位でキャッシュデータをクリアする。   FIG. 2 is a schematic diagram similar to FIG. 1 showing the processing for checking the normality of the data written in FIG. The normality confirmation process starts with the occurrence of a normality confirmation event that designates CRC error correction, which occurs periodically, for example (step 1). The normality confirmation event is periodically issued according to data to be confirmed by using a system call, for example, by a dedicated application. When the normality confirmation event occurs, the server 10 first automatically clears the data in the cache memory by the cache clear processing unit (step 2). As a cache clear procedure, for example, a device control system call such as a system call ioctl in LINUIX / UNIX (registered trademark) is used to clear cache data in block device units defined on the disk device 15.

サーバ10は、次いでディスク装置15から必要なデータを読み出し、通常の正常性確認処理を行う。つまり、DIMMメモリ上11にキャッシュデータが存在しないため、正常性確認対象のデータは、データ読出し処理部により、ディスク装置15からSCSIインターフェイス14、I/O-Bridge13、及び、North-Bridge12を経由して読み出され、DIMMメモリ11上に新しくキャッシュされる(ステップ3)。サーバ10は、正常性確認処理部により、ディスク装置15上のデータに対する正常性確認を行う(ステップ4)。データ正常性確認の方法としては、CRCエラー訂正、パリティエラー訂正、エラー訂正サムなどによる方法が考えられる。なお、上記各処理部は、サーバ10内の記憶装置に記憶されたプログラムにより構成される。   Next, the server 10 reads necessary data from the disk device 15 and performs normal normality confirmation processing. In other words, since there is no cache data on the DIMM memory 11, normality confirmation target data is transferred from the disk device 15 via the SCSI interface 14, I / O-Bridge 13, and North-Bridge 12 by the data read processing unit. Are read out and newly cached on the DIMM memory 11 (step 3). The server 10 performs normality confirmation on the data on the disk device 15 by the normality confirmation processing unit (step 4). As a data normality confirmation method, a method using CRC error correction, parity error correction, error correction sum, or the like can be considered. Each processing unit is configured by a program stored in a storage device in the server 10.

以上のように、本発明に係るデータ正常性確認方法は、I/O-Bridge13などで生ずるおそれがあるデータ化けなどによるディスク装置15上のデータ異常を検出するために用いられる。この場合、サーバ10における各種データ生成処理で生成されたデータの正常性確認を実施することで、メモリーモジュール(DIMMメモリ)11からディスク装置15へのデータ転送時に発生するデータ化けを検出し、システム内に異常データが存在することを自動的に検出する。   As described above, the data normality confirmation method according to the present invention is used to detect data abnormality on the disk device 15 due to data corruption that may occur in the I / O-Bridge 13 or the like. In this case, by confirming the normality of the data generated by the various data generation processes in the server 10, data corruption that occurs at the time of data transfer from the memory module (DIMM memory) 11 to the disk device 15 is detected. It automatically detects the presence of abnormal data.

上記実施形態では、サーバ10においては、致命的となり得るデータ異常発生を、自動的に早期検出することが可能になる。これにより、サーバ10が、提供するサービスに大きな影響を与えるような障害を抱えているにも拘わらず、その障害が検出できないという従来の問題点が解決される。特に、バックアップデータなどにデータ異常が発生した場合には、バックアップデータを実際に必要とする機会に遭遇した時に初めて異常が検出されるものであり、本発明の必要性は十分に高い。   In the above-described embodiment, the server 10 can automatically detect the occurrence of a data abnormality that can be fatal automatically at an early stage. This solves the conventional problem that the failure cannot be detected even though the server 10 has a failure that greatly affects the service to be provided. In particular, when a data abnormality occurs in backup data or the like, the abnormality is detected only when an opportunity for actually requiring the backup data is encountered, and the necessity of the present invention is sufficiently high.

特に、バックアップデータが必要な場合は、現用データに何らかの異常を抱えているケースが想定され、このような場合には、バックアップデータが破壊されていると、サービスを保証するためのデータがシステム内の何れにも存在しない状態になり、サービスへの影響が特に大きい。このため、本発明は、バックアップデータの正常性確認に特に有効である。   In particular, when backup data is required, it is assumed that there is some abnormality in the current data. In such a case, if the backup data is destroyed, the data for guaranteeing the service is not stored in the system. The situation does not exist in any of the above, and the influence on the service is particularly great. Therefore, the present invention is particularly effective for checking the normality of backup data.

なお、図1及び2を参照した説明では、サーバ内のディスク装置15上へのデータ書き込みを例にしたが、外付けのディスク装置へのデータ正常性確認にも本発明を適用可能である。この例を、図3に示す。同図は、本発明に係るデータ正常性確認方法が、SCSIインターフェイス16を介して接続される外付けディスク装置17に格納されるデータにも適用可能である旨を示している。図3に示す構成は、外付けディスク装置17に格納されるデータについて、データ正常性確認処理が行われる以外には、図1及び図2を参照して説明した処理と同様な処理が行われる旨を示している。   In the description with reference to FIGS. 1 and 2, data writing on the disk device 15 in the server is taken as an example. However, the present invention can also be applied to data normality confirmation to an external disk device. An example of this is shown in FIG. This figure shows that the data normality confirmation method according to the present invention can be applied to data stored in an external disk device 17 connected via the SCSI interface 16. In the configuration shown in FIG. 3, processing similar to the processing described with reference to FIGS. 1 and 2 is performed on the data stored in the external disk device 17 except that data normality confirmation processing is performed. It shows that.

以上、本発明をその好適な実施態様に基づいて説明したが、本発明のコンピュータシステム、データ正常性確認方法及びプログラムは、上記実施態様の構成にのみ限定されるものではなく、上記実施態様の構成から種々の修正及び変更を施したものも、本発明の範囲に含まれる。   Although the present invention has been described based on the preferred embodiments, the computer system, the data normality confirmation method, and the program of the present invention are not limited only to the configuration of the above embodiments, Those in which various modifications and changes have been made to the configuration are also included in the scope of the present invention.

本発明の一実施形態に係るサーバにおけるデータ保存処理を模式的に示すブロック図。The block diagram which shows typically the data preservation | save process in the server which concerns on one Embodiment of this invention. 図1のサーバにおけるデータ正常性確認処理を模式的に示すブロック図。The block diagram which shows typically the data normality confirmation process in the server of FIG. 本発明の変形例に係るサーバにおけるデータ正常性確認処理を示すブロック図。The block diagram which shows the data normality confirmation process in the server which concerns on the modification of this invention. 従来のサーバにおけるデータ正常性確認処理を模式的に示すブロック図。The block diagram which shows typically the data normality confirmation process in the conventional server.

符号の説明Explanation of symbols

10:サーバ
11:DIMMメモリ
12:North-Bridge
13:I/O-Bridge
14、16:SCSIインターフェイス
15、17:ディスク装置
10: Server 11: DIMM memory 12: North-Bridge
13: I / O-Bridge
14, 16: SCSI interface 15, 17: Disk device

Claims (6)

キャッシュメモリを備えるコンピュータシステムであって、
ディスク装置に格納されたデータを確認対象とするデータ正常性確認イベントが発生すると、少なくとも前記確認対象のデータに対応するキャッシュデータをクリアするキャッシュクリア部と、
前記キャッシュクリア部によるキャッシュデータのクリア後に、前記確認対象のデータを前記ディスク装置から読み出すデータ読出し部と、
前記ディスク装置から読み出した確認対象のデータの正常性確認を実行する正常性確認処理部とを備えることを特徴とするコンピュータシステム。
A computer system comprising a cache memory,
When a data normality confirmation event for checking data stored in the disk device occurs, at least a cache clear unit for clearing cache data corresponding to the data to be checked,
A data reading unit for reading the data to be confirmed from the disk device after the cache data is cleared by the cache clearing unit;
A computer system comprising: a normality confirmation processing unit that executes normality confirmation of data to be confirmed read from the disk device.
前記データ読出し部は、前記磁気ディスク装置から読み出した確認対象のデータを前記キャッシュメモリに記憶する、請求項1に記載のコンピュータシステム。   The computer system according to claim 1, wherein the data reading unit stores data to be confirmed read from the magnetic disk device in the cache memory. 前記確認対象のデータがバックアップファイルである、請求項1に記載のコンピュータシステム。   The computer system according to claim 1, wherein the data to be confirmed is a backup file. 前記ディスク装置がコンピュータシステム外に配設される外部記憶装置である、請求項1〜3の何れか一に記載のコンピュータシステム。   The computer system according to claim 1, wherein the disk device is an external storage device disposed outside the computer system. キャッシュメモリを備えるコンピュータにおけるデータ正常性確認方法であって、
前記コンピュータが、ディスク装置に格納されたデータを確認対象とするデータ正常性確認イベントが発生すると、少なくとも前記確認対象のデータに対応するキャッシュデータをクリアするステップと、
前記コンピュータが、前記クリアステップ後に、前記確認対象のデータを前記ディスク装置から読み出すステップと、
前記コンピュータが、前記ディスク装置から読み出した確認対象のデータの正常性を確認するステップとを有することを特徴とするデータ正常性確認方法。
A data normality confirmation method in a computer having a cache memory,
When a data normality confirmation event occurs in which the computer checks data stored in a disk device, at least cache data corresponding to the data to be confirmed is cleared;
The computer, after the clearing step, reading the data to be confirmed from the disk device;
And a step of confirming normality of data to be confirmed read from the disk device by the computer.
キャッシュメモリを備えるコンピュータシステムに、データ正常性確認を実行させるプログラムであって、前記コンピュータに、
ディスク装置に格納されたデータを確認対象とするデータ正常性確認イベントが発生すると、少なくとも前記確認対象のデータに対応するキャッシュデータをクリアするステップと、
前記クリアステップ後に、前記確認対象のデータを前記ディスク装置から読み出すステップと、
前記ディスク装置から読み出した確認対象のデータの正常性を確認するステップとを実行させることを特徴とするプログラム。
A program for causing a computer system having a cache memory to execute data normality checking, wherein the computer
When a data normality confirmation event for checking data stored in the disk device occurs, at least clearing cache data corresponding to the data to be checked;
After the clearing step, reading the data to be confirmed from the disk device;
And executing the step of confirming the normality of the data to be confirmed read from the disk device.
JP2006096327A 2006-03-31 2006-03-31 Computer system, data normality confirmation method, and program Expired - Fee Related JP4853083B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006096327A JP4853083B2 (en) 2006-03-31 2006-03-31 Computer system, data normality confirmation method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006096327A JP4853083B2 (en) 2006-03-31 2006-03-31 Computer system, data normality confirmation method, and program

Publications (2)

Publication Number Publication Date
JP2007272493A true JP2007272493A (en) 2007-10-18
JP4853083B2 JP4853083B2 (en) 2012-01-11

Family

ID=38675244

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006096327A Expired - Fee Related JP4853083B2 (en) 2006-03-31 2006-03-31 Computer system, data normality confirmation method, and program

Country Status (1)

Country Link
JP (1) JP4853083B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023085619A1 (en) * 2021-11-15 2023-05-19 삼성전자주식회사 Electronic device for recovering database and operation method thereof

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04171550A (en) * 1990-11-06 1992-06-18 Shikoku Nippon Denki Software Kk Cache memory
JPH0541050A (en) * 1991-08-02 1993-02-19 Hitachi Electron Eng Co Ltd Verification method of positioning servomechanism information
JP2005258633A (en) * 2004-03-10 2005-09-22 Hitachi Ltd Disk array system and method for predicting hard disk drive failure

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04171550A (en) * 1990-11-06 1992-06-18 Shikoku Nippon Denki Software Kk Cache memory
JPH0541050A (en) * 1991-08-02 1993-02-19 Hitachi Electron Eng Co Ltd Verification method of positioning servomechanism information
JP2005258633A (en) * 2004-03-10 2005-09-22 Hitachi Ltd Disk array system and method for predicting hard disk drive failure

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023085619A1 (en) * 2021-11-15 2023-05-19 삼성전자주식회사 Electronic device for recovering database and operation method thereof

Also Published As

Publication number Publication date
JP4853083B2 (en) 2012-01-11

Similar Documents

Publication Publication Date Title
JP4523639B2 (en) Memory error address management by firmware
JP5183542B2 (en) Computer system and setting management method
US8713553B2 (en) Disk array apparatus and firmware update method therefor
JP2014032516A (en) Storage device, controller, and data protection method
Lyu et al. Software fault tolerance in a clustered architecture: Techniques and reliability modeling
JP2006277078A (en) Log information management device, method and program
JP4535371B2 (en) Disk array control program, method and apparatus
JP2009205362A (en) Computer apparatus, operation continuation method and program of the apparatus
JP2022017212A (en) System and device for data restoration for ephemeral storage
JP2017146833A (en) Monitoring device, fault tolerant system, and method
JP2010067115A (en) Data storage system and data storage method
JP5104479B2 (en) Information processing device
JP4853083B2 (en) Computer system, data normality confirmation method, and program
US20100169572A1 (en) Data storage method, apparatus and system for interrupted write recovery
JP6235163B2 (en) Computer system and control method thereof
JP2009104369A (en) Disk sub-system
JP5297479B2 (en) Mirroring recovery device and mirroring recovery method
JP2007115162A (en) Double storage method of data
CN106599046B (en) Writing method and device of distributed file system
KR100922409B1 (en) Information processing device and memory anomaly monitoring method
JP2008146365A (en) Failure avoidance method for storage system
JP2010061258A (en) Duplex processor system and processor duplex method
JP2008250462A (en) Disk array device, disk array control method, and program
JP2007011839A (en) Memory management method and memory management system
JP2017151511A (en) Information processing device, operation log acquisition method and operation log acquisition program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090115

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20100223

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110531

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110801

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110927

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111010

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20141104

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4853083

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees