JP2000148404A - Computer system - Google Patents

Computer system

Info

Publication number
JP2000148404A
JP2000148404A JP10321688A JP32168898A JP2000148404A JP 2000148404 A JP2000148404 A JP 2000148404A JP 10321688 A JP10321688 A JP 10321688A JP 32168898 A JP32168898 A JP 32168898A JP 2000148404 A JP2000148404 A JP 2000148404A
Authority
JP
Japan
Prior art keywords
host
data
archive
cpu
resettable
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
JP10321688A
Other languages
Japanese (ja)
Inventor
Yoshinori Nagaya
賢紀 長屋
Hisashi Takamatsu
久司 高松
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 JP10321688A priority Critical patent/JP2000148404A/en
Publication of JP2000148404A publication Critical patent/JP2000148404A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To write the archive data into a disk subsystem with no intervention of a host by providing a resettable WORM function which recognizes and manages the archive data in the disk subsystem with no intervention of the backup software of a host computer. SOLUTION: A CPU 1 issues a write command group N to a single LDEV 9 and meanwhile a resettable WORM function reads a written flag and then executes a writing operation to a record after confirming that this writing operation is not over yet. Then the CPU 1 issues a write command group M to a single LDEV 9 and the WORM function reads a written flag and reports a write unable state to the CPU 1 after confirming that a writing operation is already over. Thus, it's possible to cope with the larger capacity of the archive data and also to deal with the performance and extensibility in a computer system.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、コンピュータシス
テムに係り、特にホストから直接アクセス対象となる一
台乃至複数のディスクサブシステム上のデータに対し
て、リセット可能なWORM機能(一回の書込み、複数
回の読み出し機能)を持たせ、ホストを介さずアーカイ
ブデータをディスクサブシステムに書き込むシステム技
術に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a computer system, and more particularly to a WORM function (one-time writing, multiple writing) capable of resetting data on one or a plurality of disk subsystems directly accessed by a host. Read function), and writes archive data to a disk subsystem without the intervention of a host.

【0002】[0002]

【従来の技術】業務処理を行うコンピュータセンタ(以
下コンピュータセンタ)内では、長期保存の目的で適切
なアーカイブ記憶装置にアーカイブデータを保存する方
法として、従来より次に示す様な大きく分けて2つの方
式が採られてきた。
2. Description of the Related Art In a computer center (hereinafter referred to as a computer center) for performing business processing, there are two main methods for storing archive data in an appropriate archive storage device for the purpose of long-term storage as follows. The scheme has been adopted.

【0003】第1の方式は、対象アーカイブデータのホ
ストのバックアップソフトによる磁気テープ装置、又は
磁気テープライブラリ装置への書込である。
The first method is to write target archive data to a magnetic tape device or a magnetic tape library device using backup software of a host.

【0004】第2の方式は、対象アーカイブデータのホ
ストのバックアップソフトによる光ディスク装置、又は
光ティスクライブラリ装置への書込である。
The second method is to write target archive data to an optical disk device or an optical disk library device using backup software of a host.

【0005】第1、第2の方式共、アーカイブデータの
書込は、バックアップソフト無しでは実行できない。こ
れは、バックアップソフトが、データのアーカイブ状態
を認識及び管理するからである。つまり、アーカイブデ
ータがアーカイブ記憶装置に書かれているか否かは、バ
ックアップソフトが認識でき、既に書かれている場合は
2度書く必要が無く、これによって無駄な書き込みを避
ける管理をする。
[0005] In both the first and second systems, writing of archive data cannot be executed without backup software. This is because the backup software recognizes and manages the data archive state. That is, the backup software can recognize whether or not the archive data has been written in the archive storage device. If the archive data has already been written, it is not necessary to write the data twice.

【0006】[0006]

【発明が解決しようとする課題】前述の第1の方式は、
磁気テープ装置をアーカイブ記憶装置として使うため、
アーカイブデータのメディアへの書き込み、及びそのデ
ータのランダムアクセスを行う際の低性能が懸念され
る。
The first method described above is based on:
In order to use a magnetic tape device as an archive storage device,
There is a concern about low performance when writing archive data to a medium and performing random access to the data.

【0007】前述の第2の方式は、光ディスク装置をア
ーカイブ記憶装置として使うため、性能面では磁気テー
プ装置よりランダムアクセス性能が高いが、磁気ディス
ク装置と比べると低い。また、従来の光ディスク装置
は、WORMの特性を持ち、1回の書き込みのみしか許
されないので、記録領域の再利用が不可能である。
The second method uses an optical disk device as an archive storage device, and therefore has higher random access performance than a magnetic tape device in performance, but is lower than a magnetic disk device. Further, the conventional optical disk device has WORM characteristics and allows only one write, so that it is impossible to reuse the recording area.

【0008】前述の第1、第2の方式共、ホストで動作
するバックアップソフトが必要であるため、当該システ
ムを実現するために負担するコストは大きい。またバッ
クアップソフトの処理はホストが負担するため、ホスト
負荷が高くなり、通常の業務処理の性能への影響が懸念
される。
In both the first and second systems, backup software running on the host is required, so that the cost of implementing the system is large. In addition, since the processing of the backup software is borne by the host, the load on the host increases and there is a concern that the performance of normal business processing may be affected.

【0009】[0009]

【課題を解決するための手段】前述の課題を解決するた
めに、本発明は、主として次の様な構成を採用する。
In order to solve the above-mentioned problems, the present invention mainly employs the following configuration.

【0010】ホストコンピュータからのアーカイブデー
タを書き込むディスクサブシステムを備えたコンピュー
タシステムであって、ホストコンピュータのバックアッ
プソフトを経由することなく、ディスクサブシステム内
でアーカイブデータを認識及び管理するりセット可能な
WORM機能を備えている。
A computer system having a disk subsystem for writing archive data from a host computer, which can recognize, manage and set archive data in the disk subsystem without going through backup software of the host computer. It has a WORM function.

【0011】また、リセット可能なWORM機能におい
て、書き込みは論理ボリュームのレコード及びレコード
に対する書き込み済みフラッグに対して実行され、書き
込みの際に書込済フラッグを読み取り、既に書き込みが
行なわれている場合は書き込みをせず、未だ書き込みが
行なわれていない場合は書き込みをする、りセット可能
なWORM機能を備えている。
In the resettable WORM function, writing is performed on a record of a logical volume and a written flag of the record. When writing is performed, the written flag is read. It has a WORM function that allows writing and resetting when writing has not yet been performed.

【0012】また、リセット可能なWORM機能におい
て、ディスクサブシステムの書き込み対象論理ボリュー
ムが満杯になった場合、磁気テープライブラリ装置等の
アーカイブ記憶装置にアーカイブデータを記録でき、満
杯になった論理ボリュームをリセットできる状態にす
る、リセット可能なWORM機能を備えている。
In the resettable WORM function, when a logical volume to be written in a disk subsystem becomes full, archive data can be recorded in an archive storage device such as a magnetic tape library device. It has a resettable WORM function that puts it in a resettable state.

【0013】また、リセット可能なWORM機能におい
て、満杯になったディスクサブシステムの論理ボリュー
ムから磁気テープライブラリ装置等のアーカイブ記憶装
置にアーカイブデータを記録した事を感知し、前記論理
ボリュームの全ての書込済フラッグを未書き込み状態に
できる、リセット可能なWORM機能を備えている。
In the resettable WORM function, it is sensed that archive data has been recorded in an archive storage device such as a magnetic tape library device from a full logical volume of a disk subsystem, and all data in the logical volume has been written. It has a resettable WORM function that can set an embedded flag in an unwritten state.

【0014】[0014]

【発明の実施の形態】以下、図面を参照しながら、本発
明を汎用コンピュータシステムに適用した場合の一例に
ついて説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, an example in which the present invention is applied to a general-purpose computer system will be described with reference to the drawings.

【0015】図1は、本発明を汎用コンピュータシステ
ムのアーカイブ対象とした場合の構成例であり、CPU
のバックアップソフトを使用せず、CPUとは異なる制
御機構を有するリセット可能なWORM機能を使用する
ことで、データをアーカイブする。
FIG. 1 shows an example of the configuration when the present invention is targeted for archiving in a general-purpose computer system.
The data is archived by using a resettable WORM function having a control mechanism different from that of the CPU without using the backup software.

【0016】図1において、1は中央処理装置(ホスト
コンピュータ)であるCPU、3はCPU1とチャネル
インタフェースケーブル2を介して接続され、CPU1
からの直接、参照及び更新の対象となるデータが格納さ
れるディスクサブシステム(以下DISK)である。
In FIG. 1, reference numeral 1 denotes a CPU which is a central processing unit (host computer). Reference numeral 3 denotes a CPU which is connected to the CPU 1 via a channel interface cable 2.
Is a disk subsystem (hereinafter referred to as DISK) that stores data to be referenced and updated directly from the server.

【0017】次にDISK3におけるディスク制御装置
4(以下DKC)及びディスク駆動装置8(以下DK
U)それぞれの内部構成について説明する。DKC4に
おいて、5は、CPU1のデータの読み出し/書き込み
指示等の制御情報のやり取りを制御するチャネルインタ
フェース制御部(以下CHD)、6は、CPU1と論理
ボリューム9(以下LDEV)との間でデータの読み・
書きを行う際、一旦データをバッファリングするために
利用するキャッシュメモリ(以下キャッシュ)、7は、
LDEV9へのデータの書き込み処理を制御するディス
クインターフェース制御部(以下DID)である。
Next, the disk control device 4 (hereinafter referred to as DKC) and the disk drive device 8 (hereinafter referred to as DK
U) Each internal configuration will be described. In the DKC 4, reference numeral 5 denotes a channel interface control unit (hereinafter, CHD) for controlling the exchange of control information such as a data read / write instruction of the CPU 1, and reference numeral 6 denotes a data interface between the CPU 1 and the logical volume 9 (hereinafter, LDEV). reading·
When writing, a cache memory (hereinafter referred to as a cache), which is used to buffer data once,
A disk interface control unit (hereinafter, DID) that controls a process of writing data to the LDEV 9.

【0018】また、11及び12はアーカイブデータの
容量拡張に用いる磁気テープ制御装置11、磁気テープ
装置(ライブラリ)12であり、アーカイブインタフェ
ースケーブル10を介して、CHD5に接続される。本
実施形態では、テープボリューム等からなる磁気テープ
装置(ライブラリ)について以下説明するが、これ以外
のアーカイブ記憶装置についても本発明は適用できるも
のである。CHD5のもう一つの役割は、LDEV9か
ら磁気テープ装置(ライブラリ)へのアーカイブデータ
の記録の認識及び管理である。
Reference numerals 11 and 12 denote a magnetic tape control device 11 and a magnetic tape device (library) 12 used for expanding the capacity of archive data, and are connected to the CHD 5 via an archive interface cable 10. In the present embodiment, a magnetic tape device (library) including a tape volume or the like will be described below. However, the present invention can be applied to other archive storage devices. Another role of the CHD 5 is to recognize and manage recording of archive data from the LDEV 9 to a magnetic tape device (library).

【0019】以上が本発明における機能を実現するため
のシステム構成となる。
The above is the system configuration for realizing the functions of the present invention.

【0020】次に、図2を使用して本実施形態における
リセット可能なWORM機能を説明する。CPU1は、
書き込みコマンド群Nを単一LDEV9に対して発行
し、これに対してリセット可能なWORM機能は、先ず
書込済フラッグを読み取り、これが(0)即ち書き込み
が未だ無い事を確認した後、レコードNにたいする書き
込みを実行する。次にCPUは、書き込みコマンド群M
を単一LDEV9に対して発行し、これに対してリセッ
ト可能なWORM機能は先ず書込済フラッグを読み取
り、これが(1)即ち書き込みが既にある事を確認した
後、書き込み不許可の状態をCPU1に報告する。
Next, a resettable WORM function according to this embodiment will be described with reference to FIG. CPU1
The write command group N is issued to the single LDEV 9, and the WORM function capable of resetting the write command group N first reads the written flag, and after confirming that it is (0), that is, confirms that writing has not yet been performed, the record N Write to Next, the CPU sets the write command group M
Is issued to the single LDEV 9, the WORM function which can be reset first reads the written flag, confirms that this is (1), that is, the write has already been performed, and then changes the state of the write disable to the CPU 1. Report to

【0021】次に図3を使用して本実施形態におけるリ
セット可能WORM機能(磁気テープ装置(ライブラ
リ)無しの場合)の動作を説明する。CPU1は、CH
D5にホストコマンド群を発行し、CHD5は、ホスト
コマンド群を受け、先ずLDEVデータリセットコマン
ドか否かを確認する。LDEVデータリセットコマンド
は、アーカイブデータで満杯になったLDEVからアー
カイブ記憶装置にアーカイブデータを記録した後、当該
LDEVを空にするために使用される。
Next, the operation of the resettable WORM function (in the case where there is no magnetic tape device (library)) in this embodiment will be described with reference to FIG. CPU1 is CH
The host command group is issued to D5, and the CHD5 receives the host command group and first checks whether or not the command is an LDEV data reset command. The LDEV data reset command is used to empty the LDEV after recording the archive data in the archive storage device from the LDEV filled with the archive data.

【0022】ホストコマンド群がLDEVデータリセッ
トコマンドであれば、DID7は、リセットする当該L
DEV9のデータ(書き込み済みフラッグ含む)を削除
し、CHD5は、次のホストコマンド群を待つ。ホスト
コマンド群が、LDEVデータリセットコマンドでない
場合は、CHD5は、ホストコマンド群が、データを書
き込むホストコマンド群か否かを確認する。ホストコマ
ンド群が、データを書き込むホストコマンド群でなけれ
ば、当該ホストコマンドに応じた動作を実行した後、C
HD5は、次のホストコマンド群を待つ。
If the host command group is an LDEV data reset command, DID7 is
The data of the DEV 9 (including the written flag) is deleted, and the CHD 5 waits for the next host command group. If the host command group is not an LDEV data reset command, the CHD 5 checks whether the host command group is a host command group for writing data. If the host command group is not a host command group for writing data, after executing an operation corresponding to the host command,
The HD 5 waits for the next host command group.

【0023】ホストコマンド群がデータを書き込むホス
トコマンド群であれば、CHD5は、ホストコマンド群
によって指定された書き込み場所の書き込み済みフラッ
グを読む。書き込み済みフラッグが(0)の場合、DI
D7は該当レコードにアーカイブデータを書き込み、そ
の後該当レコードの書き込み済みフラッグを(1)に
し、CHD5は次のホストコマンド群を待つ。書き込み
済みフラッグが(1)の場合、CHD5はコマンドリジ
ェクト(書込不許可)をCPU1に報告し、次のホスト
コマンド群を待つ。
If the host command group is a host command group for writing data, the CHD 5 reads the written flag at the write location specified by the host command group. If the written flag is (0), DI
D7 writes the archive data to the record, sets the written flag of the record to (1), and CHD5 waits for the next host command group. If the written flag is (1), the CHD 5 reports a command reject (write disabled) to the CPU 1 and waits for the next host command group.

【0024】以上の様なコンピュータシステムのリセッ
ト可能なWORM機能において、CHD5と磁気テープ
制御装置11との間のデータ転送制御上のやり取りは、
一般のホストコンピュータと磁気テープ制御装置との間
のデータ転送制御時の使用される命令語(コマンド)と
同様のコマンドを使用して行うものである。
In the resettable WORM function of the computer system as described above, the exchange in the data transfer control between the CHD 5 and the magnetic tape controller 11 is as follows.
This is performed by using a command similar to a command word (command) used in controlling data transfer between a general host computer and a magnetic tape control device.

【0025】[0025]

【発明の効果】本発明により、ディスクサブシステム自
体にリセット可能なWORM機能を持たせ、ホストを介
さずアーカイブデータをディスクサブシステムに書き込
むことができ、現状のアーカイブ記憶装置と比較してラ
ンダムアクセス性能を向上できる。
According to the present invention, the disk subsystem itself is provided with a resettable WORM function so that archive data can be written to the disk subsystem without the intervention of a host. Performance can be improved.

【0026】更に、リセット可能なWORM機能を持つ
ディスクサブシステムに磁気テープ装置(ライブラリ)
を接続する事によって、アーカイブデータの大容量化に
対応でき、性能及び拡張性に対応する。
Further, a magnetic tape device (library) is added to a disk subsystem having a resettable WORM function.
By connecting, the capacity of the archive data can be increased, and the performance and expandability can be supported.

【0027】更に、アーカイブデータの認識及び管理に
は、ホスト側のリソースは一切使用されず、CPUのバ
ックアップソフト構築によるCPUの業務処理能力低下
を招くこともない。
Further, no resources on the host side are used for the recognition and management of archive data, and there is no reduction in the CPU's business processing capacity due to the construction of backup software for the CPU.

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

【図1】本発明の一実施形態におけるリセット可能WO
RM機能のシステム構成を示す図。
FIG. 1 shows a resettable WO in one embodiment of the present invention.
The figure which shows the system configuration of an RM function.

【図2】本発明におけるWORM機能のディスクサブシ
ステム内の動作時における書き込み済みフラッグ及びレ
コードを示す図。
FIG. 2 is a diagram showing written flags and records during operation in the disk subsystem of the WORM function according to the present invention.

【図3】本発明におけるディスクサブシステム[磁気テ
ープ装置(ライブラリ)無しの場合]のリセット可能W
ORM機能の動作のフローチャート。
FIG. 3 shows a resettable W of a disk subsystem [without a magnetic tape device (library)] according to the present invention.
9 is a flowchart of the operation of the ORM function.

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

1…CPU、2…チャネルインタフェースケーブル、3
…ディスクサブシステム(DISK)、4…ディスク制
御装置(DKC)、5…チャネルインタフェース制御部
(CHD)、6…キャッシュメモリ、7…ディスクイン
タフェース制御部(DID)、8…ディスク駆動装置
(DKU)、9…論理ボリューム(LDEV)、10…
アーカイブインタフェースケーブル、11…磁気テープ
制御装置、12…磁気テープ装置(ライブラリ)。
1 CPU, 2 channel interface cable, 3
... Disk subsystem (DISK), 4 ... Disk control unit (DKC), 5 ... Channel interface control unit (CHD), 6 ... Cache memory, 7 ... Disk interface control unit (DID), 8 ... Disk drive unit (DKU) , 9 ... logical volume (LDEV), 10 ...
Archive interface cable, 11: magnetic tape controller, 12: magnetic tape device (library).

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】ホスト及びディスクサブシステムから構成
されるコンピュータシステムにおいて、ディスクサブシ
ステム自体にリセット可能なWORM機能を持たせ、ホ
ストを介さずアーカイブデータをディスクサブシステム
に書き込むコンピュータシステム。
1. A computer system comprising a host and a disk subsystem, wherein the disk subsystem itself has a resettable WORM function and writes archive data to the disk subsystem without going through the host.
【請求項2】請求項1に記載のコンピュータシステムに
おいて、更に磁気テープライブラリ装置等のアーカイブ
記憶装置を含むコンピュータシステムであって、ディス
クサブシステム自体に書込まれたアーカイブデータを、
ホストを介さずアーカイブ記憶装置に書き込むことを特
徴とするコンピュータシステム。
2. The computer system according to claim 1, further comprising an archive storage device such as a magnetic tape library device, wherein the archive data written in the disk subsystem itself is stored in the computer system.
A computer system for writing to an archive storage device without going through a host.
【請求項3】請求項2に記載のコンピュータシステムに
おいて、ディスクサブシステム自体に書込まれたアーカ
イブデータをアーカイブ記憶装置に書込む際に1回のみ
の書込みを保証することを特徴とするコンピュータシス
テム。
3. The computer system according to claim 2, wherein the writing of the archive data written in the disk subsystem itself to the archive storage device is guaranteed only once. .
JP10321688A 1998-11-12 1998-11-12 Computer system Pending JP2000148404A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10321688A JP2000148404A (en) 1998-11-12 1998-11-12 Computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10321688A JP2000148404A (en) 1998-11-12 1998-11-12 Computer system

Publications (1)

Publication Number Publication Date
JP2000148404A true JP2000148404A (en) 2000-05-30

Family

ID=18135323

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10321688A Pending JP2000148404A (en) 1998-11-12 1998-11-12 Computer system

Country Status (1)

Country Link
JP (1) JP2000148404A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005267599A (en) * 2004-03-18 2005-09-29 Hitachi Ltd Storage area network and data write protection in coexisting environment of network attached storage
JP2005301979A (en) * 2004-03-24 2005-10-27 Hitachi Ltd Worm proving storage system
FR2870614A1 (en) * 2004-05-24 2005-11-25 Hitachi Ltd GUARANTEED MEMORIZATION DEVICE WITH WORM FUNCTION
JP2006092276A (en) * 2004-09-24 2006-04-06 Hitachi Ltd Computer of memory device and management method of memory device
JP2006338345A (en) * 2005-06-02 2006-12-14 Hitachi Ltd Virtual tape library device, virtual tape library system and virtual tape writing method
EP1600859A3 (en) * 2004-05-27 2008-06-04 Hitachi, Ltd. Remote copy system with WORM (Write Once Read Many) guarantee
JP2009289061A (en) * 2008-05-29 2009-12-10 Dainippon Printing Co Ltd Ic chip, data storage method, data storage program, and the like

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005267599A (en) * 2004-03-18 2005-09-29 Hitachi Ltd Storage area network and data write protection in coexisting environment of network attached storage
JP2005301979A (en) * 2004-03-24 2005-10-27 Hitachi Ltd Worm proving storage system
FR2870614A1 (en) * 2004-05-24 2005-11-25 Hitachi Ltd GUARANTEED MEMORIZATION DEVICE WITH WORM FUNCTION
EP1600859A3 (en) * 2004-05-27 2008-06-04 Hitachi, Ltd. Remote copy system with WORM (Write Once Read Many) guarantee
JP2006092276A (en) * 2004-09-24 2006-04-06 Hitachi Ltd Computer of memory device and management method of memory device
JP4548717B2 (en) * 2004-09-24 2010-09-22 株式会社日立製作所 Storage device computer and storage device management method
JP2006338345A (en) * 2005-06-02 2006-12-14 Hitachi Ltd Virtual tape library device, virtual tape library system and virtual tape writing method
JP4713951B2 (en) * 2005-06-02 2011-06-29 株式会社日立製作所 Virtual tape library system and virtual tape writing method
JP2009289061A (en) * 2008-05-29 2009-12-10 Dainippon Printing Co Ltd Ic chip, data storage method, data storage program, and the like

Similar Documents

Publication Publication Date Title
US8108597B2 (en) Storage control method and system for performing backup and/or restoration
KR20040104391A (en) Autonomic power loss recovery for a multi-cluster storage sub-system
US6453396B1 (en) System, method and computer program product for hardware assisted backup for a computer mass storage system
JPH06236241A (en) Hard disk device using flash memory
JPH03295071A (en) Disk driving device
JP2000148404A (en) Computer system
JPH11102262A (en) Disk subsystem and remote backup system by magnetic tape library device
JPH08249218A (en) File controller and data write method
JPH04111113A (en) Hard disk emulator
JP2562753B2 (en) Readout control method for magneto-optical disk device
JPH09212424A (en) Disk cache and disk caching method
JP2985385B2 (en) Image data retrieval system
JP4288929B2 (en) Data storage apparatus and data storage method
JP3074817B2 (en) File backup circuit
JP2000305719A (en) Method for backing-up data in information processing system
JP2005316697A (en) Disk array system and method for data backup
JPH11296433A (en) Personal computer with external cache for file device
JPH03290873A (en) Disk type storage device, controller of disk type storage device, and control method for disk type storage device
JP2834081B2 (en) Magnetic disk controller
US8291158B2 (en) Apparatus, system, and method for enforcing policy controls for non-system managed tape media
JPS6027014A (en) Magnetic disk controller
JP2001014219A (en) Method and device for controlling cache
JP2733478B2 (en) Loading media management method for collective equipment
JPH0514353Y2 (en)
JP3594202B2 (en) External storage controller

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20041110

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20041124

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050121

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20050121

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060117

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060316

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060609

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20061023