JPH08202586A - Connection monitoring system - Google Patents

Connection monitoring system

Info

Publication number
JPH08202586A
JPH08202586A JP7011371A JP1137195A JPH08202586A JP H08202586 A JPH08202586 A JP H08202586A JP 7011371 A JP7011371 A JP 7011371A JP 1137195 A JP1137195 A JP 1137195A JP H08202586 A JPH08202586 A JP H08202586A
Authority
JP
Japan
Prior art keywords
dbms
management system
database management
application program
monitoring
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
JP7011371A
Other languages
Japanese (ja)
Inventor
Mine Matsuoka
峰 松岡
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 Solution Innovators Ltd
Original Assignee
NEC Software Chubu 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 NEC Software Chubu Ltd filed Critical NEC Software Chubu Ltd
Priority to JP7011371A priority Critical patent/JPH08202586A/en
Publication of JPH08202586A publication Critical patent/JPH08202586A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE: To obtain a connection monitoring system which gives the information of the stoppage or the restoration of a data base management system(DBMS) to an application program at the time of the stoppage of the DBMS. CONSTITUTION: The connection monitoring system 12 is provided with a recognizing means, 14 to recognize the DBMS 30 to be a connected object, a monitoring means 15 to monitor the DBMS 30 to be the connected object at every definite period of time, an operating state informing means 16 to inform of the occurrence of the fault of the DBMS 30 to be the connected object, an acquiring and preserving means 17 to preserve the history of an accessing command from the application program 20 in a data file 40, and a restoration informing means 18 to inform of the restoration of the DBMS 30.

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、アプリケーションプ
ログラム(以降APと略記)とデータベース管理システ
ム(以降DBMSと略記)の接続に関し、特にDBMS
が停止したとき、APに対して停止の通知、あるいは再
開始の通知を行い、APに該通知に基づいて自身の動作
を制御させる接続監視システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a connection between an application program (hereinafter abbreviated as AP) and a database management system (hereinafter abbreviated as DBMS), and particularly to a DBMS.
The present invention relates to a connection monitoring system that notifies a stoppage or restart notice to an AP when a stoppage occurs, and causes the AP to control its own operation based on the notification.

【0002】[0002]

【従来の技術】従来、DBMSの復旧は、DBMSに対
してデータベースデータの登録及び更新の際に、要求側
が、その要求自体を一連のデータ処理単位に別ファイル
に記録して履歴を残すことによって、障害発生時に、要
求側と別のプロセスが障害発生直前の状態にまで該履歴
を用いてDBMSを復旧させている。(例えば特開昭6
3−089944号公報)。一方、要求側であるAP
は、DBMSの停止によって自身の動作を一旦強制的に
終了させている。そして、DBMSが復旧したとき、A
Pを再起動し、DBMSと再接続し、障害発生時点の直
前から処理を再開する。
2. Description of the Related Art Conventionally, the restoration of a DBMS is performed by a requester recording a request itself in a series of data processing units in a separate file and leaving a history when registering and updating database data with respect to the DBMS. When a failure occurs, a process other than the request side restores the DBMS using the history up to the state immediately before the failure. (For example, JP-A-6
3-089944). On the other hand, the requesting AP
Has forcibly terminated its own operation by stopping the DBMS. And when the DBMS is restored, A
P is restarted, it is reconnected to the DBMS, and the process is restarted immediately before the failure occurs.

【0003】[0003]

【発明が解決しようとする課題】上述した従来の復旧再
開処理は、APとDBMSとに復旧用の履歴ファイルの
作成機能を要し、履歴ファイルを基に、別のプロセスに
よるDBMSの復旧後、APとDBMSをそれぞれ再起
動しなければならない。。
The above-mentioned conventional recovery / restart processing requires a function of creating a history file for recovery in the AP and the DBMS, and after the recovery of the DBMS by another process based on the history file, AP and DBMS must be restarted respectively. .

【0004】[0004]

【課題を解決するための手段】この発明の目的は、DB
MSの停止をAPに通知し、APがDBMSの接続を切
断して、自身の動作を終了させる、あるいは自身の応答
待ち状態を中断させる制御をAP自身に行せる接続監視
システムの提供である。
The object of the present invention is to provide a DB
It is a provision of a connection monitoring system that notifies the AP of stoppage of the MS, the AP disconnects the connection of the DBMS, and terminates its own operation, or controls the AP itself to suspend its response waiting state.

【0005】そのため、この発明のアプリケーションプ
ログラムと、データベース管理システムと、前記データ
ベース管理システムの動作状況を監視して前記動作状況
を前記アプリケーションプログラムに通知する接続監視
手段とを備える接続監視システムにあって、前記アプリ
ケーションプログラムは、前記データベース管理システ
ムを接続してデータベースデータを取得するアクセス手
段と、前記接続監視手段から前記データベース管理シス
テムの動作状況通知を受理しする通信手段と、前記動作
状況通知に基づいて、前記アプリケーションプログラム
自身の動作を制御する制御手段と、を具備し、前記接続
監視手段は、前記アプリケーションプログラムが接続す
る前記データベース管理システムの名称を認識する認識
手段と、前記データベース管理システムの動作状況を監
視する監視手段と、前記監視手段が検知する前記データ
ベース管理システムの動作状況を前記アプリケーション
プログラムに通知する動作状況通知手段と、前記アプリ
ケーションプログラムが発行する前記データベース管理
システムに対するアクセスコマンドの履歴を取得し、デ
ータファイルに保存する取得保存手段と、前記データベ
ース管理システムの動作状況の復旧を前記監視手段から
受理し、前記アプリケーションプログラムに通知する復
旧通知手段と、を具備し、前記アプリケーションプログ
ラムと前記データベース管理システムの接続を前記デー
タベース管理システムの動作状況によって制御すること
を特徴とする。
Therefore, there is provided a connection monitoring system comprising an application program of the present invention, a database management system, and a connection monitoring means for monitoring the operation status of the database management system and notifying the application program of the operation status. The application program is based on the operation status notification, access means for connecting the database management system to obtain database data, communication means for receiving the operation status notification of the database management system from the connection monitoring means, Control means for controlling the operation of the application program itself, the connection monitoring means recognizing means for recognizing the name of the database management system to which the application program connects, and the data monitoring means. A monitoring means for monitoring the operating status of the base management system, an operating status notifying means for notifying the application program of the operating status of the database management system detected by the monitoring means, and the database management system issued by the application program An access saving means for acquiring the history of access commands and saving it in a data file; and a recovery notifying means for accepting the recovery of the operation status of the database management system from the monitoring means and notifying the application program, The connection between the application program and the database management system is controlled according to the operating status of the database management system.

【0006】[0006]

【実施例】次に、この発明について図面を参照して説明
する。
Next, the present invention will be described with reference to the drawings.

【0007】この発明の一実施例の構成を示す図1を参
照すると、接続監視システム12は、情報処理における
業務処理を実行するAP20と、AP20が処理するデ
ータを格納するDBMS30と、DBMS30の動作状
況を監視し、AP20に通知する接続監視手段13と、
を備える。AP20は、DBMS30を接続してデータ
ベースデータの取得あるいは格納を行うアクセス手段2
1と、接続監視手段13に対してDBMS30の名称と
動作状況の通知を送受する通信手段22と、該動作状況
の通知にもとづいてAP20自身の動作を制御する制御
手段23と、を含む。DBMS30自身は、AP20か
らのアクセスに対して、接続とデータベースデータ授受
の機能を含む(図示しない)。
Referring to FIG. 1 showing the configuration of an embodiment of the present invention, the connection monitoring system 12 has an AP 20 for executing business processing in information processing, a DBMS 30 for storing data processed by the AP 20, and an operation of the DBMS 30. Connection monitoring means 13 for monitoring the situation and notifying the AP 20;
Is provided. The AP 20 is an access unit 2 that connects to the DBMS 30 and acquires or stores database data.
1, a communication means 22 for sending and receiving a notification of the name of the DBMS 30 and the operation status to the connection monitoring means 13, and a control means 23 for controlling the operation of the AP 20 itself based on the notification of the operation status. The DBMS 30 itself includes a connection and a database data transfer function for access from the AP 20 (not shown).

【0008】接続監視手段30は、AP20が接続した
DBMS30の名称を認識する認識手段14と、DBM
S30の動作状況を監視する監視手段15と、監視手段
15から通知させるDBMS30の障害をAP20に通
知する動作状況通知手段16と、AP20からDBMS
30に対するアクセスの履歴を取得してデータファイル
40に保存する取得保存手段17と、DBMS30の復
旧をAP20に通知する復旧通知手段18と、を含む。
The connection monitoring means 30 recognizes the name of the DBMS 30 to which the AP 20 is connected, and the DBM.
The monitoring means 15 for monitoring the operation status of S30, the operation status notification means 16 for notifying the AP 20 of the failure of the DBMS 30 to be notified from the monitoring means 15, and the AP 20 to the DBMS
The storage unit 17 includes an acquisition / storing unit 17 that acquires a history of accesses to the data file 40 and stores it in the data file 40, and a recovery notification unit 18 that notifies the AP 20 of the recovery of the DBMS 30.

【0009】次に、この実施例の動作について、動作状
況を説明する図2乃至図12を参照して説明する。
Next, the operation of this embodiment will be described with reference to FIGS. 2 to 12 for explaining the operating conditions.

【0010】AP20は、その処理過程において、DB
MS30へデータベースデータ要求を行うとき、DBM
S30に対して接続処理を行う(図2のステップ1)。
この接続に成功した場合、AP20は、DBMS30に
対応する接続監視手段13を同時に起動する。接続監視
手段13はDBMS30の名称を受け取り、認識手段1
4へDBMSの名称を渡す(図3のステップ2)。認識
手段14は、接続監視手段13から受け取ったDBMS
30の名称を基に、管理データを作成し、保持する。次
に、認識手段14は、DBMS30の名称を監視手段1
5へ渡す(図4のステップ3)。監視手段15は、認識
手段14から受け取ったDBMS30の名称を基に一定
時間毎に、該名称のDBMS30の動作状況の監視を開
始する(図5のステップ4)。AP20は、接続監視手
段13の監視のもとで、DBMS30にアクセスし、デ
ータベースデータの取得,格納を開始する。
The AP 20 has a DB
DBM when requesting database data to MS30
Connection processing is performed for S30 (step 1 in FIG. 2).
When this connection is successful, the AP 20 simultaneously activates the connection monitoring means 13 corresponding to the DBMS 30. The connection monitoring means 13 receives the name of the DBMS 30 and recognizes it.
Pass the name of the DBMS to 4 (step 2 in FIG. 3). The recognition unit 14 receives the DBMS received from the connection monitoring unit 13.
Based on the name of 30, management data is created and held. Next, the recognition unit 14 monitors the name of the DBMS 30 by the monitoring unit 1.
5 (step 3 in FIG. 4). Based on the name of the DBMS 30 received from the recognizing unit 14, the monitoring unit 15 starts monitoring the operation status of the DBMS 30 having the name at regular intervals (step 4 in FIG. 5). Under the supervision of the connection supervision means 13, the AP 20 accesses the DBMS 30 and starts acquisition and storage of database data.

【0011】AP20からDBMS30に対してアクセ
スコマンドを発行するが、接続監視手段13の取得保存
手段17によって、該アクセスコマンドが記録され(図
6のステップ5)、データファイル40に履歴として保
存される(図6のステップ6)。この処理過程におい
て、DBMS30が何らかの原因で停止した場合、AP
20は、DBMS30からの応答待ちの状態になる(図
7の状態)。
An access command is issued from the AP 20 to the DBMS 30, and the access command is recorded by the acquisition / storing means 17 of the connection monitoring means 13 (step 5 in FIG. 6) and stored as a history in the data file 40. (Step 6 in FIG. 6). In the process, if the DBMS 30 stops for some reason, the AP
20 is in a state of waiting for a response from the DBMS 30 (state of FIG. 7).

【0012】次に、監視手段15がDBMS30の停止
を検出し、動作状況通知手段16へ停止発生を通知する
(図8のステップ7)。動作状況通知手段16は、監視
手段15から受け取った該通知をAP20に通知する
(図9のステップ8)。AP20は、動作状況通知手段
16から該通知を受け取った以後、接続監視手段13か
らの復旧通知を待合せる(図10のステップ9)。監視
手段15は、動作状況通知手段16に動作状況通知を行
った後、DBMS30が復旧したか否かの監視を一定時
間毎に行い、動作状況を動作状況通知手段16へ通知す
る。DBMS30が復旧したとき、監視手段15は、D
BMS30の復旧を復旧通知手段18へ通知する(図1
1のステップ10)。復旧通知手段18は、監視手段1
5からの復旧通知を受け取ると取得保存手段17が作成
したDBMS30の名称をデータファイル40から取得
し(図11のステップ11)、AP20に復旧の通知と
該名称を通知する(図11のステップ12)。
Next, the monitoring means 15 detects the stop of the DBMS 30 and notifies the operation status notifying means 16 of the stop occurrence (step 7 in FIG. 8). The operation status notification means 16 notifies the AP 20 of the notification received from the monitoring means 15 (step 8 in FIG. 9). After receiving the notification from the operation status notifying means 16, the AP 20 waits for the recovery notification from the connection monitoring means 13 (step 9 in FIG. 10). After notifying the operating status notifying means 16 of the operating status, the monitoring means 15 monitors whether or not the DBMS 30 is restored at regular intervals and notifies the operating status notifying means 16 of the operating status. When the DBMS 30 is restored, the monitoring means 15
The restoration notification means 18 is notified of the restoration of the BMS 30 (see FIG. 1).
1 step 10). The recovery notifying means 18 is the monitoring means 1.
5, the name of the DBMS 30 created by the acquisition / storing means 17 is acquired from the data file 40 (step 11 in FIG. 11), and the AP 20 is notified of the recovery and the name (step 12 in FIG. 11). ).

【0013】AP20は、復旧通知手段18から受け取
った復旧通知とDBMS30の名称を基に、DBMS3
0の内容を1データ単位づつ、再度DBMS30へ送信
し、障害発生直前の状態まで戻すことが可能になる(図
12のステップ13)。
Based on the recovery notification received from the recovery notification means 18 and the name of the DBMS 30, the AP 20 uses the DBMS 3
The contents of 0 can be transmitted again to the DBMS 30 one data unit at a time, and the state immediately before the failure can be restored (step 13 in FIG. 12).

【0014】以上の説明によれば、この実施例におい
て、AP20は、動作状況通知手段16から停止通知を
受け取ることによって、DBMS30との接続を切断
し、自身の動作を停止することができる。また、AP2
0が応答待ち状態にあるとき、待ち状態を中断すること
ができる。
According to the above description, in this embodiment, the AP 20 can disconnect the connection with the DBMS 30 and stop its own operation by receiving the stop notification from the operation status notifying means 16. Also, AP2
When 0 is in the response waiting state, the waiting state can be interrupted.

【0015】[0015]

【発明の効果】以上説明したように、この発明によれ
ば、接続監視手段をAPとDBMS間に介在させること
によって、DBMSの停止後、AP自身の制御で、自身
の動作を終了あるいは停止できるので、APが復旧後再
起動する必要性がなく、かつ応答待ち状態を回避するこ
とができる。
As described above, according to the present invention, by interposing the connection monitoring means between the AP and the DBMS, the operation of the AP can be terminated or stopped by the control of the AP itself after the DBMS is stopped. Therefore, there is no need for the AP to restart after recovery, and the response waiting state can be avoided.

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

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

【図2】図1の実施例におけるAPとDBMSが接続を
開始した状態を説明するための図である。
FIG. 2 is a diagram for explaining a state in which an AP and a DBMS have started a connection in the embodiment of FIG.

【図3】図1のAPが接続監視手段を接続したDBMS
の名称を通知する状態を説明する図である。
FIG. 3 is a DBMS in which the AP of FIG. 1 is connected to connection monitoring means.
It is a figure explaining the state which notifies the name of.

【図4】図1の認識手段が接続先DBMSの名称を監視
手段へ渡した状態を説明する図である。
FIG. 4 is a diagram illustrating a state in which the recognition unit in FIG. 1 passes the name of the connection destination DBMS to the monitoring unit.

【図5】図1の監視手段が指定されたDBMSの名称を
もとにDBMSの状態を一定期間毎に監視している状態
を説明する図である。
5 is a diagram illustrating a state in which the monitoring unit in FIG. 1 monitors the state of the DBMS at regular intervals based on the name of the designated DBMS.

【図6】図1の取得保存手段がAPからDBMSに対す
るコマンドを記録し、データファイルに保存している状
態を説明する図である。
FIG. 6 is a diagram illustrating a state in which the acquisition / storing means in FIG. 1 records a command from the AP to the DBMS and stores the command in a data file.

【図7】図1のDBMSに障害が発生し、DBMSが停
止した状態を説明する図である。
FIG. 7 is a diagram illustrating a state in which the DBMS of FIG. 1 has failed and the DBMS has stopped.

【図8】図1の監視手段がDBMSが停止したことによ
り障害発生を動作状況通知手段に通知している状態を説
明する図である。
FIG. 8 is a diagram illustrating a state in which the monitoring unit in FIG. 1 notifies the operation status notifying unit of a failure occurrence due to the stop of the DBMS.

【図9】図1の動作状況通知手段がDBMSに障害が発
生したことをAPへ通知している状態を説明する図であ
る。
FIG. 9 is a diagram illustrating a state in which the operation status notification unit of FIG. 1 notifies the AP that a failure has occurred in the DBMS.

【図10】図1のDBMSが障害発生中に動作状況通知
手段とAPが障害が復旧するまで復旧状態を問い合わせ
ている状態を説明する図である。
10 is a diagram illustrating a state in which the DBMS of FIG. 1 inquires about a recovery state until the fault is recovered by the operation status notifying means and the AP while the fault occurs.

【図11】図1のDBMSが復旧し、監視手段がDBM
Sが復旧したことを復旧通知手段に通知し、復旧通知手
段が取得保存手段からDBMSの名称を得て、APへD
BMSが復旧したことを通知している状態を説明する図
である。
FIG. 11: The DBMS of FIG. 1 is restored and the monitoring means is a DBM.
The recovery notifying means notifies the recovery notifying means that S has been recovered, and the recovery notifying means obtains the name of the DBMS from the acquisition storing means, and D
It is a figure explaining the state which has notified that BMS was restored.

【図12】図1のAPが、復旧通知手段から復旧通知を
得て、データファイルをもとにDBMSを障害発生前の
状態に復旧する状態を説明する図である。
FIG. 12 is a diagram illustrating a state in which the AP of FIG. 1 receives a restoration notification from the restoration notification unit and restores the DBMS to the state before the failure occurrence based on the data file.

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

12 接続監視システム 13 接続監視手段 14 認識手段 15 監視手段 16 動作状況通知手段 17 取得保存手段 18 復旧通知手段 20 アプリケーションプログラム(AP) 21 アクセス手段 22 通信手段 23 制御手段 30 データベース管理システム(DBMS) 31 復旧手段 12 connection monitoring system 13 connection monitoring means 14 recognition means 15 monitoring means 16 operating status notification means 17 acquisition and storage means 18 recovery notification means 20 application program (AP) 21 access means 22 communication means 23 control means 30 database management system (DBMS) 31 Recovery method

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.6 識別記号 庁内整理番号 FI 技術表示箇所 G06F 13/00 301 K ─────────────────────────────────────────────────── ─── Continuation of the front page (51) Int.Cl. 6 Identification code Internal reference number FI technical display location G06F 13/00 301 K

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 アプリケーションプログラムと、データ
ベース管理システムと、前記データベース管理システム
の動作状況を監視して前記動作状況を前記アプリケーシ
ョンプログラムに通知する接続監視手段とを備える接続
監視システムにあって、 前記アプリケーションプログラムは、 前記データベース管理システムを接続してデータベース
データを取得するアクセス手段と、 前記接続監視手段から前記データベース管理システムの
動作状況通知を受理しする通信手段と、 前記動作状況通知に基づいて、前記アプリケーションプ
ログラム自身の動作を制御する制御手段と、を具備し、 前記接続監視手段は、 前記アプリケーションプログラムが接続する前記データ
ベース管理システムの名称を認識する認識手段と、 前記データベース管理システムの動作状況を監視する監
視手段と、 前記監視手段が検知する前記データベース管理システム
の動作状況を前記アプリケーションプログラムに通知す
る動作状況通知手段と、 前記アプリケーションプログラムが発行する前記データ
ベース管理システムに対するアクセスコマンドの履歴を
取得し、データファイルに保存する取得保存手段と、 前記データベース管理システムの動作状況の復旧を前記
監視手段から受理し、前記アプリケーションプログラム
に通知する復旧通知手段と、を具備し、 前記アプリケーションプログラムと前記データベース管
理システムの接続を前記データベース管理システムの動
作状況によって制御することを特徴とする接続監視シス
テム。
1. A connection monitoring system comprising: an application program; a database management system; and a connection monitoring means for monitoring the operation status of the database management system and notifying the application program of the operation status. The program is an access unit that connects the database management system to obtain database data, a communication unit that receives an operation status notification of the database management system from the connection monitoring unit, and based on the operation status notification, Control means for controlling the operation of the application program itself, wherein the connection monitoring means recognizes the name of the database management system to which the application program connects, and the database management system. Monitoring means for monitoring the operating status of the system, operating status notifying means for notifying the application program of the operating status of the database management system detected by the monitoring means, and an access command for the database management system issued by the application program And a recovery notification unit that receives the recovery of the operating status of the database management system from the monitoring unit and notifies the application program of the recovery status of the database management system. A connection monitoring system, wherein the connection between a program and the database management system is controlled according to the operating status of the database management system.
JP7011371A 1995-01-27 1995-01-27 Connection monitoring system Pending JPH08202586A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7011371A JPH08202586A (en) 1995-01-27 1995-01-27 Connection monitoring system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7011371A JPH08202586A (en) 1995-01-27 1995-01-27 Connection monitoring system

Publications (1)

Publication Number Publication Date
JPH08202586A true JPH08202586A (en) 1996-08-09

Family

ID=11776165

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7011371A Pending JPH08202586A (en) 1995-01-27 1995-01-27 Connection monitoring system

Country Status (1)

Country Link
JP (1) JPH08202586A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010170294A (en) * 2009-01-22 2010-08-05 Hitachi Information Systems Ltd Cooperation computer system and cooperation method for the same system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04335456A (en) * 1991-05-13 1992-11-24 Hokkaido Nippon Denki Software Kk Automatic on-line monitor
JPH0540732A (en) * 1991-08-06 1993-02-19 Nec Corp Data processing method
JPH0619846A (en) * 1992-06-30 1994-01-28 Hitachi Ltd Resumption processing system for online system
JPH0660029A (en) * 1992-08-12 1994-03-04 Nec Corp Transaction terminal recovery system
JPH06168193A (en) * 1992-12-01 1994-06-14 Kyushu Nippon Denki Software Kk Transaction data re-transmission system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04335456A (en) * 1991-05-13 1992-11-24 Hokkaido Nippon Denki Software Kk Automatic on-line monitor
JPH0540732A (en) * 1991-08-06 1993-02-19 Nec Corp Data processing method
JPH0619846A (en) * 1992-06-30 1994-01-28 Hitachi Ltd Resumption processing system for online system
JPH0660029A (en) * 1992-08-12 1994-03-04 Nec Corp Transaction terminal recovery system
JPH06168193A (en) * 1992-12-01 1994-06-14 Kyushu Nippon Denki Software Kk Transaction data re-transmission system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010170294A (en) * 2009-01-22 2010-08-05 Hitachi Information Systems Ltd Cooperation computer system and cooperation method for the same system

Similar Documents

Publication Publication Date Title
US20050188166A1 (en) Apparatus and method for online data migration with remote copy
US20060253499A1 (en) System and method for automatically transferring data from one database to another
JPH08221433A (en) Information retrieval system
JPH08202586A (en) Connection monitoring system
JP2595833B2 (en) Remote maintenance device
JP2513127B2 (en) Hot standby high-speed switching system
JP2003006018A (en) System, method for restoring processing request, client device and server device
CN111324617A (en) Method and equipment for online hot backup of database
CN110597609A (en) Cluster migration and automatic recovery method and system
JP2000148525A (en) Method for reducing load of active system in service processor duplex system
JPS5941027A (en) Computer system
JPH04242467A (en) Combined computer system
JP2658683B2 (en) System stall monitoring and control method for mutual standby system
JPH03252748A (en) Remote output system with monitoring function
JPH07321799A (en) Input output equipment management method
JPH0340040A (en) Event monitoring processing system
JPH11212917A (en) Transaction recovery system and its program recording medium
JP2908430B1 (en) Host processor monitoring apparatus and monitoring method for multiprocessor system
JPH02310755A (en) Health check system
JPH03111954A (en) On-line system
JPH07253912A (en) Process monitor device
JP2513122B2 (en) Hot standby switching system
JP2545763B2 (en) Restart method of batch processing in hot standby system
JPH04291436A (en) Data communication system for composite computer system
CN113515397A (en) IPMI command processing method, server and non-transitory computer readable storage medium

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19980707