JPH0793101A - Data backup device - Google Patents

Data backup device

Info

Publication number
JPH0793101A
JPH0793101A JP5241156A JP24115693A JPH0793101A JP H0793101 A JPH0793101 A JP H0793101A JP 5241156 A JP5241156 A JP 5241156A JP 24115693 A JP24115693 A JP 24115693A JP H0793101 A JPH0793101 A JP H0793101A
Authority
JP
Japan
Prior art keywords
storage device
backup
host computer
data
bus
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
JP5241156A
Other languages
Japanese (ja)
Inventor
Yasutaka Takahashi
泰隆 高橋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
JFE Steel Corp
Original Assignee
Kawasaki Steel 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 Kawasaki Steel Corp filed Critical Kawasaki Steel Corp
Priority to JP5241156A priority Critical patent/JPH0793101A/en
Publication of JPH0793101A publication Critical patent/JPH0793101A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To perform the backup of data without applying any load to a host computer in a computer system connected by an SCSI bus by reading reloaded data and writing them in a backup storage device in a state that the host computer does not use the bus. CONSTITUTION:A host computer 2 is connected through an SCSI bus 4 to a storage device 6 such as a hard disk, backup storage device 8 such as an optical disk and the backup device 10. The host computer 2 writes or reads data through the SCSI bus 4 in or from the storage device 6. From the change of the signal of the SCSI bus 4 at that time, the backup device 10 decodes which area data of the storage device 6 have been decoded by the host computer 2, and performs backup processing by reading the data from the storage device 6 and writing the read data in the backup storage device 8 while utilizing the idle time of the SCSI bus 4.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、計算機がハードディス
ク等の記憶装置に書き込んだデータを別の記憶装置にバ
ックアップするためのデータバックアップ装置に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data backup device for backing up data written by a computer in a storage device such as a hard disk to another storage device.

【0002】[0002]

【従来の技術】ホストコンピュータは大量のデータを記
録し読み出すために主記憶に次ぐ記憶装置として、通常
ハードディスクドライブを使用する。ハードディスクド
ライブ上のデータが装置の故障あるいは操作ミスで破壊
されたときのため、あるいは別のホストコンピュータに
記憶内容を移転するために、比較的低速ではあるが取出
し可能で大容量のバックアップ記憶装置として光ディス
ク装置や磁気テープ装置が用いられている。
2. Description of the Related Art A host computer normally uses a hard disk drive as a storage device next to a main memory for recording and reading a large amount of data. As a backup storage device of relatively slow but removable capacity in case the data on the hard disk drive is destroyed by a device failure or operation error, or to transfer the stored contents to another host computer Optical disk devices and magnetic tape devices are used.

【0003】このようなシステムでのデータバックアッ
プ作業は、従来、ホストコンピュータが記憶装置のデー
タを読み出し、バックアップ記憶装置に書き込む操作を
繰返して実施していた。
The data backup work in such a system has conventionally been carried out by the host computer repeatedly reading data from the storage device and writing the data in the backup storage device.

【0004】これを図面を用いて詳しく説明する。This will be described in detail with reference to the drawings.

【0005】図1において、ホストコンピュータ2から
SCSIバス4を介して記憶装置6に読み出しコマンド
が送られ、これによって、記憶装置6からホストコンピ
ュータ2にデータが転送される。
In FIG. 1, a read command is sent from the host computer 2 to the storage device 6 via the SCSI bus 4, whereby data is transferred from the storage device 6 to the host computer 2.

【0006】次に、図2において、ホストコンピュータ
2からSCSIバス4を介してバックアップ記憶装置8
に書き込みコマンドが送られ、これによってホストコン
ピュータ2からバックアップ記憶装置8にデータが転送
される。
Next, referring to FIG. 2, the backup storage device 8 from the host computer 2 via the SCSI bus 4.
To the backup storage device 8 by the write command.

【0007】以上図1及び図2に示す操作を必要な回数
繰返すことにより、記憶装置6のデータがバックアップ
記憶装置8に転送される。
Data in the storage device 6 is transferred to the backup storage device 8 by repeating the operations shown in FIGS. 1 and 2 as many times as necessary.

【0008】[0008]

【発明が解決しようとする課題】しかしながら、ホスト
コンピュータが行うデータバックアップ処理では、デー
タバックアップ作業中はホストコンピュータがその作業
のために占有されるため、他の作業ができなくなるとい
う問題点がある。
However, in the data backup processing performed by the host computer, there is a problem that the host computer is occupied for the work during the data backup work, and other work cannot be performed.

【0009】又、バックアップ記憶装置のデータ転送速
度が低いため、バックアップするデータの量によっては
長時間のシステム停止を要求されるという問題点があ
る。
Further, since the data transfer rate of the backup storage device is low, there is a problem that the system must be stopped for a long time depending on the amount of data to be backed up.

【0010】このため、バックアップの必要性があって
も実施できない場合が発生していた。
For this reason, there are cases where backup cannot be carried out even if it is necessary.

【0011】本発明は、前記従来の問題点を解決するべ
くなされたもので、ホストコンピュータの動作中、停止
中にかかわらず、記憶装置上のデータの変更が行われた
場合は、随時バックアップ動作を開始し、又ホストコン
ピュータへの負荷をかけずに記憶装置上のデータのバッ
クアップを行うデータバックアップ装置を提供すること
を目的とする。
The present invention has been made to solve the above-mentioned conventional problems. When the data on the storage device is changed regardless of whether the host computer is operating or stopped, the backup operation is performed at any time. It is an object of the present invention to provide a data backup device that starts data backup and backs up data on a storage device without imposing a load on a host computer.

【0012】[0012]

【課題を解決するための手段】本発明は、SCSI規格
で決められたバスで接続されているホストコンピュータ
とハードディスク等の記憶装置及び光ディスク等のバッ
クアップ記憶装置から構成されるシステムのデータバッ
クアップ装置において、SCSIバス上のホストコンピ
ュータと記憶装置との信号のやりとり手順であるバスシ
ーケンスを監視し検出する手段と、前記バスシーケンス
を記録する手段と、前記バスシーケンス記録から該ホス
トコンピュータが該記憶装置のデータを書き換えたエリ
ア情報をデコードする手段と、該SCSIバスを該ホス
トコンピュータが使用していないバスアイドルを検出す
る手段と、該記憶装置及び該バックアップ記憶装置に対
してデータの読み出し、書き込み等のコマンドを発行す
る手段と、前記バスアイドル検出後、前記デコード手段
により得られた該ホストコンピュータが書き換えた該記
憶装置のエリア情報を基に、該記憶装置に読み出しコマ
ンドを発行する手段により読み出し、該バックアップ記
憶装置に書き込む制御を行う手段とを備え、該ホストコ
ンピュータと該記憶装置の接続された該SCSIバスに
デイジーチェーンで接続されたことにより前記目的を達
成したものである。
The present invention provides a data backup device of a system comprising a host computer connected by a bus defined by the SCSI standard, a storage device such as a hard disk, and a backup storage device such as an optical disk. , Means for monitoring and detecting a bus sequence, which is a procedure for exchanging signals between the host computer and the storage device on the SCSI bus, means for recording the bus sequence, and the host computer from the bus sequence recording A means for decoding the area information in which the data is rewritten, a means for detecting a bus idle in which the host computer does not use the SCSI bus, and a data read / write operation for the storage device and the backup storage device. Means for issuing commands, and After the idle is detected, a unit for issuing a read command to the storage device, based on the area information of the storage device rewritten by the host computer, which is obtained by the decoding unit, and performing a control for writing to the backup storage device And a daisy chain connection to the SCSI bus to which the host computer and the storage device are connected.

【0013】[0013]

【作用】本発明によれば、SCSIバス上のホストコン
ピュータと記憶装置との信号のやりとりを監視すること
により、該ホストコンピュータが該記憶装置のあるエリ
アのデータを書き換えたことを認識し、ホストコンピュ
ータがバスを使用していない状態で該記憶装置に読み出
しコマンドを発行し前記書き換えのあったデータを読み
出し、バックアップ記憶装置に書き込みコマンドを発行
し前記読み出しデータを書き込むことにより、ホストコ
ンピュータに負荷をかけずにバックアップ処理を行うこ
とを可能にする。
According to the present invention, by monitoring the exchange of signals between the host computer and the storage device on the SCSI bus, it is recognized that the host computer has rewritten data in an area of the storage device, The load is applied to the host computer by issuing a read command to the storage device to read the rewritten data and issuing a write command to the backup storage device to write the read data while the computer is not using the bus. Enables you to perform backup processing without calling.

【0014】又、この処理は、ホストコンピュータによ
る書き換えが起こると随時処理されるため、従来のよう
な処理終了後のバックアップのための時間が不要にな
る。
Further, since this processing is processed whenever the rewriting by the host computer occurs, the time for backup after the processing as in the conventional case becomes unnecessary.

【0015】[0015]

【実施例】以下、図面を参照して、本発明の実施例を詳
細に説明する。
Embodiments of the present invention will now be described in detail with reference to the drawings.

【0016】図3は、本実施例のSCSIバス上の接続
状態を示すブロック線図である。
FIG. 3 is a block diagram showing a connection state on the SCSI bus of this embodiment.

【0017】まず、図3により本実施例のおおまかな動
作を説明する。
First, the rough operation of this embodiment will be described with reference to FIG.

【0018】図3において、ホストコンピュータ2はS
CSIバス4を介してハードディスク等の記憶装置6及
び光ディスク等のバックアップ記憶装置8、バックアッ
プ装置10に接続されている。ホストコンピュータ2は
データをSCSIバス4を介して記憶装置6に書き込み
あるいは読み出しを行う。バックアップ装置10はこの
ときのSCSIバス4の信号の変化からホストコンピュ
ータ2が記憶装置6のどのエリアのデータを書き換えた
かをデコードし、SCSIバス4の空き時間を利用して
記憶装置6からデータを読み出し、バックアップ記憶装
置8へ読み出したデータを書き込むことによりバックア
ップ処理を行う。
In FIG. 3, the host computer 2 is S
A storage device 6 such as a hard disk, a backup storage device 8 such as an optical disk, and a backup device 10 are connected via a CSI bus 4. The host computer 2 writes or reads data in the storage device 6 via the SCSI bus 4. The backup device 10 decodes which area of the storage device 6 the data has been rewritten by the host computer 2 from the change in the signal of the SCSI bus 4 at this time, and uses the idle time of the SCSI bus 4 to transfer the data from the storage device 6. Backup processing is performed by reading and writing the read data to the backup storage device 8.

【0019】又、本実施例のバックアップ装置10の内
部構成は図3に示すように、SCSIバス4は他のSC
SI機器に接続され、バスの状態を監視するSCSIバ
スシーケンス監視回路12及びSCSIコマンド発行回
路14に接続されている。SCSIバスシーケンス監視
回路12はバスシーケンス記憶回路16と制御CPU1
8に接続されている。又、SCSIコマンド発行回路1
4は、制御CPU18とデータバッファ20に接続され
ている。
The internal configuration of the backup device 10 of this embodiment is as shown in FIG.
It is connected to an SI device and is connected to a SCSI bus sequence monitoring circuit 12 and a SCSI command issuing circuit 14 for monitoring the bus status. The SCSI bus sequence monitoring circuit 12 includes a bus sequence storage circuit 16 and a control CPU 1.
8 is connected. Also, the SCSI command issuing circuit 1
4 is connected to the control CPU 18 and the data buffer 20.

【0020】SCSIバスシーケンス監視回路12はS
CSIバス4の状態を検出し、このデータはバスシーケ
ンス記憶回路16に記憶されると共に、制御CPU18
に内蔵されるタイマと処理プログラムによりバスアイド
ルの検出に使用される。又、SCSIコマンド発行回路
14は制御CPU18からの命令によって、SCSIバ
ス4に接続されたSCSI機器に対して、データの読み
出しコマンド及び書き込みコマンドを発行し、このとき
のデータを一時的にデータバッファ20に格納する。
The SCSI bus sequence monitoring circuit 12 uses S
The state of the CSI bus 4 is detected, this data is stored in the bus sequence storage circuit 16, and the control CPU 18
It is used for detection of bus idle by the timer and processing program built in. Further, the SCSI command issuing circuit 14 issues a data read command and a data write command to a SCSI device connected to the SCSI bus 4 according to an instruction from the control CPU 18, and temporarily stores the data at this time in the data buffer 20. To store.

【0021】次に、コマンド及びデータの流れを示すブ
ロック図、図4〜図6及びバックアップ手順を示すフロ
ーチャート、図7を用いて本実施例のバックアップ処理
を詳細に説明する。
Next, the backup processing of this embodiment will be described in detail with reference to block diagrams showing the flow of commands and data, FIGS. 4 to 6, a flowchart showing the backup procedure, and FIG.

【0022】まず、図4において、バックアップ装置1
0は、ホストコンピュータ2がSCSIバス4を介して
記憶装置6にデータの書き込みを行うと、そのときのS
CSIバス4の信号からバスシーケンスを取り込み、バ
ックアップ装置10内のバスシーケンス記憶回路(図1
の符号16)に格納する。
First, referring to FIG. 4, the backup device 1
0 means that when the host computer 2 writes data to the storage device 6 via the SCSI bus 4, S at that time is written.
The bus sequence is fetched from the signal of the CSI bus 4 and is stored in the bus sequence storage circuit (see FIG.
16).

【0023】ここで、図7のフローチャート、ステップ
100において、書き換えられたデータは全てバックア
ップされたかどうか判断する。全てバックアップされて
いればステップ102へ行き処理を終了する。
Here, in step 100 of the flowchart of FIG. 7, it is determined whether or not all rewritten data has been backed up. If all are backed up, the process goes to step 102 to end the process.

【0024】まだバックアップが終了していなければ、
次のステップ104へ行き、バックアップ装置10内の
制御CPU18はSCSIバスシーケンス監視回路12
を介して、SCSIバス4がホストコンピュータ2によ
って一定時間使用されていないことを確認する。
If the backup is not completed yet,
Going to the next step 104, the control CPU 18 in the backup device 10 makes the SCSI bus sequence monitoring circuit 12
Via, confirm that the SCSI bus 4 has not been used by the host computer 2 for a certain period of time.

【0025】SCSIバスが一定時間空いていれば、次
のステップ106へ進み、バックアップ処理を実施す
る。
If the SCSI bus is idle for a certain period of time, the process proceeds to the next step 106 to execute the backup process.

【0026】ステップ106において、図5に示すよう
に、バックアップ装置10からSCSIバス4を介して
記憶装置6に読み出しコマンドが送られ、これによって
記憶装置6からバックアップ装置10内のデータバッフ
ァ20にデータが転送される。
In step 106, as shown in FIG. 5, a read command is sent from the backup device 10 to the storage device 6 via the SCSI bus 4, whereby the storage device 6 transfers data to the data buffer 20 in the backup device 10. Is transferred.

【0027】次にステップ108において、図6に示す
ように、バックアップ装置10からSCSIバス4を介
して、バックアップ記憶装置8に書き込みコマンドが送
られ、これによってバックアップ装置10からバックア
ップ記憶装置8にデータが転送される。
Next, in step 108, as shown in FIG. 6, a write command is sent from the backup device 10 to the backup storage device 8 via the SCSI bus 4, whereby the backup device 10 sends data to the backup storage device 8. Is transferred.

【0028】以上ステップ106、108の処理を必要
な回数繰返すことにより、記憶装置6のデータがバック
アップ記憶装置8に転送される。
Data in the storage device 6 is transferred to the backup storage device 8 by repeating the processing of steps 106 and 108 as many times as necessary.

【0029】バックアップ処理中にホストからのコマン
ドが入らなかった場合のデータバックアップ装置の動作
タイミングチャートを図8に示す。又バックアップ処理
中にホストからのコマンドが入った場合のデータバック
アップ装置の動作タイミングチャートを図9に示す。
FIG. 8 shows an operation timing chart of the data backup device when no command is input from the host during the backup process. FIG. 9 shows an operation timing chart of the data backup device when a command is input from the host during the backup process.

【0030】この処理を行っている最中、ホストコンピ
ュータ2はこの作業に占有されないため他の処理を行う
ことができる。又、バックアップ処理は記憶装置6にデ
ータが書き込まれると随時行われるので、バックアップ
のための操作が必要なく、更にバスアイドル時間を利用
しているため、バックアップに必要な処理時間も表に現
われない。
While this processing is being performed, the host computer 2 is not occupied by this work and can perform other processing. Further, the backup process is performed whenever data is written to the storage device 6, so that there is no need for an operation for backup, and since the bus idle time is used, the processing time required for backup does not appear in the table. .

【0031】[0031]

【発明の効果】以上説明した通り、本発明によれば、ホ
ストコンピュータの負荷をかけずにハードディスク等の
記憶装置のデータを光ディスク等のバックアップ記憶装
置にバックアップすることができ、バスアイドル時間を
有効に利用することにより全体の処理時間を短縮するこ
とができるという効果を有する。
As described above, according to the present invention, data in a storage device such as a hard disk can be backed up to a backup storage device such as an optical disk without imposing a load on the host computer, and the bus idle time can be effectively used. This has the effect that the total processing time can be shortened.

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

【図1】ホストコンピュータを使用してバックアップを
行う従来の手順を示すブロック線図
FIG. 1 is a block diagram showing a conventional procedure for backing up using a host computer.

【図2】ホストコンピュータを使用してバックアップを
行う従来の手順を示すブロック線図
FIG. 2 is a block diagram showing a conventional procedure for backing up using a host computer.

【図3】本発明のSCSIバス上の接続状態を示すブロ
ック線図
FIG. 3 is a block diagram showing a connection state on the SCSI bus of the present invention.

【図4】本発明を使用してバックアップを行う手順を示
すブロック線図
FIG. 4 is a block diagram showing a procedure for backing up using the present invention.

【図5】本発明を使用してバックアップを行う手順を示
すブロック線図
FIG. 5 is a block diagram showing a procedure for backing up using the present invention.

【図6】本発明を使用してバックアップを行う手順を示
すブロック線図
FIG. 6 is a block diagram showing a procedure for performing backup using the present invention.

【図7】本発明を使用してバックアップを行う手順を示
すフローチャート
FIG. 7 is a flow chart showing a procedure for backing up using the present invention.

【図8】バックアップ処理中にホストからのコマンドが
入らなかった場合のタイミングチャート
FIG. 8 is a timing chart when a command from the host is not input during backup processing.

【図9】バックアップ処理中にホストからのコマンドが
入った場合のタイミングチャート
FIG. 9 is a timing chart when a command from the host is input during backup processing.

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

2…ホストコンピュータ 4…SCSIバス 6…記憶装置 8…バックアップ記憶装置 10…バックアップ装置 12…SCSIバスシーケンス監視回路 14…SCSIコマンド発行回路 16…バスシーケンス記憶回路 18…制御CPU 20…データバッファ 2 ... Host computer 4 ... SCSI bus 6 ... Storage device 8 ... Backup storage device 10 ... Backup device 12 ... SCSI bus sequence monitoring circuit 14 ... SCSI command issuing circuit 16 ... Bus sequence storage circuit 18 ... Control CPU 20 ... Data buffer

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】SCSI規格で決められたバスで接続され
ているホストコンピュータとハードディスク等の記憶装
置及び光ディスク等のバックアップ記憶装置から構成さ
れるシステムのデータバックアップ装置において、 SCSIバス上のホストコンピュータと記憶装置との信
号のやりとり手順であるバスシーケンスを監視し検出す
る手段と、 前記バスシーケンスを記録する手段と、 前記バスシーケンス記録から該ホストコンピュータが該
記憶装置のデータを書き換えたエリア情報をデコードす
る手段と、 該SCSIバスを該ホストコンピュータが使用していな
いバスアイドルを検出する手段と、 該記憶装置及び該バックアップ記憶装置に対してデータ
の読み出し、書き込み等のコマンドを発行する手段と、 前記バスアイドル検出後、前記デコード手段により得ら
れた該ホストコンピュータが書き換えた該記憶装置のエ
リア情報を基に、該記憶装置に読み出しコマンドを発行
する手段により読み出し、該バックアップ記憶装置に書
き込む制御を行う手段とを備え、 該ホストコンピュータと該記憶装置の接続された該SC
SIバスにデイジーチェーンで接続されたことを特徴と
するデータバックアップ装置。
1. A data backup device for a system comprising a host computer connected by a bus defined by the SCSI standard, a storage device such as a hard disk, and a backup storage device such as an optical disk, and a host computer on the SCSI bus. Means for monitoring and detecting a bus sequence, which is a procedure for exchanging signals with a storage device, means for recording the bus sequence, and decoding area information in which the host computer rewrites data in the storage device from the bus sequence recording. Means, a means for detecting a bus idle in which the host computer does not use the SCSI bus, a means for issuing commands such as data read / write to the storage device and the backup storage device, After the bus idle is detected, A read command is issued to the storage device on the basis of the area information of the storage device rewritten by the host computer obtained by the code means, and a write command is written to the backup storage device. The SC in which the host computer and the storage device are connected
A data backup device characterized by being connected to an SI bus in a daisy chain.
JP5241156A 1993-09-28 1993-09-28 Data backup device Pending JPH0793101A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5241156A JPH0793101A (en) 1993-09-28 1993-09-28 Data backup device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5241156A JPH0793101A (en) 1993-09-28 1993-09-28 Data backup device

Publications (1)

Publication Number Publication Date
JPH0793101A true JPH0793101A (en) 1995-04-07

Family

ID=17070099

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5241156A Pending JPH0793101A (en) 1993-09-28 1993-09-28 Data backup device

Country Status (1)

Country Link
JP (1) JPH0793101A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0945801A2 (en) * 1998-03-24 1999-09-29 Hitachi, Ltd. External storage device and method for data saving, data backup
JP2006042426A (en) * 2004-07-23 2006-02-09 Densei Lambda Kk Uninterruptible power supply device, history information storage method, and uninterruptible power supply system
US7210011B2 (en) 2002-11-27 2007-04-24 Hitachi, Ltd. Information processing system, storage system, storage device controller and program that enable facilitating the recovery work of remote copying
US7398367B2 (en) 2001-03-02 2008-07-08 Hitachi, Ltd. Storage subsystem that connects fibre channel and supports online backup
JP2012138144A (en) * 2010-12-27 2012-07-19 Hitachi Consumer Electronics Co Ltd Record reproduction device and record reproduction method

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0945801A2 (en) * 1998-03-24 1999-09-29 Hitachi, Ltd. External storage device and method for data saving, data backup
US6539461B2 (en) 1998-03-24 2003-03-25 Hitachi, Ltd. Data saving method and external storage device
US6772306B2 (en) 1998-03-24 2004-08-03 Hitachi, Ltd. Data saving method and external storage device
EP0945801A3 (en) * 1998-03-24 2004-10-06 Hitachi, Ltd. External storage device and method for data saving, data backup
US7020756B2 (en) 1998-03-24 2006-03-28 Hitachi, Ltd. Data saving method and external storage device
US7398367B2 (en) 2001-03-02 2008-07-08 Hitachi, Ltd. Storage subsystem that connects fibre channel and supports online backup
US7904646B2 (en) 2001-03-02 2011-03-08 Hitachi, Ltd. Storage subsystem that connects fibre channel and supports online backup
US8234449B2 (en) 2001-03-02 2012-07-31 Hitachi, Ltd. Storage subsystem that connects fibre channel and supports online backup
US8806119B2 (en) 2001-03-02 2014-08-12 Hitachi, Ltd. Storage subsystem that connects fibre channel and supports online backup
US7210011B2 (en) 2002-11-27 2007-04-24 Hitachi, Ltd. Information processing system, storage system, storage device controller and program that enable facilitating the recovery work of remote copying
JP2006042426A (en) * 2004-07-23 2006-02-09 Densei Lambda Kk Uninterruptible power supply device, history information storage method, and uninterruptible power supply system
JP2012138144A (en) * 2010-12-27 2012-07-19 Hitachi Consumer Electronics Co Ltd Record reproduction device and record reproduction method

Similar Documents

Publication Publication Date Title
JPH06250906A (en) Backup/recovery system for data developed in main storage device
JPH0793101A (en) Data backup device
JPH01235075A (en) Disk memory controller
US5359623A (en) Magneto-optical disc control system and method for avoiding the need to initialize an entire surface of a storage medium on commencement of use
JPH04311219A (en) Data backup system
JPH04111113A (en) Hard disk emulator
JP3794322B2 (en) Data copy system
JP3022011B2 (en) Data backup system
JPS6331806B2 (en)
JPH10254780A (en) Disk cache control system
JPH09212425A (en) Write cache backup system
JPS62269256A (en) Data storage system for semiconductor file
JPS6346553A (en) File copying method
JPH0335477A (en) Peripheral memory controller
JPH01501661A (en) Improved high-speed tag transfer
JPH05181613A (en) Information processor
JP4009401B2 (en) Disk control apparatus and recording medium recording program
JPS58171724A (en) Copy controller of magnetic disc tape
JPH04102117A (en) Magnetic disk device
JPH10133867A (en) Data reproducing device and data recording medium
JPH01296461A (en) Magnetic disk device
JPS6254347A (en) Processing system for fault of file
JPH07141262A (en) Information processor
JPH0291716A (en) File server
JPS59161717A (en) Priority decision system