JPH0682342B2 - Disk cache control method - Google Patents

Disk cache control method

Info

Publication number
JPH0682342B2
JPH0682342B2 JP1143628A JP14362889A JPH0682342B2 JP H0682342 B2 JPH0682342 B2 JP H0682342B2 JP 1143628 A JP1143628 A JP 1143628A JP 14362889 A JP14362889 A JP 14362889A JP H0682342 B2 JPH0682342 B2 JP H0682342B2
Authority
JP
Japan
Prior art keywords
cache memory
magnetic disk
data
information
disk device
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.)
Expired - Lifetime
Application number
JP1143628A
Other languages
Japanese (ja)
Other versions
JPH039446A (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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP1143628A priority Critical patent/JPH0682342B2/en
Publication of JPH039446A publication Critical patent/JPH039446A/en
Publication of JPH0682342B2 publication Critical patent/JPH0682342B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、ディスクキャッシュ制御技術に関し、特に、
複数のアプリケーションプログラムの異なるアクセス形
態に適合するようにキャッシュメモリ内のデータを置換
できるようにした技術に関する。
The present invention relates to a disk cache control technique, and more particularly,
The present invention relates to a technique capable of replacing data in a cache memory so as to match different access forms of a plurality of application programs.

〔従来の技術〕[Conventional technology]

たとえば、電子計算機システムなどの情報処理システム
において、外部記憶装置として使用される磁気ディスク
装置と上位の主記憶装置などとの間におけるデータ転送
の実効的な性能を向上させる技術の一つとして、ディス
クキャッシュ技術が知られている。
For example, in an information processing system such as an electronic computer system, as one technique for improving the effective performance of data transfer between a magnetic disk device used as an external storage device and a host main storage device, The cache technology is known.

すなわち、磁気ディスク装置と主記憶装置との間におけ
るデータ転送経路に、当該磁気ディスク装置よりも遥か
に高速なアクセスが可能な半導体メモリなどからなるキ
ャッシュメモリを設置するとともに、磁気ディスク装置
に格納されている一部のデータをこのキャッシュメモリ
に複写しておく。
That is, in the data transfer path between the magnetic disk device and the main storage device, a cache memory such as a semiconductor memory that can be accessed at a much higher speed than that of the magnetic disk device is installed and stored in the magnetic disk device. Copy some data to this cache memory.

そして、磁気ディスク装置から主記憶装置へデータを転
送するリード命令や、主記憶装置から磁気ディスク装置
へデータを転送するライト命令が発行された時、それぞ
れキャッシュメモリから主記憶装置へ、あるいは主記憶
装置からキャッシュメモリへデータを転送した時点で上
位の中央処理装置などに当該リード命令やライト命令の
完了を報告することで、磁気ディスク装置の記憶媒体で
ある磁気ディスクに同心円状に設けられた複数のトラッ
クの一つに磁気ヘッドを位置付けるシーク動作の所要時
間や、当該トラック内の目的のデータの記録位置が磁気
ヘッドの直下に到来するまでの回転待ち時間などをリー
ド/ライト命令に含めないようにして、主記憶装置と磁
気ディスク装置との間におけるデータの入出力処理の高
速化を図るものである。
Then, when a read command for transferring data from the magnetic disk device to the main memory device or a write command for transferring data from the main memory device to the magnetic disk device is issued, respectively, from the cache memory to the main memory device or to the main memory device. When data is transferred from the device to the cache memory, the completion of the read or write command is reported to a higher-level central processing unit, etc., so that a plurality of concentric circles are provided on the magnetic disk that is the storage medium of the magnetic disk device. Do not include in the read / write command the time required for the seek operation to position the magnetic head on one of the tracks, the rotation waiting time until the recording position of the target data in the track arrives just below the magnetic head, etc. In order to speed up the data input / output processing between the main storage device and the magnetic disk device. That.

一般に、前述のようなキャッシュメモリの記憶容量は、
その配下の磁気ディスク装置の総記憶容量に比較すると
桁違いに小さい。このため、次にリード/ライト命令で
アクセスされる確率が最も高いデータを効果的に磁気デ
ィスク装置からキャッシュメモリに複写しておく必要が
あり、このような技術の一例として、いわゆるLRU(Lea
st Recently Used)方式が広く利用されている。このLP
Uの一例としてはアクセスされたデータがキャッシュメ
モリ内にあれば、そのままキャッシュメモリ内に残し、
無ければ、キャッシュメモリ内のデータのうちで最も古
い時点でアクセスされたデータと今アクセスされたデー
タとを入れ替えるというようなものがある。
Generally, the storage capacity of the cache memory as described above is
It is orders of magnitude smaller than the total storage capacity of the magnetic disk devices under it. Therefore, it is necessary to effectively copy the data having the highest probability of being accessed by the next read / write instruction from the magnetic disk device to the cache memory. As an example of such a technique, so-called LRU (Lea
st Recently Used) method is widely used. This LP
As an example of U, if the accessed data is in the cache memory, leave it in the cache memory as it is,
If there is no such data, there is such a method that the data accessed at the oldest time among the data in the cache memory and the data currently accessed are exchanged.

しかし、いかなるキャッシュメモリのデータ置換方式を
採用しても、ある時点までアクセスされていたデータ
(ファイル)とは全く異なる他のデータ(ファイル)を
アクセスするような別のアプリケーションプログラムが
稼働を開始した場合には、当然ながら目的のデータをキ
ャッシュメモリ内に見出すことはできない。
However, no matter what cache memory data replacement method is used, another application program that accesses another data (file) that is completely different from the data (file) that was being accessed up to a certain point has started operating. In that case, of course, the target data cannot be found in the cache memory.

また、停電対策などのため、キャッシュメモリをバッテ
リバックアップされた半導体メモリなどからなる不揮発
性メモリで構成する場合には、それを含むディスクキャ
ッシュサブシステムの電源投入時には、データがキャッ
シュメモリにないため、上記の場合と同様にキャッシュ
メモリ内に目的のデータが全く存在しない状態が発生す
る。
Also, when configuring the cache memory with non-volatile memory such as battery-backed semiconductor memory for power failure countermeasures, etc., when the power of the disk cache subsystem including it is turned on, data is not in the cache memory. As in the case described above, a state occurs in which the target data does not exist in the cache memory at all.

これを解決する一手段として、特開昭58-105360号公報
に開示される技術がある。
As a means for solving this, there is a technique disclosed in Japanese Patent Laid-Open No. 58-105360.

すなわち、キャッシュメモリに記憶されているデータと
磁気ディスク装置のデータとを対応付ける情報が格納さ
れるエクステント・メモリの内容を退避させる不揮発性
メモリを設け、電源投入後、最初のキャッシュメモリが
満杯になった時のエクステント・メモリの内容を不揮発
性メモリに保存しておき、再電源投入時に、磁気ディス
ク装置に対するアクセスの開始に先立って、この不揮発
性メモリに退避されているエクステント・メモリの内容
に基づいて磁気ディスク装置からキャッシュメモリ上に
データを複写してキャッシュメモリの状態を復元するよ
うにしたものである。
That is, a non-volatile memory is provided to save the contents of the extent memory that stores the information that associates the data stored in the cache memory with the data in the magnetic disk device, and after the power is turned on, the first cache memory becomes full. The contents of the extent memory at that time are saved in the non-volatile memory, and based on the contents of the extent memory saved in the non-volatile memory before the access to the magnetic disk device is started when the power is turned on again. The data is copied from the magnetic disk device onto the cache memory to restore the state of the cache memory.

〔発明が解決しようとする課題〕[Problems to be Solved by the Invention]

磁気ディスク装置を外部記憶装置とする電子計算機シス
テムなどにおいては、前述のような別種のアプリケーシ
ョンプログラムが相前後して動作するような稼働形態は
比較的多い。
In an electronic computer system having a magnetic disk device as an external storage device, there are relatively many operating modes in which different types of application programs as described above operate in tandem.

たとえば、日中はオンラインサービスを行い、夜間はバ
ッチ処理業務を行うようなシステムもその一つである。
この場合は、日中はオンライン処理用ファイルを含む磁
気ディスク装置へのアクセスが集中し、夜間は、バッチ
処理用ファイルを含む磁気ディスク装置へのアクセスが
集中する。また、一般にオンライン処理用ファイルとバ
ッチ処理用ファイルは別の磁気ディスク装置に格納する
ことが多い。
For example, a system that provides online services during the day and batch processing at night is one of them.
In this case, the access to the magnetic disk device including the files for online processing is concentrated during the day, and the access to the magnetic disk devices including the files for batch processing is concentrated during the night. In general, online processing files and batch processing files are often stored in different magnetic disk devices.

従って、バッチ処理からオンライン処理に移行した直
後、およびオンライン処理からバッチ処理に移行した直
後では、キャッシュメモリに目的のデータが存在せず、
アクセス時間の長い磁気ディスク装置に直接にアクセス
する必要のある状態(ミス状態)が発生し、キャッシュ
メモリ内のデータが入れ替わって定常状態になるまで、
ヒット率(目的のデータがキャッシュメモリに存在する
確率)が低い状態が継続し、この間は折角設けられてい
るキャッシュメモリを有効に機能させることができない
という問題がある。
Therefore, immediately after shifting from batch processing to online processing, and immediately after shifting from online processing to batch processing, the target data does not exist in the cache memory,
Until a state (miss state) that requires direct access to the magnetic disk device with a long access time occurs, the data in the cache memory is replaced, and it becomes a steady state,
The state where the hit rate (probability that the target data exists in the cache memory) remains low continues, and during this period, there is a problem that the provided cache memory cannot function effectively.

このような不具合は、バッチ/オンライン業務の切り替
わり時などに限らず種々のアプリケーションプログラム
の切り替わり時点で発生し、このような場合には、前述
の特開昭58-105360号公報のような技術でも効果を発揮
することができない。
Such a problem occurs not only when the batch / online business is switched but also when the various application programs are switched. In such a case, the technique disclosed in Japanese Patent Laid-Open No. 58-105360 can be used. It cannot be effective.

また、近年では、キャッシュメモリの容量は半導体メモ
リの低廉化などによって増大しつつあり、キャッシュメ
モリが最適な定常状態になるまでの低ヒット率の状態が
長くなる傾向にあるので、上述のようなアプリケーショ
ンプログラムの切り替え時におけるヒット率の低下は、
情報処理システム全体の性能向上などの観点からますま
す重要な問題となる。
Further, in recent years, the capacity of the cache memory has been increasing due to the cost reduction of the semiconductor memory and the like, and the state of the low hit rate until the cache memory reaches the optimum steady state tends to be long. The decrease in hit rate when switching application programs
It becomes an increasingly important issue from the viewpoint of improving the performance of the entire information processing system.

そこで、本発明の目的は、複数のアプリケーションプロ
グラムの切り替わり時などにおけるヒット率の低下を防
止することが可能なディスクキャッシュ制御方法を提供
することにある。
Therefore, it is an object of the present invention to provide a disk cache control method capable of preventing a reduction in hit rate when switching a plurality of application programs.

本発明の前記ならびにその他の目的と新規な特徴は、本
明細書の記述および添付図面から明らかになるであろ
う。
The above and other objects and novel features of the present invention will be apparent from the description of the present specification and the accompanying drawings.

〔課題を解決するための手段〕[Means for Solving the Problems]

本願において開示される発明のうち、代表的なものの概
要を簡単に説明すれば、下記のとおりである。
The following is a brief description of the outline of the typical inventions among the inventions disclosed in the present application.

すなわち、本発明になるディスクキャッシュ制御方法
は、上位処理装置と、この上位処理装置との間で授受さ
れるデータが格納される磁気ディスク装置と、この磁気
ディスク装置と上位処理装置との間に介在し、磁気ディ
スク装置に格納されているデータの写を保持するキャッ
シュメモリとからなり、上位処理装置から磁気ディスク
装置へのアクセス要求に対して、可能な限りキャッシュ
メモリに保持されているデータを用いて応答するように
した情報処理システムにおいて、上位処理装置において
実行される任意のプログラムの実行中または実行終了時
においてキャッシュメモリに記憶されているデータの磁
気ディスク装置における格納位置を示す第1の情報群で
ある格納位置情報を、上位処理装置からのチャネルコマ
ンドワードによって複数の第1の時点の各々毎にプログ
ラムを識別する識別番号からなる第2の情報を付与した
状態で不揮発性メモリに記録保存し、第1の時点とは異
なる第2の時点において、上位処理装置からのチャネル
コマンドワードにより、第2の情報に基づいて、第1の
時点で不揮発性メモリに記録保存された第1の情報群を
選択して読み出し、当該第1の情報群に基づいて磁気デ
ィスク装置からキャッシュメモリへデータを複写するよ
うにしたものである。
That is, the disk cache control method according to the present invention includes a high-order processing device, a magnetic disk device that stores data exchanged with the high-order processing device, and a magnetic disk device and the high-order processing device. It consists of an intervening cache memory that holds a copy of the data stored in the magnetic disk device. Whenever possible, the data stored in the cache memory is responded to in response to an access request from the host processor to the magnetic disk device. In the information processing system adapted to respond by using the first information indicating the storage position in the magnetic disk device of the data stored in the cache memory during execution or at the end of execution of an arbitrary program executed in the host processing device. The storage location information, which is an information group, is converted by the channel command word from the host processor. A second process consisting of an identification number for identifying a program for each of a plurality of first time points is recorded and stored in a non-volatile memory, and at a second time point different from the first time point, upper processing is performed. The channel command word from the device selects and reads the first information group recorded and stored in the nonvolatile memory at the first time point based on the second information and reads the magnetic field based on the first information group. Data is copied from the disk device to the cache memory.

〔作用〕[Action]

上記した本発明のディスクキャッシュ制御方法によれ
ば、たとえば、上位処理装置からの指令や外部からのハ
ードウェアスイッチの設定などを契機として、個々のア
プリケーションプログラムの実行中や終了時などの第1
の時点において、キャッシュメモリに存在するデータの
磁気ディスク装置における格納位置を示す第1の情報群
を当該アプリケーションプログラムに対応した識別番号
などとともに不揮発性メモリに記録保存し、後に任意の
アプリケーションプログラムを再び起動する際や起動後
の稼働中における第2の時点で、当該アプリケーション
プログラムに対応する識別番号などに基づいて不揮発性
メモリから第1の情報群を読み出し、この第1の情報群
を用いて磁気ディスク装置からキャッシュメモリにデー
タを複写してキャッシュメモリの状態を当該アプリケー
ションプログラムに最適な状態に復元することができる
ので、アクセス形態の異なるような複数のアプリケーシ
ョンプログラムの切り替わりなどに際して、キャッシュ
メモリのヒット率が低下することを確実に防止できる。
According to the above-described disk cache control method of the present invention, for example, a first instruction such as during execution or termination of an individual application program is triggered by a command from a host processing device or an external hardware switch setting.
At the point of time, the first information group indicating the storage position of the data existing in the cache memory in the magnetic disk device is recorded and saved in the non-volatile memory together with the identification number corresponding to the application program. At the time of starting or at a second time point during operation after starting, the first information group is read from the non-volatile memory based on the identification number corresponding to the application program, and the magnetic field is read using the first information group. Data can be copied from the disk device to the cache memory and the state of the cache memory can be restored to the optimum state for the application program. rate It can be reliably prevented from being lowered.

〔実施例1〕 以下、図面を参照しながら、本発明の一実施例であるデ
ィスクキャッシュ制御方法の一例を説明する。
[Embodiment 1] An example of a disk cache control method according to an embodiment of the present invention will be described below with reference to the drawings.

第1図は、本発明の一実施例であるディスクキャッシュ
制御方法が実施される情報処理システムの要部を取り出
して示すブロック図であり、第2図はその全体構成の一
例を示すブロック図、さらに第3図は情報の格納形式の
一例を示す図である。
FIG. 1 is a block diagram showing an essential part of an information processing system in which a disk cache control method according to an embodiment of the present invention is implemented, and FIG. 2 is a block diagram showing an example of its overall configuration. Further, FIG. 3 is a diagram showing an example of a storage format of information.

まず、本実施例における情報処理装置の構成の概略を説
明する。
First, the outline of the configuration of the information processing apparatus in this embodiment will be described.

システムの中枢をなし、所望の演算や制御動作などを行
う中央処理装置1には、当該中央処理装置1の動作を制
御して所望の業務を遂行させるプログラムや処理される
データなどが格納される主記憶装置2と、チャネル装置
3とが接続されている。
The central processing unit 1 forming the center of the system and performing desired arithmetic operations and control operations stores programs and data to be processed for controlling the operations of the central processing unit 1 to perform desired operations. The main storage device 2 and the channel device 3 are connected.

チャネル装置3は、中央処理装置1から、外部記憶装置
などに対するリード/ライト命令の発生に際して発行さ
れるチャネルコマンドワードCCWを受け取って、当該中
央処理装置1に代わって主記憶装置2と外部記憶装置な
どのとの間におけるデータやコマンドの授受を制御する
動作を行うようになっている。
The channel unit 3 receives from the central processing unit 1 a channel command word CCW issued when a read / write command is issued to an external storage unit or the like, and instead of the central processing unit 1, the main storage unit 2 and the external storage unit. It is designed to control the exchange of data and commands with and the like.

チャネル装置3には、半導体メモリなどからなるキャッ
シュメモリ5を備えたディスク制御装置4を介して、キ
ャッシュメモリ5よりも桁違いに大きな記憶容量を有す
る複数台の磁気ディスク装置7が接続されている。
A plurality of magnetic disk devices 7 having an order of magnitude larger storage capacity than the cache memory 5 are connected to the channel device 3 via a disk control device 4 having a cache memory 5 composed of a semiconductor memory or the like. .

ディスク制御装置4は、上位のチャネル装置3とキャッ
シュメモリ5と磁気ディスク装置7の間の少なくとも2
つの間におけるデータ転送を任意に非同期に行う機能を
備えている。そして、随時、磁気ディスク装置7の一部
のデータをキャッシュメモリ5に複写し、チャネル装置
3から発行されるリード/ライト命令に対しては、可能
な限りキャッシュメモリ5に格納されているデータを用
いて応答することにより、シーク動作や回転待ちなどの
機械的な動作を伴う磁気ディスク装置7に対する直接的
なアクセスの頻度を減少させて、磁気ディスク装置7と
チャネル装置3との間におけるデータ転送動作での性能
向上を図るようになっている。
The disk control device 4 includes at least two devices between the upper channel device 3, the cache memory 5, and the magnetic disk device 7.
It has a function to asynchronously transfer data between the two. Then, at any time, a part of the data of the magnetic disk device 7 is copied to the cache memory 5, and for the read / write command issued from the channel device 3, the data stored in the cache memory 5 is copied as much as possible. By responding with the use, the frequency of direct access to the magnetic disk device 7 which involves mechanical operations such as seek operation and rotation waiting is reduced, and data transfer between the magnetic disk device 7 and the channel device 3 is reduced. It is designed to improve performance in operation.

キャッシュメモリ5は、磁気ディスク装置7に格納され
ているデータの写を格納するデータエリア51と、当該デ
ータエリア51に記憶されているデータの磁気ディスク装
置7における格納位置情報が記録されるディレクトリ52
とで構成されている。
The cache memory 5 includes a data area 51 for storing a copy of the data stored in the magnetic disk device 7, and a directory 52 in which the storage position information of the data stored in the data area 51 in the magnetic disk device 7 is recorded.
It consists of and.

磁気ディスク装置7からキャッシュメモリ5にデータを
複写する単位としては種々考えられるが、本実施例の場
合には、一例として磁気ディスク装置7におけるトラッ
クを単位とする場合について説明する。
Although various units can be considered as a unit for copying data from the magnetic disk device 7 to the cache memory 5, in the case of the present embodiment, a case where the track in the magnetic disk device 7 is used as a unit will be described as an example.

すなわち、磁気ディスク装置7においては、通常、回転
軸に対して同軸に固定された複数枚の磁気ディスクを記
憶媒体として用い、個々の磁気ディスクの記録面の各々
には、同心円状に情報の記録領域である複数のトラック
が設けられ、各記録面毎に設けられた磁気ヘッドの径方
向への変位(シーク動作)によって目的のトラックを選
択するようになっている。また、シーク動作を減らして
アクセスの効率化を図るため、通常、複数の磁気ディス
クにおいて回転中心から等距離にある一群のトラックを
連ねたものをシリンダという概念で管理している。これ
により、本実施例の場合には、ディレクトリ52には、複
数台の磁気ディスク装置7における目的の一つのトラッ
クを特定するべく、複数台の磁気ディスク装置7の何れ
であるかを示すデバイス番号DEVNOと、当該装置のどの
シリンダに属するかを示すシリンダ番号CYLNOと、当該
トラックに対応するヘッド番号HDNOと、当該格納位置に
対応するデータのキャッシュメモリ内における格納アド
レスとが対応付けられて記憶されている。
That is, in the magnetic disk device 7, usually, a plurality of magnetic disks fixed coaxially to the rotation axis are used as a storage medium, and information is recorded concentrically on each recording surface of each magnetic disk. A plurality of tracks, which are areas, are provided, and the target track is selected by the radial displacement (seek operation) of the magnetic head provided for each recording surface. Further, in order to reduce the seek operation and improve the efficiency of access, in general, a plurality of magnetic disks in which a group of tracks equidistant from the rotation center are connected is managed by the concept of a cylinder. As a result, in the case of the present embodiment, the directory 52 has a device number indicating which of the plurality of magnetic disk devices 7 is used to identify one target track in the plurality of magnetic disk devices 7. The DEVNO, the cylinder number CYLNO indicating which cylinder of the device belongs, the head number HDNO corresponding to the track, and the storage address in the cache memory of the data corresponding to the storage position are stored in association with each other. ing.

この場合、ディスク制御装置4には、キャッシュメモリ
5におけるディレクトリ52の内容の少なくとも一部が随
時退避される不揮発性メモリ6が接続されており、この
不揮発性メモリ6の内部には、複数のトラック番号テー
ブル61が設けられている。
In this case, the disk control device 4 is connected to a non-volatile memory 6 in which at least a part of the contents of the directory 52 in the cache memory 5 is saved at any time, and inside the non-volatile memory 6, a plurality of tracks are stored. A number table 61 is provided.

個々のトラック番号テーブル61は、キャッシュメモリ5
の容量に相当する、デバイス番号DEVNOとシリンダ番号C
YLNOとヘッド番号HDNOとからなる複数の格納位置情報61
3が記録されるようになっており、さらに、個々の当該
トラック番号テーブル61には、識別番号612および有効
フラグ611が記録されている。
The individual track number table 61 is stored in the cache memory 5
Device number DEVNO and cylinder number C corresponding to the capacity of
Multiple storage location information 61 consisting of YLNO and head number HDNO
3 is recorded, and further, an identification number 612 and a valid flag 611 are recorded in each track number table 61.

これにより、後述のように、複数の任意の時点でキャッ
シュメモリ5のディレクトリ52の内容を不揮発性メモリ
6に退避させ、後に、随時、当該不揮発性メモリ6から
読み出される内容に基づいてキャッシュメモリ5の状態
を、退避させた任意の時点の状態に復元する操作を可能
にしている。
Thereby, as will be described later, the contents of the directory 52 of the cache memory 5 are saved in the non-volatile memory 6 at a plurality of arbitrary times, and later the cache memory 5 is read based on the contents read from the non-volatile memory 6 at any time. It is possible to restore the state of (1) to the state of the saved point at any time.

以下、本実施例の動作を、第4図〜第6図などの流れ図
を参照しながら説明する。
The operation of this embodiment will be described below with reference to the flow charts of FIGS.

たとえば、主記憶装置2に常駐する図示しないオペレー
ティングシステムなどの基本ソフトウェアによって、通
常の業務を行うアプリケーションプログラムなどが主記
憶装置2にローディングされて起動され、中央処理装置
1による当該アプリケーションプログラムの実行が開始
される(ステップ80)。
For example, basic software such as an operating system (not shown) resident in the main storage device 2 loads an application program or the like for performing a normal task into the main storage device 2 and activates it, so that the central processing unit 1 executes the application program. It is started (step 80).

この時、不揮発性メモリ6の中に当該アプリケーション
プログラムに対応したキャッシュメモリ5の復元情報が
有るかを調べる(ステップ81)。
At this time, it is checked whether or not there is restoration information of the cache memory 5 corresponding to the application program in the non-volatile memory 6 (step 81).

当該アプリケーションプログラムの最初の起動時には、
未だ不揮発性メモリ6に必要な情報が格納されていない
ので、直ちにアプリケーションプログラムの実行を開始
する。
When the application program is first started,
Since the necessary information is not yet stored in the non-volatile memory 6, the execution of the application program is immediately started.

そして、このアプリケーションプログラムの実行過程で
随時発生する入出力要求に応じて、中央処理装置1は、
チャネル装置3およびディスク制御装置4を介して、磁
気ディスク装置7に格納されているデータに対するアク
セスを行う(ステップ82)。
Then, in response to an input / output request that occurs at any time during the execution process of this application program, the central processing unit 1
The data stored in the magnetic disk device 7 is accessed through the channel device 3 and the disk control device 4 (step 82).

この時、ディスク制御装置4は、キャッシュメモリ5に
おけるヒット率が向上するようなアルゴリズムにて、磁
気ディスク装置7からキャッシュメモリ5にデータを複
写し、可能な限りこのキャッシュメモリ5に複写されて
いるデータを用いて、上位のチャネル装置3の側からの
アクセス要求に応答する動作を行い、このような動作を
繰り返す間に、キャッシュメモリ5の内部の状態は、当
該アプリケーションプログラムのアクセス形態に適応し
たヒット率の良好な状態となる。
At this time, the disk control device 4 copies the data from the magnetic disk device 7 to the cache memory 5 by an algorithm that improves the hit rate in the cache memory 5, and copies the data to the cache memory 5 as much as possible. The operation of responding to the access request from the upper channel device 3 side is performed using the data, and while such an operation is repeated, the internal state of the cache memory 5 is adapted to the access form of the application program. The hit rate is good.

そして、アプリケーションプログラムが終了すると(第
1の時点)(ステップ83)、ディスク制御装置4は、キ
ャッシュメモリ5のディレクトリ52から、その時点にお
いて当該キャッシュメモリ5のデータエリア51に存在す
るデータの磁気ディスク装置7における格納位置を示
す、デバイス番号DEVNO,シリンダ番号CYLNO,ヘッド番号
HDNOなどを、格納位置情報613として、不揮発性メモリ
6のトラック番号テーブル61に記録する(ステップ8
4)。
Then, when the application program ends (first time) (step 83), the disk controller 4 reads the magnetic disk of the data existing in the data area 51 of the cache memory 5 from the directory 52 of the cache memory 5 at that time. Device number DEVNO, cylinder number CYLNO, head number, which shows the storage location in device 7.
The HDNO or the like is recorded in the track number table 61 of the nonvolatile memory 6 as the storage position information 613 (step 8
Four).

このステップ84の処理のより詳細な一例を示す流れ図が
第5図である。
FIG. 5 is a flowchart showing a more detailed example of the process of step 84.

すなわち、まず、不揮発性メモリ6に設けられている複
数のトラック番号テーブル61の中から有効フラグ611が
オフのもの、すなわち書き込み可能なものを選出する
(ステップ841)。
That is, first, from the plurality of track number tables 61 provided in the non-volatile memory 6, the valid flag 611 is turned off, that is, the writable one is selected (step 841).

次に、ディレクトリ52から、その時点において当該キャ
ッシュメモリ5のデータエリア51に存在するデータの磁
気ディスク装置7における格納位置を示す、デバイス番
号DEVNO,シリンダ番号CYLNO,ヘッド番号HDNOなどの情報
を、格納位置情報613として、不揮発性メモリ6のトラ
ック番号テーブル61に書き込む(ステップ842)。
Next, from the directory 52, information such as a device number DEVNO, a cylinder number CYLNO, and a head number HDNO indicating the storage position in the magnetic disk device 7 of the data currently existing in the data area 51 of the cache memory 5 is stored. The position information 613 is written in the track number table 61 of the nonvolatile memory 6 (step 842).

その後、同様の書き込み動作によって破壊されることを
防止するため、当該トラック番号テーブル61の有効フラ
グ611をオンにして(ステップ843)書き込みを禁止し、
さらに、直前の前記ステップ82において実行されていた
アプリケーションプログラムに対応する識別番号612を
書き込む(ステップ844)。
After that, in order to prevent destruction by the same writing operation, the valid flag 611 of the track number table 61 is turned on (step 843), and writing is prohibited.
Further, the identification number 612 corresponding to the application program executed in the immediately preceding step 82 is written (step 844).

こうして、一つのアプリケーションプログラムの実行が
完了すると、他のアプリケーションプログラムの実行指
令の有無を調べ(ステップ85)、実行指令がある場合に
は、前記ステップ80の先頭に戻ってそのアプリケーショ
ンプログラムを起動する。
In this way, when the execution of one application program is completed, it is checked whether or not there is an execution command for another application program (step 85). If there is an execution command, the process returns to the beginning of step 80 and the application program is started. .

このような動作を、複数個のアプリケーションプログラ
ムについてその都度行い、不揮発性メモリ6には、個々
のアプリケーションプログラムに対応した格納位置情報
613が記録された複数のトラック番号テーブル61が存在
する状態となる。
Such an operation is performed for each of a plurality of application programs, and the storage location information corresponding to each application program is stored in the nonvolatile memory 6.
A plurality of track number tables 61 in which 613 is recorded exist.

その後、同じアプリケーションプログラムが再び起動さ
れると(第2の時点)(ステップ80)、不揮発性メモリ
6における復元情報の有無が判定されるが(ステップ8
1)、不揮発性メモリ6には、以前のステップ84の処理
によってキャッシュメモリ5の復元情報が存在するの
で、不揮発性メモリ6に記録されているトラック番号テ
ーブル61の情報に基づいて、磁気ディスク装置7から所
定のデータをキャッシュメモリ5に複写して復元する処
理を開始する(ステップ86)。
After that, when the same application program is started again (second time point) (step 80), it is determined whether or not there is restoration information in the nonvolatile memory 6 (step 8).
1) Since the restoration information of the cache memory 5 exists in the non-volatile memory 6 by the processing of the previous step 84, the magnetic disk device is based on the information of the track number table 61 recorded in the non-volatile memory 6. Processing for copying and restoring predetermined data from 7 to the cache memory 5 is started (step 86).

なお、このステップ86の処理は、上位の中央処理装置1
において実行されるアプリケーションプログラムなどと
は独立に非同期で行われ、当該ステップ86の処理の間
も、中央処理装置11などにおけるアプリケーションプロ
グラムの実行が待たされることはない。
The process of step 86 is performed by the upper central processing unit 1.
The process is executed independently of the application program executed in the step 1. and asynchronously, and the execution of the application program in the central processing unit 11 or the like is not kept waiting during the process of step 86.

このステップ86の処理の一例をさらに詳細な示したもの
が第6図である。
FIG. 6 shows an example of the process of step 86 in more detail.

すなわち、まず、不揮発性メモリ6に記録されている複
数のトラック番号テーブル61の識別番号を調べ、当該ア
プリケーションプログラムに対応するトラック番号テー
ブル61を選択する(ステップ861)。
That is, first, the identification numbers of the plurality of track number tables 61 recorded in the non-volatile memory 6 are checked, and the track number table 61 corresponding to the application program is selected (step 861).

次に、当該トラック番号テーブル61に記録されている格
納位置情報613を用いて、キャッシュメモリ5のディレ
クトリ52を復元する(ステップ862)。
Next, the storage location information 613 recorded in the track number table 61 is used to restore the directory 52 of the cache memory 5 (step 862).

さらに、復元されたディレクトリ52のデバイス番号DEVN
O,シリンダ番号CYLNO,ヘッド番号HDNOなどを用いて、磁
気ディスク装置7のデータをキャッシュメモリ5のデー
タエリア51に複写し(ステップ863)、すべてのデータ
の複写が終わるまで繰り返す(ステップ864)。
In addition, the device number DEVN of the restored directory 52
Using O, cylinder number CYLNO, head number HDNO, etc., the data of the magnetic disk device 7 is copied to the data area 51 of the cache memory 5 (step 863) and repeated until all the data is copied (step 864).

その後、当該トラック番号テーブル61に対する後のステ
ップ84における書き込みを可能にするため、当該トラッ
ク番号テーブル61の有効ラグをオフにする(ステップ86
5)。
After that, the valid lag of the track number table 61 is turned off so that the track number table 61 can be written in the subsequent step 84 (step 86).
Five).

こうして、アプリケーションプログラムの起動時に、キ
ャッシュメモリ5の内部の状態は、起動された当該アプ
リケーションプログラムによる磁気ディスク装置7への
アクセス形態に適合した状態となり、以降のステップ82
におけるアプリケーションプログラムの実行の初期か
ら、キャッシュメモリ5の高いヒット率で、一群の磁気
ディスク装置7のデータへのアクセスを遂行することが
できる。
Thus, when the application program is started, the internal state of the cache memory 5 becomes a state suitable for the access form to the magnetic disk device 7 by the started application program, and the subsequent step 82
From the beginning of the execution of the application program in (1), it is possible to access the data of the group of magnetic disk devices 7 with a high hit rate of the cache memory 5.

これにより、たとえば、磁気ディスク装置7へのアクセ
ス形態が異なる複数種のアプリケーションプログラムの
実行の切り替え時に、従来のようにキャッシュメモリ5
が安定な状態になるまでの間、キャッシュメモリ5のヒ
ット率が大きく低下することが確実に防止され、磁気デ
ィスク装置7への非効率的な直接的なアクセス頻度が増
大することがなく、上位の主記憶装置2と磁気ディスク
装置7との間における単位時間当たりのデータ転送量な
どを良好な値に安定に維持することができる。
As a result, for example, when switching execution of a plurality of types of application programs having different access modes to the magnetic disk device 7, the cache memory 5 as in the conventional case is switched.
Until it reaches a stable state, the hit rate of the cache memory 5 is surely prevented from being greatly reduced, and the frequency of inefficient direct access to the magnetic disk device 7 does not increase, The data transfer amount per unit time between the main storage device 2 and the magnetic disk device 7 can be stably maintained at a good value.

また、特に、良好なヒット率になるまでの所要時間が長
い大容量のキャッシュメモリ5の場合ほど効果が大きく
なる。
In addition, the effect becomes greater especially in the case of a large capacity cache memory 5 which takes a long time to reach a good hit rate.

〔実施例2〕 次に、本発明の他の実施例であるディスクキャッシュ制
御方法を説明する。
[Second Embodiment] Next, a disk cache control method according to another embodiment of the present invention will be described.

なお、以下の説明では、一例として磁気ディスク装置7
からキャッシュメモリ5にトラック単位でデータを複写
する場合について説明する。
In the following description, the magnetic disk device 7 will be used as an example.
The case of copying the data from the cache memory 5 to the cache memory 5 in units of tracks will be described.

本実施例2の場合には、第7図に示されるように、キャ
ッシュメモリ5のディレクトリ52の内部にキャッシュ内
スロット管理テーブル521とキャッシュヒット率表522と
を持っている。
In the case of the second embodiment, as shown in FIG. 7, the directory 52 of the cache memory 5 has an in-cache slot management table 521 and a cache hit ratio table 522.

キャッシュ内スロット管理テーブル521には、キャッシ
ュメモリ5のデータエリア51にトラック単位に存在する
データの磁気ディスク装置7における格納位置を示す情
報や当該キャッシュメモリ5における格納アドレス、さ
らにはヒット率を向上させるためのアルゴリズムを実現
するための諸情報が格納されている。
The in-cache slot management table 521 improves the information indicating the storage position in the magnetic disk device 7 of the data existing in track units in the data area 51 of the cache memory 5, the storage address in the cache memory 5, and the hit rate. Various information for realizing the algorithm for is stored.

また、キャッシュヒット率表522は、複数のトラック単
位のデータが、キャッシュメモリ5の内部において上位
のチャネル装置3の側からアクセスされた相対的な頻度
(ヒット率)が記録されている。
In the cache hit rate table 522, a relative frequency (hit rate) in which a plurality of track units of data are accessed from the higher channel device 3 inside the cache memory 5 is recorded.

そして、所定のアプリケーションプログラムが終了し
て、ディレクトリ52の情報を不揮発性メモリ6に退避さ
せるステップ84の処理においては、第8図のステップ84
2aに示されるように、キャッシュヒット率表522を参照
し、ヒット率の高い順に、キャッシュメモリ5の容量分
だけ、当該トラックに対応するデバイス番号DEVNO,シリ
ンダ番号CYLNO,ヘッド番号HDNOなどの情報を、格納位置
情報613として不揮発性メモリ6のトラック番号テーブ
ル61に書き込んで記録する。
Then, when the predetermined application program ends and the information in the directory 52 is saved in the non-volatile memory 6, the processing in step 84 is performed in step 84 in FIG.
As shown in 2a, by referring to the cache hit rate table 522, information such as device number DEVNO, cylinder number CYLNO, head number HDNO corresponding to the relevant track is stored by the capacity of the cache memory 5 in descending order of hit rate. The storage position information 613 is written and recorded in the track number table 61 of the nonvolatile memory 6.

以降は、前記実施例1の場合と同様に、同じアプリケー
ションプログラムを再度実行する際に、対応するトラッ
ク番号テーブル61に記録されている格納位置情報613に
基づいて、磁気ディスク装置7からキャッシュメモリ5
へのデータの複写を行う。
After that, as in the case of the first embodiment, when the same application program is re-executed, the magnetic disk device 7 to the cache memory 5 are stored based on the storage position information 613 recorded in the corresponding track number table 61.
Data is copied to.

これにより、本実施例2の場合には、あるアプリケーシ
ョンプログラムの終了時点でのキャッシュメモリ5の状
態を、後の再実行に際して単純に復元することが必ずし
もヒット率の向上に寄与しないようなアクセス形態の場
合でも、アプリケーションプログラムの実行の初期か
ら、高いキャッシュメモリ5のヒット率を実現すること
ができる。
As a result, in the case of the second embodiment, an access mode in which simply restoring the state of the cache memory 5 at the end of an application program at the time of re-execution does not necessarily contribute to the improvement of the hit rate. In this case as well, a high hit rate of the cache memory 5 can be realized from the beginning of execution of the application program.

〔実施例3〕 本実施例の場合には、キャッシュメモリ5のディレクト
リ52の不揮発性メモリ6に対する退避や、不揮発性メモ
リ6に退避された格納位置情報613などに基づくキャッ
シュメモリ5の状態の復元の契機を、オペレーティング
システムやアプリケーションプログラムから随時発行さ
れるチャネルコマンドワードCCWを契機として行うよう
にするものである。
[Third Embodiment] In the case of the present embodiment, the directory 52 of the cache memory 5 is saved to the non-volatile memory 6, and the state of the cache memory 5 is restored based on the storage location information 613 saved in the non-volatile memory 6. The channel command word CCW issued from the operating system or the application program at any time is used as the trigger.

すなわち、アプリケーションプログラムが終了した時点
や実行中の任意の時点で、キャッシュメモリ5のディレ
クトリ52の情報を不揮発性メモリ6に登録する動作を行
わせるチャネルコマンドワードCCWが発行されるよう
に、また、アプリケーションプログラムの実行開始時や
実行中の任意の時点で、不揮発性メモリ6に退避されて
いる情報に基づいてキャッシュメモリ5の状態を復元す
る動作を行わせるチャネルコマンドワードCCWが発行さ
れるようにプログラミングしておく。
That is, the channel command word CCW for issuing the operation of registering the information in the directory 52 of the cache memory 5 in the non-volatile memory 6 is issued at the time when the application program ends or at any time during execution, and A channel command word CCW for issuing an operation to restore the state of the cache memory 5 based on the information saved in the non-volatile memory 6 is issued at the start of execution of an application program or at any point during execution. Programming.

そして、キャッシュメモリ5のディレクトリ52の情報を
不揮発性メモリ6に登録させるテャネルコマンドワード
CCWが発行された時点で、ディスク制御装置4は、前記
実施例1の第5図に示される流れ図や、前記実施例2の
第8図に示される流れ図などに示される方法で、当該時
点におけるキャッシュメモリ5の状態の不揮発性メモリ
6のトラック番号テーブル61への退避を行う。
Then, a channel command word for registering the information in the directory 52 of the cache memory 5 in the nonvolatile memory 6
At the time when the CCW is issued, the disk controller 4 uses the method shown in the flow chart shown in FIG. 5 of the first embodiment or the flow chart shown in FIG. 8 of the second embodiment at that time. The state of the cache memory 5 is saved in the track number table 61 of the non-volatile memory 6.

この時、識別番号612を同時に受け取り、該当のトラッ
ク番号テーブル61に書き込む。
At this time, the identification number 612 is received at the same time and is written in the corresponding track number table 61.

また、後に同一のアプリケーションプログラムが再び実
行される際に、実行の初期または実行中の任意の時点
で、上位のチャネル装置3から、キャッシュメモリ5を
復元させるチャネルコマンドワードCCWを、当該アプリ
ケーションプログラムに対応する識別番号612とともに
発行し、これを受け取ったディスク制御装置4は、受領
した当該識別番号612のトラック番号テーブル61に記録
されている格納位置情報613に基づいて、磁気ディスク
装置7からキャッシュメモリ5にたとえばトラック単位
などで複写して、キャッシュメモリ5の状態を当該アプ
リケーションプログラムのアクセス形態に適合した状態
に復元する動作を行う。
Further, when the same application program is executed again later, the channel command word CCW for restoring the cache memory 5 is restored from the upper channel device 3 to the application program at an initial stage of execution or at any time during execution. The disk control device 4 which issued the corresponding identification number 612 and received it, based on the storage position information 613 recorded in the track number table 61 of the received identification number 612, receives a cache memory from the magnetic disk device 7. 5 is copied in track units, for example, and the operation of restoring the state of the cache memory 5 to the state suitable for the access form of the application program is performed.

本実施例3のようにプログラムから任意の時点で、キャ
ッシュメモリ5の状態の保存および復元の契機を与える
ことにより、ディスク制御装置4,キャッシュメモリ5,磁
気ディスク装置7などからなる外部記憶サブシステムの
よりきめ細かで効率的な運用を実現することができる。
An external storage subsystem including the disk control device 4, the cache memory 5, the magnetic disk device 7, etc. is provided by giving a trigger for saving and restoring the state of the cache memory 5 at any time from a program as in the third embodiment. It is possible to realize more detailed and efficient operation of.

以上本発明者によってなされた発明を実施例に基づき具
体的に説明したが、本発明は前記実施例に限定されるも
のではなく、その要旨を逸脱しない範囲で種々変更可能
であることはいうまでもない。
Although the invention made by the present inventor has been specifically described based on the embodiments, the present invention is not limited to the embodiments and various modifications can be made without departing from the scope of the invention. Nor.

たとえば、上記の実施例中の説明では、キャッシュメモ
リおよび不揮発性メモリをディスク制御装置のレベルに
設置する場合について説明したが、これに限らず、下位
の磁気ディスク装置または上位のチャネル装置などに設
置しても本発明の効果がなんら損なわれないことはいう
までもない。
For example, in the description of the above embodiments, the case where the cache memory and the non-volatile memory are installed at the level of the disk control device has been described, but the present invention is not limited to this, and they are installed in the lower magnetic disk device or the upper channel device. However, it goes without saying that the effects of the present invention are not impaired.

また、磁気ディスク装置からキャッシュメモリへ複写さ
れるデータの単位としては、トラック単位などに限ら
ず、トラックを周方向に等分した概念であるセクタ単
位,さらには、複数のトラックからなるシリンダ単位、
あるいは任意のデータセット単位などであってもよい。
Further, the unit of data copied from the magnetic disk device to the cache memory is not limited to a track unit, but a sector unit, which is a concept of equally dividing a track in the circumferential direction, and a cylinder unit composed of a plurality of tracks,
Alternatively, it may be an arbitrary data set unit or the like.

〔発明の効果〕〔The invention's effect〕

本願において開示される発明のうち、代表的なものによ
って得られる効果を簡単に説明すれば、以下のとおりで
ある。
The effects obtained by the typical ones of the inventions disclosed in the present application will be briefly described as follows.

すなわち、本発明になるディスクキャッシュ制御方法に
よれば、上位処理装置と、この上位処理装置との間で授
受されるデータが格納される磁気ディスク装置と、この
磁気ディスク装置と前記上位処理装置との間に介在し、
前記磁気ディスク装置に格納されている前記データの写
を保持するキャッシュメモリとからなり、前記上位処理
装置から前記磁気ディスク装置へのアクセス要求に対し
ては、可能な限り前記キャッシュメモリに保持されてい
る前記データを用いて応答するようにした情報処理シス
テムにおいて、前記上位処理装置において実行される任
意のプログラムの実行中または実行終了時において前記
キャッシュメモリに記憶されている前記データの前記磁
気ディスク装置における格納位置を示す第1の情報群で
ある格納位置情報を、前記上位処理装置からのチャネル
コマンドワードによって複数の第1の時点の各々毎に前
記プログラムを識別する識別番号からなる第2の情報を
付与した状態で不揮発性メモリに記録保存し、前記第1
の時点とは異なる第2の時点において、前記上位処理装
置からの前記チャネルコマンドワードにより、前記第2
の情報に基づいて、前記第1の時点で前記不揮発性メモ
リに記録保存された前記第1の情報群を選択して読み出
し、当該第1の情報群に基づいて前記磁気ディスク装置
から前記キャッシュメモリへ前記データを複写するとい
う動作を行うので、たとえば、上位処理装置からの指令
や外部からのハードウェアスイッチの設定などを契機と
して、個々のアプリケーションプログラムの実行中や終
了時などの第1の時点において、キャッシュメモリに存
在するデータの磁気ディスク装置における格納位置を示
す第1の情報群を当該アプリケーションプログラムに対
応した識別番号などとともに不揮発性メモリに記録保存
し、後に任意のアプリケーションプログラムを再び起動
する際や起動後の稼働中における第2の時点で、当該ア
プリケーションプログラムに対応する識別番号などに基
づいて不揮発性メモリから第1の情報群を読み出し、こ
の第1の情報群を用いて磁気ディスク装置からキャッシ
ュメモリにデータを複写してキャッシュメモリの状態を
当該アプリケーションプログラムに最適な状態に復元す
ることが可能となり、複数のアプリケーションプログラ
ムの切り替わりに際してのキャッシュメモリのヒット率
の低下を確実に防止することができる。
That is, according to the disk cache control method of the present invention, a high-order processing device, a magnetic disk device in which data sent and received between the high-order processing device is stored, the magnetic disk device, and the high-order processing device Intervenes between
A cache memory that holds a copy of the data stored in the magnetic disk device, and is stored in the cache memory as much as possible in response to an access request from the host processor to the magnetic disk device. In the information processing system for responding using the data, the magnetic disk device of the data stored in the cache memory during execution or at the end of execution of an arbitrary program executed in the upper processing device. The storage position information, which is the first information group indicating the storage position in, is the second information consisting of the identification number for identifying the program for each of the plurality of first time points by the channel command word from the host processor. Is stored in a non-volatile memory in a state where
At a second time point different from the second time point by the channel command word from the host processor.
Based on the information, the first information group recorded and stored in the non-volatile memory at the first time point is selected and read out, and the magnetic disk device causes the cache memory to read out based on the first information group. Since the operation of copying the above-mentioned data to the above is performed, for example, at the first point of time during execution or termination of each application program triggered by a command from the host processor or setting of a hardware switch from the outside. In, the first information group indicating the storage position of the data existing in the cache memory in the magnetic disk device is recorded and saved in the non-volatile memory together with the identification number corresponding to the application program, and the arbitrary application program is restarted later. At the second point in time of operation or after startup, The first information group is read from the non-volatile memory based on the identification number corresponding to the program, the data is copied from the magnetic disk device to the cache memory by using the first information group, and the state of the cache memory is determined by the application. It becomes possible to restore the optimum state for the program, and it is possible to surely prevent the hit rate of the cache memory from being lowered when the plurality of application programs are switched.

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

第1図は本発明の一実施例であるディスクキャッシュ制
御方法が実施される情報処理システムの要部を取り出し
て示すブロック図、 第2図はその全体構成の一例を示すブロック図、 第3図は情報の格納形式の一例を示す図、 第4図は本発明の一実施例であるディスクキャッシュ制
御方法の動作の一例を示す流れ図、 第5図はその一部をさらに詳細に説明する流れ図、 第6図は同じくその一部をさらに詳細に説明する流れ
図、 第7図は本発明の実施例2であるディスクキャッシュ制
御方法におけるディレクトリの構成の一例を示す説明
図、 第8図はその動作の一例を示す流れ図である。 1……中央処理装置(上位処理装置)、2……主記憶装
置、3……チャネル装置、4……ディスク制御装置、5
……キャッシュメモリ、51……データエリア、52……デ
ィレクトリ、521……キャッシュ内スロット管理テーブ
ル、522……キャッシュヒット率表(計数手段)、6…
…不揮発性メモリ、61……トラック番号テーブル、611
……有効フラグ、612……識別番号(第2の情報)、613
……格納位置情報(第1の情報群)、CYLNO……シリン
ダ番号、DEVNO……デバイス番号、HDNO……ヘッド番
号、7……磁気ディスク装置、80,81,82,83,84,85,86…
…ディスクキャッシュ制御方法の一例を示すステップ、
841,842,842a,843,844……ステップ84の処理を構成する
一連のステップの一例、861,862,863,864,865……ステ
ップ86の処理を構成する一連のステップの一例、CCW…
…チャネルコマンドワード。
FIG. 1 is a block diagram showing an essential part of an information processing system in which a disk cache control method according to an embodiment of the present invention is implemented, and FIG. 2 is a block diagram showing an example of its overall configuration. Is a diagram showing an example of a storage format of information, FIG. 4 is a flow chart showing an example of operation of a disk cache control method according to an embodiment of the present invention, and FIG. 5 is a flow chart showing a part thereof in more detail, FIG. 6 is a flow chart for explaining a part thereof in more detail, FIG. 7 is an explanatory view showing an example of the structure of a directory in the disk cache control method according to the second embodiment of the present invention, and FIG. It is a flowchart which shows an example. 1 ... Central processing unit (upper processing unit), 2 ... Main storage unit, 3 ... Channel unit, 4 ... Disk control unit, 5
... cache memory, 51 ... data area, 52 ... directory, 521 ... cache slot management table, 522 ... cache hit rate table (counting means), 6 ...
… Nonvolatile memory, 61 …… Track number table, 611
...... Valid flag, 612 ... Identification number (second information), 613
...... Storage location information (first information group), CYLNO ... Cylinder number, DEVNO ... Device number, HDNO ... Head number, 7 ... Magnetic disk device, 80,81,82,83,84,85, 86 ...
... steps showing an example of a disk cache control method,
841,842,842a, 843,844 ... An example of a series of steps constituting the process of step 84, 861,862,863,864,865 ... An example of a series of steps constituting the process of step 86, CCW ...
… Channel command word.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 長澤 光男 神奈川県小田原市国府津2880番地 株式会 社日立製作所小田原工場内 (72)発明者 四谷 守彦 神奈川県小田原市国府津2880番地 株式会 社日立製作所小田原工場内 (56)参考文献 特開 昭62−130440(JP,A) 特開 平1−131940(JP,A) ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Mitsuo Nagasawa 2880, Kozu, Odawara-shi, Kanagawa Hitachi Ltd. Odawara Plant (72) Inventor Morihiko Yotsuya 2880, Kozu, Odawara, Kanagawa Hitachi Odawara Plant (56) Reference JP 62-130440 (JP, A) JP 1-131940 (JP, A)

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】上位処理装置と、この上位処理装置との間
で授受されるデータが格納される磁気ディスク装置と、
この磁気ディスク装置と前記上位処理装置との間に介在
し、前記磁気ディスク装置に格納されている前記データ
の写を保持するキャッシュメモリとからなり、前記上位
処理装置から前記磁気ディスク装置へのアクセス要求に
対して、可能な限り前記キャッシュメモリに保持されて
いる前記データを用いて応答するようにした情報処理シ
ステムにおいて、前記上位処理装置において実行される
任意のプログラムの実行中または実行終了時において前
記キャッシュメモリに記憶されている前記データの前記
磁気ディスク装置における格納位置を示す第1の情報群
である格納位置情報を、前記上位処理装置からのチャネ
ルコマンドワードによって複数の第1の時点の各々毎に
前記プログラムを識別する識別番号からなる第2の情報
を付与した状態で不揮発性メモリに記録保存し、前記第
1の時点とは異なる第2の時点において、前記上位処理
装置からの前記チャネルコマンドワードにより、前記第
2の情報に基づいて、前記第1の時点で前記不揮発性メ
モリに記録保存された前記第1の情報群を選択して読み
出し、当該第1の情報群に基づいて前記磁気ディスク装
置から前記キャッシュメモリへ前記データを複写するこ
とを特徴とするディスクキャッシュ制御方法。
1. A high-order processing device, and a magnetic disk device for storing data exchanged with the high-order processing device,
An access between the magnetic disk device and the host processing device, the cache memory holding a copy of the data stored in the magnetic disk device, and accessing the magnetic disk device from the host processing device In an information processing system that responds to a request by using the data held in the cache memory as much as possible, during execution or at the end of execution of an arbitrary program executed in the upper processing device Storage position information, which is a first information group indicating a storage position of the data stored in the cache memory in the magnetic disk device, is stored at each of a plurality of first time points according to a channel command word from the upper processing device. With the second information consisting of the identification number for identifying the program for each The data is recorded and stored in a volatile memory, and at a second time point different from the first time point, the channel command word from the higher-level processing device is used to generate the channel information at the first time point based on the second information. A disk cache characterized by selecting and reading the first information group recorded and stored in a non-volatile memory, and copying the data from the magnetic disk device to the cache memory based on the first information group. Control method.
JP1143628A 1989-06-06 1989-06-06 Disk cache control method Expired - Lifetime JPH0682342B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1143628A JPH0682342B2 (en) 1989-06-06 1989-06-06 Disk cache control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1143628A JPH0682342B2 (en) 1989-06-06 1989-06-06 Disk cache control method

Publications (2)

Publication Number Publication Date
JPH039446A JPH039446A (en) 1991-01-17
JPH0682342B2 true JPH0682342B2 (en) 1994-10-19

Family

ID=15343176

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1143628A Expired - Lifetime JPH0682342B2 (en) 1989-06-06 1989-06-06 Disk cache control method

Country Status (1)

Country Link
JP (1) JPH0682342B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3183993B2 (en) * 1993-03-31 2001-07-09 株式会社東芝 Disk control system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62130440A (en) * 1985-12-03 1987-06-12 Nippon Telegr & Teleph Corp <Ntt> Cache subsystem
JPH07101402B2 (en) * 1987-08-13 1995-11-01 横河電機株式会社 Disk cache controller

Also Published As

Publication number Publication date
JPH039446A (en) 1991-01-17

Similar Documents

Publication Publication Date Title
US7111134B2 (en) Subsystem and subsystem processing method
JP3249868B2 (en) Array type storage system
US5375232A (en) Method and system for asynchronous pre-staging of backup copies in a data processing storage subsystem
US8307159B2 (en) System and method for providing performance-enhanced rebuild of a solid-state drive (SSD) in a solid-state drive hard disk drive (SSD HDD) redundant array of inexpensive disks 1 (RAID 1) pair
US6658434B1 (en) Method of and a system for recovering data in an information processing system
JP3409859B2 (en) Control method of control device
JPS5873085A (en) Control of memory hierarchy
JPH06348597A (en) Cache control method and rotary type storage device
US6658541B2 (en) Computer system and a database access method thereof
US5293618A (en) Method for controlling access to a shared file and apparatus therefor
US20040133741A1 (en) Disk array apparatus and data writing method used in the disk array apparatus
US9081505B1 (en) Method and system for improving disk drive performance
JPH0682342B2 (en) Disk cache control method
JP2986880B2 (en) Array disk
JPS60179857A (en) Control system of cache device
JPH0511933A (en) Hard disk emulator and fixed cache area allocating method for the emulator
JPH09212424A (en) Disk cache and disk caching method
US6957302B2 (en) System and method for performing write operations in a disk drive using a write stack drive
JPH1031563A (en) Storage device
JP2002108704A (en) Disk cache control system
JP2000305717A (en) Disk array device and method for quickening disk access
JPS59172186A (en) Cache memory control system
KR100442664B1 (en) Method for managing an operation package of a switching system, especially concerned with backing up a database to be changed and booting the backed-up database in a switching system having dualized hard disks
JP2005031746A (en) Disk array apparatus and in-casing replication method
JP2001175422A (en) Disk array device

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071019

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20081019

Year of fee payment: 14

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

Free format text: PAYMENT UNTIL: 20091019

Year of fee payment: 15

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091019

Year of fee payment: 15