JP2000155708A - Automatic monitoring method for use state of journal file - Google Patents

Automatic monitoring method for use state of journal file

Info

Publication number
JP2000155708A
JP2000155708A JP10332736A JP33273698A JP2000155708A JP 2000155708 A JP2000155708 A JP 2000155708A JP 10332736 A JP10332736 A JP 10332736A JP 33273698 A JP33273698 A JP 33273698A JP 2000155708 A JP2000155708 A JP 2000155708A
Authority
JP
Japan
Prior art keywords
journal file
history
automatic
rollback
monitoring method
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
JP10332736A
Other languages
Japanese (ja)
Inventor
Naoko Kondo
奈穂子 近藤
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 JP10332736A priority Critical patent/JP2000155708A/en
Publication of JP2000155708A publication Critical patent/JP2000155708A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To prevent an overflow of a journal file from causing troubles to the whole system. SOLUTION: A monitor means 6 always monitor the capacities of a rollback journal file 4 and a history journal file 5. When the use rate of each file exceeds a certain value, a console 7 alarms. Then a program exceeding the use quantity of the rollback journal file 4 is stopped. The saving is performed for the history journal file 5.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、汎用コンピュータ
等において用いられ、ジャーナルファイルの使用容量を
監視して、オーバーフローを生じさせないように適切な
回復処理を施すジャーナルファイル使用状況自動監視方
法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an automatic journal file usage monitoring method used in a general-purpose computer or the like, which monitors the used capacity of a journal file and performs appropriate recovery processing so as not to cause overflow.

【0002】[0002]

【従来の技術】汎用コンピュータシステムにおいて、障
害発生時にデータ回復処理を行うために、ジャーナルフ
ァイルを採取する機能が備えられている。特開平5−2
98170号公報に記載されているように、定期的に磁
気ディスク内のデータファイルが磁気テープにセーブさ
れる。そして、データファイルのデータが更新される
と、更新前の情報がロールバックジャーナルファイルに
保存される。また、更新後の情報がヒストリージャーナ
ルファイルに保存される。
2. Description of the Related Art A general-purpose computer system has a function of collecting a journal file in order to perform data recovery processing when a failure occurs. JP-A-5-2
As described in JP-A-98170, data files in a magnetic disk are periodically saved on a magnetic tape. When the data in the data file is updated, the information before the update is stored in the rollback journal file. The updated information is stored in the history journal file.

【0003】磁気ディスク障害等のハードウェア障害が
発生すると、磁気テープにセーブされている内容が磁気
ディスクに書き戻され、さらに、ヒストリージャーナル
ファイルの内容が上書きされることによって、障害発生
前のデータ状況を再現することができる。また、プログ
ラムが異常終了したら、データファイルの内容はロール
バックジャーナルファイルに格納されている更新前の情
報に戻される。
When a hardware failure such as a magnetic disk failure occurs, the contents saved on the magnetic tape are written back to the magnetic disk, and the contents of the history journal file are overwritten. The situation can be reproduced. When the program ends abnormally, the contents of the data file are returned to the information before the update stored in the rollback journal file.

【0004】ジャーナルファイル(ロールバックジャー
ナルファイルおよびヒストリージャーナルファイル)
は、システム構築時に確保される。ジャーナルファイル
は、以上に述べたようにハードウェアおよびソフトウェ
ア障害発生時の回復作業のために使用されるものである
から、ジャーナルファイルのオーバーフローが生じない
ような措置が施される。例えば、特開平5−29817
0号公報に記載されているように、磁気ディスク上に複
数のジャーナルファイルを用意し、あるジャーナルファ
イルがオーバフローしたら、他のジャーナルファイルに
ジャーナル出力先を切り換える。そして、オーバーフロ
ーしたジャーナルファイルの内容は例えば磁気テープに
セーブされる。
[0004] Journal files (rollback journal files and history journal files)
Is secured at the time of system construction. As described above, since the journal file is used for the recovery operation when a hardware or software failure occurs, measures are taken to prevent the journal file from overflowing. For example, Japanese Patent Application Laid-Open No. 5-29817
As described in Japanese Patent Publication No. 0, a plurality of journal files are prepared on a magnetic disk, and when a certain journal file overflows, the journal output destination is switched to another journal file. Then, the contents of the overflowed journal file are saved on, for example, a magnetic tape.

【0005】[0005]

【発明が解決しようとする課題】しかし、大量のデータ
を更新するような業務が行われると、複数個あったとし
ても最後のジャーナルファイルまでオーバーフローして
しまうおそれがある。ロールバックジャーナルに関して
は、オーバーフローが発生しないように適度に静止点が
設定され、ヒストリージャーナルに関しては、定期的に
セーブ/削除処理が行われるのであるが、それでも、一
時に大量のデータが更新される業務では、オーバーフロ
ーが発生するおそれがある。ジャーナルファイルのオー
バーフローが生ずると、プログラムを停止しなければな
らず、汎用コンピュータを使用する業務に支障をきたす
という問題がある。
However, if a task of updating a large amount of data is performed, there is a risk that even if there are a plurality of data, the last journal file overflows. For the rollback journal, a quiescent point is set appropriately so as not to cause overflow, and for the history journal, save / delete processing is performed periodically, but still, a large amount of data is updated at one time. In business, overflow may occur. When the overflow of the journal file occurs, the program must be stopped, and there is a problem that the work using the general-purpose computer is hindered.

【0006】そこで、本発明は、ジャーナルファイルの
オーバーフローによってシステム全体に支障をきたすこ
とを防止するジャーナルファイル使用状況自動監視方法
を提供することを目的とする。
SUMMARY OF THE INVENTION It is an object of the present invention to provide a method for automatically monitoring the usage status of a journal file, which prevents an overflow of the journal file from affecting the entire system.

【0007】[0007]

【課題を解決するための手段】本発明によるジャーナル
ファイル使用状況自動監視方法は、各ジャーナルファイ
ルの使用率が所定値を越えると警報を表示し、ジャーナ
ルファイルの空き領域を確保する処理を行うことを特徴
とする。
In the journal file use automatic monitoring method according to the present invention, when the usage rate of each journal file exceeds a predetermined value, an alarm is displayed and processing for securing a free area of the journal file is performed. It is characterized by.

【0008】ロールバックジャーナルファイルの空き領
域を確保する処理は、マニュアルによる対象プログラム
の停止処理であってもよい。
[0008] The process for securing the free area of the rollback journal file may be a process for manually stopping the target program.

【0009】ロールバックジャーナルファイルの空き領
域を確保する処理は、所定時間経過後の対象プログラム
の自動停止処理であってもよい。
The process for securing the free area of the rollback journal file may be an automatic stop process of the target program after a predetermined time has elapsed.

【0010】ヒストリージャーナルファイルの空き領域
を確保する処理は、マニュアルによるジャーナルファイ
ルのセーブ処理であってもよい。
[0010] The process for securing the free area of the history journal file may be a manual journal file save process.

【0011】ヒストリージャーナルファイルの空き領域
を確保する処理は、ジャーナルファイルの自動セーブ処
理であってもよい。
[0013] The process for securing the free space in the history journal file may be an automatic save process for the journal file.

【0012】[0012]

【発明の実施の形態】以下、本発明の実施の形態を図面
を参照して説明する。図1は、本発明によるジャーナル
ファイル使用状況自動監視方法を実施するための構成を
示すブロック図である。図1に示すように、走行してい
るプログラム群2中のプログラムによってデータベース
1のデータ更新が行われるときに、更新前の情報がロー
ルバックジャーナル4に格納される。また、更新情報が
ヒストリージャーナル5に格納される。そして、データ
ベース1内のデータは、定期的にバックアップ用の磁気
テープ3にセーブされる。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a configuration for implementing a journal file use status automatic monitoring method according to the present invention. As shown in FIG. 1, when data in the database 1 is updated by a program in the running program group 2, information before the update is stored in the rollback journal 4. Update information is stored in the history journal 5. The data in the database 1 is periodically saved to the backup magnetic tape 3.

【0013】監視手段6は、ロールバックジャーナルフ
ァイル4およびヒストリージャーナルファイル5の容量
を常に監視している。そして、各ファイルの使用率が一
定値を越えると、コンソール7に警告を表示する。ま
た、ヒストリージャーナルファイル5の内容は、所定の
時点で磁気テープ8にセーブされる。
The monitoring means 6 constantly monitors the capacities of the rollback journal file 4 and the history journal file 5. When the usage rate of each file exceeds a certain value, a warning is displayed on the console 7. The contents of the history journal file 5 are saved on the magnetic tape 8 at a predetermined time.

【0014】次に、図2のフローチャートを参照してロ
ールバックジャーナルファイル4の監視方法を説明す
る。監視手段6は、ロールバックジャーナルファイル4
の使用率が一定値を越えたことを検知すると(ステップ
S11)、一定値を越えさせたプログラム(対象プログ
ラム)を一時停止させる。すなわち、保留状態にする
(ステップS12)。そして、コンソール7に、ロール
バックジャーナルファイル4の使用率が一定値を越えた
ことを示す警告を表示する(ステップS13)。
Next, a method of monitoring the rollback journal file 4 will be described with reference to the flowchart of FIG. The monitoring means 6 includes the rollback journal file 4
When it is detected that the usage rate exceeds a certain value (step S11), the program that has exceeded the certain value (target program) is temporarily stopped. That is, the state is put on hold (step S12). Then, a warning is displayed on the console 7 indicating that the usage rate of the rollback journal file 4 has exceeded a certain value (step S13).

【0015】オペレータは、警告を認識すると、対象プ
ログラムを停止させる(ステップS14)。対象プログ
ラムが停止することによって、そのプログラムが確保し
ていたロールバックジャーナル領域は開放される。ま
た、停止されるのは対象プログラムだけであるので、他
のプログラムは正常動作を続行することができる。すな
わち、影響が及ぶ範囲を最小限に止めることができる。
When recognizing the warning, the operator stops the target program (step S14). When the target program stops, the rollback journal area secured by that program is released. Also, since only the target program is stopped, other programs can continue normal operation. That is, the range affected can be minimized.

【0016】ここで、オペレータを介入させることによ
って、種々の応用を適用することができる。例えば、使
用率は一定値を越えているものの対象プログラムがさほ
ど大きなジャーナル領域を要しない場合には、一時的に
使用を許可する等の操作を行うことができる。
Here, various applications can be applied by intervening an operator. For example, if the usage rate exceeds a certain value but the target program does not require a very large journal area, an operation such as temporarily permitting use can be performed.

【0017】次に、図3のフローチャートを参照してヒ
ストリージャーナルファイル5の監視方法を説明する。
監視手段6は、ヒストリージャーナルファイル5の使用
率が一定値を越えたことを検知すると(ステップS2
1)、ヒストリージャーナルファイル5の使用率が一定
値を越えたことを示す警告を表示する(ステップS2
2)。オペレータは、警報を認識すると、ヒストリージ
ャーナルファイル5の磁気テープ8へのセーブ処理を行
い(ステップS23)、セーブされたジャーナルを削除
する。この処理によって、ヒストリージャーナルファイ
ル5の空き領域が増える。よって、各プログラムは正常
動作を行うことができる。
Next, a method of monitoring the history journal file 5 will be described with reference to the flowchart of FIG.
When the monitoring unit 6 detects that the usage rate of the history journal file 5 has exceeded a certain value (step S2).
1), a warning indicating that the usage rate of the history journal file 5 has exceeded a certain value is displayed (step S2).
2). When the operator recognizes the alarm, the operator saves the history journal file 5 to the magnetic tape 8 (step S23), and deletes the saved journal. This process increases the free area of the history journal file 5. Therefore, each program can perform a normal operation.

【0018】図4は、ロールバックジャーナルファイル
4の監視方法の他の例を示すフローチャートである。こ
の場合にも、ロールバックジャーナルファイル4の使用
率が一定値を越えたことを検知されると警告表示が行わ
れるが、一定時間が経過してもマニュアルによるプログ
ラム停止が行われないときには、監視手段6は、自動的
に対象プログラムを停止する(ステップS15)。
FIG. 4 is a flowchart showing another example of a method of monitoring the rollback journal file 4. In this case as well, when it is detected that the usage rate of the rollback journal file 4 exceeds a certain value, a warning is displayed. However, if the program is not manually stopped after a certain time, the monitoring is performed. The means 6 automatically stops the target program (Step S15).

【0019】図5は、ヒストリージャーナルファイル5
の監視方法の他の例を示すフローチャートである。ヒス
トリージャーナルファイル5の使用率が一定値を越えた
ことを検知されると警告表示が行われるが、この場合に
は、監視手段6は、自動的にヒストリージャーナルファ
イル5の磁気ディスク等へのセーブ処理を行う。そし
て、セーブされたジャーナルを削除する。なお、この場
合、一定時間が経過してもマニュアルによるセーブ処理
が行われないときに自動セーブ処理を行うようにしても
よい。
FIG. 5 shows the history journal file 5
11 is a flowchart showing another example of the monitoring method of FIG. When it is detected that the usage rate of the history journal file 5 exceeds a certain value, a warning is displayed. In this case, the monitoring means 6 automatically saves the history journal file 5 to a magnetic disk or the like. Perform processing. Then, the saved journal is deleted. Note that, in this case, the automatic save process may be performed when the manual save process is not performed even after the fixed time has elapsed.

【0020】検知対象となる一定値は、システムに応じ
て設定されるが、例えば、休日等のオペレータ不在期間
を考慮して2〜3日間何らの対応も行われなくてもヒス
トリージャーナルファイル5がオーバーフローしない程
度に設定される。従って、オペレータ不在であっても、
ヒストリージャーナルファイル5がオーバーフローして
しまってシステムに支障をきたすということはない。
The fixed value to be detected is set in accordance with the system. For example, the history journal file 5 is stored in the history journal file 5 without taking any action for two to three days in consideration of the absence of an operator such as a holiday. It is set to an extent that does not overflow. Therefore, even if there is no operator,
There is no possibility that the history journal file 5 overflows and hinders the system.

【0021】以上のように、この実施の形態によれば、
ジャーナルファイルがオーバーフローする前に警告を発
し、マニュアルまたは自動で対象プログラムを停止させ
たりヒストリージャーナルのセーブ処理を行ったりする
ので、ジャーナルファイルオーバーフローによるプログ
ラムの停止等の不都合を回避することができる。しか
も、警告後の処理において、対象プログラム以外の他の
プログラムは正常動作を続行できる効果がある。
As described above, according to this embodiment,
Since a warning is issued before the journal file overflows and the target program is manually or automatically stopped or the history journal is saved, inconvenience such as a program stop due to a journal file overflow can be avoided. In addition, in the process after the warning, there is an effect that other programs other than the target program can continue the normal operation.

【0022】[0022]

【発明の効果】以上のように、本発明によれば、ジャー
ナルファイル使用状況自動監視方法を、各ジャーナルフ
ァイルの使用率が所定値を越えると警報を表示し、ジャ
ーナルファイルの空き領域を確保する処理を行うように
構成したので、オーバーフローするまでジャーナルファ
イル領域が消費されてしまうことが防止され、ジャーナ
ルファイルのオーバーフローによるプログラムの動作停
止を防止できるとともに、警告後の処理において、対象
プログラム以外の他のプログラムは正常動作を続行でき
る効果がある。
As described above, according to the present invention, the method for automatically monitoring the usage status of a journal file displays an alarm when the usage rate of each journal file exceeds a predetermined value, and secures a free area of the journal file. Since the processing is performed, it is possible to prevent the journal file area from being consumed until an overflow occurs, prevent the program from stopping due to the overflow of the journal file, and perform processing other than the target program in the processing after the warning. Has the effect that normal operation can be continued.

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

【図1】 本発明によるジャーナルファイル使用状況自
動監視方法を実施するための構成を示すブロック図であ
る。
FIG. 1 is a block diagram showing a configuration for implementing a journal file use status automatic monitoring method according to the present invention.

【図2】 ロールバックジャーナルファイルの監視方法
を示すフローチャートである。
FIG. 2 is a flowchart illustrating a method of monitoring a rollback journal file.

【図3】 ヒストリージャーナルファイルの監視方法を
示すフローチャートである。
FIG. 3 is a flowchart illustrating a method for monitoring a history journal file.

【図4】 ロールバックジャーナルファイルの監視方法
の他の例を示すフローチャートである。
FIG. 4 is a flowchart illustrating another example of a method of monitoring a rollback journal file.

【図5】 ヒストリージャーナルファイルの監視方法の
他の例を示すフローチャートである。
FIG. 5 is a flowchart illustrating another example of a history journal file monitoring method.

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

1 データベース 2 プログラム群 3 磁気テープ 4 ロールバックジャーナルファイル 5 ヒストリージャーナルファイル 6 監視手段 7 コンソール 8 磁気テープ DESCRIPTION OF SYMBOLS 1 Database 2 Program group 3 Magnetic tape 4 Rollback journal file 5 History journal file 6 Monitoring means 7 Console 8 Magnetic tape

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 データ更新前の情報が保存されるロール
バックジャーナルファイルおよび更新後の情報が保存さ
れるヒストリージャーナルファイルの使用容量を監視す
るジャーナルファイル使用状況自動監視方法であって、 各ジャーナルファイルの使用率が所定値を越えると警報
を表示し、 ジャーナルファイルの空き領域を確保する処理を行うこ
とを特徴とするジャーナルファイル使用状況自動監視方
法。
1. An automatic journal file usage monitoring method for monitoring the used capacity of a rollback journal file in which information before data is stored and a history journal file in which information after update is stored. A warning is displayed when the usage rate of a journal file exceeds a predetermined value, and a process for securing a free space in the journal file is performed.
【請求項2】 ロールバックジャーナルファイルの空き
領域を確保する処理は、マニュアルによる対象プログラ
ムの停止処理である請求項1記載のジャーナルファイル
使用状況自動監視方法。
2. The automatic journal file usage monitoring method according to claim 1, wherein the process of securing a free area of the rollback journal file is a manual stop process of the target program.
【請求項3】 ロールバックジャーナルファイルの空き
領域を確保する処理は、所定時間経過後の対象プログラ
ムの自動停止処理である請求項1または請求項2記載の
ジャーナルファイル使用状況自動監視方法。
3. The journal file use status automatic monitoring method according to claim 1, wherein the process of securing the free area of the rollback journal file is an automatic stop process of the target program after a predetermined time has elapsed.
【請求項4】 ヒストリージャーナルファイルの空き領
域を確保する処理は、マニュアルによるジャーナルファ
イルのセーブ処理である請求項1ないし3記載のジャー
ナルファイル使用状況自動監視方法。
4. The automatic journal file usage monitoring method according to claim 1, wherein the process of securing a free space in the history journal file is a manual journal file save process.
【請求項5】 ヒストリージャーナルファイルの空き領
域を確保する処理は、ジャーナルファイルの自動セーブ
処理である請求項1ないし4記載のジャーナルファイル
使用状況自動監視方法。
5. The automatic journal file use monitoring method according to claim 1, wherein the process of securing a free area of the history journal file is an automatic save process of a journal file.
JP10332736A 1998-11-24 1998-11-24 Automatic monitoring method for use state of journal file Pending JP2000155708A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10332736A JP2000155708A (en) 1998-11-24 1998-11-24 Automatic monitoring method for use state of journal file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10332736A JP2000155708A (en) 1998-11-24 1998-11-24 Automatic monitoring method for use state of journal file

Publications (1)

Publication Number Publication Date
JP2000155708A true JP2000155708A (en) 2000-06-06

Family

ID=18258293

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10332736A Pending JP2000155708A (en) 1998-11-24 1998-11-24 Automatic monitoring method for use state of journal file

Country Status (1)

Country Link
JP (1) JP2000155708A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006119688A (en) * 2004-10-19 2006-05-11 Hitachi Ltd System and method for controlling update of storage device
US7111136B2 (en) 2003-06-26 2006-09-19 Hitachi, Ltd. Method and apparatus for backup and recovery system using storage based journaling
US7167880B2 (en) 2004-04-14 2007-01-23 Hitachi, Ltd. Method and apparatus for avoiding journal overflow on backup and recovery system using storage based journaling
US7398422B2 (en) 2003-06-26 2008-07-08 Hitachi, Ltd. Method and apparatus for data recovery system using storage based journaling
US7555505B2 (en) 2003-07-25 2009-06-30 Hitachi, Ltd. Method and apparatus for synchronizing applications for data recovery using storage based journaling
US7725445B2 (en) 2003-06-27 2010-05-25 Hitachi, Ltd. Data replication among storage systems
US7873860B2 (en) 2003-03-20 2011-01-18 Hitachi, Ltd. External storage and data recovery method for external storage as well as program
US8145603B2 (en) 2003-07-16 2012-03-27 Hitachi, Ltd. Method and apparatus for data recovery using storage based journaling

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7873860B2 (en) 2003-03-20 2011-01-18 Hitachi, Ltd. External storage and data recovery method for external storage as well as program
US7761741B2 (en) 2003-06-26 2010-07-20 Hitachi, Ltd. Method and apparatus for data recovery system using storage based journaling
US7111136B2 (en) 2003-06-26 2006-09-19 Hitachi, Ltd. Method and apparatus for backup and recovery system using storage based journaling
US7162601B2 (en) 2003-06-26 2007-01-09 Hitachi, Ltd. Method and apparatus for backup and recovery system using storage based journaling
US9092379B2 (en) 2003-06-26 2015-07-28 Hitachi, Ltd. Method and apparatus for backup and recovery using storage based journaling
US7243197B2 (en) 2003-06-26 2007-07-10 Hitachi, Ltd. Method and apparatus for backup and recovery using storage based journaling
US7398422B2 (en) 2003-06-26 2008-07-08 Hitachi, Ltd. Method and apparatus for data recovery system using storage based journaling
US7979741B2 (en) 2003-06-26 2011-07-12 Hitachi, Ltd. Method and apparatus for data recovery system using storage based journaling
US7783848B2 (en) 2003-06-26 2010-08-24 Hitachi, Ltd. Method and apparatus for backup and recovery using storage based journaling
US8239344B2 (en) 2003-06-27 2012-08-07 Hitachi, Ltd. Data replication among storage systems
US8135671B2 (en) 2003-06-27 2012-03-13 Hitachi, Ltd. Data replication among storage systems
US8943025B2 (en) 2003-06-27 2015-01-27 Hitachi, Ltd. Data replication among storage systems
US8566284B2 (en) 2003-06-27 2013-10-22 Hitachi, Ltd. Data replication among storage systems
US7725445B2 (en) 2003-06-27 2010-05-25 Hitachi, Ltd. Data replication among storage systems
US8868507B2 (en) 2003-07-16 2014-10-21 Hitachi, Ltd. Method and apparatus for data recovery using storage based journaling
US8145603B2 (en) 2003-07-16 2012-03-27 Hitachi, Ltd. Method and apparatus for data recovery using storage based journaling
US8296265B2 (en) 2003-07-25 2012-10-23 Hitachi, Ltd. Method and apparatus for synchronizing applications for data recovery using storage based journaling
US8005796B2 (en) 2003-07-25 2011-08-23 Hitachi, Ltd. Method and apparatus for synchronizing applications for data recovery using storage based journaling
US7555505B2 (en) 2003-07-25 2009-06-30 Hitachi, Ltd. Method and apparatus for synchronizing applications for data recovery using storage based journaling
US7574462B2 (en) 2004-04-14 2009-08-11 Hitachi, Ltd. Method and apparatus for avoiding journal overflow on backup and recovery system using storage based journaling
US7167880B2 (en) 2004-04-14 2007-01-23 Hitachi, Ltd. Method and apparatus for avoiding journal overflow on backup and recovery system using storage based journaling
JP2006119688A (en) * 2004-10-19 2006-05-11 Hitachi Ltd System and method for controlling update of storage device
US7721055B2 (en) 2004-10-19 2010-05-18 Hitachi, Ltd. System and method for controlling the updating of storage device
JP4507249B2 (en) * 2004-10-19 2010-07-21 株式会社日立製作所 System and method for controlling storage device updates

Similar Documents

Publication Publication Date Title
CN100432949C (en) Method and device for storing user data on computer when software crashing
US20040078628A1 (en) Method, program and system for managing operation
JP2000155708A (en) Automatic monitoring method for use state of journal file
CN115543740A (en) Method, system, equipment and storage medium for monitoring abnormal operation of service
CN111897626A (en) Cloud computing scene-oriented virtual machine high-reliability system and implementation method
JPH11143829A (en) Operation managing method of computer system
JP3551079B2 (en) Recovery method and device after replacement of modified load module
JPH0594353A (en) Database management system
JP2001142788A (en) Method and device for preserving data by data updating monitor and storage medium with data preservation program stored therein
JP2004054816A (en) Database management method and apparatus
JP2000322298A (en) Generation management system for backup file and recording medium stored with generation management program for backup file
JPH07121419A (en) Data base restoration management system
JP3338724B2 (en) Database save method
JPH04168542A (en) Journal collection managing system
JPS6383843A (en) System for collecting trace information
JP3984948B2 (en) Computer system operation management method
CN111881143A (en) Method for managing ETL task
JPH04295941A (en) Automatic file backup system
JP3109656B2 (en) Portable storage medium management system and information storage medium used to realize the system
JP2000099101A (en) Daemon program managing system
JP2683300B2 (en) Data save processing method
JPH08272655A (en) Operating system and file deletion method
JPH05100935A (en) Data base managing system
JP2594761B2 (en) Journal file management device
JPH01291333A (en) Event sorting processing system