JPH098805A - Network fault monitoring method - Google Patents

Network fault monitoring method

Info

Publication number
JPH098805A
JPH098805A JP7149989A JP14998995A JPH098805A JP H098805 A JPH098805 A JP H098805A JP 7149989 A JP7149989 A JP 7149989A JP 14998995 A JP14998995 A JP 14998995A JP H098805 A JPH098805 A JP H098805A
Authority
JP
Japan
Prior art keywords
monitoring
fault
communication driver
failure
packet
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
JP7149989A
Other languages
Japanese (ja)
Inventor
正宣 ▲高▼橋
Masanori 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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP7149989A priority Critical patent/JPH098805A/en
Publication of JPH098805A publication Critical patent/JPH098805A/en
Pending legal-status Critical Current

Links

Landscapes

  • Small-Scale Networks (AREA)
  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

PURPOSE: To provide a network fault monitoring method by which faults in a communication driver and an interface board are discriminated and speedy communication is enabled by monitoring the communication driver and the interface board at prescribed time intervals and displaying the faults detected by monitoring. CONSTITUTION: A fault monitoring program 121 refers to a fault monitoring table 122, transmits a monitoring packet monitoring the fault to the communication driver 123 and transmits the monitoring packet to the interface board through the communication driver 123. The fault monitoring program 121 monitors whether responses to the respective monitoring packets can be received within a prescribed time or not. When they cannot be received, a system is judged to be in a fault occurring state. Thus, information showing that the fault occurs in either the communication driver 123 or the interface board is outputted, and fault information is displayed on a display device 110.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、ネットワークの障害を
監視するネットワーク障害監視方法に関し、特に、計算
機をインタフェースボードでローカルエリアネットワー
ク(LAN)に接続し、前記インタフェースボードを駆
動する通信ドライバを介して行うデータ通信の障害を監
視するネットワーク障害監視方法に適用して有効な技術
に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a network fault monitoring method for monitoring a fault in a network, and more particularly, to connecting a computer to a local area network (LAN) with an interface board and via a communication driver for driving the interface board. The present invention relates to a technique effective when applied to a network failure monitoring method for monitoring a failure of data communication performed as described above.

【0002】[0002]

【従来の技術】従来、計算機とその周辺装置が接続され
たLANにおいて通信障害が発生した場合には、ネット
ワーク管理者が当該LANで使用しているハードウェ
ア、及びソフトウェアを調査し原因追求を行っていた。
2. Description of the Related Art Conventionally, when a communication failure occurs in a LAN to which a computer and its peripheral devices are connected, a network administrator investigates the hardware and software used in the LAN and seeks the cause. Was there.

【0003】以下に、あるワークステーションを使用中
に、前記ワークステーションが接続されたTCP/IP
(Transmission Control Pro
tocol/Internet Protocol)を
使用したLANで発生した障害の原因を調査する手順の
一例を示す。
[0003] In the following, a TCP / IP connected to a workstation while the workstation is in use
(Transmission Control Pro
An example of a procedure for investigating the cause of a failure that has occurred in a LAN using the Toco / Internet Protocol will be shown.

【0004】(1)TCP/IP通信に関する設定情報
が正しいかどうかを確認する。
(1) It is confirmed whether the setting information regarding TCP / IP communication is correct.

【0005】/etc/networks、/etc/
hosts等のネットワークに関する設定情報を格納し
ているファイルの内容を調べ、前記ファイルに記述され
たネットワークの設定内容の確認を行う。
/ Etc / networks, / etc /
The contents of the file that stores the setting information regarding the network such as hosts is checked, and the setting contents of the network described in the file are confirmed.

【0006】(2)pingコマンドを使用して、通信
ソフトウェアが正常に動作するかを調査する。ping
コマンドとは、指定されたワークステーションに対して
応答を要求するメッセージを送り、前記ワークステーシ
ョンからの応答パケットの数と前記応答パケットが受信
されるまでの時間を測定して表示するものである。
(2) The ping command is used to investigate whether the communication software operates normally. ping
The command is to send a message requesting a response to a designated workstation, measure the number of response packets from the workstation and the time until the response packet is received, and display the message.

【0007】 例:ping 202.220.115.200 (3)(2)のコマンドに対して下記のようなメッセー
ジが表示されるかを調べ、通信ドライバが正常に動作し
ていることを確認する。
Example: ping 202.220.115.200 (3) Check if the following message is displayed for the command of (2) and confirm that the communication driver is operating normally. .

【0008】例:[1]回エコーを202.220.1
15.200から往復 <50ミリ秒で受信しました。
Example: [1] times echo is 202.220.1
It was received from 15.200 in a round trip <50 milliseconds.

【0009】(4)pingコマンドを使用し、同一支
線(セグメント)上に接続されたワークステーションか
ら応答パケットを受信できるか、また他の支線に接続さ
れたワークステーションから応答パケットを受信できる
かを調査する。
(4) Whether a response packet can be received from a workstation connected to the same branch line (segment) or a response packet can be received from a workstation connected to another branch line by using the ping command. investigate.

【0010】(5)(4)の結果から応答パケットが受
信できないワークステーションが接続されたネットワー
クを構成するハードウェア(LANボード、ケーブル
等)を交換し、応答パケットが受信できる様になったか
を確認する。
(5) From the results of (4), whether the response packet cannot be received by replacing the hardware (LAN board, cable, etc.) constituting the network to which the workstation is connected and receiving the response packet Confirm.

【0011】前記以外の障害原因を調査する方法とし
て、LANアナライザを使用して、LANに接続された
各ワークステーションから送信されるブロードキャスト
メッセージを受信できるかを確認する方法もある。
As a method of investigating the cause of the failure other than the above, there is also a method of using a LAN analyzer to confirm whether or not the broadcast message transmitted from each workstation connected to the LAN can be received.

【0012】LANに発生した障害の分析方法について
は「ローカルエリア・ネットワークの基礎知識、John
E.McNamara著、渡部広之訳、共立出版」に記載されてい
る。その概要は、自己の応答がない時に受信信号に欠陥
があると判断したり、信号の衝突回数を調べてケーブル
の障害を検出するものである。
For a method of analyzing a failure that has occurred in a LAN, see "Basic knowledge of local area network, John.
E. McNamara, Translated by Hiroyuki Watanabe, Kyoritsu Shuppan ". The outline is to judge that there is a defect in the received signal when there is no response from itself, and to check the number of signal collisions to detect a cable failure.

【0013】[0013]

【発明が解決しようとする課題】本発明者は、前記従来
技術を検討した結果、以下の問題点を見いだした。
SUMMARY OF THE INVENTION As a result of studying the above prior art, the present inventor has found the following problems.

【0014】すなわち、前記従来のネットワークで発生
した障害の原因を調査する方法では、発生した障害の原
因がハードウェアによるものか或いはソフトウェアによ
るものかを区別する方法が示されていなかったので、ハ
ードウェア或いはソフトウェアのどちらで障害が発生し
ているかを限定するのに時間を要するという問題があっ
た。
That is, in the conventional method of investigating the cause of a failure that has occurred in the network, there is no method for distinguishing whether the cause of the failure that has occurred is hardware or software. There is a problem that it takes time to limit whether the failure occurs in the software or the software.

【0015】本発明の目的は、通信ドライバ及びインタ
フェースボードで発生した障害を区別して迅速に通知す
ることが可能な技術を提供することにある。
An object of the present invention is to provide a technique capable of distinguishing a fault occurring in a communication driver and an interface board and promptly notifying the fault.

【0016】本発明の前記ならびにその他の目的と新規
な特徴は、本明細書の記述及び添付図面によって明らか
になるであろう。
The above and other objects and novel features of the present invention will be apparent from the description of this specification and the accompanying drawings.

【0017】[0017]

【課題を解決するための手段】本願によって開示される
発明のうち、代表的なものの概要を簡単に説明すれば、
下記のとおりである。
Of the inventions disclosed by the present application, a representative one will be briefly described below.
It is as follows.

【0018】すなわち、計算機とネットワークとをイン
タフェースボードで接続し、前記インタフェースボード
を駆動する通信ドライバを介して行われるデータ通信の
障害を監視するネットワーク障害監視方法において、前
記通信ドライバに対し障害を監視する監視用パケットを
送信すると共に、前記通信ドライバを介して前記インタ
フェースボードに対し障害を監視する監視用パケットを
送信した後、それぞれの監視用パケットに対する応答が
所定時間内に受信されるか否かを監視し、所定時間内に
受信されない場合を障害発生状態として判定し、前記通
信ドライバ及びインタフェースボードのいずれで障害が
発生しているかを示す情報を出力するものである。
That is, in a network fault monitoring method for connecting a computer and a network with an interface board and monitoring a fault in data communication performed via a communication driver for driving the interface board, a fault is monitored for the communication driver. Whether a response to each monitoring packet is received within a predetermined time after transmitting the monitoring packet for monitoring the failure to the interface board via the communication driver. Is monitored, the case in which it is not received within a predetermined time is determined as a failure occurrence state, and information indicating which of the communication driver and the interface board the failure has occurred is output.

【0019】[0019]

【作用】上述した手段によれば、本発明のネットワーク
障害監視方法では、まず、障害監視プログラムが、前記
インタフェースボードを駆動する通信ドライバに障害を
監視する監視用パケットを送信すると共に、前記通信ド
ライバを介して前記インタフェースボードに対し障害を
監視する監視用パケットを送信する。
According to the above-mentioned means, in the network fault monitoring method of the present invention, first, the fault monitoring program transmits a monitoring packet for monitoring a fault to the communication driver which drives the interface board, and at the same time, the communication driver. A monitoring packet for monitoring a failure is transmitted to the interface board via the.

【0020】前記障害監視プログラムは、それぞれの監
視用パケットに対する応答が所定時間内に受信されるか
否かを監視し、所定時間内に応答が受信されない場合を
障害発生状態として判定し、前記通信ドライバからの応
答が受信されない場合には前記通信ドライバで障害が発
生していることを示す情報を出力し、前記インタフェー
スボードからの応答が受信されない場合には前記インタ
フェースボードで障害が発生していることを示す情報を
出力する。
The fault monitoring program monitors whether or not a response to each monitoring packet is received within a predetermined time, determines when no response is received within the predetermined time as a fault occurrence state, and communicates with the communication. When the response from the driver is not received, information indicating that the communication driver has a failure is output, and when the response from the interface board is not received, the interface board has a failure. The information indicating that is output.

【0021】前記障害監視プログラムは、前記通信ドラ
イバ及び前記インタフェースボードからの前記監視用パ
ケットに対する応答を受信したときには、前記通信ドラ
イバ及び前記インタフェースボードは正常に動作中であ
ると判断し、所定時間が経過した後に、再び前記通信ド
ライバ及び前記インタフェースボードに対して監視用パ
ケットを送信して、障害の発生を監視する処理を繰り返
す。
When the fault monitoring program receives a response to the monitoring packet from the communication driver and the interface board, it judges that the communication driver and the interface board are operating normally, and a predetermined time is passed. After the lapse of time, the processing of transmitting the monitoring packet to the communication driver and the interface board again and monitoring the occurrence of the failure is repeated.

【0022】以上説明した様に、本発明のネットワーク
障害監視方法では、通信ドライバとインタフェースボー
ドを所定時間間隔で監視し、その監視によって発見した
障害を表示するので、通信ドライバ及びインタフェース
ボードで発生した障害を迅速に通知することが可能であ
る。
As described above, in the network fault monitoring method of the present invention, the communication driver and the interface board are monitored at predetermined time intervals, and the fault found by the monitoring is displayed. It is possible to notify the failure promptly.

【0023】[0023]

【実施例】以下、本発明について、一実施例とともに図
を参照して詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described in detail below with reference to the drawings together with an embodiment.

【0024】なお、実施例を説明する為の全図におい
て、同一機能を有するものは同一符号を付け、その繰り
返しの説明は省略する。
In all the drawings for explaining the embodiments, those having the same function are designated by the same reference numerals, and the repeated description thereof will be omitted.

【0025】図1は、本発明のネットワーク障害監視方
法を実施する装置の一実施例を示す概略構成図である。
図1において、100は制御装置、110はディスプレ
イ装置、120はメモリ、130はLANボードであ
り、121は障害監視プログラム、122は障害監視テ
ーブル、123は通信ドライバである。
FIG. 1 is a schematic block diagram showing an embodiment of an apparatus for carrying out the network fault monitoring method of the present invention.
In FIG. 1, 100 is a control device, 110 is a display device, 120 is a memory, 130 is a LAN board, 121 is a fault monitoring program, 122 is a fault monitoring table, and 123 is a communication driver.

【0026】図1に示す様に、本発明のネットワーク障
害監視方法を実施する装置の制御装置100には、ディ
スプレイ装置110と、メモリ120と、LANボード
130が接続されており、メモリ120上の障害監視プ
ログラム121は、障害監視テーブル122の内容を参
照し、通信ドライバ123と、LANボード130に監
視用パケットを送信する。
As shown in FIG. 1, a display device 110, a memory 120, and a LAN board 130 are connected to the control device 100 of the device for implementing the network fault monitoring method of the present invention. The fault monitoring program 121 refers to the contents of the fault monitoring table 122 and sends a monitoring packet to the communication driver 123 and the LAN board 130.

【0027】図2は、本実施例のネットワーク障害監視
方法で参照される障害監視テーブルの概要を示す図であ
る。図2において、201はLANボード搭載フラグ、
202は監視タイマ値、203は実行間隔タイマ値であ
る。
FIG. 2 is a diagram showing an outline of the fault monitoring table referred to in the network fault monitoring method of this embodiment. In FIG. 2, 201 is a LAN board mounting flag,
202 is a monitoring timer value, and 203 is an execution interval timer value.

【0028】図2に示す様に、本実施例の障害監視テー
ブルには、LANボードが搭載されているかどうかを示
すLANボード搭載フラグ201と、監視用パケットを
送信して前記監視用パケットに対する応答を待つ時間で
ある監視タイマ値202と、監視処理全体の実行間隔を
示す実行間隔タイマ値203が記載されている。
As shown in FIG. 2, in the fault monitoring table of this embodiment, a LAN board mounting flag 201 indicating whether or not a LAN board is mounted, a monitoring packet is transmitted, and a response to the monitoring packet is sent. A monitoring timer value 202, which is the time to wait for, and an execution interval timer value 203, which indicates the execution interval of the entire monitoring process, are described.

【0029】図3は、本実施例のネットワーク障害監視
方法において、通信ドライバとLANボードの間でのパ
ケットの送受の概要を示す図である。図3において、3
11は通信ドライバ123のパケット送信部、312は
通信ドライバ123のパケット受信部、321はLAN
ボードのパケット受信部、322はLANボードのパケ
ット送信部である。
FIG. 3 is a diagram showing an outline of transmission / reception of packets between the communication driver and the LAN board in the network fault monitoring method of this embodiment. In FIG. 3, 3
11 is a packet transmission unit of the communication driver 123, 312 is a packet reception unit of the communication driver 123, and 321 is a LAN.
A packet receiving unit 322 of the board is a packet transmitting unit of the LAN board.

【0030】図3に示す様に、本実施例のネットワーク
障害監視方法を実施する通信ドライバとLANボードに
は、通信ドライバ123とLANボード130の間で監
視用パケットとその応答を送受する為の、パケット送信
部311、322と、パケット受信部312、321が
備えられている。
As shown in FIG. 3, the communication driver and the LAN board for implementing the network fault monitoring method of this embodiment are for transmitting and receiving a monitoring packet and its response between the communication driver 123 and the LAN board 130. Packet transmitting units 311, 322 and packet receiving units 312, 321 are provided.

【0031】図4は、本実施例のネットワーク障害監視
方法において監視用に送信される監視用パケットの概略
構成を示す図である。図4において、400は監視用パ
ケット、410はアドレス、420は詳細情報である。
FIG. 4 is a diagram showing a schematic structure of a monitoring packet transmitted for monitoring in the network fault monitoring method of this embodiment. In FIG. 4, reference numeral 400 is a monitoring packet, 410 is an address, and 420 is detailed information.

【0032】図4に示す様に、本実施例のネットワーク
障害監視方法の監視用パケットには、監視用パケット4
00を送信する送信先を示すアドレス410と、監視内
容に関する詳細情報420が格納されている。
As shown in FIG. 4, the monitoring packet of the network failure monitoring method of this embodiment is the monitoring packet 4
An address 410 indicating a transmission destination for transmitting 00 and detailed information 420 regarding the monitoring content are stored.

【0033】図5と図6は、本実施例のネットワーク障
害監視方法によって障害を監視する処理手順を示すフロ
ーチャートである。
FIG. 5 and FIG. 6 are flow charts showing a processing procedure for monitoring a failure by the network failure monitoring method of this embodiment.

【0034】以下に、本実施例のネットワーク障害監視
方法において、ネットワークで発生する障害を監視する
処理手順を説明する。
In the network fault monitoring method of this embodiment, a processing procedure for monitoring a fault occurring in the network will be described below.

【0035】まず、本実施例のネットワーク障害監視方
法を実施する装置である端末の電源を投入すると(ステ
ップ501)、通信ドライバ123はLANボード13
0を初期設定する(ステップ502)。通信ドライバ1
23は、LANボード130を初期設定した結果を受け
取り(ステップ503)、LANボード130の初期設
定が正常に終了したかを判断する(ステップ504)。
First, when the terminal which is the device for implementing the network fault monitoring method of the present embodiment is turned on (step 501), the communication driver 123 causes the LAN board 13 to operate.
0 is initialized (step 502). Communication driver 1
23 receives the result of initializing the LAN board 130 (step 503) and judges whether the initial setting of the LAN board 130 has been completed normally (step 504).

【0036】LANボード130の初期設定が正常に終
了しなかった場合には、LANボードの交換を行い(ス
テップ520)、ステップ501に戻り、LANボード
130の初期設定が正常に終了したときには、障害監視
テーブル122のLANボード搭載フラグ201をオン
にする(ステップ505)。
If the initial setting of the LAN board 130 is not normally completed, the LAN board is replaced (step 520) and the process returns to step 501. If the initial setting of the LAN board 130 is normally completed, a failure occurs. The LAN board mounting flag 201 of the monitoring table 122 is turned on (step 505).

【0037】次に、障害監視プログラム121は、障害
監視テーブル122内に設定されている監視タイマ値2
02と実行間隔タイマ値203を参照し、障害監視プロ
グラム121の内部変数にセットする(ステップ50
8)。障害監視プログラム121は実行間隔タイマをス
タートさせ(ステップ507)、通信ドライバ123に
対して監視用パケット400を送信し(ステップ50
8)、監視タイマをスタートさせる(ステップ50
9)。
Next, the fault monitoring program 121 uses the monitoring timer value 2 set in the fault monitoring table 122.
02 and the execution interval timer value 203, and sets them in the internal variables of the fault monitoring program 121 (step 50).
8). The fault monitoring program 121 starts the execution interval timer (step 507) and transmits the monitoring packet 400 to the communication driver 123 (step 50).
8) Start the monitoring timer (step 50)
9).

【0038】通信ドライバ123は、障害監視プログラ
ム121から送信された監視用パケット400に対して
応答を送信する(ステップ510)。
The communication driver 123 transmits a response to the monitoring packet 400 transmitted from the fault monitoring program 121 (step 510).

【0039】障害監視プログラム121は、通信ドライ
バ123からの応答をタイマ監視し、監視タイマが
「0」になるまでに(ステップ601)、応答を受信で
きたかを確認する(ステップ602)。
The fault monitoring program 121 timer-monitors the response from the communication driver 123, and confirms whether the response can be received before the monitoring timer reaches "0" (step 601) (step 602).

【0040】障害監視プログラム121は、通信ドライ
バ123からの応答を受信できない場合に、通信ドライ
バ123にて障害が発生していることをディスプレイ装
置110に表示する(ステップ620)。
When the response monitoring program 121 cannot receive a response from the communication driver 123, it displays on the display device 110 that a failure has occurred in the communication driver 123 (step 620).

【0041】通信ドライバ123からの応答を受信でき
た場合には、障害監視プログラム121は、監視タイマ
値202を障害監視テーブル122からセット(ステッ
プ603)し、通信ドライバ123に対してLANボー
ド130に監視用パケット400を送信する様に指示す
る(ステップ604)。
When the response from the communication driver 123 can be received, the fault monitoring program 121 sets the monitoring timer value 202 from the fault monitoring table 122 (step 603) and sets the LAN board 130 to the communication driver 123. It is instructed to transmit the monitoring packet 400 (step 604).

【0042】通信ドライバ123は、障害監視プログラ
ム121からの指示によって、LANボード130に対
して監視用パケット400を送信する(ステップ60
5)。
The communication driver 123 transmits the monitoring packet 400 to the LAN board 130 according to the instruction from the fault monitoring program 121 (step 60).
5).

【0043】次に、障害監視プログラム121は、監視
タイマをスタートさせる(ステップ606)。
Next, the fault monitoring program 121 starts the monitoring timer (step 606).

【0044】LANボード130は、通信ドライバ12
3に対して応答を送信する(ステップ607)。通信ド
ライバ123は、LANボード130から受信した応答
を障害監視プログラム121に送信する(ステップ60
8)。
The LAN board 130 includes the communication driver 12
A response is transmitted to No. 3 (step 607). The communication driver 123 sends the response received from the LAN board 130 to the fault monitoring program 121 (step 60).
8).

【0045】障害監視プログラム121は、通信ドライ
バ123に対して監視用パケット400の送信を指示し
た後、LANボード130からの応答をタイマ監視して
おり、障害監視プログラム121は、監視タイマが
「0」になるまでに(ステップ609)、LANボード
130からの応答を受信できたかを確認する(ステップ
610)。
The fault monitoring program 121 timer-monitors the response from the LAN board 130 after instructing the communication driver 123 to transmit the monitoring packet 400, and the fault monitoring program 121 has a monitoring timer of "0". (Step 609), it is confirmed whether the response from the LAN board 130 has been received (step 610).

【0046】障害監視プログラム121は、LANボー
ド130からの応答を受信できない場合には、LANボ
ード130にて障害が発生していることをディスプレイ
装置110に表示する(ステップ621)。
When the failure monitoring program 121 cannot receive the response from the LAN board 130, it displays on the display device 110 that a failure has occurred in the LAN board 130 (step 621).

【0047】障害監視プログラム121は、LANボー
ド130からの応答を受信できた場合には、実行間隔タ
イマが「0」になった時点で(ステップ611)、ステ
ップ506に戻り、障害を監視するステップ506以降
の処理を繰り返し実行する。
When the failure monitor program 121 can receive the response from the LAN board 130, when the execution interval timer reaches "0" (step 611), the procedure returns to step 506 to monitor the failure. The processing after 506 is repeatedly executed.

【0048】また、以上の本実施例のネットワーク障害
監視方法におけるネットワークで発生する障害を監視す
る処理手順は、本実施例のネットワーク障害監視方法を
実施する装置である端末の動作を停止することによって
終了する。
Further, the processing procedure for monitoring the fault occurring in the network in the network fault monitoring method of the present embodiment is performed by stopping the operation of the terminal which is the device for implementing the network fault monitoring method of the present embodiment. finish.

【0049】以上説明した様に、本実施例のネットワー
ク障害監視方法によれば、通信ドライバ123とLAN
ボード130を所定時間間隔で監視し、その監視によっ
て発見した障害をディスプレイ装置110に表示するの
で、通信ドライバ123及びLANボード130で発生
した障害を迅速に通知することが可能である。
As described above, according to the network fault monitoring method of this embodiment, the communication driver 123 and the LAN
Since the board 130 is monitored at predetermined time intervals and the failure found by the monitoring is displayed on the display device 110, the failure occurring in the communication driver 123 and the LAN board 130 can be promptly notified.

【0050】以上、本発明を、前記実施例に基づき具体
的に説明したが、本発明は、前記実施例に限定されるも
のではなく、その要旨を逸脱しない範囲において種々変
更可能であることは勿論である。
Although the present invention has been specifically described based on the above embodiments, the present invention is not limited to the above embodiments, and various modifications can be made without departing from the scope of the invention. Of course.

【0051】[0051]

【発明の効果】本願において開示される発明のうち代表
的なものによって得られる効果を簡単に説明すれば、下
記のとおりである。
The effects obtained by the typical ones of the inventions disclosed in the present application will be briefly described as follows.

【0052】すなわち、通信ドライバとインタフェース
ボードを所定時間間隔で監視し、その監視によって発見
した障害を表示するので、通信ドライバ及びインタフェ
ースボードで発生した障害を区別して迅速に通知するこ
とが可能である。
That is, since the communication driver and the interface board are monitored at predetermined time intervals and the faults found by the monitoring are displayed, it is possible to distinguish the faults occurring in the communication driver and the interface board and to promptly notify them. .

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

【図1】本発明のネットワーク障害監視方法を実施する
装置の一実施例を示す概略構成図である。
FIG. 1 is a schematic configuration diagram showing an embodiment of an apparatus for implementing a network fault monitoring method of the present invention.

【図2】実施例のネットワーク障害監視方法で参照され
る障害監視テーブルの概要を示す図である。
FIG. 2 is a diagram showing an outline of a fault monitoring table referred to by a network fault monitoring method according to an embodiment.

【図3】実施例のネットワーク障害監視方法の通信ドラ
イバとLANボードの間でのパケットの送受の概要を示
す図である。
FIG. 3 is a diagram showing an outline of transmission / reception of packets between a communication driver and a LAN board in the network fault monitoring method according to the embodiment.

【図4】実施例のネットワーク障害監視方法の監視用に
送信される監視用パケットの概略構成を示す図である。
FIG. 4 is a diagram showing a schematic configuration of a monitoring packet transmitted for monitoring in the network failure monitoring method according to the embodiment.

【図5】実施例のネットワーク障害監視方法の障害を監
視する処理手順を示すフローチャートである。
FIG. 5 is a flowchart showing a processing procedure for monitoring a failure in the network failure monitoring method according to the embodiment.

【図6】図5の続きを示すフローチャートである。FIG. 6 is a flowchart showing a continuation of FIG. 5;

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

100…制御装置、110…ディスプレイ装置、120
…メモリ、121…障害監視プログラム、122…障害
監視テーブル、123…通信ドライバ、130…LAN
ボード、201…LANボード搭載フラグ、202…監
視タイマ値、203…実行間隔タイマ値、400…監視
用パケット。
100 ... Control device, 110 ... Display device, 120
... memory, 121 ... fault monitoring program, 122 ... fault monitoring table, 123 ... communication driver, 130 ... LAN
Board, 201 ... LAN board mounting flag, 202 ... Monitoring timer value, 203 ... Execution interval timer value, 400 ... Monitoring packet.

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

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 計算機とネットワークとをインタフェー
スボードで接続し、前記インタフェースボードを駆動す
る通信ドライバを介して行われるデータ通信の障害を監
視するネットワーク障害監視方法において、 前記通信ドライバに対し障害を監視する監視用パケット
を送信すると共に、前記通信ドライバを介して前記イン
タフェースボードに対し障害を監視する監視用パケット
を送信した後、それぞれの監視用パケットに対する応答
が所定時間内に受信されるか否かを監視し、所定時間内
に受信されない場合を障害発生状態として判定し、前記
通信ドライバ及びインタフェースボードのいずれで障害
が発生しているかを示す情報を出力することを特徴とす
るネットワーク障害監視方法。
1. A network failure monitoring method for connecting a computer and a network with an interface board, and monitoring a failure of data communication performed via a communication driver that drives the interface board, wherein the communication driver is monitored for failures. Whether a response to each monitoring packet is received within a predetermined time after transmitting the monitoring packet for monitoring the failure to the interface board via the communication driver. Is monitored, the case in which it is not received within a predetermined time is determined as a failure occurrence state, and information indicating which of the communication driver and the interface board the failure has occurred is output.
JP7149989A 1995-06-16 1995-06-16 Network fault monitoring method Pending JPH098805A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7149989A JPH098805A (en) 1995-06-16 1995-06-16 Network fault monitoring method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7149989A JPH098805A (en) 1995-06-16 1995-06-16 Network fault monitoring method

Publications (1)

Publication Number Publication Date
JPH098805A true JPH098805A (en) 1997-01-10

Family

ID=15487039

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7149989A Pending JPH098805A (en) 1995-06-16 1995-06-16 Network fault monitoring method

Country Status (1)

Country Link
JP (1) JPH098805A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7068677B1 (en) 1997-10-20 2006-06-27 Fujitsu Limited Subscriber radio access system
JP2010277349A (en) * 2009-05-28 2010-12-09 Toshiba Corp Information processing apparatus and environment setting method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7068677B1 (en) 1997-10-20 2006-06-27 Fujitsu Limited Subscriber radio access system
JP2010277349A (en) * 2009-05-28 2010-12-09 Toshiba Corp Information processing apparatus and environment setting method
JP4660604B2 (en) * 2009-05-28 2011-03-30 株式会社東芝 Information processing apparatus and environment setting method
US8074233B2 (en) 2009-05-28 2011-12-06 Kabushiki Kaisha Toshiba Information processing apparatus and configuring method

Similar Documents

Publication Publication Date Title
CA2493214A1 (en) A telemetry system
US5914666A (en) Auto-configurable series communication system for power monitors and the like
JPH098805A (en) Network fault monitoring method
US20040037308A1 (en) System and method for network connection detection
US5475816A (en) Reply monitor for a network of microprocessor-based systems
JP2616484B2 (en) Token ring transmission system
JPH0856235A (en) Test method for router and terminal equipment for test
JPH0581083A (en) Supervisory control system for plural online systems using plural cpu
JP2654365B2 (en) Bus overload test method and test system
JP4024941B2 (en) LAN device monitoring device for computers
JP3356809B2 (en) LAN fault monitoring apparatus, LAN fault monitoring system, and logging data collection method therefor
JP3816643B2 (en) Disconnection monitoring system
CN114189424B (en) Intelligent device control method, intelligent device control device, electronic device, medium and program product
JPH0653961A (en) Monitoring device
KR20040009225A (en) Method of network packet checking by kernel hooking
JPH05250325A (en) Application program end informing system
JP2001060949A (en) Communication network system and its operation state monitoring method
JP2891135B2 (en) Software failure detection device and software failure detection method
JP2002064492A (en) Apparatus and method for monitoring network
JP3903298B2 (en) Fire alarm system
JP3430798B2 (en) Transmission line monitoring method for digital relay
JPH04181835A (en) Self-diagnosis system for local area network
JPH0389743A (en) Terminal equipment
JP2002330191A (en) Method and system for detecting abnormality
JP2825955B2 (en) Remote monitoring center device

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees
S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350