JPH09319691A - Load reducing system for inter-memory copy erasure - Google Patents

Load reducing system for inter-memory copy erasure

Info

Publication number
JPH09319691A
JPH09319691A JP15308596A JP15308596A JPH09319691A JP H09319691 A JPH09319691 A JP H09319691A JP 15308596 A JP15308596 A JP 15308596A JP 15308596 A JP15308596 A JP 15308596A JP H09319691 A JPH09319691 A JP H09319691A
Authority
JP
Japan
Prior art keywords
data
transfer
buffer
size information
buffer device
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP15308596A
Other languages
Japanese (ja)
Inventor
Takahiro Sone
隆浩 曽根
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP15308596A priority Critical patent/JPH09319691A/en
Publication of JPH09319691A publication Critical patent/JPH09319691A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To reduce the burden of a CPU and to improve transfer efficiency by eliminating the copy of transfer data between memories in the case of transferring data between devices by reading the transfer data into a buffer device based on the position and size information of transfer data at the transfer source device. SOLUTION: The position and size information of data as a transfer object at a transfer source device 1 is possessed by a means 3. That possessed position and size information of data is stored in a device 4 while being related with a data buffer device 5 for storing data in the case of writing out the data to a transfer destination device 6. Based on the stored position and size information of data transfer source, the transfer data are read from the transfer source device 1 into the data buffer device 5 by a data reading means 2. Thus, when transferring data between devices, it is not necessary to copy the transfer data between memories, the load of the CPU can be reduced and transfer efficiency can be improved.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、装置間のデータ転
送性能に関し、特にコンピュータ等情報処理装置の二次
記憶装置のデータを他の周辺機器に転送する方式に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to data transfer performance between devices, and more particularly to a system for transferring data in a secondary storage device of an information processing device such as a computer to another peripheral device.

【0002】[0002]

【従来の技術】従来、周辺装置間のデータ転送方式とし
て、転送元の装置上のデータを読み込む専用バッファに
データを読み込み、その中の必要な転送データをアプリ
ケーションプログラム内のデータ域にメモリ間コピー
し、更に転送先の装置専用のバッファにメモリ間コピー
した後、転送先装置に書き出すという方式が用いられて
いる。
2. Description of the Related Art Conventionally, as a data transfer method between peripheral devices, data is read into a dedicated buffer for reading data on a transfer source device and necessary transfer data therein is copied to a data area in an application program between memories. In addition, a method is used in which data is copied between memories in a buffer dedicated to the transfer destination device and then written to the transfer destination device.

【0003】このデータのメモリ間コピーを行う際のC
PUの負荷を低減するための方式が、例えば特開平4−
195646号公報や、特開平5−12227号公報等
に提案されている。これらの方式は、データのメモリ間
コピーを行う際のCPU負荷を低減するために、CPU
とは別のデータ処理装置を付加し、このデータ処理装置
がデータをメモリ間でコピーすることにより、CPUの
負荷を低減するようにしたものである。
C when copying this data between memories
A method for reducing the load on the PU is disclosed in, for example, Japanese Patent Laid-Open No.
It is proposed in Japanese Patent Laid-Open No. 195646 and Japanese Patent Laid-Open No. 12227/1993. These methods are designed to reduce the CPU load when copying data between memories.
Another data processing device is added, and this data processing device copies data between memories to reduce the load on the CPU.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、上記し
た従来のデータ転送方式は下記記載の問題点を有してい
る。
However, the above-mentioned conventional data transfer method has the following problems.

【0005】(1)その第1の問題点は、周辺装置間で
データ転送する際に、転送元の装置のデータを読み込ん
だ後、転送先の装置にデータを書き込むまでの間に遅延
が発生するということである。
(1) The first problem is that when data is transferred between peripheral devices, a delay occurs after the data of the transfer source device is read and before the data is written to the transfer destination device. Is to do.

【0006】これは、従来のデータ転送方式において
は、周辺装置間にてデータ転送を行う際に、メモリ間で
のデータコピーが数回発生するために、CPUが動作す
る時間や、メモリをリード/ライトするための時間を要
することによる。例えばディスク装置間のデータ転送を
行う場合、転送元のディスク装置のバッファからデータ
をメモリにコピーし、次に該メモリのデータを転送先の
ディスク装置のバッファにコピーするという具合に複数
回のメモリ間のコピーが必要とされ、さらにディスク装
置とネットワーク装置間のデータ転送の場合には、転送
元のディスク装置のバッファからメモリにデータをコピ
ーし、該メモリから通信バッファにデータコピーを行
い、パケット分割等が必要な場合さらにコピーを必要と
することになる。
This is because, in the conventional data transfer system, when data is transferred between peripheral devices, data copy occurs between the memories several times, so that the CPU operates and the memory is read. / Because it takes time to write. For example, when transferring data between disk devices, the data is copied from the buffer of the transfer source disk device to the memory, and then the data of the memory is copied to the buffer of the transfer destination disk device. In the case of data transfer between the disk device and the network device, the data is copied from the buffer of the disk device of the transfer source to the memory, and the data is copied from the memory to the communication buffer. If division or the like is required, further copying will be required.

【0007】(2)第2の問題点は、周辺装置間でデー
タを転送する際にCPU負荷が高くなるということであ
る。
(2) The second problem is that the CPU load increases when transferring data between peripheral devices.

【0008】これは、周辺装置間でデータ転送する際
に、メモリ間でのデータコピーが数回発生するが、その
際CPUによりメモリのリード/ライトを行うことによ
る。
This is because, when data is transferred between peripheral devices, data copying between memories occurs several times, and at that time, the CPU reads / writes the memory.

【0009】(3)第3の問題点は、周辺装置間でデー
タを転送する際にCPU−メモリ間データバスの負荷が
高くなるということである。
(3) A third problem is that the load on the data bus between the CPU and the memory becomes high when data is transferred between the peripheral devices.

【0010】これは、周辺装置間でデータ転送する際に
メモリ間でのデータコピーが数回発生するが、このとき
メモリのリード/ライトを行う間、CPUとメモリ間の
データバスを占有することによる。
This means that when data is transferred between peripheral devices, data copying between memories occurs several times. At this time, the data bus between the CPU and the memory must be occupied while the memory is read / written. by.

【0011】従って、本発明は、上記問題点を解消する
ためになされたものであって、その目的は、装置間でデ
ータ転送する際に、転送データのメモリ間でのコピーを
無くするようにしてCPUの負荷を低減し且つ転送効率
を向上させる方式を提供することにある。
Therefore, the present invention has been made to solve the above problems, and an object thereof is to eliminate copying of transfer data between memories when transferring data between devices. To reduce the load on the CPU and improve the transfer efficiency.

【0012】[0012]

【課題を解決するための手段】前記目的を達成するた
め、本発明のメモリ間コピー削除による負荷軽減方式
は、転送元装置上の転送データの位置とサイズを取得す
る手段と、転送先装置へデータを転送する際に該データ
を蓄積するバッファ装置と、前記転送元装置における前
記転送データの位置とサイズ情報を前記転送データを蓄
積する前記バッファ装置と関連付けて格納する記憶部
と、前記転送元装置における前記位置とサイズ情報を基
に前記転送データを前記バッファ装置に読み込む手段
と、を備え、装置間でデータ転送する際のメモリ間コピ
ーを無くするようにしたものである。
In order to achieve the above-mentioned object, a load reduction method by inter-memory copy deletion of the present invention provides a means for acquiring the position and size of transfer data on a transfer source device and a transfer destination device. A buffer device for storing the data when transferring the data, a storage unit for storing the position and size information of the transfer data in the transfer source device in association with the buffer device for storing the transfer data, and the transfer source And a means for reading the transfer data into the buffer device on the basis of the position and size information in the devices, thereby eliminating the inter-memory copy when transferring data between the devices.

【0013】また、本発明においては、前記転送データ
を蓄積するバッファ装置の分割された場合に、分割され
たバッファ装置に読み込むべきデータの前記転送元装置
上の位置とサイズを再計算し、該バッファ装置に関連付
けて格納することを特徴とする。
Further, in the present invention, when the buffer device for accumulating the transfer data is divided, the position and size on the transfer source device of the data to be read into the divided buffer device are recalculated, It is characterized in that it is stored in association with a buffer device.

【0014】[0014]

【発明の実施の形態】本発明の実施の形態について図面
を参照して以下に説明する。図1は、本発明の実施の形
態の構成を示す図である。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a diagram showing a configuration of an embodiment of the present invention.

【0015】図1を参照すると、本発明の実施の形態
は、転送対象のデータの転送元装置1におけるデータの
位置とサイズ情報を取得する手段3と、その位置とサイ
ズ情報を、転送先装置6にデータを書き出す際にデータ
を蓄積するデータバッファ装置5に関連付けて格納する
装置4と、格納されたデータ転送元の位置とサイズ情報
を元に転送元装置1からデータバッファ装置5に転送デ
ータを読み込むデータ読み込み手段2と、を備えて構成
されている。
Referring to FIG. 1, according to the embodiment of the present invention, a means 3 for acquiring the position and size information of data in a transfer source device 1 of data to be transferred, the position and size information thereof, and a transfer destination device. Data buffer device 5 that stores data when writing the data to device 6, and stores the data in association with data buffer device 5. Transfer data from transfer source device 1 to data buffer device 5 based on the stored position and size information of the data transfer source. And data reading means 2 for reading.

【0016】本発明の実施の形態においては、転送デー
タの転送元装置1上での位置とサイズを取得し、転送先
装置6へ送出するデータを蓄積するデータバッファ4に
直接読み込み、転送先装置6にデータを送出する。この
ため、転送元装置1用のデータバッファ5にデータを読
み込み、そのデータをアプリケーション上のデータ域を
経由してデータバッファ装置へメモリ間コピーを行う必
要が無い。
In the embodiment of the present invention, the position and size of the transfer data on the transfer source device 1 are acquired, and are directly read into the data buffer 4 which stores the data to be sent to the transfer destination device 6, and the transfer destination device 1 The data is sent to 6. Therefore, it is not necessary to read the data into the data buffer 5 for the transfer source device 1 and copy the data between the memories to the data buffer device via the data area on the application.

【0017】また、転送先装置6がネットワーク機器で
あった場合、データバッファの分割が発生する場合があ
るが、その際には、位置及びサイズを再取得し、分割さ
れた新たなバッファと関連付けるだけでよい。このた
め、データバッファの分割があった場合でも、メモリ間
データコピーの必要が無い。
When the transfer destination device 6 is a network device, division of the data buffer may occur. In that case, the position and size are reacquired and associated with the new divided buffer. Just enough. Therefore, even if the data buffer is divided, there is no need to copy data between memories.

【0018】[0018]

【実施例】上記した本発明の実施の形態を更に詳細に説
明すべく、本発明の実施例を図面を参照して以下に説明
する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS In order to explain the above-described embodiments of the present invention in more detail, embodiments of the present invention will be described below with reference to the drawings.

【0019】図2は、本発明の一実施例の構成を示す図
である。図2を参照して、本実施例においては、転送デ
ータが格納されたハードディスク装置1、ハードディス
ク装置1からデータを読み込むデータ読み込み手段2、
ハードディスク装置1上のデータの位置、サイズ情報を
取得する手段3、転送データを蓄積するメッセージバッ
ファ装置5、転送データを納めるメッセージバッファ装
置に対応する位置、サイズ格納装置4、転送データを送
出するネットワーク装置6、コンピュータシステム全体
を制御するオペレーティングシステム7と、を備えて構
成される。
FIG. 2 is a diagram showing the configuration of an embodiment of the present invention. Referring to FIG. 2, in the present embodiment, a hard disk device 1 in which transfer data is stored, a data reading means 2 for reading data from the hard disk device 1,
Position of data on hard disk device 1, means 3 for acquiring size information, message buffer device 5 for storing transfer data, position corresponding to message buffer device for storing transfer data, size storage device 4, network for sending transfer data An apparatus 6 and an operating system 7 that controls the entire computer system are provided.

【0020】次に、本実施例の動作を説明する。ここで
は、ハードディスク装置1上にあるデータをネットワー
ク装置6に送出する場合の動作を説明する。
Next, the operation of this embodiment will be described. Here, the operation in the case of transmitting the data on the hard disk device 1 to the network device 6 will be described.

【0021】まず、ハードディスク装置1上に格納され
たデータをネットワーク装置6に転送する要求が発生し
た場合、オペレーティングシステム7は、転送するデー
タをネットワーク装置6に転送する際に、データを蓄積
するメッセージバッファ装置5と、そのメッセージバッ
ファ5に対応する位置、サイズ情報格納装置4を用意す
る。
First, when a request for transferring the data stored in the hard disk device 1 to the network device 6 is made, the operating system 7 stores a message for accumulating the data when transferring the data to be transferred to the network device 6. A buffer device 5 and a position / size information storage device 4 corresponding to the message buffer 5 are prepared.

【0022】次に、オペレーティングシステム7は、位
置、サイズ情報取得手段3を介して、対象データが格納
されているハードディスク装置1上の位置とサイズ情報
を取得し、位置、サイズ情報格納装置4に格納させる。
Next, the operating system 7 acquires the position and size information on the hard disk device 1 in which the target data is stored via the position and size information acquisition means 3, and stores it in the position and size information storage device 4. Store.

【0023】この後、オペレーティングシステム7は、
データを読み込み手段2を通して、位置、サイズ情報を
基に、メッセージバッファ装置5に対象のデータを読み
込ませる。
After this, the operating system 7
Through the data reading means 2, the target data is read into the message buffer device 5 based on the position and size information.

【0024】最後に、メッセージバッファ装置5に格納
されたデータを、ネットワーク装置6に送出する。
Finally, the data stored in the message buffer device 5 is sent to the network device 6.

【0025】以上により、メモリ間でのデータコピーを
行うことなく、要求データをハードディスク装置からネ
ットワーク装置に転送することができる。
As described above, the requested data can be transferred from the hard disk device to the network device without copying the data between the memories.

【0026】ネットワークにデータを送出する際に、1
回に転送できるデータ量の制限等によりメッセージバッ
ファを分割する必要が発生した場合の動作を、図3を参
照して説明する。
When sending data to the network, 1
The operation when it is necessary to divide the message buffer due to the limitation of the amount of data that can be transferred at one time will be described with reference to FIG.

【0027】メッセージバッファ装置A(図3の5−
1)を半分に分割する場合、まず転送データをメッセー
ジバッファ装置A(図3の5−1)に読み込むより以前
に分割したデータを格納するメッセージバッファ装置B
1およびB2(図3の5−2および5−3)と、それぞ
れに対応する位置、サイズ情報格納装置B1およびB2
(図3の4−2および4−3)を用意する。
Message buffer device A (5 in FIG. 3)
When dividing 1) into halves, first, a message buffer device B that stores the divided data before reading the transfer data into the message buffer device A (5-1 in FIG. 3) is stored.
1 and B2 (5-2 and 5-3 in FIG. 3) and corresponding position and size information storage devices B1 and B2
(4-2 and 4-3 in FIG. 3) are prepared.

【0028】次に、位置、サイズ情報取得手段3を通し
て分割後のメッセージバッファ装置B1、B2に読み込
むデータの位置、サイズ情報を再計算し、位置、サイズ
情報格納装置B1、B2にそれぞれ格納する。
Next, the position and size information of the data read into the divided message buffer devices B1 and B2 through the position and size information acquisition means 3 is recalculated and stored in the position and size information storage devices B1 and B2, respectively.

【0029】この後、メッセージバッファ装置B1、B
2に対象のデータを読み込み、それぞれネットワーク装
置に送出する。以上により、メッセージバッファを分割
する必要が発生した場合でも、メモリ間コピーをするこ
と無くデータ転送できる。
After this, the message buffer devices B1 and B
The target data is read in 2 and sent to each network device. As described above, even if it is necessary to divide the message buffer, data can be transferred without copying between memories.

【0030】[0030]

【発明の効果】以上説明したように、本発明によれば、
第1の効果として、転送先の装置に送出するデータを蓄
積するためのデータバッファに転送データを直接読み込
みそのまま転送先に送出するように構成したことによ
り、周辺装置でデータ転送する際に、転送元の装置のデ
ータを読み込んだ後遅延無く転送先の装置に、データを
書き込むことができ、データ転送性能を向上するという
効果を有する。
As described above, according to the present invention,
As a first effect, since the transfer data is directly read into the data buffer for accumulating the data to be transmitted to the transfer destination device and is directly transmitted to the transfer destination, the data is transferred when the peripheral device transfers the data. After the data of the original device is read, the data can be written to the transfer destination device without delay, which has the effect of improving the data transfer performance.

【0031】また、本発明によれば、第2の効果とし
て、周辺装置間でデータ転送する際に、メモリ間でのデ
ータコピーをする必要が無いため、ほとんどCPUを使
うことが無く、このため周辺装置間でデータを転送する
際のCPU負荷を大幅に低減するという効果を有する。
Further, according to the present invention, as a second effect, since it is not necessary to copy data between memories when transferring data between peripheral devices, almost no CPU is used, which is why This has the effect of significantly reducing the CPU load when transferring data between peripheral devices.

【0032】さらに、本発明によれば、第3の効果とし
て、周辺装置間でデータ転送する際にメモリ間でのデー
タコピーをする必要が無いため、メモリのリード/ライ
トをするためのCPU−メモリ間データバスの占有が無
くなり、CPU−メモリ間データバスの負荷を低減する
ことができるという効果を有する。
Further, according to the present invention, as a third effect, since it is not necessary to copy data between memories when transferring data between peripheral devices, a CPU for reading / writing the memory- There is an advantage that the data bus between the memories is not occupied and the load on the data bus between the CPU and the memory can be reduced.

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

【図1】本発明の実施の形態の構成を示す図である。FIG. 1 is a diagram showing a configuration of an embodiment of the present invention.

【図2】本発明の一実施例を説明するための図である。FIG. 2 is a diagram for explaining an embodiment of the present invention.

【図3】本発明の一実施例を説明するための図であり、
メッセージバッファ分割が発生した場合の例を表す図で
ある。
FIG. 3 is a diagram for explaining one embodiment of the present invention,
It is a figure showing the example at the time of message buffer division | segmentation occurring.

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

1 転送元装置 2 位置、サイズ情報取得手段 3 データ読み込み手段 4 位置、サイズ情報格納装置 5 データバッファ装置 6 転送先装置 7 オペレーティングシステム DESCRIPTION OF SYMBOLS 1 Transfer source device 2 Position and size information acquisition means 3 Data reading means 4 Position and size information storage device 5 Data buffer device 6 Transfer destination device 7 Operating system

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】転送元装置上の転送データの位置とサイズ
を取得する手段と、 転送先装置へデータを転送する際に該データを蓄積する
バッファ装置と、 前記転送元装置における前記転送データの位置とサイズ
情報を、前記転送データを蓄積する前記バッファ装置と
関連付けて格納する記憶部と、 前記転送元装置における前記位置とサイズ情報を基に前
記転送データを前記バッファ装置に読み込む手段と、 を備えたことを特徴とするメモリ間コピー削除による負
荷削減方式。
1. A means for acquiring the position and size of transfer data on a transfer source device, a buffer device for storing the data when transferring the data to the transfer destination device, and a transfer device for storing the transfer data in the transfer source device. A storage unit that stores the position and size information in association with the buffer device that stores the transfer data; and a unit that reads the transfer data into the buffer device based on the position and size information in the transfer source device. A load reduction method that is characterized by having copy deletion between memories.
【請求項2】情報処理装置において、ハードディスク装
置等のランダムアクセス可能な二次記憶装置に記憶され
ているデータをネットワークに送出または他の二次記憶
装置に転送する際のデータの転送方式において、 転送元である二次記憶装置上に存在する転送データの位
置とサイズを取得する手段と、 転送先であるネットワークや二次記憶装置へ送出するデ
ータを蓄積するバッファ装置と、 前記予め取得された転送データの前記転送元における位
置とサイズ情報を、転送データを蓄積する前記バッファ
装置と関連付けて格納する手段と、 前記転送データの前記転送元における位置とサイズ情報
を基に前記転送データを、対象のバッファ装置に読み込
む手段と、 を有することを特徴とするメモリ間コピー削除による負
荷削減方式。
2. A data transfer method for transmitting data stored in a randomly accessible secondary storage device such as a hard disk device to a network or transferring to another secondary storage device in an information processing device, Means for acquiring the position and size of the transfer data existing on the secondary storage device as the transfer source, a buffer device for storing the data to be sent to the transfer destination network or the secondary storage device, and the previously acquired Means for storing the position and size information of the transfer data at the transfer source in association with the buffer device for accumulating the transfer data, and the transfer data based on the position and size information of the transfer data at the transfer source And a means for reading into the buffer device of, and a load reduction method by deleting the copy between memories.
【請求項3】前記転送データを蓄積するバッファ装置の
分割された場合に、分割されたバッファ装置に読み込む
べきデータの前記転送元装置上の位置とサイズを再計算
し、該バッファ装置に関連付けて格納し、 バッファ分割によるメモリ間コピーを削減するようにし
たことを特徴とする請求項1〜2のいずれか一に記載の
メモリ間コピー削除による負荷削減方式。
3. When the buffer device for accumulating the transfer data is divided, the position and size of the data to be read in the divided buffer device on the transfer source device are recalculated and associated with the buffer device. 3. The load reduction method by inter-memory copy deletion according to claim 1, wherein the inter-memory copy is stored and the inter-memory copy is reduced.
JP15308596A 1996-05-24 1996-05-24 Load reducing system for inter-memory copy erasure Pending JPH09319691A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP15308596A JPH09319691A (en) 1996-05-24 1996-05-24 Load reducing system for inter-memory copy erasure

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP15308596A JPH09319691A (en) 1996-05-24 1996-05-24 Load reducing system for inter-memory copy erasure

Publications (1)

Publication Number Publication Date
JPH09319691A true JPH09319691A (en) 1997-12-12

Family

ID=15554656

Family Applications (1)

Application Number Title Priority Date Filing Date
JP15308596A Pending JPH09319691A (en) 1996-05-24 1996-05-24 Load reducing system for inter-memory copy erasure

Country Status (1)

Country Link
JP (1) JPH09319691A (en)

Similar Documents

Publication Publication Date Title
US7707337B2 (en) Object-based storage device with low process load and control method thereof
US9058254B2 (en) Memory device
TWI381272B (en) Flash memory apparatus and access method to flash memory
JPH09259033A (en) Buffer write method
US7177530B1 (en) Recording/reproducing apparatus
KR20060017816A (en) Method and device for transferring data between a main memory and a storage device
US6684308B2 (en) Method and system for providing direct access recovery using seekable tape device
JP2004206424A (en) Data processing device and data transfer method for data processing device
JPH1153123A (en) Backup system
JP3882461B2 (en) Storage device system and backup acquisition method thereof
JPH09319691A (en) Load reducing system for inter-memory copy erasure
US5623630A (en) Data processor with application program buffer to cache buffer copy capability to prevent mismatches
KR100950356B1 (en) Data transfer unit with support for multiple coherency granules
JP2570187B2 (en) DMA transfer apparatus and method
JP3162459B2 (en) Data processing device
JPH11149455A (en) Memory disk sharing method and its executing device
EP0656588A2 (en) Storage device
JPH08202595A (en) File system
JP4030951B2 (en) Data duplication apparatus and method
JP2001014219A (en) Method and device for controlling cache
JP4197547B2 (en) Data storage device and data management method
JPH03296841A (en) Cache control system
JP2853639B2 (en) Data processing device
JP2773986B2 (en) Storage system control method
JP2004227445A (en) Copying method for storage device subsystem and storage device subsystem therefor

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20000606