JPH11184753A - Hierarchy storage system and method therefor - Google Patents

Hierarchy storage system and method therefor

Info

Publication number
JPH11184753A
JPH11184753A JP9349410A JP34941097A JPH11184753A JP H11184753 A JPH11184753 A JP H11184753A JP 9349410 A JP9349410 A JP 9349410A JP 34941097 A JP34941097 A JP 34941097A JP H11184753 A JPH11184753 A JP H11184753A
Authority
JP
Japan
Prior art keywords
storage
data
writing
write
cache
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
JP9349410A
Other languages
Japanese (ja)
Inventor
Atsushi Muramatsu
篤 村松
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP9349410A priority Critical patent/JPH11184753A/en
Publication of JPH11184753A publication Critical patent/JPH11184753A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a hierarchy storage system in which both high speed and high reliability can be established by using write back control and write through control by units. SOLUTION: At the time of receiving a write request from a host system, a host communication control part 11 judges whether a unit being the object of write uses a cache storage (cache memory 21, cache disk device 22), or not directly operates write to a magneto-optical disk stored in a magneto-optical disk autochanger 23 by referring to a unit management table 14, and communicates the judged result to a hierarchy storage controlling part 12. Then, when the cache storage is not used, the hierarchy storage controlling part 12 outputs a write instruction to directly transfer data to the magneto- optical disk autochanger 23 to a data flow controlling part 13. On the other hand, when the cache storage is used, the hierarchy storage controlling part 12 outputs a write instruction to transfer data to the cache storage device.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】この発明は、たとえば半導体
メモリ、磁気ディスク装置および光磁気ディスクオート
チェンジャなどを多段に組み合わせて高速かつ大容量の
記憶装置を構築するための階層記憶システムおよび同シ
ステムに適用される階層記憶制御方法に係り、特に予め
設定されたユニット単位にライトバック制御とライトス
ルー制御とを使い分けることによって高速性および高信
頼性を両立させる階層記憶システムおよび階層記憶制御
方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention is applied to a hierarchical storage system for constructing a high-speed and large-capacity storage device by combining, for example, a semiconductor memory, a magnetic disk device, and a magneto-optical disk autochanger in multiple stages. More particularly, the present invention relates to a hierarchical storage system and a hierarchical storage control method that achieve both high speed and high reliability by selectively using write-back control and write-through control for each unit set in advance.

【0002】[0002]

【従来の技術】近年、コンピュータの普及は目覚まし
く、また、コンピュータで処理されるデータの量も増加
の一途を辿っている。このような状況から、高速かつ大
容量の記憶装置の開発が強く望まれ、その中の一つとし
て階層記憶制御のストレージシステムが誕生した。この
階層記憶制御のストレージシステムについて図8および
図9を参照して説明する。図8は、システムの構成例を
示す図であり、図9は、階層間のデータ制御フローを示
す図である。
2. Description of the Related Art In recent years, the spread of computers has been remarkable, and the amount of data processed by computers has continued to increase. Under such circumstances, development of a high-speed and large-capacity storage device has been strongly desired, and a storage system of hierarchical storage control has been born as one of them. The storage system of the hierarchical storage control will be described with reference to FIGS. FIG. 8 is a diagram showing a configuration example of the system, and FIG. 9 is a diagram showing a data control flow between layers.

【0003】図8に示した階層記憶システム90は、キ
ャッシュメモリ92とキャッシュディスク装置93とが
多段に組み合って構成されるキャッシュ記憶91と、デ
ィスクドライブ95と複数枚の光磁気ディスク97を収
納するスロット96とを備えた光磁気ディスクオートチ
ェンジャ94とからなり、アクセス頻度の高いデータを
キャッシュ記憶91側に配置し、一方、アクセス頻度の
低いデータを光磁気ディスクオートチャンジャ94側に
配置することによって、高速かつ大容量の記憶装置を実
現している。
The hierarchical storage system 90 shown in FIG. 8 stores a cache storage 91 composed of a cache memory 92 and a cache disk device 93 combined in multiple stages, a disk drive 95, and a plurality of magneto-optical disks 97. A magneto-optical disk autochanger 94 having a slot 96 is provided, and the frequently accessed data is arranged on the cache memory 91 side, while the infrequently accessed data is arranged on the magneto-optical disk autochanger 94 side. A high-speed and large-capacity storage device is realized.

【0004】この階層記憶システム90では、図9に示
すように、各デバイス間のデータ転送単位がライン単位
で行なわれる。そして、ステージイン(下位デバイスか
ら上位デバイスへの転送)は、ホストシステムからの要
求時に実行され、ステージアウト(上位デバイスから下
位デバイスへの転送)は、各デバイスでダーティー比率
が大きくなったときにバックグラウンドで実行される。
In the hierarchical storage system 90, as shown in FIG. 9, data transfer between devices is performed in line units. Stage-in (transfer from the lower device to the upper device) is executed when requested by the host system, and stage-out (transfer from the upper device to the lower device) is executed when the dirty ratio of each device increases. Runs in the background.

【0005】ここで、ダーティデータとは、光磁気ディ
スク97上に反映されていないキャッシュ記憶91上の
データを示す。これに対して、クリーンデータとは、光
磁気ディスク97上と同じ値をもつキャッシュ記憶91
上のデータを示す。
Here, the dirty data indicates data on the cache memory 91 which is not reflected on the magneto-optical disk 97. On the other hand, the clean data is a cache memory 91 having the same value as that on the magneto-optical disk 97.
The above data is shown.

【0006】各デバイスにおいてステージアウトさせる
ラインの選択方法としては、種々の方法が存在するが、
一般的にはセグメントLRU(Least Recen
tly Used)アルゴリズム(SLRU)が適用さ
れる。そして、このSLRUでは、特定のキャッシュラ
インに2回以上のアクセスがあった場合のみキャッシュ
記憶91に残すことで、一過性のデータアクセスによっ
てキャッシュ記憶91が満杯になることを防いでいる。
There are various methods for selecting a line to be staged out in each device.
Generally, the segment LRU (Last Recen)
ly Used) algorithm (SLRU) is applied. In this SLRU, the cache memory 91 is prevented from becoming full due to transient data access by leaving the cache memory 91 only when a specific cache line is accessed two or more times.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、前述し
た従来の階層記憶制御手法においては、 (1)ホストシステムが電断した場合、揮発性のキャッ
シュメモリに保持されているダーティデータが消失す
る。 (2)キャッシュディスク装置が故障した場合、ディス
クに保持されているダーティデータが消失する。 (3)キャッシュ記憶の有効/無効のコントロールを少
なくとも一つ以上の光磁気ディスクの集まりで定義され
るユニット単位に指定できない。 (4)データの転送がキャッシュラインというあるデー
タの固まりで制御されており、ユーザが直接データのス
テージイン/ステージアウトの制御を行なうことができ
ないため、ユーザが意識できるデータの固まりであるフ
ァイル単位でのデータ転送ができずに階層記憶の効果が
発揮できない場合がある。 などの問題点があった。
However, in the above-described conventional hierarchical storage control method, (1) when the host system is turned off, the dirty data stored in the volatile cache memory is lost. (2) When the cache disk device fails, the dirty data stored on the disk is lost. (3) The control of the validity / invalidity of the cache storage cannot be designated for each unit defined by a group of at least one or more magneto-optical disks. (4) The data transfer is controlled by a certain data block called a cache line, and the user cannot directly control the stage-in / stage-out of the data. There is a case where the effect of hierarchical storage cannot be exerted because data cannot be transferred at the same time. There were problems such as.

【0008】この発明はこのような実情に鑑みてなされ
たものであり、予め設定されたユニット単位にライトバ
ック制御とライトスルー制御とを使い分けることによっ
て高速性および高信頼性を両立させる階層記憶システム
および階層記憶制御方法を提供することを目的とする。
The present invention has been made in view of such circumstances, and a hierarchical storage system that achieves both high speed and high reliability by selectively using write-back control and write-through control for each unit set in advance. And a hierarchical storage control method.

【0009】[0009]

【課題を解決するための手段】この発明は、前述した目
的を達成するために、ライトバックまたはライトスルー
のいずれによってデータの書き込みを制御すべきかをユ
ニット単位に管理することにより、たとえば高速性を要
求される業務のデータについてはライトバック制御を行
ない、一方、高信頼性を要求される業務のデータについ
てはライトスルー制御を行なうといったように、ユニッ
ト単位でライトバック制御とライトスルー制御とを使い
分けられるようにしたものである。
SUMMARY OF THE INVENTION In order to achieve the above-mentioned object, the present invention manages whether data writing should be controlled by write-back or write-through on a unit basis, and thereby, for example, increases the speed. Write-back control is performed for required business data, while write-through control is performed for business data that requires high reliability. It is intended to be.

【0010】すなわち、この発明によれば、高速性およ
び高信頼性を両立させる階層記憶システムを実現するこ
とが可能となる。なお、この発明は、ライトバック制御
を行なうときに書き込みを実行すべきキャッシュ記憶内
の階層数をさらに管理することが好ましい。これによ
り、キャッシュ記憶の構成に応じて、その階層記憶制御
を利用者自らがきめ細かく設定するといったことができ
るようになる。
That is, according to the present invention, it is possible to realize a hierarchical storage system that achieves both high speed and high reliability. In the present invention, it is preferable to further manage the number of hierarchies in the cache storage to which writing is to be performed when performing write-back control. This allows the user to set the hierarchical storage control finely according to the configuration of the cache storage.

【0011】また、この発明は、上位システムから予約
指示されたファイルに対応するデータがキャッシュ記憶
に保持されているか否かを判定し、キャッシュ記憶に保
持されていないときには記憶装置からキャッシュ記憶に
そのデータを取り込むとともに、その予約指示されたフ
ァイルに対応するデータがキャッシュ記憶外に退避され
ないように制御するようにしたものである。
Further, the present invention determines whether or not data corresponding to a file for which a reservation has been instructed by a host system is held in a cache storage, and when the data is not held in the cache storage, the data is transferred from the storage device to the cache storage. In addition to taking in data, control is performed so that data corresponding to the file designated for reservation is not saved outside the cache memory.

【0012】これにより、通常の階層記憶制御とは別
に、ユーザの要求に応じて所望のデータ(ユーザが意識
できるデータの固まりであるファイル単位のデータ)を
キャッシュ記憶に常駐させることができるようになり、
アクセスの高速化を臨機応変に図ることが可能となる。
Thus, in addition to ordinary hierarchical storage control, desired data (data in a file unit, which is a set of data that can be recognized by the user) can be made resident in the cache storage in response to a user request. Become
Access can be speeded up flexibly.

【0013】[0013]

【発明の実施の形態】以下、図面を参照してこの発明の
実施の形態について説明する。 (第1実施形態)まず、この発明の第1実施形態を説明
する。図1は、この発明の第1実施形態に係る階層記憶
システムの構成を示す図である。
Embodiments of the present invention will be described below with reference to the drawings. (First Embodiment) First, a first embodiment of the present invention will be described. FIG. 1 is a diagram showing a configuration of a hierarchical storage system according to the first embodiment of the present invention.

【0014】図1に示すように、この第1実施形態の階
層記憶システム10は、上位システム上で動作する(こ
の階層記憶システム10を駆動制御するための)ドライ
バソフトウェアと制御コマンドおよびデータのやり取り
を行なう。この階層記憶システム10は、ホスト通信制
御部11、階層記憶制御部12およびデータフロー制御
部13の各処理部を備えており、キャッシュメモリ2
1、キャッシュディスク装置22および光磁気ディスク
オートチェンジャ23を対象とした高速かつ大容量の階
層記憶制御を実行する。また、この階層記憶システム1
0は、図2に示すフォーマットをもつユニット管理テー
ブル14を備えている。
As shown in FIG. 1, the hierarchical storage system 10 according to the first embodiment exchanges driver software, which operates on an upper system (for driving and controlling the hierarchical storage system 10), control commands and data. Perform The hierarchical storage system 10 includes a host communication control unit 11, a hierarchical storage control unit 12, and a data flow control unit 13.
1. High-speed and large-capacity hierarchical storage control for the cache disk device 22 and the magneto-optical disk autochanger 23 is executed. Also, this hierarchical storage system 1
0 has a unit management table 14 having the format shown in FIG.

【0015】この階層記憶システム10は、光磁気ディ
スクオートチェンジャ23に格納されている光磁気ディ
スクが、中間層のキャッシュ記憶(キャッシュメモリ2
1およびキャッシュディスク装置22)を使用しないラ
イトスルー制御を行なう対象なのか、またはキャッシュ
記憶を使用するライトバック制御を行なう対象なのかを
示すフラグを、ユニット単位に予めユニット管理テーブ
ル14のライトキャッシュフラグフィールドに格納して
おく(00:キャッシュメモリ21までのライトキャッ
シュを有効、01:キャッシュディスク装置22までの
ライトキャッシュを有効、10:光磁気ディスクまで直
接ライト)。なお、ユニットとは、少なくとも一つ以上
の光磁気ディスクの集まりで定義されるものである。そ
して、このユニット管理テーブル14で管理されるライ
トキャッシュフラグの値は、ユニットを定義するときに
利用者により設定されるものである。
In the hierarchical storage system 10, the magneto-optical disk stored in the magneto-optical disk autochanger 23 is a cache storage (cache memory 2) of an intermediate layer.
1 and a flag indicating whether write-through control without using the cache disk device 22) or write-back control using cache storage is to be performed, in advance for each unit, a write cache flag in the unit management table 14. Stored in the field (00: write cache up to cache memory 21 is valid, 01: write cache up to cache disk device 22 is valid, 10: direct write to magneto-optical disk). Note that a unit is defined as a group of at least one or more magneto-optical disks. The value of the write cache flag managed in the unit management table 14 is set by the user when defining a unit.

【0016】上位システムから階層記憶システム10に
対するデータのライト要求が発生すると、ドライバソフ
トウェアから階層記憶システム10に対してライト要求
が発行されるが、このライト要求は、ホスト通信制御部
11により受信され、ホスト通信制御部11は、この受
信したライト対象のユニット(光磁気ディスク)がキャ
ッシュ記憶を使用するものか、または光磁気ディスクま
で直接ライトするものかをユニット管理テーブル14を
参照して判定する。
When a higher-level system issues a data write request to the hierarchical storage system 10, a write request is issued from the driver software to the hierarchical storage system 10. The write request is received by the host communication controller 11. The host communication control unit 11 refers to the unit management table 14 to determine whether the received write target unit (magneto-optical disk) uses cache storage or writes directly to the magneto-optical disk. .

【0017】この判定結果は、階層記憶制御部12に通
知され、階層記憶制御部12は、その通知された判定結
果に基づいたライト指示をデータフロー制御部13に対
して出力する。一方、データフロー制御部13は、階層
記憶制御部12の指示にしたがい、たとえば、キャッシ
ュ記憶を使用しない場合は、光磁気ディスクオートチェ
ンジャ23へ直接データを転送した後、ライト処理の終
了通知をホスト通信制御部11へ返すといった書き込み
処理を実行する。逆に、キャッシュ記憶を使用する場合
には、階層記憶制御部12からの指示に含まれる階層ま
でのデータ転送(キャッシュメモリ21まで、またはキ
ャッシュディスク装置まで)を実行した後、ライト処理
の終了通知をホスト通信制御部11へ返却する。
The determination result is notified to the hierarchical storage control unit 12, and the hierarchical storage control unit 12 outputs a write instruction based on the notified determination result to the data flow control unit 13. On the other hand, the data flow control unit 13 transfers the data directly to the magneto-optical disk autochanger 23 according to the instruction of the hierarchical storage control unit 12, for example, when the cache storage is not used, and then notifies the host communication of the end of the write processing. Write processing such as returning to the control unit 11 is performed. Conversely, when using cache storage, after performing data transfer (up to the cache memory 21 or up to the cache disk device) up to the tier included in the instruction from the tier storage control unit 12, a write process end notification is made. Is returned to the host communication control unit 11.

【0018】なお、この階層記憶システム10では、リ
ードキャッシュを有効とするため、データフロー制御部
13が、ライト処理終了後にバックグラウンドでキャッ
シュディスク装置22へのデータの書き込みを行なう。
In the hierarchical storage system 10, the data flow control unit 13 writes data to the cache disk device 22 in the background after the end of the write process in order to make the read cache valid.

【0019】図3は、この第1実施形態の階層記憶シス
テム10の動作手順を示すフローチャートである。上位
システムからのライト要求を受信すると(ステップA
1)、ホスト通信制御部11は、この受信したライト対
象のユニットがキャッシュ記憶を使用するものか、また
は光磁気ディスクまで直接ライトするものかをユニット
管理テーブル14を参照して判定し、その判定結果を階
層記憶制御部12に通知する(ステップA2)。
FIG. 3 is a flowchart showing an operation procedure of the hierarchical storage system 10 according to the first embodiment. When a write request is received from the host system (step A
1) The host communication control section 11 refers to the unit management table 14 to determine whether the received write target unit uses the cache storage or writes directly to the magneto-optical disk, and determines the determination. The result is notified to the hierarchical storage control unit 12 (step A2).

【0020】キャッシュ記憶を使用しない場合(ステッ
プA3のYES)、階層記憶制御部12は、データフロ
ー制御部13に対して光磁気ディスクオートチェンジャ
23へ直接データを転送する旨のライト指示を出力する
(ステップA4)。一方、キャッシュ記憶を使用する場
合(ステップA3のNO)、階層記憶制御部12は、デ
ータフロー制御部14に対してキャッシュ記憶へデータ
を転送(いずれかの階層までの転送)する旨のライト指
示を出力する(ステップA5)。
When cache storage is not used (YES in step A3), the hierarchical storage control unit 12 outputs a write instruction to the data flow control unit 13 to directly transfer data to the magneto-optical disk autochanger 23 (step A3). Step A4). On the other hand, when the cache storage is used (NO in step A3), the hierarchical storage control unit 12 issues a write instruction to the data flow control unit 14 to transfer the data to the cache storage (transfer to any hierarchical level) Is output (step A5).

【0021】このように、この第1実施形態の階層記憶
システム10によれば、ユニット単位にライトバック制
御とライトスルー制御とを使い分けることができるた
め、高速性および高信頼性を両立させることが可能とな
る。
As described above, according to the hierarchical storage system 10 of the first embodiment, the write-back control and the write-through control can be selectively used for each unit, so that both high speed and high reliability can be achieved. It becomes possible.

【0022】(第2実施形態)次に、この発明の第2実
施形態を説明する。図4は、この発明の第2実施形態に
係る階層記憶システムの構成を示す図である。
(Second Embodiment) Next, a second embodiment of the present invention will be described. FIG. 4 is a diagram showing a configuration of a hierarchical storage system according to the second embodiment of the present invention.

【0023】階層記憶システム10では、通常、内部で
のデータ転送を特定のブロック単位で行なう。そして、
この階層記憶システム10におけるデータ転送単位は、
キャッシュラインと呼ばれる。
In the hierarchical storage system 10, internal data transfer is usually performed in a specific block unit. And
The data transfer unit in the hierarchical storage system 10 is:
Called cache line.

【0024】この第2実施形態の階層記憶システム10
は、前述した第1実施形態の階層記憶システム10の構
成に加えて、上位システムからのライトデータおよびリ
ードデータをキャッシュラインに変換する論理物理変換
部15を備えている。この論理物理変換部15は、変換
後のキャッシュラインのどのグループが特定のユーザデ
ータ(たとえばファイル名)を構成するかを示す情報
(ファイル指定情報)を管理するための図5に示すフォ
ーマットをもつ論理物理変換テーブル16を有してい
る。また、この第2実施形態の階層記憶システム10
は、キャッシュラインを制御するための図6に示すフォ
ーマットをもつキャッシュ管理テーブル17を備えてい
る。
The hierarchical storage system 10 according to the second embodiment
Has a logical-physical conversion unit 15 that converts write data and read data from the host system into cache lines, in addition to the configuration of the hierarchical storage system 10 of the first embodiment described above. The logical-physical conversion unit 15 has a format shown in FIG. 5 for managing information (file designation information) indicating which group of the converted cache line constitutes specific user data (for example, a file name). It has a logical-physical conversion table 16. In addition, the hierarchical storage system 10 of the second embodiment
Has a cache management table 17 having a format shown in FIG. 6 for controlling a cache line.

【0025】このキャッシュ管理テーブル17には、キ
ャッシュラインがどこのステージ(キャッシュメモリ2
1またはキャッシュディスク装置22の階層)に格納さ
れているかを管理するステージフィールド(00:キャ
ッシュメモリ21、01:キャッシュディスク装置2
2)と、ラインのグループ情報を管理するチェイン情報
フィールドとが設けられている。
In this cache management table 17, the stage (cache memory 2)
1 or a stage field (00: cache memory 21, 01: cache disk device 2) for managing whether or not it is stored in the hierarchy of cache disk device 22.
2) and a chain information field for managing line group information.

【0026】上位システムから階層記憶システム10に
対するファイルの予約要求が発生すると、ドライバソフ
トウェアから階層記憶システム10に対してファイル予
約要求が発行されるが、このファイル予約要求は、ホス
ト通信制御部11により受信され、ホスト通信制御部1
1は、このファイル予約要求を論理物理変換部15に引
き渡す。一方、論理物理変換部15は、要求されたファ
イルに対応するラインが、キャッシュ記憶内にあるかど
うかを論理物理変換テーブル16を参照して判定する。
When a higher-level system issues a file reservation request to the hierarchical storage system 10, the driver software issues a file reservation request to the hierarchical storage system 10. This file reservation request is sent to the host communication controller 11. Received and host communication control unit 1
1 transfers the file reservation request to the logical-physical conversion unit 15. On the other hand, the logical-physical conversion unit 15 determines whether the line corresponding to the requested file exists in the cache storage with reference to the logical-physical conversion table 16.

【0027】判定の結果、該当ラインがキャッシュ記憶
(キャッシュメモリ21またはキャッシュディスク装置
22)に存在する場合、論理物理変換部15は、そのラ
インがステージアウトの対象にならないように階層記憶
制御部12に通知する。そして、この通知を受けた階層
記憶制御部12は、キャッシュ管理テーブル17内の該
当ラインをロックさせる。これにより、該当ラインはキ
ャッシュ記憶に常駐することになる。
As a result of the determination, if the line is present in the cache storage (the cache memory 21 or the cache disk device 22), the logical-physical conversion unit 15 sets the hierarchical storage control unit 12 so that the line is not subjected to the stage-out. Notify. Then, the hierarchical storage control unit 12 receiving this notification locks the corresponding line in the cache management table 17. This causes the line to be resident in the cache storage.

【0028】一方、該当ラインがキャッシュ記憶にない
場合、論理物理変換部15は、階層記憶制御部12に対
して、最下位層の光磁気ディスクオートチェンジャ23
からデータをキャッシュ記憶にロードするように通知す
る。そして、この通知を受けた階層記憶制御部12は、
データフロー制御部13にコピー指示を出す。データフ
ロー制御部13は、この階層記憶制御部12の指示にし
たがい、光磁気オートチェンジャ23から該当のデータ
を上位のキャッシュ記憶(キャッシュメモリ21または
キャッシュディスク装置22)に転送し、終了通知を階
層記憶制御部12に返却する。そして、この終了通知を
受けた階層記憶制御部12は、前述と同様にキャッシュ
管理テーブル17内の該当ラインをロックさせることに
よって該当ラインをキャッシュ記憶に常駐させる。
On the other hand, if the relevant line is not in the cache storage, the logical-physical conversion unit 15 instructs the hierarchical storage control unit 12 to execute the lowest-layer magneto-optical disk autochanger 23.
To load data into cache storage. Then, the hierarchical storage control unit 12 having received this notification,
A copy instruction is issued to the data flow control unit 13. The data flow control unit 13 transfers the relevant data from the magneto-optical autochanger 23 to the higher-level cache storage (the cache memory 21 or the cache disk device 22) in accordance with the instruction of the hierarchical storage control unit 12, and sends the end notification to the hierarchical storage. Return to control unit 12. Then, the hierarchical storage control unit 12 that has received the end notification locks the relevant line in the cache management table 17 in the same manner as described above, and makes the relevant line resident in the cache storage.

【0029】その後、階層記憶制御部12は、論理物理
変換部12に処理完了を通知し、論理物理変換部12は
論理物理変換テーブル16の書き換えを行なう。図7
は、この第1実施形態の階層記憶システム10の動作手
順を示すフローチャートである。
Thereafter, the hierarchical storage controller 12 notifies the logical-physical converter 12 of the completion of the processing, and the logical-physical converter 12 rewrites the logical-physical conversion table 16. FIG.
4 is a flowchart showing an operation procedure of the hierarchical storage system 10 according to the first embodiment.

【0030】上位システムからのファイル予約要求を受
信すると(ステップB1)、ホスト通信制御部11は、
このファイル予約要求を論理物理変換部15に引き渡
し、論理物理変換部15は、要求されたファイルに対応
するラインがキャッシュ記憶内にあるかどうかを論理物
理変換テーブル16を参照して判定する(ステップB
2)。
Upon receiving a file reservation request from the host system (step B1), the host communication control unit 11
This file reservation request is passed to the logical-physical conversion unit 15, and the logical-physical conversion unit 15 determines whether or not the line corresponding to the requested file is in the cache storage with reference to the logical-physical conversion table 16 (step B
2).

【0031】該当ラインがキャッシュ記憶に存在する場
合(ステップB3のYES)、論理物理変換部15は、
そのラインがステージアウトの対象にならないように階
層記憶制御部12に通知する。そして、この通知を受け
た階層記憶制御部12は、キャッシュ管理テーブル17
内の該当ラインをロックさせることによって該当ライン
をキャッシュ記憶に常駐させる(ステップB5)。
If the relevant line exists in the cache storage (YES in step B3), the logical-physical conversion unit 15
The hierarchical storage control unit 12 is notified so that the line is not targeted for stage out. Then, the hierarchical storage control unit 12 that has received the notification sends the cache management table 17
The corresponding line is locked in the cache memory by locking the corresponding line in (step B5).

【0032】一方、該当ラインがキャッシュ記憶にない
場合(ステップB3のNO)、論理物理変換部15は、
階層記憶制御部12に対して、最下位層の光磁気ディス
クオートチェンジャ23からデータをキャッシュ記憶に
ロードするように通知する。そして、この通知を受けた
階層記憶制御部12は、データフロー制御部13にコピ
ー指示を出す。データフロー制御部13は、この階層記
憶制御部12の指示にしたがい、光磁気オートチェンジ
ャ23から該当のデータを上位のキャッシュ記憶に転送
する(ステップB4)。その後、階層記憶制御部12
は、キャッシュ管理テーブル17内の該当ラインをロッ
クさせることによって該当ラインをキャッシュ記憶に常
駐させる(ステップB5)。
On the other hand, if the corresponding line is not in the cache storage (NO in step B3), the logical-physical conversion unit 15
It notifies the hierarchical storage controller 12 to load data from the magneto-optical disk autochanger 23 of the lowest layer into the cache storage. Then, the hierarchical storage control unit 12 receiving this notification issues a copy instruction to the data flow control unit 13. In accordance with the instruction from the hierarchical storage control unit 12, the data flow control unit 13 transfers the corresponding data from the magneto-optical autochanger 23 to the upper cache storage (step B4). After that, the hierarchical storage control unit 12
Locks the relevant line in the cache management table 17 to make the relevant line resident in the cache memory (step B5).

【0033】このように、この第2実施形態の階層記憶
システム10によれば、たとえば時間指定などにより、
予め上位システムから予約される(ファイル単位の)デ
ータを通常の階層記憶制御の対象から外すことにより、
ユーザ指定によるキャッシュ管理を可能とする。
Thus, according to the hierarchical storage system 10 of the second embodiment, for example,
By excluding data (file units) reserved in advance from the higher-level system from the target of normal hierarchical storage control,
Enables cache management by user specification.

【0034】なお、この発明の手法は、ソフトウェアと
しての実現が可能であるため、コンピュータによって実
行させることのできるプログラムとして、フロッピィデ
ィスク、光ディスクおよび半導体メモリなどのコンピュ
ータ読み取り可能な記録媒体に格納して頒布することが
可能である。そして、この記録媒体の内容を読み取った
コンピュータは、その読み取ったプログラムを実行制御
することにより、前述した処理の実行を実現する。
Since the method of the present invention can be realized as software, it is stored in a computer-readable recording medium such as a floppy disk, an optical disk, or a semiconductor memory as a program that can be executed by a computer. It can be distributed. Then, the computer that has read the contents of the recording medium controls the execution of the read program to realize the above-described processing.

【0035】[0035]

【発明の効果】以上詳述したように、この発明によれ
ば、ライトバックまたはライトスルーのいずれによって
データの書き込みを制御すべきかをユニット単位に管理
することにより、たとえば高速性を要求される業務のデ
ータについてはライトバック制御を行ない、一方、高信
頼性を要求される業務のデータについてはライトスルー
制御を行なうといったように、高速性および高信頼性を
両立させる階層記憶システムを実現することが可能とな
る。
As described above in detail, according to the present invention, whether data writing should be controlled by write-back or write-through is managed in units of a unit, so that, for example, a business requiring high speed is required. It is possible to implement a hierarchical storage system that achieves both high speed and high reliability, such as performing write-back control for data of the same type and performing write-through control for business data that requires high reliability. It becomes possible.

【0036】また、ライトバック制御を行なうときに書
き込みを実行すべきキャッシュ記憶内の階層数をさらに
管理することにより、キャッシュ記憶の構成に応じた階
層記憶制御を利用者自らがきめ細かく設定するといった
ことが可能となる。
Further, by further managing the number of hierarchies in the cache memory to which writing is to be performed when performing the write-back control, the user can finely set the hierarchical memory control according to the configuration of the cache memory. Becomes possible.

【0037】さらに、上位システムから予約指示された
ファイルに対応するデータをキャッシュ記憶に取り込
み、かつそのデータがキャッシュ記憶外に退避されない
ように制御することにより、通常の階層記憶制御とは別
に、ユーザの要求に応じて所望のデータに関するアクセ
スの高速化を臨機応変に図ることが可能となる。
Further, by controlling the data corresponding to the file for which the reservation has been instructed by the host system into the cache storage, and controlling the data not to be saved out of the cache storage, the user is provided separately from the normal hierarchical storage control. It is possible to flexibly increase the speed of access to desired data in response to the request.

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

【図1】この発明の第1実施形態に係る階層記憶システ
ムの構成を示す図。
FIG. 1 is a diagram showing a configuration of a hierarchical storage system according to a first embodiment of the present invention.

【図2】同第1実施形態のユニット管理テーブルのフォ
ーマットを示す図。
FIG. 2 is a diagram showing a format of a unit management table according to the first embodiment.

【図3】同第1実施形態の階層記憶システムの動作手順
を示すフローチャート。
FIG. 3 is an exemplary flowchart showing the operation procedure of the hierarchical storage system according to the first embodiment;

【図4】この発明の第2実施形態に係る階層記憶システ
ムの構成を示す図。
FIG. 4 is a diagram showing a configuration of a hierarchical storage system according to a second embodiment of the present invention.

【図5】同第2実施形態の論理物理変換テーブルのフォ
ーマットを示す図。
FIG. 5 is a view showing a format of a logical-physical conversion table according to the second embodiment;

【図6】同第2実施形態のキャッシュ管理テーブルのフ
ォーマットを示す図。
FIG. 6 is a view showing a format of a cache management table according to the second embodiment;

【図7】同第2実施形態の階層記憶システムの動作手順
を示すフローチャート。
FIG. 7 is an exemplary flowchart showing the operation procedure of the hierarchical storage system according to the second embodiment;

【図8】階層記憶制御のストレージシステムの構成例を
示す図。
FIG. 8 is a diagram showing a configuration example of a storage system of tiered storage control.

【図9】階層記憶制御のストレージシステムでの階層間
のデータ制御フローを示す図。
FIG. 9 is a diagram showing a data control flow between tiers in a tiered storage control storage system.

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

10…階層記憶システム、11…ホスト通信制御部、1
2…階層記憶制御部、13…データフロー制御部、14
…ユニット管理テーブル、15…論理物理変換部、16
…論理物理変換テーブル、17…キャッシュライン管理
テーブル、21…キャッシュメモリ、22…キャッシュ
ディスク装置、23…光磁気ディスクオートチェンジ
ャ。
10: hierarchical storage system, 11: host communication control unit, 1
2 hierarchical storage control unit 13 data flow control unit 14
... Unit management table, 15 ... Logical physical conversion unit, 16
... Logical-physical conversion table, 17 cache line management table, 21 cache memory, 22 cache disk device, 23 magneto-optical disk autochanger.

フロントページの続き (51)Int.Cl.6 識別記号 FI G06F 12/12 G06F 12/12 D Continued on the front page (51) Int.Cl. 6 Identification code FI G06F 12/12 G06F 12/12 D

Claims (12)

【特許請求の範囲】[Claims] 【請求項1】 複数枚の光磁気ディスクが収納される光
磁気ディスクオートチェンジャの上段に前記光磁気ディ
スクオートチェンジャよりもアクセス速度の高いキャッ
シュ記憶が設けられる階層記憶システムにおいて、 前記キャッシュ記憶のみに書き込みを実行するライトバ
ックおよび前記光磁気ディスクにその都度書き込みを実
行するライトスルーのいずれによって要求されたデータ
の書き込みを制御すべきかを示す書き込み制御データを
少なくとも一枚以上の光磁気ディスクの集まりで定義さ
れるユニット単位に格納するユニット管理テーブルと、 前記ユニット管理テーブルに基づいてデータの書き込み
を制御する書き込み制御手段とを具備することを特徴と
する階層記憶システム。
1. A hierarchical storage system in which a cache memory having an access speed higher than that of the magneto-optical disk autochanger is provided at an upper stage of the magneto-optical disk autochanger accommodating a plurality of magneto-optical disks, wherein writing is performed only to the cache memory. Write control data indicating whether to control the writing of data requested by write-back to be executed or write-through to execute writing to the magneto-optical disk each time is defined by a group of at least one or more magneto-optical disks. A hierarchical storage system comprising: a unit management table for storing data in units of a unit; and write control means for controlling data writing based on the unit management table.
【請求項2】 前記キャッシュ記憶は、互いにアクセス
速度の異なる複数種の記憶装置が多段に組み合って構成
され、 前記ユニット管理テーブルは、ライトバックによって前
記データの書き込みを制御する際にその書き込みを実行
すべきキャッシュ記憶内の階層数をさらに格納すること
を特徴とする請求項1記載の階層記憶システム。
2. The cache memory includes a plurality of types of storage devices having different access speeds combined with each other in multiple stages. The unit management table executes the writing when controlling the writing of the data by write-back. 2. The hierarchical storage system according to claim 1, further comprising the number of layers in the cache storage to be stored.
【請求項3】 前記キャッシュ記憶に保持されたデータ
とこの階層記憶システムにアクセスする上位システムが
認識するファイルとの対応づけを格納する論理物理変換
テーブルと、 前記上位システムから予約指示されたファイルに対応す
るデータが前記キャッシュ記憶に保持されているか否か
を前記論理物理変換テーブルにより知得し、前記キャッ
シュ記憶に保持されていないときに前記光磁気ディスク
から前記キャッシュ記憶にそのデータを取り込むデータ
取り込み手段と、 前記キャッシュ記憶に保持された前記予約指示されたフ
ァイルに対応するデータが前記キャッシュ記憶外に退避
されないように制御する階層記憶制御手段とをさらに具
備することを特徴とする請求項1または2記載の階層記
憶システム。
3. A logical-physical conversion table for storing correspondence between data held in the cache storage and files recognized by a higher-level system accessing the hierarchical storage system; A data fetching unit that learns from the logical-physical conversion table whether or not corresponding data is held in the cache storage, and loads the data from the magneto-optical disk into the cache storage when the data is not held in the cache storage. 2. The storage device according to claim 1, further comprising: a hierarchical storage control unit configured to control data corresponding to the reserved file held in the cache storage not to be saved outside the cache storage. 2. The hierarchical storage system according to item 2.
【請求項4】 低速かつ大容量の記憶装置の上段にその
記憶装置よりも高速かつ小容量のキャッシュ記憶が設け
られる階層記憶システムにおいて、 前記キャッシュ記憶のみに書き込みを実行するライトバ
ックおよび前記記憶装置にその都度書き込みを実行する
ライトスルーのいずれによって要求されたデータの書き
込みを制御すべきかを示す書き込み制御データを前記記
憶装置内で予め設定されるユニット単位に格納するユニ
ット管理テーブルと、 前記ユニット管理テーブルに基づいてデータの書き込み
を制御する書き込み制御手段とを具備することを特徴と
する階層記憶システム。
4. In a hierarchical storage system in which a low-speed and large-capacity storage device is provided with a higher-speed and smaller-capacity cache storage than the storage device, a write-back that executes writing only to the cache storage and the storage device A unit management table for storing write control data indicating in which unit the write of requested data is to be controlled by a write-through that executes writing each time in a unit unit preset in the storage device; A write control means for controlling data writing based on the table.
【請求項5】 前記キャッシュ記憶は、互いにアクセス
速度の異なる複数種の記憶装置が多段に組み合って構成
され、 前記ユニット管理テーブルは、ライトバックによって前
記データの書き込みを制御する際にその書き込みを実行
すべきキャッシュ記憶内の階層数をさらに格納すること
を特徴とする請求項4記載の階層記憶システム。
5. The cache storage is configured by combining a plurality of types of storage devices having different access speeds in multiple stages, and the unit management table executes the writing when controlling the writing of the data by write-back. 5. The hierarchical storage system according to claim 4, further comprising the number of layers in the cache storage to be stored.
【請求項6】 前記キャッシュ記憶に保持されたデータ
とこの階層記憶システムにアクセスする上位システムが
認識するファイルとの対応づけを格納する論理物理変換
テーブルと、 前記上位システムから予約指示されたファイルに対応す
るデータが前記キャッシュ記憶に保持されているか否か
を前記論理物理変換テーブルにより知得し、前記キャッ
シュ記憶に保持されていないときに前記記憶装置から前
記キャッシュ記憶にそのデータを取り込むデータ取り込
み手段と、 前記キャッシュ記憶に保持された前記予約指示されたフ
ァイルに対応するデータが前記キャッシュ記憶外に退避
されないように制御する階層記憶制御手段とをさらに具
備することを特徴とする請求項4または5記載の階層記
憶システム。
6. A logical-physical conversion table for storing correspondence between data held in the cache storage and a file recognized by a higher-level system accessing the hierarchical storage system, and a file designated as reserved by the higher-level system. Data fetching means for determining from the logical-physical conversion table whether or not corresponding data is held in the cache storage, and fetching the data from the storage device into the cache storage when the data is not held in the cache storage 6. The storage system according to claim 4, further comprising: a hierarchical storage control unit configured to control data corresponding to the file designated for reservation, which is held in the cache storage, so as not to be saved outside the cache storage. A hierarchical storage system as described.
【請求項7】 低速かつ大容量の記憶装置の上段にその
記憶装置よりも高速かつ小容量のキャッシュ記憶が設け
られる階層記憶システムの階層記憶制御方法において、 前記キャッシュ記憶のみに書き込みを実行するライトバ
ックおよび前記記憶装置にその都度書き込みを実行する
ライトスルーのいずれによって要求されたデータの書き
込みを制御すべきかを示す書き込み制御データをユニッ
ト単位に管理するステップと、 前記管理した書き込み制御データに基づいてデータの書
き込みを制御するステップとを具備することを特徴とす
る階層記憶制御方法。
7. A tiered storage control method for a tiered storage system in which a low-speed and large-capacity storage device is provided with a higher-speed and smaller-capacity cache storage device than the storage device, wherein a write that executes writing only to the cache storage is provided. Managing write control data indicating whether writing of requested data should be controlled by back or by writing through the storage device each time, in units of units, based on the managed write control data Controlling the writing of data.
【請求項8】 低速かつ大容量の記憶装置の上段にその
記憶装置よりも高速かつ小容量の互いにアクセス速度の
異なる複数種の記憶装置が多段に組み合って構成される
キャッシュ記憶が設けられる階層記憶システムの階層記
憶制御方法において、 前記キャッシュ記憶のみに書き込みを実行するライトバ
ックおよび前記記憶装置にその都度書き込みを実行する
ライトスルーのいずれによって要求されたデータの書き
込みを制御すべきかを示す書き込み制御データをユニッ
ト単位に管理するステップと、 ライトバックによって前記データの書き込みを制御する
際にその書き込みを実行すべきキャッシュ記憶内の階層
数を管理するステップと、 前記管理した書き込み制御データおよび階層数に基づい
てデータの書き込みを制御するステップとを具備するこ
とを特徴とする階層記憶制御方法。
8. Hierarchical storage in which a plurality of types of storage devices, each of which has a different access speed and a higher speed and a smaller capacity than the storage device, are provided in a multi-stage manner above the low-speed and large-capacity storage device. In the hierarchical storage control method for a system, write control data indicating whether to control writing of data requested by write-back that executes writing only to the cache storage or write-through that executes writing to the storage device each time. Managing the number of hierarchies in the cache memory to perform the writing when controlling the writing of the data by write-back, based on the managed write control data and the number of hierarchies. Controlling data writing by using A hierarchical storage control method.
【請求項9】 低速かつ大容量の記憶装置の上段にその
記憶装置よりも高速かつ小容量の互いにアクセス速度の
異なる複数種の記憶装置が多段に組み合って構成される
キャッシュ記憶が設けられる階層記憶システムの階層記
憶制御方法において、 前記キャッシュ記憶のみに書き込みを実行するライトバ
ックおよび前記記憶装置にその都度書き込みを実行する
ライトスルーのいずれによって要求されたデータの書き
込みを制御すべきかを示す書き込み制御データをユニッ
ト単位に管理するステップと、 ライトバックによって前記データの書き込みを制御する
際にその書き込みを実行すべきキャッシュ記憶内の階層
数を管理するステップと、 前記管理した書き込み制御データおよび階層数に基づい
てデータの書き込みを制御するステップと、 前記キャッシュ記憶に保持されたデータとこの階層記憶
システムにアクセスする上位システムが認識するファイ
ルとの対応づけを管理するステップと、 前記上位システムから予約指示されたファイルに対応す
るデータが前記キャッシュ記憶に保持されているか否か
を前記管理する対応づけにより知得し、前記キャッシュ
記憶に保持されていないときに前記記憶装置から前記キ
ャッシュ記憶にそのデータを取り込むステップと、 前記キャッシュ記憶に保持された前記予約指示されたフ
ァイルに対応するデータが前記キャッシュ記憶外に退避
されないように制御するステップとを具備することを特
徴とする階層記憶制御方法。
9. Hierarchical storage in which a plurality of types of storage devices, each of which has a higher speed and a smaller capacity than the storage device and different access speeds from each other, are provided in an upper stage of a low-speed and large-capacity storage device. In the hierarchical storage control method for a system, write control data indicating whether to control writing of data requested by write-back that executes writing only to the cache storage or write-through that executes writing to the storage device each time. Managing the number of hierarchies in the cache memory to perform the writing when controlling the writing of the data by write-back, based on the managed write control data and the number of hierarchies. Controlling the writing of data by Managing the association between the data held in the cache storage and the file recognized by the higher system accessing the hierarchical storage system; and storing the data corresponding to the file instructed to be reserved by the higher system in the cache storage. Acquiring the data from the storage device into the cache memory when the data is not held in the cache memory, and obtaining the data stored in the cache memory when the data is not held in the cache memory. Controlling the data corresponding to the designated file so as not to be saved out of the cache storage.
【請求項10】 低速かつ大容量の記憶装置の上段にそ
の記憶装置よりも高速かつ小容量のキャッシュ記憶が設
けられる階層記憶システム上で階層記憶制御を実行する
ためのプログラムであって、 前記キャッシュ記憶のみに書き込みを実行するライトバ
ックおよび前記記憶装置にその都度書き込みを実行する
ライトスルーのいずれによって要求されたデータの書き
込みを制御すべきかを示す書き込み制御データをユニッ
ト単位に管理し、 前記管理した書き込み制御データに基づいてデータの書
き込みを制御するように前記階層記憶システムを動作さ
せるプログラムを記録したコンピュータ読み取り可能な
記録媒体。
10. A program for executing a hierarchical storage control on a hierarchical storage system in which a low-speed and large-capacity storage device is provided with a cache storage having a higher speed and a smaller capacity than the storage device. Write control data indicating whether to control writing of data requested by write-back that executes writing only to storage or write-through that executes writing to the storage device each time is managed in units of units, and the management is performed. A computer-readable recording medium recording a program for operating the hierarchical storage system to control data writing based on write control data.
【請求項11】 低速かつ大容量の記憶装置の上段にそ
の記憶装置よりも高速かつ小容量の互いにアクセス速度
の異なる複数種の記憶装置が多段に組み合って構成され
るキャッシュ記憶が設けられる階層記憶システム上で階
層記憶制御を実行するためのプログラムであって、 前記キャッシュ記憶のみに書き込みを実行するライトバ
ックおよび前記記憶装置にその都度書き込みを実行する
ライトスルーのいずれによって要求されたデータの書き
込みを制御すべきかを示す書き込み制御データをユニッ
ト単位に管理し、 ライトバックによって前記データの書き込みを制御する
際にその書き込みを実行すべきキャッシュ記憶内の階層
数を管理し、 前記管理した書き込み制御データおよび階層数に基づい
てデータの書き込みを制御するように前記階層記憶シス
テムを動作させるプログラムを記録したコンピュータ読
み取り可能な記録媒体。
11. Hierarchical storage in which a plurality of types of storage devices having different access speeds, each having a higher speed and a smaller capacity than the storage device, are provided in an upper stage of a low-speed and large-capacity storage device. A program for performing a hierarchical storage control on a system, comprising: writing data requested by either write-back that executes writing only to the cache storage or write-through that executes writing to the storage device each time. Managing the write control data indicating whether to control the unit, and controlling the number of layers in the cache memory to execute the writing when controlling the writing of the data by write-back; and Controlling the writing of data based on the number of layers A computer-readable recording medium on which a program for operating a storage system is recorded.
【請求項12】 低速かつ大容量の記憶装置の上段にそ
の記憶装置よりも高速かつ小容量の互いにアクセス速度
の異なる複数種の記憶装置が多段に組み合って構成され
るキャッシュ記憶が設けられる階層記憶システム上で階
層記憶制御を実行するためのプログラムであって、 前記キャッシュ記憶のみに書き込みを実行するライトバ
ックおよび前記記憶装置にその都度書き込みを実行する
ライトスルーのいずれによって要求されたデータの書き
込みを制御すべきかを示す書き込み制御データをユニッ
ト単位に管理し、 ライトバックによって前記データの書き込みを制御する
際にその書き込みを実行すべきキャッシュ記憶内の階層
数を管理し、 前記管理した書き込み制御データおよび階層数に基づい
てデータの書き込みを制御し、 前記キャッシュ記憶に保持されたデータとこの階層記憶
システムにアクセスする上位システムが認識するファイ
ルとの対応づけを管理し、 前記上位システムから予約指示されたファイルに対応す
るデータが前記キャッシュ記憶に保持されているか否か
を前記管理する対応づけにより知得し、前記キャッシュ
記憶に保持されていないときに前記記憶装置から前記キ
ャッシュ記憶にそのデータを取り込み、 前記キャッシュ記憶に保持された前記予約指示されたフ
ァイルに対応するデータが前記キャッシュ記憶外に退避
されないように制御するように前記階層記憶システムを
動作させるプログラムを記録したコンピュータ読み取り
可能な記録媒体。
12. Hierarchical storage in which a plurality of types of storage devices, each of which has a different access speed and a higher speed and a smaller capacity than the storage device, are provided in an upper stage of a low-speed and large-capacity storage device. A program for performing a hierarchical storage control on a system, comprising: writing data requested by either write-back that executes writing only to the cache storage or write-through that executes writing to the storage device each time. Managing the write control data indicating whether to control the unit, and controlling the number of layers in the cache memory to execute the writing when controlling the writing of the data by write-back; and Controlling the data writing based on the number of layers; Manages the association between the data held in the storage and the file recognized by the higher system accessing this hierarchical storage system, and checks whether the data corresponding to the file instructed to be reserved by the higher system is held in the cache memory. Whether or not the file is instructed by the managing correspondence, and when the data is not stored in the cache storage, the data is fetched from the storage device into the cache storage, and the reservation-instructed file stored in the cache storage is A computer-readable storage medium storing a program for operating the hierarchical storage system so as to control corresponding data not to be saved out of the cache storage.
JP9349410A 1997-12-18 1997-12-18 Hierarchy storage system and method therefor Pending JPH11184753A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9349410A JPH11184753A (en) 1997-12-18 1997-12-18 Hierarchy storage system and method therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9349410A JPH11184753A (en) 1997-12-18 1997-12-18 Hierarchy storage system and method therefor

Publications (1)

Publication Number Publication Date
JPH11184753A true JPH11184753A (en) 1999-07-09

Family

ID=18403568

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9349410A Pending JPH11184753A (en) 1997-12-18 1997-12-18 Hierarchy storage system and method therefor

Country Status (1)

Country Link
JP (1) JPH11184753A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006127300A (en) * 2004-10-29 2006-05-18 Hitachi Global Storage Technologies Netherlands Bv Method for communication between host and storage device, storage device, host, and system having storage device and host
JP2007293440A (en) * 2006-04-21 2007-11-08 Toshiba Corp Storage device using nonvolatile cache memory and its control method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006127300A (en) * 2004-10-29 2006-05-18 Hitachi Global Storage Technologies Netherlands Bv Method for communication between host and storage device, storage device, host, and system having storage device and host
JP2007293440A (en) * 2006-04-21 2007-11-08 Toshiba Corp Storage device using nonvolatile cache memory and its control method

Similar Documents

Publication Publication Date Title
US5978815A (en) File system primitive providing native file system support for remote storage
US8028127B2 (en) Automated on-line capacity expansion method for storage device
US7130961B2 (en) Disk controller and method of controlling the cache
US7457880B1 (en) System using a single host to receive and redirect all file access commands for shared data storage device from other hosts on a network
US5920893A (en) Storage control and computer system using the same
CN100362462C (en) Method for managing magnetic disk array buffer storage
JP3017892B2 (en) File management device
EP2352090B1 (en) System accessing shared data by a plurality of application servers
JP2002268933A (en) Cluster system
JPH0650482B2 (en) Device and method for enhancing the utility of a write once, read many times storage medium
JPH1063551A (en) Information processor
JP2005128771A (en) Data file system, data access server, and data access program
JPH11184753A (en) Hierarchy storage system and method therefor
US20030177367A1 (en) Controlling access to a disk drive in a computer system running multiple operating systems
JP3882461B2 (en) Storage device system and backup acquisition method thereof
US7536518B2 (en) Scalable disc array unit, and management method and management program for a scalable disc array unit
JP3772003B2 (en) Memory management system and data management method
JP2002108704A (en) Disk cache control system
JP2988048B2 (en) Dictionary information resident access device
JP2000148587A (en) Storage device and method for determining storage area
JPH1115712A (en) Server device and hierarchical storage control method
JP2000330728A (en) Disk array device, high speed communicating method used for the device and recording medium recording its control program
JPH0658640B2 (en) Control method of electronic computer
JPH0728678A (en) Data storage and reproduction device
JPH05225251A (en) Data base system