JPH08221211A - External storage controller - Google Patents

External storage controller

Info

Publication number
JPH08221211A
JPH08221211A JP7027964A JP2796495A JPH08221211A JP H08221211 A JPH08221211 A JP H08221211A JP 7027964 A JP7027964 A JP 7027964A JP 2796495 A JP2796495 A JP 2796495A JP H08221211 A JPH08221211 A JP H08221211A
Authority
JP
Japan
Prior art keywords
memory
external storage
data
cache management
management module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP7027964A
Other languages
Japanese (ja)
Other versions
JP3594202B2 (en
Inventor
Hideshi Kobayashi
秀史 小林
Hidenori Takahashi
秀仙 高橋
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP02796495A priority Critical patent/JP3594202B2/en
Publication of JPH08221211A publication Critical patent/JPH08221211A/en
Application granted granted Critical
Publication of JP3594202B2 publication Critical patent/JP3594202B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE: To give another instruction from a host device to an external storage controller also when a cache control part is in its busy state. CONSTITUTION: In the external storage controller 2a independently having the transfer route to a host device 1 and the transfer route to an external storage device 3a, performing the transfer of the host device 1 and the external storage device 3a via memories 23 and 24 and having a cache control part 25a performing the cache control of the memory 23, the present operation is held and the coupling state of the host device 1 and the cache control part 25a is disconnected when the cache control part 25a is in its busy state.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、上位装置とであるチャ
ネル転送と、外部記憶装置との転送の経路が、時間的に
独立に動作する非同期転送を行うディスク制御装置等の
外部記憶制御装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an external storage control device such as a disk control device for performing a channel transfer which is a higher-level device and an asynchronous transfer in which a transfer route to an external storage device operates independently in time. Regarding

【0002】[0002]

【従来の技術】従来の磁気ディスク制御装置では、チャ
ネル転送とディスク転送の経路が時間的に独立に動作す
る非同期転送を行うため、データ転送は全て制御装置内
のメモリを介して行われる。つまり、データのライト
は、まず書こうとするトラックのデータを磁気ディスク
装置であるデバイスからメモリ上に展開し、書きたい部
分をライトし、データのリードは、読もうとするトラッ
クのデータをデバイスからメモリ上に展開し、読みたい
部分だけをリードする。
2. Description of the Related Art In a conventional magnetic disk controller, since channel transfer and disk transfer paths perform asynchronous transfer that operates independently in terms of time, all data transfer is performed via a memory in the controller. In other words, when writing data, the data of the track to be written is first expanded from the device, which is the magnetic disk device, in the memory, the part you want to write is written, and when reading the data, the data of the track you want to read is written to the device. It expands to memory from and reads only the part you want to read.

【0003】また、キャッシュ管理の手法として、一度
メモリ上に展開されたデータはある期間そのまま記憶さ
れ、再度、同じデータにリードまたはライトのアクセス
がくると、メモリ上のデータを使ってそのままリードま
たはライトをする。
As a cache management method, the data once expanded in the memory is stored as it is for a certain period, and when a read or write access is made to the same data again, the data in the memory is directly used for reading or writing. Light up.

【0004】メモリにデータが展開されているかどうか
は、キャッシュを管理するモジュール(CFE)が常に
情報を持っている。上位装置からリードまたはライトの
I/O(命令)がくると、チャネルアダプタ(CA)
は、キャッシュ管理モジュールCFEに、これからアク
セスするトラックがメモリ上に展開されているかどうか
問い合わせる。キャッシュ管理モジュールCFEは、自
分の持っているキャッシュ情報を検索しそのトラックが
あるかどうか調べ、チャネルアダプタCAに報告する。
報告を受けたチャネルアダプタCAは、メモリ上にデー
タがあればメモリ上のデータをリードまたはライトし、
メモリ上にデータがない場合にはデバイスからメモリに
データが展開されるのを待ち、リードまたはライトをす
る。
The cache managing module (CFE) always has information as to whether or not the data is expanded in the memory. When a read or write I / O (command) comes from the host device, the channel adapter (CA)
Inquires of the cache management module CFE if the track to be accessed is expanded in the memory. The cache management module CFE searches its own cache information for the track, and reports it to the channel adapter CA.
Upon receiving the report, the channel adapter CA reads or writes the data in the memory if there is data in the memory,
When there is no data in the memory, the device waits for the data to be expanded in the memory and then reads or writes.

【0005】このため従来の装置では、キャッシュ管理
モジュールCFEはつねにチャネルアダプタCAに対す
る短時間の応答を保証するために、一度に行う処理を制
限して設計を進めて来た。
For this reason, in the conventional device, the cache management module CFE has always been designed by limiting the processes to be performed at one time in order to guarantee a short-time response to the channel adapter CA.

【0006】また、ライト動作の場合、メモリに書かれ
たデータが実デバイスに書かれるまでにはある時間差が
あるため、その間、データを保証しなければならない。
そこで、メモリ上にデータを書くことで実デバイスにデ
ータを書いたのと同等の信頼性を得るために、以下のよ
うなことをしている。
Further, in the case of the write operation, there is a certain time lag before the data written in the memory is written in the actual device, and therefore the data must be guaranteed during that time.
Therefore, in order to obtain the same level of reliability as writing the data in the actual device by writing the data in the memory, the following is done.

【0007】図3は、従来例の説明図であり、通常のラ
イト動作を示す。図3においては、上位装置1とディス
ク制御装置2とデバイスであるディスク装置3が設けて
あり、ディスク制御装置2には、大容量のバッテリバッ
クアップのないメモリ23(SS:Shared St
orage)と小容量であるがバッテリバックアップさ
れた不揮発性のメモリ24(NVS:Nonvolat
ile Storage)が設けてある。なお、図3の
〜はライト動作を示す。
FIG. 3 is an explanatory view of a conventional example, showing a normal write operation. In FIG. 3, a higher-level device 1, a disk control device 2, and a disk device 3, which is a device, are provided, and the disk control device 2 has a large-capacity memory 23 without a battery backup (SS: Shared Std).
non-volatile memory 24 (NVS: Nonvolat) that has a small capacity but is backed up by a battery.
ile Storage) is provided. It is to be noted that FIG.

【0008】まず、データを書く前にデバイス3から1
トラックもしくは2トラック分のデータが制御装置内の
メモリ23に展開される。そして、実際のライト動作
では、メモリ23(SS)上のデータを書き換え、さら
に、メモリ24(NVS)にもデータを書く。その
後、ディスク装置3へのデータの書き込みはメモリ24
から行われる。
First, before writing the data, the devices 1 to 3
Data of two tracks or two tracks is developed in the memory 23 in the control device. Then, in the actual write operation, the data on the memory 23 (SS) is rewritten, and further, the data is also written on the memory 24 (NVS). After that, writing of data to the disk device 3 is performed by the memory 24.
Be done from.

【0009】しかし、ライト動作が連続した場合などで
いつまでも、メモリ24からディスク装置3に書き戻し
されずにいると、メモリ24(NVS)上にデータがた
まり、最終的には、メモリ24がいっぱいになってしま
う。
However, if the write operation is not continuously written back from the memory 24 to the disk device 3 due to continuous write operations, etc., data accumulates in the memory 24 (NVS) and eventually the memory 24 becomes full. Become.

【0010】これが、「Insufficient N
VS」の状態で、これ以降のライト動作では、メモリ2
4を使わずメモリ23上にデータを書くライトスルー
「Write Through」動作をすることにな
る。
This is the "Insufficient N"
In the state of “VS”, in the subsequent write operation, the memory 2
A write-through “Write Through” operation of writing data on the memory 23 without using the memory 4 is performed.

【0011】[0011]

【発明が解決しようとする課題】上記従来のものにおい
ては次のような課題があった。高機能化したディスク制
御装置では、活性保守作業のためや、キャッシュ管理モ
ジュールCFE内部テーブルの再構築などのため、キャ
ッシュ管理モジュールCFEが長時間ビジー(BUS
Y)となる処理は避けられなくなる。このため、キャッ
シュ管理モジュールCFEからチャネルアダプタCAへ
の応答が長時間待たされる場合が発生していた。
The above-mentioned conventional ones have the following problems. In the high-performance disk control device, the cache management module CFE is busy for a long time (BUS) for active maintenance work and for rebuilding the cache management module CFE internal table.
The process of Y) cannot be avoided. Therefore, a response from the cache management module CFE to the channel adapter CA may be kept waiting for a long time.

【0012】また、メモリ24がいっぱいになってライ
トスルー動作を行うと、信頼性向上のためメモリ23と
ディスク装置3とにすぐにデータを書く2度の書き込み
動作が必要となり、制御が複雑になり、システムスルー
プットが悪化するという問題があった。
When the memory 24 is full and the write-through operation is performed, two write operations for immediately writing data to the memory 23 and the disk device 3 are required to improve reliability, which complicates control. Therefore, there is a problem that the system throughput deteriorates.

【0013】本発明は、上記従来の課題を解決し、キャ
ッシュ管理モジュールCFEがビジー状態にあったらチ
ャネルアダプタCAは速やかに今の動作を保留し、上位
装置から別のI/OをチャネルアダプタCAに出すこと
ができるようにすること、また、ライトスルー動作等の
複雑な処理を必要とせず、通常の処理と同様な動きでシ
ステムスループットを向上させることを目的とする。
The present invention solves the above-mentioned conventional problem, and when the cache management module CFE is in a busy state, the channel adapter CA immediately suspends the current operation and another I / O is sent from the host device to the channel adapter CA. It is also intended to improve the system throughput in the same manner as a normal process without requiring a complicated process such as a write-through operation.

【0014】[0014]

【課題を解決するための手段】図1は本発明の原理説明
図であり、図1中、1は上位装置、2aは外部記憶制御
装置、3aは外部記憶装置、21はチャネルアダプタ、
22はデバイスアダプタ、23はメモリ、24は不揮発
性のメモリ、25aはキャッシュ管理部、26aは資源
管理部を示す。
FIG. 1 is a diagram for explaining the principle of the present invention. In FIG. 1, 1 is a host device, 2a is an external storage controller, 3a is an external storage device, 21 is a channel adapter,
22 is a device adapter, 23 is a memory, 24 is a non-volatile memory, 25a is a cache management unit, and 26a is a resource management unit.

【0015】本発明は上記の課題を解決するため、次の
ように構成した。上位装置1との転送経路と、外部記憶
装置3aとの転送経路を独立に持ち、前記上位装置1と
前記外部記憶装置3aの転送はメモリ23、24を介し
て行い、かつ、前記メモリ23のキャッシュ管理を行う
キャッシュ管理部25aを有する外部記憶制御装置2a
において、前記キャッシュ管理部25aがビジー状態の
場合、今の動作を保留し、前記上位装置1と前記キャッ
シュ管理部25aとの結合状態を切り離すようにする。
The present invention has the following configuration to solve the above problems. The transfer path with the host device 1 and the transfer path with the external storage device 3a are independently provided, and the transfer between the host device 1 and the external storage device 3a is performed via the memories 23 and 24, and the transfer of the memory 23 is performed. External storage control device 2a having a cache management unit 25a for performing cache management
When the cache management unit 25a is in the busy state, the current operation is suspended and the connection state between the host device 1 and the cache management unit 25a is disconnected.

【0016】また、上位装置1との転送経路と、外部記
憶装置3aとの転送経路を独立に持ち、前記上位装置1
と前記外部記憶装置3aの転送をメモリ23、24を介
して行なう外部記憶制御装置2aにおいて、ライト動作
で、前記メモリ23と前記不揮発性のメモリ24にデー
タを書く際に、前記不揮発性のメモリ24に格納領域が
ない場合、前記ライト動作を一旦中止し、前記不揮発性
のメモリ24上のデータを前記外部記憶装置3aに書き
込むようにする。
Further, the transfer path to the host device 1 and the transfer path to the external storage device 3a are independently provided, and the host device 1
In the external storage control device 2a that transfers data to the external storage device 3a via the memories 23 and 24, the nonvolatile memory is used when writing data to the memory 23 and the nonvolatile memory 24 by a write operation. When there is no storage area in 24, the write operation is temporarily stopped and the data in the nonvolatile memory 24 is written in the external storage device 3a.

【0017】[0017]

【作用】上記構成に基づく本発明の作用を説明する。外
部記憶制御装置2aのキャッシュ管理部25aがビジー
状態の場合、キャッシュ管理部25aからの応答をひた
すら待つのではなく速やかに、今の動作を一時停止し、
上位装置1と切り離すようにする。それにより、上位装
置1からは別の命令を外部記憶制御装置2aに出すこと
が出来る。
The operation of the present invention based on the above configuration will be described. When the cache management unit 25a of the external storage control device 2a is in a busy state, the current operation is temporarily stopped instead of waiting for a response from the cache management unit 25a.
It should be separated from the host device 1. Thereby, another command can be issued from the host device 1 to the external storage control device 2a.

【0018】また、ライト動作で、外部記憶装置3aの
メモリ23と不揮発性のメモリ24にデータを書く際
に、ライト動作が続き前記不揮発性のメモリ24に格納
領域がない場合、前記ライト動作を一旦中止し、前記不
揮発性のメモリ24上のデータを前記外部記憶装置3a
に書き込むようにする。そして、前記不揮発性のメモリ
24の格納領域にあきが出来た時点でライト動作を開始
する。このように、簡単な制御しかしないのでシステム
全体の処理性能を向上することが出来る。
When writing data to the memory 23 and the non-volatile memory 24 of the external storage device 3a in the write operation, if the write operation continues and there is no storage area in the non-volatile memory 24, the write operation is performed. Once stopped, the data in the non-volatile memory 24 is stored in the external storage device 3a.
Try to write in. Then, the write operation is started at the time when the storage area of the nonvolatile memory 24 becomes free. In this way, the processing performance of the entire system can be improved because only simple control is performed.

【0019】[0019]

【実施例】以下、本発明の実施例を図面に基づいて説明
する。 §1:非同期転送型ディスク制御装置の説明 図2は、本発明の実施例の説明図であり、ディスク制御
装置全体を示している。なお図1、図3と同じものは同
じ符号で示してある。図2に示すように、非同期転送型
のディスク制御装置2は、上位装置1と外部記憶装置で
あるディスク装置3と接続されている。
Embodiments of the present invention will be described below with reference to the drawings. §1: Description of Asynchronous Transfer Type Disk Controller FIG. 2 is an explanatory diagram of an embodiment of the present invention and shows the entire disk controller. The same components as those in FIGS. 1 and 3 are designated by the same reference numerals. As shown in FIG. 2, an asynchronous transfer type disk control device 2 is connected to a host device 1 and a disk device 3 which is an external storage device.

【0020】ディスク制御装置2には、内部バスで接続
されたチャネルアダプタ(CA)21、デバイスアダプ
タ(DA)22、メモリ(SS)23、不揮発性のメモ
リ(NVS)24、キャッシュ管理モジュール(CF
E)25、資源管理モジュール(RM)26が設けてあ
る。
In the disk controller 2, a channel adapter (CA) 21, a device adapter (DA) 22, a memory (SS) 23, a non-volatile memory (NVS) 24, a cache management module (CF) connected by an internal bus.
E) 25 and a resource management module (RM) 26 are provided.

【0021】チャネルアダプタ21は、上位装置1の複
数のチャネルと接続されたチャネル経路を持ち、チャネ
ルからデータを受け取り、それをメモリ23、24上に
書き込んだり、メモリ23に書かれたデータを上位装置
1に転送するものである。
The channel adapter 21 has a channel path connected to a plurality of channels of the host device 1, receives data from the channels, writes it in the memories 23 and 24, and writes data written in the memory 23 to the host. It is transferred to the device 1.

【0022】デバイスアダプタ22は、外部記憶装置で
あるディスク装置3にメモリ23、24のデータを書き
込んだり、ディスク装置3から読み出したデータをメモ
リ23に書き込み等を行うものである。
The device adapter 22 writes data in the memories 23 and 24 to the disk device 3 which is an external storage device, and writes data read from the disk device 3 into the memory 23.

【0023】メモリ23は、揮発性メモリであり、大容
量であるがバッテリバックアップのないメモリである。
メモリ24は、不揮発性のメモリであり、例えば小容量
であるがバッテリバックアップされたものである。
The memory 23 is a volatile memory having a large capacity but no battery backup.
The memory 24 is a non-volatile memory, and has a small capacity but is backed up by a battery.

【0024】キャッシュ管理モジュール25は、メモリ
23にデータが展開されているかどうかの情報を管理す
るものである。資源管理モジュール26は、ディスク制
御装置2全体の資源の管理を行うものである。
The cache management module 25 manages information as to whether or not data has been expanded in the memory 23. The resource management module 26 manages the resources of the entire disk control device 2.

【0025】ディスク制御装置2では、上位装置1から
リードまたはライトの命令(I/O)がくると、チャネ
ルアダプタ21は、キャッシュ管理モジュール25にア
クセスするトラックがメモリ23上に展開されているか
どうか問い合わせる。
In the disk controller 2, when a read or write command (I / O) is received from the higher-level device 1, the channel adapter 21 determines whether the track for accessing the cache management module 25 is loaded in the memory 23. Contact us.

【0026】キャッシュ管理モジュール25は、自分の
持っているキャッシュ情報を検索し、そのトラックがあ
るかどうかを調べ、チャネルアダプタ21に報告する。
報告を受けたチャネルアダプタ21は、メモリ23上に
データがあればメモリ23上のデータをリードまたはラ
イトし、メモリ23上にデータがない場合にはディスク
装置3からメモリ23にデータが展開されるのを待ち、
リードまたはライトする。
The cache management module 25 searches the cache information owned by the cache management module 25 to see if the track exists, and reports it to the channel adapter 21.
Upon receiving the report, the channel adapter 21 reads or writes the data in the memory 23 if there is data in the memory 23, and if there is no data in the memory 23, the data is expanded from the disk device 3 to the memory 23. Wait for
Read or write.

【0027】§2:キャッシュ管理モジュール(CF
E)がビジーの場合の説明 キャッシュ管理モジュール25が、活性保守作業のため
や、内部のテーブルの再構築などの別の処理でビジー
(使用中)状態になっていた場合のディスク制御装置2
の動作を説明する。
§2: Cache management module (CF
E) Description when Busy The disk control device 2 when the cache management module 25 is busy (in use) due to active maintenance work or another process such as rebuilding of internal tables
Will be described.

【0028】:チャネルアダプタ21は、上位装置1
のチャネルより、リードまたはライトの命令(I/O)
を受け付ける。 :チャネルアダプタ21は、受け付けた命令のトラッ
クがメモリ23上に存在するかキャッシュ管理モジュー
ル25に問い合わせる。
The channel adapter 21 is a host device 1.
Read or write instruction (I / O) from the channel
Accept. : The channel adapter 21 inquires of the cache management module 25 whether the track of the accepted instruction exists in the memory 23.

【0029】:キャッシュ管理モジュール25からの
応答はビジーであった。 :チャネルアダプタ21は、いまの命令はそのまま保
留(例えば資源管理モジュールに保留)にしたまま、命
令を出してきたチャネルとは切り離れる。
The response from the cache management module 25 was busy. : The channel adapter 21 keeps the current instruction as it is (for example, in the resource management module) and disconnects it from the channel that has issued the instruction.

【0030】:このため、そのチャネルアダプタ21
とのチャネルパスは空き、複数のチャネルからの命令を
受け付ける状態になる。 :キャッシュ管理モジュール25がビジーでなくなる
と、キャッシュ管理モジュール25は、資源管理モジュ
ール26にビジーでなくなったことを伝える。
For this reason, the channel adapter 21
The channel paths for and are empty and ready to accept commands from multiple channels. When the cache management module 25 is no longer busy, the cache management module 25 informs the resource management module 26 that it is no longer busy.

【0031】:資源管理モジュール26は、キャッシ
ュ管理モジュール25が空いたので先程保留した命令を
再び開始する。 このように、キャッシュ管理モジュール25の応答待ち
で処理を遅らせ、1つのチャネルと長時間結合すること
がなく、すぐに別の命令を受け付けることができる。
The resource management module 26 restarts the previously suspended instruction because the cache management module 25 is empty. In this way, the processing is delayed by waiting for the response of the cache management module 25, and it is possible to immediately receive another command without being combined with one channel for a long time.

【0032】§3:不揮発性のメモリ(NVS)が、以
前のライトで容量が一杯になっている場合の説明 ディスク制御装置2のライト動作の場合、まず、データ
を書く前にディスク装置3から1トラック若しくは2ト
ラック分のデータがメモリ23に展開される。そして、
実際のライト動作では、メモリ23上のデータを書き換
え、さらに、メモリ24にもデータを書く、その後、デ
ィスク装置3へのデータの書き込みは、メモリ24から
行われる。
§3: Description of the case where the capacity of the non-volatile memory (NVS) is full due to the previous write In the case of the write operation of the disk controller 2, first, before writing the data, the disk device 3 Data of one track or two tracks is expanded in the memory 23. And
In the actual write operation, the data in the memory 23 is rewritten, and further, the data is also written in the memory 24, and thereafter, the data writing to the disk device 3 is performed from the memory 24.

【0033】しかしライト動作が続く場合のように、メ
モリ24からディスク装置3へいつまでも書き戻しされ
ずにいると、メモリ24が一杯になってしまう「Ins
ufficient NVS」の状態となる。以下、こ
の状態となる場合のディスク制御装置2の動作を説明す
る。
However, as in the case where the write operation continues, if the memory 24 is not written back to the disk device 3 indefinitely, the memory 24 becomes full.
Confidential NVS ”. The operation of the disk controller 2 in this state will be described below.

【0034】:チャネルアダプタ21は、チャネルか
らライトコマンドを受け取る。 :チャネルアダプタ21は、キャッシュ管理モジュー
ル25にライトしたいトラックがメモリ23上に展開さ
れているかどうか聞く。
: The channel adapter 21 receives a write command from the channel. : The channel adapter 21 asks whether the track to be written in the cache management module 25 is loaded in the memory 23.

【0035】:キャッシュ管理モジュール25は、メ
モリ24が一杯だと判断し、チャネルアダプタ21に
「Insufficient NVS」と報告する。 :メモリ24が一杯だと報告を受けたチャネルアダプ
タ21は、ライト動作を一旦止め、チャネルと一旦切り
離れる。
The cache management module 25 judges that the memory 24 is full and reports "Insufficient NVS" to the channel adapter 21. : The channel adapter 21, which receives the report that the memory 24 is full, temporarily stops the write operation and temporarily disconnects from the channel.

【0036】:資源管理モジュール26は、ディスク
制御装置2をビジー状態にする。 :デバイスアダプタ22は、メモリ24上のデータを
ディスク装置3に書き戻す。
The resource management module 26 puts the disk controller 2 in a busy state. : The device adapter 22 writes the data in the memory 24 back to the disk device 3.

【0037】:キャッシュ管理モジュール25は、メ
モリ24が空いたのでメモリ24を開放する。 :資源管理モジュール26は、メモリ24が開放され
たのでディスク制御装置2のビジー状態を解く。
The cache management module 25 releases the memory 24 because the memory 24 is empty. : The resource management module 26 releases the busy state of the disk controller 2 because the memory 24 is released.

【0038】:チャネルアダプタ21は、再度チャネ
ルとつながりライト動作を開始する。 つまり、ディスク制御装置を一旦閉じることで速やかに
メモリ24上のデータが書き戻され、通常の動作に戻る
ことができる。従来のライトスルー等の複雑な動作を
し、システム全体のスループットを低下させるよりは、
この手法を使うことでシステム全体のスループットを向
上させることができる。
The channel adapter 21 connects to the channel again and starts the write operation. That is, once the disk control device is closed, the data in the memory 24 is promptly written back and the normal operation can be resumed. Rather than performing complicated operations such as conventional write-through and reducing the throughput of the entire system,
By using this method, the throughput of the entire system can be improved.

【0039】[0039]

【発明の効果】以上説明したように、本発明によれば次
のような効果がある。 :キャッシュ管理モジュール25がビジー状態の場
合、キャッシュ管理モジュール25からの応答をいつま
でも待つのではなく速やかに、今の動作を一時停止し、
上位装置1と切り離すようにするため、上位装置1から
は別の命令をディスク制御装置2に出すことが出来る。
従って、ディスク制御装置2は、キャッシュ管理モジュ
ール25を使用しない別の処理を受け付けることができ
る。
As described above, the present invention has the following effects. : When the cache management module 25 is in a busy state, the current operation is temporarily suspended instead of waiting for the response from the cache management module 25 forever,
In order to separate from the host device 1, another command can be issued from the host device 1 to the disk controller 2.
Therefore, the disk control device 2 can accept another process that does not use the cache management module 25.

【0040】:ライト動作が続き不揮発性のメモリ2
4に格納領域がない場合、ライト動作を一旦中止し、前
記不揮発性のメモリ24上のデータを速やかにディスク
装置3に書き戻すようにし、前記不揮発性のメモリ24
の格納領域にあきが出来た時点でライト動作を再開する
ため、すぐにデータをメモリ23とディスク装置3に書
くライトスルー等の複雑な動作を行うことなく、簡単な
制御しかしないのでシステム全体の処理性能を向上する
ことが出来る。
Non-volatile memory 2 in which write operation continues
4 has no storage area, the write operation is temporarily stopped so that the data in the non-volatile memory 24 is promptly written back to the disk device 3, and the non-volatile memory 24
Since the write operation is restarted when the storage area of the system is opened, the control of the entire system can be performed without performing complicated operation such as writing data to the memory 23 and the disk device 3 immediately and performing simple control. The processing performance can be improved.

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

【図1】本発明の原理説明図である。FIG. 1 is a diagram illustrating the principle of the present invention.

【図2】実施例の説明図である。FIG. 2 is an explanatory diagram of an example.

【図3】従来例の説明図である。FIG. 3 is an explanatory diagram of a conventional example.

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

1 上位装置 2a 外部記憶制御装置 3a 外部記憶装置 21 チャネルアダプタ 22 デバイスアダプタ 23 メモリ 24 不揮発性のメモリ 25a キャッシュ管理部 26a 資源管理部 1 Higher-level device 2a External storage control device 3a External storage device 21 Channel adapter 22 Device adapter 23 Memory 24 Non-volatile memory 25a Cache management unit 26a Resource management unit

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 上位装置との転送経路と、 外部記憶装置との転送経路を独立に持ち、 前記上位装置と前記外部記憶装置の転送はメモリを介し
て行い、 かつ、前記メモリのキャッシュ管理を行うキャッシュ管
理部を有する外部記憶制御装置において、 前記キャッシュ管理部がビジー状態の場合、今の動作を
保留し、前記上位装置と前記キャッシュ管理部との結合
状態を切り離すことを特徴とした外部記憶制御装置。
1. A transfer path with a higher-level device and a transfer path with an external storage device are independently provided, and transfer between the higher-level device and the external storage device is performed via a memory, and cache management of the memory is performed. In the external storage control device having a cache management unit for performing, when the cache management unit is in a busy state, the current operation is suspended, and the connection state between the host device and the cache management unit is separated. Control device.
【請求項2】 上位装置との転送経路と、 外部記憶装置との転送経路を独立に持ち、 前記上位装置と前記外部記憶装置の転送をメモリを介し
て行う外部記憶制御装置において、 ライト動作で、メモリと不揮発性のメモリにデータを書
く際に、 前記不揮発性のメモリに格納領域がない場合、前記ライ
ト動作を一旦中止し、前記不揮発性のメモリ上のデータ
を前記外部記憶装置に書き込むことを特徴とした外部記
憶制御装置。
2. An external storage control device that has a transfer path to a higher-level device and a transfer path to an external storage device independently, and transfers the higher-level device and the external storage device via a memory, by a write operation. When writing data to the memory and the non-volatile memory, if there is no storage area in the non-volatile memory, the write operation is temporarily stopped and the data in the non-volatile memory is written to the external storage device. An external storage controller characterized by.
JP02796495A 1995-02-16 1995-02-16 External storage controller Expired - Fee Related JP3594202B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP02796495A JP3594202B2 (en) 1995-02-16 1995-02-16 External storage controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP02796495A JP3594202B2 (en) 1995-02-16 1995-02-16 External storage controller

Publications (2)

Publication Number Publication Date
JPH08221211A true JPH08221211A (en) 1996-08-30
JP3594202B2 JP3594202B2 (en) 2004-11-24

Family

ID=12235584

Family Applications (1)

Application Number Title Priority Date Filing Date
JP02796495A Expired - Fee Related JP3594202B2 (en) 1995-02-16 1995-02-16 External storage controller

Country Status (1)

Country Link
JP (1) JP3594202B2 (en)

Also Published As

Publication number Publication date
JP3594202B2 (en) 2004-11-24

Similar Documents

Publication Publication Date Title
US7111134B2 (en) Subsystem and subsystem processing method
US6513102B2 (en) Internal copy for a storage controller
US5524203A (en) Disk cache data maintenance system
JPH0830398A (en) Optical disk system
JP3882461B2 (en) Storage device system and backup acquisition method thereof
JPS60179857A (en) Control system of cache device
JPH1153123A (en) Backup system
JPH08221211A (en) External storage controller
JP4076316B2 (en) Data writing system using non-volatile cache memory
JP2000148404A (en) Computer system
US6338054B1 (en) Channel interface re-connection controlling method and file controlling apparatus
JPS6331806B2 (en)
JPH0484215A (en) Data dual writing method for disk controller
JPS62269253A (en) Power failure processing system for semiconductor memory device
JP3940701B2 (en) Disk array device and cache matching control method applied to the same
JPS62169244A (en) System for writing data simultaneously on both systems of duplex memory
JPH0468430A (en) Magnetic disk system
JPH0619634A (en) Disk controller provided with duplex memory
JPH09161489A (en) Non-volatile memory device
JPS59135684A (en) Data bypass system between buffer memories
JPS61134859A (en) Backup controlling system of memory
JP2732951B2 (en) Data transfer control method
JPH0122656B2 (en)
JPH08221215A (en) External storage controller
JPH05282107A (en) External storage device

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20011211

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040423

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040726

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040827

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20080910

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20080910

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20090910

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20090910

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20100910

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20100910

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20110910

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees