[go: up one dir, main page]

JPH11242623A - File exclusive control processor - Google Patents

File exclusive control processor

Info

Publication number
JPH11242623A
JPH11242623A JP10045072A JP4507298A JPH11242623A JP H11242623 A JPH11242623 A JP H11242623A JP 10045072 A JP10045072 A JP 10045072A JP 4507298 A JP4507298 A JP 4507298A JP H11242623 A JPH11242623 A JP H11242623A
Authority
JP
Japan
Prior art keywords
file
processing system
control processing
failure
exclusive control
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
JP10045072A
Other languages
Japanese (ja)
Inventor
Kazuhiro Omoto
一弘 大元
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 JP10045072A priority Critical patent/JPH11242623A/en
Publication of JPH11242623A publication Critical patent/JPH11242623A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Hardware Redundancy (AREA)
  • Multi Processors (AREA)

Abstract

PROBLEM TO BE SOLVED: To prevent the loss of fault analysis information to ensure restoration from a fault by performing a health check between two processing systems, which exclusively control a shared file, to confirm the operation state of each other. SOLUTION: A file exclusive control processor 10 is provided with two file exclusive control processing systems 10A and 10B, and two processing systems perform health checks of each other in the normal operation state. That is, two processing systems 10A and 10B make inquiries to confirm the operation state of each other; and if one processing system falls into the inoperable state because of the occurrence of a fault in this processing system, the other processing system executes the processing of the one processing system and collects data processed in one processing system till then to pick up fault analysis information. Thus, fault analysis information is not lost even if the processing system falls into the inoperable state because of the occurrence of a fault, and restoration from the fault is facilitated.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、共有ファイルの排
他制御を行うファイル排他制御処理装置、特に障害の復
旧方式に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file exclusion control processing apparatus for performing exclusion control of a shared file, and more particularly to a failure recovery system.

【0002】[0002]

【従来の技術】従来、複数のホストコンピュータと共有
ファイルを備えたコンピュータシステムにおいては、フ
ァイル排他制御処理装置を用いて各々のホストコンピュ
ータの要求により共有ファイルの使用権の制御を行って
いる。即ち、ある1つのホストコンピュータが共有ファ
イルにアクセスする場合、排他制御処理装置に共有ファ
イルへの使用権を要求し、排他制御処理装置では要求さ
れたファイルの使用権を調査して他のホストに与えてい
なければ、要求ホストに該当ファイルのアクセス権を与
えている。また、ファイル排他制御処理装置の障害対策
として処理装置を2重化する方法も知られている。
2. Description of the Related Art Conventionally, in a computer system provided with a plurality of host computers and a shared file, the right of use of the shared file is controlled by a request from each host computer using a file exclusion control processing device. That is, when a certain host computer accesses a shared file, the exclusive control processing device requests the right to use the shared file, and the exclusive control processing device checks the requested use right of the file and sends it to another host. If not, the requesting host has been given the right to access the file. Further, a method of duplicating the processing device as a measure against the failure of the file exclusion control processing device is also known.

【0003】[0003]

【発明が解決しようとする課題】従来の技術において
は、ファイル排他制御処理装置がハードウェア障害で動
作不能に陥った場合、通常、障害を復旧するための方法
として電源の再投入による方法が採られている。しかし
ながら、電源の再投入による方法では、電源の切断によ
って障害情報が消失してしまい、たとえ処理装置が2重
化されていても、電源切断によって障害情報が失われる
ため、障害の原因の特定が困難であり、特に間欠障害の
場合、障害原因の解析が困難であった。
In the prior art, when the file exclusion control processing device becomes inoperable due to a hardware failure, a method for recovering the failure is usually adopted by turning on the power again. Have been. However, in the method using the power supply again, the fault information is lost due to the power cutoff. Even if the processing apparatus is duplexed, the fault information is lost due to the power cutoff. It was difficult, especially in the case of intermittent failure, and it was difficult to analyze the cause of the failure.

【0004】本発明は、上記従来の問題点に鑑みなされ
たもので、障害解析情報の消失を防ぎ、確実に障害の復
旧を行うことが可能なファイル排他制御処理装置を提供
することを目的とする。
The present invention has been made in view of the above-mentioned conventional problems, and has as its object to provide a file exclusion control processing device capable of preventing loss of failure analysis information and reliably recovering from a failure. I do.

【0005】[0005]

【課題を解決するための手段及び作用】本発明において
は、共有ファイルの排他制御を行う2つの処理系と、2
つの処理系の間で互いに他の処理系の動作状態を確認す
るためのヘルスチェックを行う手段とを備えている。そ
して、ヘルスチェックの結果に基づいて他の処理系に障
害が発生した場合、互いに障害発生の処理系の障害解析
情報を採取することにより、障害の復旧を容易に行うこ
とを可能としている。
According to the present invention, there are provided two processing systems for exclusive control of a shared file,
Means for performing a health check between one processing system and another for confirming the operating state of the other processing system. Then, when a failure occurs in another processing system based on the result of the health check, the failure analysis information of the processing systems in which the failure has occurred is collected from each other, so that the failure can be easily recovered.

【0006】[0006]

【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して詳細に説明する。図1は本発明による
ファイル排他制御処理装置を用いた粗結合コンピュータ
システムの構成を示すブロック図である。通常、ファイ
ル排他制御処理装置10は、複数のホストコンピュータ
11〜14とそれぞれ専用のインターフェースで接続さ
れている。また、各々のホストコンピュータ11〜14
は、共有ファイルを有する記憶装置15と接続されてい
る。
Next, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram showing a configuration of a loosely coupled computer system using a file exclusion control processing device according to the present invention. Normally, the file exclusion control processing device 10 is connected to a plurality of host computers 11 to 14 through dedicated interfaces. Also, each of the host computers 11 to 14
Are connected to a storage device 15 having a shared file.

【0007】図2は本発明のファイル排他制御処理装置
の一実施形態の構成を示すブロック図である。図2にお
いて、まず、ファイル排他制御処理装置10は、2重化
構造になっていて、2つのファイル排他制御処理系10
A、10Bから構成されている。2つの排他制御処理系
10A、10Bは、複数のホストコンピュータの共有フ
ァイルの排他制御を分担していて、各々複数のホストコ
ンピュータのうち担当するホストコンピュータの排他制
御を行う。但し、2つのファイル排他制御処理系10
A、10Bは系間インターフェース8で接続され、互い
に系間で排他制御に関する情報を交換することによって
すべてのホストコンピュータに対する共有ファイルの排
他制御を行う。
FIG. 2 is a block diagram showing the configuration of an embodiment of the file exclusion control processing device of the present invention. In FIG. 2, first, the file exclusion control processing device 10 has a duplex structure, and has two file exclusion control processing systems 10.
A, 10B. The two exclusive control processing systems 10A and 10B share exclusive control of a shared file of a plurality of host computers, and perform exclusive control of a host computer in charge of each of the plurality of host computers. However, the two file exclusive control processing systems 10
A and 10B are connected by an inter-system interface 8 and mutually perform exclusive control of a shared file for all host computers by exchanging information regarding exclusive control between the systems.

【0008】また、各排他制御処理系10A、10B
は、各々ホストコンピュータと接続するための上位イン
ターフェースアダプタ2、ホストコンピュータの指示に
基づいてメモリ6上に展開された排他制御テーブルを用
いて排他制御を行う排他制御処理部5、排他制御処理系
の間の通信を制御する系間インターフェースアダプタ7
を備えている。系間インターフェースアダプタ7の構成
及び動作については、詳しく後述する。なお、図2の3
はホストコンピュータと接続するための上位インターフ
ェース、4は各排他制御処理系10A、10B内の各ブ
ロックを接続するための内部バスである。
The exclusive control processing systems 10A, 10B
Are an upper interface adapter 2 for connecting to a host computer, an exclusive control processing unit 5 for performing exclusive control using an exclusive control table developed on a memory 6 based on an instruction from the host computer, and an exclusive control processing system. Interface adapter 7 for controlling communication between systems
It has. The configuration and operation of the intersystem interface adapter 7 will be described later in detail. In addition, 3 in FIG.
Is an upper interface for connecting to a host computer, and 4 is an internal bus for connecting each block in each of the exclusive control processing systems 10A and 10B.

【0009】図3は系間インターフェースアダプタ7の
構成を示すブロック図である。図3において、まず、プ
ロセッサ23はFW(ファームウェア)を持っていて、
系間インターフェースアダプタ7内の各ブロックの制御
を行う。系間インターフェース制御部22は他の処理系
とのインターフェースを制御し、バス制御部24は内部
バス4に接続されていて、メモリ6及び排他制御処理部
5とのデータ転送を制御する。また、制御メモリ21は
プロセッサ23が使用するメモリで、制御テーブル及び
データの入出力バッファに用いられる。
FIG. 3 is a block diagram showing the configuration of the inter-system interface adapter 7. As shown in FIG. In FIG. 3, first, the processor 23 has FW (firmware),
It controls each block in the intersystem interface adapter 7. The inter-system interface control unit 22 controls an interface with another processing system, and the bus control unit 24 is connected to the internal bus 4 and controls data transfer with the memory 6 and the exclusive control processing unit 5. The control memory 21 is a memory used by the processor 23, and is used as a control table and a data input / output buffer.

【0010】次に、本実施形態の動作について説明す
る。まず、図1の粗結合コンピュータシステムにおい
て、ファイル排他制御処理装置10は前述のように複数
のホストコンピュータ11〜14に接続され、各ホスト
コンピュータ間の共有ファイルの排他制御を行う。即
ち、各々のホストコンピュータ11〜14は記憶装置1
5内の共有ファイルを参照・更新する場合、ファイル排
他制御処理装置10に対して目的の共有ファイルのロッ
ク指示を行い、ファイル排他制御処理装置10から使用
許可が与えられると、目的の共有ファイルにアクセスを
行う。この場合、ファイル排他制御処理装置10内の2
つの排他制御処理系10A、10Bですべてのホストコ
ンピュータの共有ファイルの排他制御を行い、一方の処
理系が動作不能になると、他方の処理系が動作不能の処
理系の排他制御を肩代わりするように構成されている。
Next, the operation of this embodiment will be described. First, in the loosely coupled computer system of FIG. 1, the file exclusion control processing device 10 is connected to the plurality of host computers 11 to 14 and performs exclusive control of a shared file among the host computers as described above. That is, each of the host computers 11 to 14
In the case of referring to / updating the shared file in the file 5, the target exclusive file is instructed to be locked to the file exclusive control processing device 10, and when the use permission is given by the file exclusive control processing device 10, the target shared file is Perform access. In this case, 2 in the file exclusion control processor 10
One of the exclusive control processing systems 10A and 10B performs exclusive control of a shared file of all host computers, and when one of the processing systems becomes inoperable, the other processing system takes over the exclusive control of the inoperable processing system. It is configured.

【0011】次に、本実施形態では、ファイル排他制御
処理装置10は2つのファイル排他制御処理系10Aと
10Bを備えているが、通常の動作状態において2つの
処理系10Aと10B間で互いにヘルスチェックを行っ
ている。即ち、2つの処理系10Aと10B間で互いに
相手の処理系の動作状態を確認する問い合わせを行って
いて、相手の処理系に障害が発生して動作不能に陥った
場合、相手の処理系の処理を肩代わりすると共に、障害
の発生した処理系のそれまでに処理していたデータを収
集し障害解析情報を採取する。
Next, in the present embodiment, the file exclusion control processing device 10 has two file exclusion control processing systems 10A and 10B. Checking. In other words, when the two processing systems 10A and 10B make an inquiry for confirming the operation state of the other processing system, and when a failure occurs in the other processing system and the operation becomes inoperable, the other processing system becomes inoperable. In addition to taking over the processing, it collects data of the processing system in which the failure has occurred up to that point and collects failure analysis information.

【0012】ヘルスチェックは系間インターフェース8
または他に設けたインターフェースを通して行い、各処
理系10A、10Bの排他制御処理部5はヘルスチェッ
クにおいて他系が無応答または何らかのエラーとなった
場合、データ収集指示を系間インターフェースアダプタ
7に転送し、系間インターフェースアダプタ7は他系の
系間インターフェースアタプタ7に対してメモリデータ
の収集指示を系間インターフェース8を介して転送す
る。
The health check is performed between the interfaces 8
Alternatively, the exclusive control processing unit 5 of each of the processing systems 10A and 10B transfers a data collection instruction to the inter-system interface adapter 7 when there is no response or some error in the health check. The inter-system interface adapter 7 transfers a memory data collection instruction to the other inter-system interface adapter 7 via the inter-system interface 8.

【0013】図4はこのデータ収集指示の受け付け時に
おける自系と他系の系間インターフェースアダプタ7の
処理を示すフローチャートである。例えば、ファイル排
他制御処理系10Aを自系とし、ファイル排他制御処理
系10Bを他系として説明する。図4において、まず、
自系のファイル排他制御処理系10Aのヘルスチェック
において他系の排他制御処理系10Bが無応答または何
らかのエラーとなって動作不能に陥ったものとする。こ
のとき、前述のように自系の排他制御処理部5から系間
インターフェースアダプタ7にデータ収集指示が発行さ
れ、系間インターフェースアダプタ7では受信データが
データ収集指示かどうかの判定を行う(ステップ40
1)。
FIG. 4 is a flowchart showing the processing of the system interface adapter 7 between the own system and the other system when receiving the data collection instruction. For example, the file exclusion control processing system 10A will be described as its own system, and the file exclusion control processing system 10B will be described as another system. In FIG. 4, first,
It is assumed that the exclusive control processing system 10B of the other system becomes inoperable due to no response or some error in the health check of the file exclusive control processing system 10A of the own system. At this time, as described above, the exclusive control processing unit 5 of the own system issues a data collection instruction to the inter-system interface adapter 7, and the inter-system interface adapter 7 determines whether the received data is a data collection instruction (step 40).
1).

【0014】この判定の結果、もし、受信データがデー
タ収集指示であった場合、系間インターフェースアダプ
タ7は他系のファイル排他制御処理系10Bの系間イン
ターフェースアダプタ7に対してメモリ6の情報収集指
示を転送する(ステップ402)。メモリ6には、その
処理系10Bの障害の発生する直前までに処理していた
データが格納されているので、そのデータを採取するこ
とによって障害の解析を行い、その結果に基づいて障害
の復旧を行うことが可能である。一方、ステップ401
で受信データがデータ収集指示でなかった場合は、通常
の転送処理を行う(ステップ403)。
As a result of this determination, if the received data is a data collection instruction, the inter-system interface adapter 7 collects information from the memory 6 with respect to the inter-system interface adapter 7 of the file exclusion control processing system 10B of the other system. The instruction is transferred (Step 402). Since the memory 6 stores data that has been processed until immediately before the failure of the processing system 10B, the failure is analyzed by collecting the data, and the failure is recovered based on the result. It is possible to do. Step 401
If the received data is not a data collection instruction in step, a normal transfer process is performed (step 403).

【0015】他系の処理系10Bの系間インターフェー
スアダプタ7では発信側の処理系10Aからの情報を受
信すると、情報収集指示かどうかの判定を行い(ステッ
プ406)、情報収集指示であればメモリ6のデータを
読み出し、このデータを送信側のメモリ6に転送する
(ステップ407)。また、情報収集指示でなかったと
きは、通常の受信処理を行う(ステップ408)。系間
インターフェースアダプタ7はメモリ6のすべてのデー
タを転送すると、処理系10A側の系間インターフェー
スアダプタ7にデータの転送が完了したことを示す転送
完了指示を転送する(ステップ409)。
When the inter-system interface adapter 7 of the processing system 10B of the other system receives the information from the processing system 10A on the transmitting side, it determines whether or not it is an information collection instruction (step 406). 6 is read, and the data is transferred to the memory 6 on the transmission side (step 407). If it is not an information collection instruction, a normal reception process is performed (step 408). When all the data in the memory 6 has been transferred, the inter-system interface adapter 7 transfers a transfer completion instruction indicating that the data transfer has been completed to the inter-system interface adapter 7 on the processing system 10A side (step 409).

【0016】また、発信側の処理系10Aにおける系間
インターフェースアダプタ7では転送完了指示かどうか
の判定を行い(ステップ404)、もし、転送完了指示
であれば排他制御処理部5に割り込みを行い、データ収
集指示が完了したことを通知する(ステップ405)。
以上で障害発生時における障害解析情報の取得処理を終
了する。本実施形態では、このように障害発生時に障害
の処理系にそれまでに処理していたデータを要求し、障
害解析情報を採取しているので、障害の発生により処理
系が動作不能に陥ったとしても障害解析情報が消失する
ことはなく、障害の復旧を容易に行うことができる。
Further, the inter-system interface adapter 7 in the processing system 10A on the transmission side determines whether or not the transfer is completed (step 404). If the transfer is completed, the exclusive control processing unit 5 is interrupted. It notifies that the data collection instruction has been completed (step 405).
Thus, the process of acquiring the failure analysis information at the time of occurrence of the failure is completed. In the present embodiment, when a failure occurs, the processing system of the failure requests the data that has been processed up to that time and the failure analysis information is collected, so that the processing system becomes inoperable due to the occurrence of the failure. In this case, the failure analysis information is not lost, and the failure can be easily recovered.

【0017】[0017]

【発明の効果】以上説明したように本発明によれば、2
つの排他制御処理系の間で互いにヘルスチェックを行
い、一方の排他制御処理系が障害の発生によって動作不
能になったときに、障害の発生した排他制御処理系の障
害解析情報を採取しているので、障害解析情報が消失す
ることはなく、採取した障害解析情報に基づいて障害解
析を行うことにより、間欠障害の場合であっても障害の
復旧を容易に行うことができる。
As described above, according to the present invention, 2
A health check is performed between two exclusive control processing systems, and when one of the exclusive control processing systems becomes inoperable due to a failure, failure analysis information on the failed exclusive control processing system is collected. Therefore, the failure analysis information does not disappear, and by performing the failure analysis based on the collected failure analysis information, the failure can be easily recovered even in the case of an intermittent failure.

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

【図1】本発明のファイル排他制御処理装置を用いた粗
結合コンピュータシステムの概略構成を示すブロック図
である。
FIG. 1 is a block diagram showing a schematic configuration of a loosely coupled computer system using a file exclusion control processing device of the present invention.

【図2】本発明のファイル排他制御処理装置の一実施形
態の構成を示すブロック図である。
FIG. 2 is a block diagram illustrating a configuration of an embodiment of a file exclusion control processing device of the present invention.

【図3】図1の実施形態の系間インターフェースアダプ
タの詳細な構成を示すブロック図である。
FIG. 3 is a block diagram illustrating a detailed configuration of an inter-system interface adapter according to the embodiment of FIG. 1;

【図4】図1の実施形態の動作を説明するためのフロー
チャートである。
FIG. 4 is a flowchart for explaining the operation of the embodiment of FIG. 1;

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

2 上位インターフェースアダプタ 5 排他制御処理部 6 メモリ 7 系間インターフェースアダプタ 8 系間インターフェース 10 ファイル排他制御処理装置 10A、10B ファイル排他制御処理系 11〜14 ホストコンピュータ 15 記憶装置 2 upper interface adapter 5 exclusive control processing unit 6 memory 7 inter-system interface adapter 8 inter-system interface 10 file exclusion control processing device 10A, 10B file exclusion control processing system 11-14 host computer 15 storage device

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 複数のホストコンピュータで使用される
共有ファイルの排他制御を行うファイル排他制御処理装
置において、前記共有ファイルの排他制御を行う2つの
排他制御処理系と、前記2つの排他制御処理系の間で互
いに他の排他制御処理系の動作状態を確認するヘルスチ
ェックを行う手段とを備え、前記ヘルスチェックの結果
に基づいて他の排他制御処理系に障害が発生した場合、
互いに障害発生の排他制御処理系の障害解析情報を採取
することを特徴とするファイル排他制御処理装置。
1. A file exclusion control processing device that performs exclusion control of a shared file used by a plurality of host computers, and two exclusion control processing systems that perform exclusion control of the shared file, and the two exclusion control processing systems. Means for performing a health check to confirm the operation state of each other exclusive control processing system between each other, if a failure occurs in another exclusive control processing system based on the result of the health check,
A file exclusion control processing device, which collects failure analysis information of mutually exclusive exclusion control processing systems.
【請求項2】 前記ヘルスチェックの結果に基づいて相
手の処理系に障害が発生した場合、互いに障害処理系の
共有ファイルの排他制御を肩代わりすることを特徴とす
る請求項1に記載のファイル排他制御処理装置。
2. The file exclusion according to claim 1, wherein when a failure occurs in the partner processing system based on the result of the health check, exclusive control of the shared file of the failure processing system is taken over by each other. Control processing unit.
【請求項3】 前記障害解析情報は、障害発生の処理系
においてメモリ上に格納されている障害発生直前までに
処理していたデータであることを特徴とする請求項1に
記載のファイル排他制御処理装置。
3. The file exclusion control according to claim 1, wherein the failure analysis information is data stored in a memory in a processing system of the failure occurrence and processed immediately before the failure occurrence. Processing equipment.
JP10045072A 1998-02-26 1998-02-26 File exclusive control processor Pending JPH11242623A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10045072A JPH11242623A (en) 1998-02-26 1998-02-26 File exclusive control processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10045072A JPH11242623A (en) 1998-02-26 1998-02-26 File exclusive control processor

Publications (1)

Publication Number Publication Date
JPH11242623A true JPH11242623A (en) 1999-09-07

Family

ID=12709149

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10045072A Pending JPH11242623A (en) 1998-02-26 1998-02-26 File exclusive control processor

Country Status (1)

Country Link
JP (1) JPH11242623A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006285384A (en) * 2005-03-31 2006-10-19 Nec Corp Processor trouble processing method, management processor, and processor trouble processing method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006285384A (en) * 2005-03-31 2006-10-19 Nec Corp Processor trouble processing method, management processor, and processor trouble processing method

Similar Documents

Publication Publication Date Title
US5878205A (en) Method and system for processing complex recovery using polling signals in a shared medium
JP5090022B2 (en) Computer system, access control method, and management computer
US20060150004A1 (en) Fault tolerant system and controller, operation method, and operation program used in the fault tolerant system
US20030182592A1 (en) Failure detection and failure handling in cluster controller networks
JP2004213125A (en) High-availability disk controller, fault handling method therefor, and high-availability disk subsystem
US7302615B2 (en) Method and system for analyzing loop interface failure
EP1200896A2 (en) Intelligent splitter, system, and methods of use
EP0348704B1 (en) Apparatus and method for simultaneously presenting error interrupt and error data to a support processor
JPH086910A (en) Cluster computer system
CN116724297A (en) Fault processing method, device and system
EP3579501B1 (en) Message transmission method and device in cluster file system
US20090077275A1 (en) Multiple I/O interfacing system for a storage device and communicating method for the same
JP7125602B2 (en) Data processing device and diagnostic method
JP4345979B2 (en) RAID device, communication connection monitoring method, and program
JP7110937B2 (en) Information processing system and information processing device
CN100394394C (en) Fault tolerant duplex computer system and its control method
US9003068B2 (en) Service channel for connecting a host computer to peripheral devices
JPH11242623A (en) File exclusive control processor
JP2007334668A (en) Memory dumping method, cluster system, node constituting the system, and program
US7526544B2 (en) Message tracking method, apparatus, and system
JP2004110801A (en) Technique for inspecting propriety of re-initialized channel-to-channel connection
CN115437976A (en) Bus control method and system
CN113434324A (en) Abnormal information acquisition method, system, device and storage medium
JP4413806B2 (en) Fault isolation method, communication apparatus and program having fault isolation function
EP2851801A1 (en) Computer system, control method for computer system and coupling module