JPH07248973A - Back-up processing method - Google Patents

Back-up processing method

Info

Publication number
JPH07248973A
JPH07248973A JP6041287A JP4128794A JPH07248973A JP H07248973 A JPH07248973 A JP H07248973A JP 6041287 A JP6041287 A JP 6041287A JP 4128794 A JP4128794 A JP 4128794A JP H07248973 A JPH07248973 A JP H07248973A
Authority
JP
Japan
Prior art keywords
cache
data
disk device
disk
block
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.)
Pending
Application number
JP6041287A
Other languages
Japanese (ja)
Inventor
Yoshihiko Shimada
吉彦 嶋田
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.)
PFU Ltd
Original Assignee
PFU 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 PFU Ltd filed Critical PFU Ltd
Priority to JP6041287A priority Critical patent/JPH07248973A/en
Publication of JPH07248973A publication Critical patent/JPH07248973A/en
Pending legal-status Critical Current

Links

Landscapes

  • Techniques For Improving Reliability Of Storages (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To fast back up the cache data in a write-back cache system. CONSTITUTION:When a power supply is cut off, the block data on a block address 0 of a cache 12 are read out and written in a block address (k) of a disk 22 showing the head of an area A2. Then the block data on a block address 1 of the cache 12 are read out and written in a block address (k+1) of the disk 22. These operations are repeated thereafter. When a power supply is applied again, the block data on the address (k) of the disk 22 are read out and written in the address 0. Then the block data on the address (k+1) of the disk 22 are read out and written in the address 1 of the cache 12. These operations are repeated thereafter.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、ライトバック・キャッ
シュ・システムにおいて、キャッシュ・データを高速に
バックアップするバックアップ処理方法に関するもので
ある。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a backup processing method for high-speed backup of cache data in a write-back cache system.

【0002】[0002]

【従来の技術】図3は従来のキャッシュ制御方法を説明
する図である。同図において、10は計算機の本体装
置、11は主記憶、12はキャッシュ、13は入出力プ
ロセッサ、20はキャッシュ付きディスク装置、21は
リード先読キャッシュ、22はディスク装置をそれぞれ
示している。
2. Description of the Related Art FIG. 3 is a diagram for explaining a conventional cache control method. In the figure, 10 is a computer main unit, 11 is a main memory, 12 is a cache, 13 is an input / output processor, 20 is a disk device with cache, 21 is a read-ahead cache, and 22 is a disk device.

【0003】本体装置10は、主記憶11やキャッシュ
12,入出力プロセッサ13などを有している。図示し
ないが、本体装置10は命令実行プロセッサを有してい
る。主記憶11とキャッシュ12を持つメモリは、シス
テム・バスを介して入出力プロセッサ13,命令実行プ
ロセッサに接続されている。入出力プロセッサ13は、
ディスク制御ファームウェアを実行すると共に、過去の
アクセス履歴を管理する。
The main unit 10 has a main memory 11, a cache 12, an input / output processor 13, and the like. Although not shown, the main body device 10 has an instruction execution processor. The memory having the main memory 11 and the cache 12 is connected to the input / output processor 13 and the instruction execution processor via the system bus. The input / output processor 13
It executes the disk control firmware and manages the past access history.

【0004】キャッシュ付きディスク装置20は、リー
ド先読キャッシュ21やディスク装置22を有してい
る。リード先読キャッシュ21の容量は、例えば240
KBである。キャッシュ付きデイスク装置20は、図示
しないが、SCSIバスやSCSIコントローラを介し
てシステム・バスに接続されている。
The disk device with cache 20 has a read-ahead cache 21 and a disk device 22. The read-ahead cache 21 has a capacity of 240, for example.
It is KB. Although not shown, the cached disk device 20 is connected to the system bus via a SCSI bus or a SCSI controller.

【0005】命令実行プロセッサからディスク装置に対
するリード要求が発行されると、入出力プロセッサ13
はキャッシュ12に該当するデータが存在するか否かを
調べ、存在する場合には、該当データが主記憶11に書
き込む。キャッシュ12にリード要求で指定されたデー
タが存在しない場合には、入出力プロセッサ13は、過
去のアクセス履歴を参照して、乱アクセスか,順アクセ
スかを調べる。
When the instruction execution processor issues a read request to the disk device, the input / output processor 13
Checks whether or not the corresponding data exists in the cache 12, and if there is, the corresponding data is written in the main memory 11. When the data specified by the read request does not exist in the cache 12, the input / output processor 13 refers to the past access history and checks whether it is an irregular access or a sequential access.

【0006】乱アクセスの場合には、入出力プロセッサ
13は、命令実行プロセッサから要求されたデータの読
出しをキャッシュ付きディスク装置20に要求し、キャ
ッシュ付きディスク装置20から送られて来たデータを
キャッシュ12に格納すると共に、主記憶11に書き込
む。順アクセスの場合には、入出力プロセッサ13は、
命令実行プロセッサから要求されたデータと先読み分の
データをキャッシュ付きディスク装置20に要求し、キ
ャッシュ付きディスク装置20から送られて来たデータ
をキャッシュ12に格納すると共に、命令実行プロセッ
サによって要求されたデータを主記憶11に書き込む。
In the case of random access, the input / output processor 13 requests the cached disk device 20 to read the data requested by the instruction execution processor, and caches the data sent from the cached disk device 20. 12 and the main memory 11 is written. In the case of sequential access, the input / output processor 13
The data requested by the instruction execution processor and the data for prefetching are requested to the cached disk device 20, the data sent from the cached disk device 20 is stored in the cache 12, and the data requested by the instruction execution processor is requested. Write the data in the main memory 11.

【0007】主記憶のデータをキャッシュ付きディスク
装置に書き込むライト要求が命令実行プロセッサから発
行された場合の動作について説明する。ライトの方式と
しては、ライトスルーとライトバックとが知られてい
る。先ず、ライトスルー方式について説明する。
The operation when a write request for writing the data in the main memory to the disk device with cache is issued from the instruction execution processor will be described. As a writing method, write through and write back are known. First, the write-through method will be described.

【0008】ライト・スルーの場合は、入出力プロセッ
サ13は、命令実行プロセッサからのライト要求で指定
されたデータを主記憶11から読み出し、読出データを
キャッシュ12に書き込むと共に、読出データをディス
ク装置22の指定されたアドレスに書き込む。ライトバ
ックの場合は、入出力プロセッサ13は、命令実行プロ
セッサからのライト要求で指定されたデータを主記憶1
1から読み出し、読出データをキャッシュ12に書き込
む。ライトバックの場合は、ディスク装置22へのデー
タの書込みは行わない。
In the case of write through, the input / output processor 13 reads the data specified by the write request from the instruction execution processor from the main memory 11, writes the read data in the cache 12, and reads the read data from the disk device 22. Write to the specified address of. In the case of write back, the input / output processor 13 stores the data specified by the write request from the instruction execution processor in the main memory 1.
1 is read, and read data is written in the cache 12. In the case of write back, data is not written in the disk device 22.

【0009】図4はライトバック・キャッシュの原理を
説明するための図である。ライトバックの場合は、ソフ
トからライト要求が発行されると、入出力プロセッサ
は、該当するファームウェアを実行することによって、
ライト要求で指定された主記憶のデータをキャッシュに
書き込み、書込みが終了したならばソフトにライト終了
を報告する。
FIG. 4 is a diagram for explaining the principle of the write-back cache. In the case of write back, when a write request is issued from the software, the I / O processor executes the corresponding firmware,
The main memory data specified by the write request is written to the cache, and when the writing is completed, the end of writing is reported to software.

【0010】ライトスルーの場合は、ソフトからライト
要求が発行されると、入出力プロセッサは、該当するフ
ァームウェアを実行することによって、ライト要求で指
定された主記憶のデータをキャッシュに書き込むと共
に、キャッシュ付きディスク装置にライト・コマンドを
送り、キャッシュ付きディスク装置から終了ステータス
が送られて来ると、ソフトにライト終了を報告する。
In the case of write-through, when a write request is issued from the software, the input / output processor executes the corresponding firmware to write the data in the main memory specified by the write request to the cache and also to the cache. When a write command is sent to the attached disk device and the end status is sent from the cached disk device, the write end is reported to the software.

【0011】図5は従来のライトバック・キャッシュに
おけるキャッシュ・データのバックアップ処理を説明す
るための図である。電源切断時には、キャッシュのデー
タは、ディスク装置にバックアップされる。図示の例で
は、キャッシュは4個の行を有しており、各行は4個の
ブロックを格納することが出来る。キャッシュの0行0
列のブロックには0と言う数字が書かれているが、これ
はキャッシュの0行0列のブロックのデータのディスク
・ブロック・アドレスは0であり、このデータは未だデ
ィスク装置にバックアップされていないことを示してい
る。同様に、キャッシュの0行1列のブロックには1と
言う数字が書かれているが、これはキャッシュの0行1
列のブロックのデータのディスク・ブロック・アドレス
は1であり、このデータは未だディスク装置にバックア
ップされていないことを示している。
FIG. 5 is a diagram for explaining a cache data backup process in a conventional write-back cache. When the power is turned off, the cache data is backed up in the disk device. In the example shown, the cache has four rows, and each row can store four blocks. 0 rows in cache 0
The number 0 is written in the column block, but this means that the block 0 block data of the cache has a disk block address of 0, and this data has not yet been backed up to the disk device. It is shown that. Similarly, the number 0, 1 is written in the 0th row and 1st column of the cache.
The disk block address of the data in the block of columns is 1, indicating that this data has not yet been backed up to the disk device.

【0012】バックアップの際には、キャッシュの0行
0列のブロック・データをディスク装置のディスク・ブ
ロック・アドレス0のブロックに書き込み、次にキャッ
シュの0行1列のブロック・データをディスク装置のデ
ィスク・ブロック・アドレス1のブロックに書き込み、
次にキャッシュの0行2列のブロック・データをディス
ク装置のディスク・ブロック・アドレス10のブロック
に書き込み、次にキャッシュの0行3列のブロック・デ
ータをディスク装置のディスク・ブロック・アドレス3
のブロックに書き込む。以下、同様な動作が行われる。
At the time of backup, the block data in the 0th row and 0th column of the cache is written into the block of the disk block address 0 of the disk device, and then the block data in the 0th row and 1st column of the cache is written in the disk device. Write to the block at disk block address 1,
Next, the block data of the 0th row and the 2nd column of the cache is written to the block of the disk block address 10 of the disk device, and then the block data of the 0th row and the 3rd column of the cache device is written to the disk block address 3 of the disk device.
Write in the block. Hereinafter, the same operation is performed.

【0013】[0013]

【発明が解決しようとする課題】従来のライトバック・
キャッシュ・システムにおけるバックアップ処理では、
キャッシュのデータを該当するディスク装置のブロック
に1ブロックずつ書き込んでいるが、このときのアクセ
スはランダム・アクセスであり、頻繁にディスク・ヘッ
ドを移動させることが必要となるので、バックアップ処
理に非常に時間を費やしていた。本発明は、この点に鑑
みて創作されたものであって、ライトバック・キャッシ
ュ・システムにおけるキャッシュ・データのバックアッ
プ処理を高速に行い得るようにすることを目的としてい
る。
[Problems to be Solved by the Invention] Conventional write back
In the backup process in the cache system,
The cache data is written block by block in the corresponding disk device, but the access at this time is a random access and it is necessary to move the disk head frequently, which is very useful for backup processing. Was spending time. The present invention was created in view of this point, and an object of the present invention is to enable high-speed backup processing of cache data in a write-back cache system.

【0014】[0014]

【課題を解決するための手段】そしてそのため請求項1
のバックアップ処理方法は、ディスク装置と、ディスク
装置に格納されているデータの一部を保持するキャッシ
ュとを具備し、主記憶データをディスク装置に書き込む
ことを指示するライト要求が発行されたときには、当該
主記憶データをキャッシュに書き込み、ディスク装置に
は書き込まないライトバック処理を行う計算機システム
において、電源が切断された時には、キャッシュの内容
をキャッシュ・アドレスに従って順番に読み出し、読み
出したデータをディスク・アドレスに従って順番にディ
スク装置の予め定められている領域に書き込むことを特
徴とするものである。
[Means for Solving the Problems] and therefore claim 1
The backup processing method of (1) comprises a disk device and a cache that holds a part of the data stored in the disk device, and when a write request instructing to write the main memory data to the disk device is issued, In a computer system that performs write-back processing that writes the main memory data to the cache and does not write to the disk device, when the power is turned off, the contents of the cache are read in order according to the cache address, and the read data is written to the disk address. According to the method, data is written in a predetermined area of the disk device in order.

【0015】請求項2のバックアップ処理方法は、請求
項1のバックアップ処理方法において、電源が切断され
た時には、キャッシュの何れのデータがディスク装置に
追い出されたかを示す追出し管理テーブル、並びにディ
スク装置の不良セクタおよびその代替セクタを示す不良
セクタ管理テーブルをも、ディスク装置に退避すること
を特徴とするものである。
A backup processing method according to a second aspect of the present invention is the backup processing method according to the first aspect, in which, when power is cut off, a eviction management table indicating which data in the cache has been evicted to the disk device, and the disk device. The bad sector management table showing the bad sectors and their replacement sectors is also saved in the disk device.

【0016】[0016]

【実施例】図1は本発明の1実施例を説明する図であ
る。同図において、10は計算機本体装置、11は主記
憶、12はキャッシュ、13は入出力プロセッサ、20
はキャッシュ付きディスク装置、22はディスク装置、
A1はデータ域、A2は退避域、R1は追出し処理のル
ート、R2は非同期追出し処理のルート、R3はデータ
代替処理のルート、R4は高速バックアップ処理のルー
トをそれぞれ示している。なお、図1では、リード先読
キャッシュは図示されていない。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a diagram for explaining one embodiment of the present invention. In the figure, 10 is a computer main unit, 11 is a main memory, 12 is a cache, 13 is an input / output processor, 20
Is a disk device with a cache, 22 is a disk device,
A1 is a data area, A2 is a save area, R1 is a route for the eviction process, R2 is a route for the asynchronous eviction process, R3 is a route for the data substitution process, and R4 is a route for the high-speed backup process. Note that the read-ahead cache is not shown in FIG.

【0017】入出力プロセッサ13のディスク制御ファ
ームウェアを実行する。ディスク制御ファームウェアの
ための領域の中には、追出し管理テーブル,不良セクタ
管理テーブルも存在する。
The disk control firmware of the I / O processor 13 is executed. In the area for the disk control firmware, there are also an ejection management table and a bad sector management table.

【0018】追出し管理テーブルの中には、キャッシュ
12の何れのブロックがディスク装置22に追い出され
たかを示す情報が記入される。追出し管理テーブルの斜
線部分に対応するキャッシュのブロック・データはディ
スク装置22に追い出されている。例えば、キャッシュ
の0行0列のブロック・データのディスク・ブロック・
アドレスは4であるが、このブロック・データはディス
ク装置のディスク・ブロック・アドレス4のブロックに
追い出されている。不良セクタ管理テーブルは、ディス
ク装置の不良セクタ・アドレスと代替セクタ・アドレス
とを示すものである。
Information indicating which block of the cache 12 has been ejected to the disk device 22 is entered in the ejection management table. The block data of the cache corresponding to the shaded area of the flush management table has been flushed to the disk device 22. For example, the disk block of the block data of the 0th row and 0th column of the cache
Although the address is 4, this block data has been evicted to the block of disk block address 4 of the disk device. The bad sector management table shows bad sector addresses and alternative sector addresses of the disk device.

【0019】図示の例では、ディスク装置22のディス
ク・ブロック・アドレス0,4,8,12,16,…の
ブロック・データは、キャッシュの0行0列,1行0
列,2行0列,3行0列に書き込まれる。同様に、ディ
スク装置22のディスク・ブロック・アドレス1,5,
9,13,17,…のブロック・データは、キャッシュ
の0行1列,1行1列,2行1列,3行1列に書き込ま
れる。以下、図示の通りである。
In the illustrated example, the block data of the disk block addresses 0, 4, 8, 12, 16, ... Of the disk device 22 are 0 row 0 column, 1 row 0 of the cache.
It is written in columns, 2 rows and 0 columns, and 3 rows and 0 columns. Similarly, the disk block addresses 1, 5 of the disk device 22 are
The block data of 9, 13, 17, ... Are written in the cache at 0 row 1 column, 1 row 1 column, 2 row 1 column, 3 row 1 column. Hereinafter, it is as illustrated.

【0020】主記憶11に格納されているディスク・ブ
ロック・アドレス0のブロック・データをライトせよと
言うライト要求を受け取ると、入出力プロセッサ13
は、キャッシュ12の0行0列,1行0列,2行0列,
3行0列に空きのブロックがあるか否かを調べ、空きが
ある場合にはそのブロックに指定されたブロック・デー
タを書き込む。図示の例では、空きのブロックが存在し
ないので、キャッシュ12の0行0列に格納されている
ブロック・データをディスク装置22に追い出し、その
後でキャッシュ12の0行0列にライト要求で指定され
たブロック・データを書き込む。なお、上述の説明で
は、キャッシュ12の0行0列のブロック・データがそ
の列の中で最も古いと仮定している。
When a write request to write the block data of the disk block address 0 stored in the main memory 11 is received, the input / output processor 13
Is 0 row 0 column, 1 row 0 column, 2 row 0 column of the cache 12,
It is checked whether or not there is a vacant block at the 3rd row and 0th column, and if there is a vacant block, the designated block data is written to the block. In the illustrated example, since there is no empty block, the block data stored in the 0th row and 0th column of the cache 12 is flushed to the disk device 22 and then specified in the 0th row and 0th column of the cache 12 by a write request. Write block data. In the above description, it is assumed that the block data in the 0th row and 0th column of the cache 12 is the oldest in the column.

【0021】入出力プロセッサ13は、空き時間を見つ
けて非同期追出し処理を行う。非同期追出し処理では、
キャッシュ12に格納されている未だ追い出されていな
いブロック・データをディスク装置22に追い出す。デ
ータの代替処理は、データを書き込もうとするディスク
のブロックに媒体障害がある場合に行われる。データの
代替処理では、媒体障害のあるディスクのブロックの代
わりとなる代替ブロックを見つけ出し、その代替ブロッ
クにブロック・データを書き込む。
The input / output processor 13 finds a vacant time and performs an asynchronous eviction process. In asynchronous ejection processing,
The block data stored in the cache 12 that has not been evicted is ejected to the disk device 22. Data substitution processing is performed when there is a medium failure in a block of a disk to which data is written. In the alternative processing of data, an alternative block that replaces the block of the disk having the medium failure is found, and the block data is written in the alternative block.

【0022】高速バックアップ処理は、停電時(UPS
作動)または通常電源断時に行われる。なお、UPSと
は、無停電電源装置のことである。無停電電源装置の電
力供給時間は、例えば3分である。電源断が発生する
と、入出力プロセッサ13は、キャッシュ12からブロ
ック・データを順番に読み出し、読み出したブロック・
データをディスク装置22の退避域A2に順番に書き込
む。
High-speed backup processing is performed during power failure (UPS
Operation) or normal power off. Note that UPS is an uninterruptible power supply. The power supply time of the uninterruptible power supply is, for example, 3 minutes. When a power failure occurs, the I / O processor 13 sequentially reads the block data from the cache 12 and reads the read block data.
Data is sequentially written to the save area A2 of the disk device 22.

【0023】すなわち、キャッシュ12の0行0列,0
行1列,…のキャッシュ・ブロック・アドレスを0,
1,…とし、ディスク装置12の退避域A2の0行0
列,0行1列,…のディスク・ブロック・アドレをk,
k+1,…と仮定する。なお、ディスク装置のp行q列
のブロックは、第pトラック第qセクタに対応してい
る。
That is, the 0th row, 0th column, 0 of the cache 12
The cache block address of row 1, column 1, ... Is 0,
1, ..., Row 0 of save area A2 of disk device 12
Column, 0 row, 1 column, ... Disk block address k,
Assume k + 1, .... It should be noted that the block of p rows and q columns of the disk device corresponds to the pth track and the qth sector.

【0024】最初にキャッシュのキャッシュ・ブロック
・アドレス0のブロック・データを読み出してディスク
装置のディスク・ブロック・アドレスkに書き込み、次
にキャッシュのキャッシュ・ブロック・アドレス1のブ
ロック・データを読み出してディスク装置のディスク・
ブロック・アドレスk+1に書き込む。以下、同様な動
作を繰り返す。
First, the block data of the cache block address 0 of the cache is read and written to the disk block address k of the disk device, and then the block data of the cache block address 1 of the cache is read and the disk is read. Device disk
Write to block address k + 1. Hereinafter, the same operation is repeated.

【0025】電源投入が行われると、ディスク装置22
の退避域A2に格納されているキャッシュのデータは順
番に読み出され、読み出されたデータは順番にキャッシ
ュ12に書き込まれる。すなわち、最初にディスク装置
のディスク・ブロック・アドレスkのブロック・データ
が読み出されてキャッシュのキャッシュ・ブロック・ア
ドレス0に書き込まれ、次にディスク装置のディスク・
ブロック・アドレスk+1のブロック・データが読み出
されてキャッシュのキャッシュ・ブロック・アドレス1
に書き込まれる。以下、同様な動作が繰り返される。
When the power is turned on, the disk device 22
The data in the cache stored in the save area A2 is sequentially read, and the read data is sequentially written in the cache 12. That is, first, the block data of the disk block address k of the disk device is read and written in the cache block address 0 of the cache, and then the disk data of the disk device is read.
The block data of the block address k + 1 is read and the cache block address 1 of the cache is read.
Written in. Hereinafter, the same operation is repeated.

【0026】図2(a) は電源切断時の処理を示す。通常
はライトバック・キャッシュ動作を行っている。停電が
発生すると、補助電源(無停電電源装置)が始動し、次
いでキャッシュ・メモリの内容を予め用意したディスク
の退避域に退避(高速バックアップ)し、次いで追出し
管理テーブルと不良セクタ管理テーブルをディスクに退
避し、次いで補助電源を断する。図2(b) は電源投入時
の処理を示す。電源が投入されると、キャッシュ・メモ
リの内容をディスクの退避域から復元し、次いで追出し
管理テーブルと不良セクタ管理テーブルをディスクから
復元し、次いで通常動作を再開する。
FIG. 2A shows the processing when the power is turned off. Normally, write-back cache operation is performed. When a power failure occurs, the auxiliary power supply (uninterruptible power supply) is started, then the contents of cache memory are saved to the disk save area prepared beforehand (high-speed backup), and then the eviction management table and bad sector management table are written to the disk. And then turn off the auxiliary power supply. FIG. 2 (b) shows the processing when the power is turned on. When the power is turned on, the contents of the cache memory are restored from the save area of the disk, then the eviction management table and bad sector management table are restored from the disk, and then normal operation is resumed.

【0027】[0027]

【発明の効果】以上の説明から明らかなように、本発明
によれば、キャッシュ・メモリの内容をそのまま退避す
るための退避域を予め用意しておき、電源切断時はその
退避域へバックアップを行う。このときのアクセスはシ
ーケンシャルになり、ディスクのシーク時間,回転待ち
時間が短縮され、従来に比べて高速なバックアップ動作
が実現される。
As is apparent from the above description, according to the present invention, a save area for saving the contents of the cache memory as it is is prepared in advance, and the backup area is backed up when the power is turned off. To do. The access at this time becomes sequential, the seek time and the rotation waiting time of the disk are shortened, and the backup operation faster than the conventional one is realized.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の1実施例を説明する図である。FIG. 1 is a diagram illustrating an embodiment of the present invention.

【図2】本発明における電源切断/投入時の処理を示す
図である。
FIG. 2 is a diagram showing a process when power is turned off / on in the present invention.

【図3】従来のキャッシュ制御方法を説明する図であ
る。
FIG. 3 is a diagram illustrating a conventional cache control method.

【図4】ライトバック・キャッシュの原理を説明する図
である。
FIG. 4 is a diagram illustrating the principle of write-back cache.

【図5】キャッシュ・データのバックアップ処理を説明
する図である。
FIG. 5 is a diagram illustrating cache data backup processing.

【符号の説明】[Explanation of symbols]

10 計算機本体装置 11 主記憶 12 キャッシュ 13 入出力プロセッサ 20 キャッシュ付きディスク装置 22 ディスク装置 10 computer main unit 11 main memory 12 cache 13 I / O processor 20 cache disk device 22 disk device

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 ディスク装置と、ディスク装置に格納さ
れているデータの一部を保持するキャッシュとを具備
し、主記憶データをディスク装置に書き込むことを指示
するライト要求が発行されたときには、当該主記憶デー
タをキャッシュに書き込み、ディスク装置には書き込ま
ないライトバック処理を行う計算機システムにおいて、 電源が切断された時には、キャッシュの内容をキャッシ
ュ・アドレスに従って順番に読み出し、読み出したデー
タをディスク・アドレスに従って順番にディスク装置の
予め定められている領域に書き込むことを特徴とするバ
ックアップ処理方法。
1. A disk device, comprising: a cache for holding a part of data stored in the disk device; and when a write request instructing to write main memory data to the disk device is issued, In a computer system that performs write-back processing that writes main memory data to the cache and does not write it to the disk device, when the power is turned off, the contents of the cache are read sequentially according to the cache address, and the read data is read according to the disk address. A backup processing method comprising sequentially writing data in a predetermined area of a disk device.
【請求項2】 電源が切断された時には、キャッシュの
何れのデータがディスク装置に追い出されたかを示す追
出し管理テーブル、並びにディスク装置の不良セクタお
よびその代替セクタを示す不良セクタ管理テーブルを
も、ディスク装置に退避することを特徴とする請求項1
のバックアップ処理方法。
2. The disk also includes a eviction management table indicating which data in the cache has been evicted to the disk device when the power is cut off, and a bad sector management table indicating a defective sector of the disk device and its replacement sector. The device is retracted to the device.
Backup processing method.
JP6041287A 1994-03-11 1994-03-11 Back-up processing method Pending JPH07248973A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6041287A JPH07248973A (en) 1994-03-11 1994-03-11 Back-up processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6041287A JPH07248973A (en) 1994-03-11 1994-03-11 Back-up processing method

Publications (1)

Publication Number Publication Date
JPH07248973A true JPH07248973A (en) 1995-09-26

Family

ID=12604239

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6041287A Pending JPH07248973A (en) 1994-03-11 1994-03-11 Back-up processing method

Country Status (1)

Country Link
JP (1) JPH07248973A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007094995A (en) * 2005-09-30 2007-04-12 Fujitsu Ltd Disc storage device, cache control method of disc storage device
JP2010113712A (en) * 2008-11-10 2010-05-20 Chengdu Huawei Symantec Technologies Co Ltd Method, device and system for storing data in cache in power failure
JP2014238746A (en) * 2013-06-10 2014-12-18 日本電気株式会社 Data integrity processing apparatus, raid controller, data integrity processing system, data integrity processing method, and program therefor

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007094995A (en) * 2005-09-30 2007-04-12 Fujitsu Ltd Disc storage device, cache control method of disc storage device
JP2010113712A (en) * 2008-11-10 2010-05-20 Chengdu Huawei Symantec Technologies Co Ltd Method, device and system for storing data in cache in power failure
US8156376B2 (en) 2008-11-10 2012-04-10 Chengdu Huawei Symantec Technologies Co., Ltd. Method, device and system for storing data in cache in case of power failure
JP2014238746A (en) * 2013-06-10 2014-12-18 日本電気株式会社 Data integrity processing apparatus, raid controller, data integrity processing system, data integrity processing method, and program therefor

Similar Documents

Publication Publication Date Title
JP3697149B2 (en) How to manage cache memory
EP0077453B1 (en) Storage subsystems with arrangements for limiting data occupancy in caches thereof
US6467022B1 (en) Extending adapter memory with solid state disks in JBOD and RAID environments
JP2691120B2 (en) Storage management subsystem and method for fast writing of blocks
US7130962B2 (en) Writing cache lines on a disk drive
JP3258117B2 (en) Storage subsystem
US20060184736A1 (en) Apparatus, system, and method for storing modified data
EP0357464A2 (en) Information recording and reproducing apparatus using optical discs
JP2001166993A (en) Memory control unit and method for controlling cache memory
KR100238925B1 (en) A recoverable disk control system with a non-volatile memory
JPH07146820A (en) Control method for flash memory and information processor using the same
JP2010211734A (en) Storage device using nonvolatile memory
JPH07334426A (en) Information recording and reproducing device and data caching method
JPH10105344A (en) Data recorder system and data write method therefor
EP0156179B1 (en) Method for protecting volatile primary store in a staged storage system
US20040133741A1 (en) Disk array apparatus and data writing method used in the disk array apparatus
JP2006099802A (en) Storage controller, and control method for cache memory
JPH07248973A (en) Back-up processing method
JP2000285022A (en) Disk controller
JPH09212424A (en) Disk cache and disk caching method
JPH01303547A (en) Control system for information memory
JPH064228A (en) Semiconductor disk device
JP2549197B2 (en) Disk device cache memory management device
JP3186725B2 (en) Disk array control device, disk array control system, method thereof, and storage medium storing program
JPH04170625A (en) File recovery processing system