JP2891135B2 - Software failure detection device and software failure detection method - Google Patents
Software failure detection device and software failure detection methodInfo
- Publication number
- JP2891135B2 JP2891135B2 JP7113097A JP11309795A JP2891135B2 JP 2891135 B2 JP2891135 B2 JP 2891135B2 JP 7113097 A JP7113097 A JP 7113097A JP 11309795 A JP11309795 A JP 11309795A JP 2891135 B2 JP2891135 B2 JP 2891135B2
- Authority
- JP
- Japan
- Prior art keywords
- unit
- protocol conversion
- message
- conversion program
- test message
- 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.)
- Expired - Lifetime
Links
Landscapes
- Debugging And Monitoring (AREA)
- Small-Scale Networks (AREA)
Description
【0001】[0001]
【産業上の利用分野】本発明は、アプリケーションプロ
グラム部と、通信部と、アプリケーションプログラム部
と通信部との間に配設されプロトコル変換を行うプロト
コル変換プログラム部とからなるネットワーク機器の前
記プロトコル変換プログラム部のソフトウェア(プログ
ラム)の障害を検出するソフトウェア障害検出装置及び
検出方法に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a protocol conversion device for a network device comprising an application program unit, a communication unit, and a protocol conversion program unit disposed between the application program unit and the communication unit for performing protocol conversion. The present invention relates to a software failure detection device and a detection method for detecting a software (program) failure in a program unit.
【0002】[0002]
【従来の技術】図4は、通信網に接続されるネットワー
ク機器の構成を示す図である。同図において、1はネッ
トワーク機器であり、ネットワーク機器1は、アプリケ
ーションプログラム部3と、通信網6に接続される通信
部5と、アプリケーションプログラム部3と通信部5と
の間に配設されプロトコル変換を行うプロトコル変換プ
ログラム部4とからなる。2. Description of the Related Art FIG. 4 is a diagram showing a configuration of a network device connected to a communication network. 1, reference numeral 1 denotes a network device. The network device 1 includes an application program unit 3, a communication unit 5 connected to a communication network 6, and a protocol provided between the application program unit 3 and the communication unit 5. And a protocol conversion program unit 4 for performing conversion.
【0003】ところで、ネットワーク機器1内のアプリ
ケーションプログラム部3のようなソフトウェアの障害
を検出する場合、従来はその第1の技術として、この障
害検出の対象となるプログラムの中に一定周期で外部に
テスト信号を出力するようなテストプログラムを設けて
いるものが知られている。ここでこのプログラムが正常
に実行されれば、外部にはテスト信号が周期的に出力さ
れることから、このテスト信号が所定時間内に出力され
るか否かを外部で検出することでソフトウェアの障害の
有無が判断されるようになっている。Incidentally, when detecting a software failure such as the application program unit 3 in the network device 1, conventionally, as a first technique, a failure detection target program is externally provided at regular intervals in a program. There is known a device provided with a test program for outputting a test signal. Here, if this program is executed normally, a test signal is periodically output to the outside. Therefore, by externally detecting whether or not this test signal is output within a predetermined time, software The presence or absence of a failure is determined.
【0004】また、ソフトウェア障害検出の第2の技術
として、例えば特開昭62−182848号公報に開示
されたものがある。この第2の技術について説明する
と、まず、送信手段から、時間管理手段で管理される一
定時間間隔でプログラム走行用監視命令を命令管理手段
に与え、命令管理手段からはある時間間隔でプログラム
走行用監視命令を被監視用プログラムに与える。この場
合、そのプログラムが正常であればプログラム走行用監
視命令の受信・実行によりある結果を出力するが、走行
異常であれば上記命令が受信・実行できないことからそ
の実行結果は出力されない。従って、このような無出力
状態を検出手段で検出することでプログラムの走行異常
が判定される。As a second technique for detecting a software fault, there is one disclosed in, for example, Japanese Patent Application Laid-Open No. 62-182848. The second technique will be described. First, a transmission command gives a program running monitoring command to the command management means at fixed time intervals managed by the time management means, and the command management means issues a program running monitoring command at a certain time interval. A monitoring instruction is given to the monitored program. In this case, if the program is normal, a certain result is output by receiving and executing the program running monitoring command, but if the program is running abnormal, the command cannot be received and executed, so that the execution result is not output. Therefore, the running abnormality of the program is determined by detecting such a non-output state by the detecting means.
【0005】[0005]
【発明が解決しようとする課題】しかし、図4に示すネ
ットワーク機器1内のプロトコル変換プログラム部4の
プログラムのような、処理すべき命令を受けたときのみ
その処理を実行し、その処理の実行が終了すると次の命
令を待ち受けるプログラムに対し、その命令待ちの間に
一定周期の信号を出力させるようなテストプログラムを
付加することは困難であり、従って、このようなプロト
コル変換プログラムの障害検出に対し従来のソフトウェ
ア障害検出の第1の技術は適用できないという問題があ
った。However, only when a command to be processed, such as a program of the protocol conversion program unit 4 in the network device 1 shown in FIG. It is difficult to add a test program that outputs a fixed period signal during the waiting for the next instruction to the program that waits for the next instruction when the process is completed. On the other hand, there is a problem that the first technique of the conventional software failure detection cannot be applied.
【0006】また、従来のソフトウェア障害検出の第2
の技術は、監視対象となるプログラムにプログラム走行
監視用命令を処理できる機能を付加する必要がある。こ
のため、プロトコル変換プログラムのような一般に流用
されている汎用プログラムに対しこの第2の技術を適用
したとすると、一般のユーザはまずこの汎用のプロトコ
ル変換プログラムの内容を正確に理解したうえでそのプ
ログラムの改造を行って上記走行監視用命令処理機能を
付加しなければならず、従ってこのようなプログラムを
装置に実装する場合に容易に実装できないという問題が
ある。また、たとえこのような走行監視用命令処理機能
を付加したとしても、この付加された処理機能が実際に
プロトコル変換を行うわけではないので、この走行監視
用命令が正常に実行されてもプロトコル変換が正常に行
われるか否かは判定できないという問題がある。In addition, the second conventional software failure detection
It is necessary to add a function capable of processing a program running monitoring command to a program to be monitored. Therefore, assuming that the second technique is applied to a general-purpose program that is generally diverted such as a protocol conversion program, a general user must first accurately understand the contents of the general-purpose protocol conversion program, and then, It is necessary to modify the program to add the above-mentioned traveling monitoring command processing function. Therefore, there is a problem that such a program cannot be easily implemented when implemented in the apparatus. Even if such a driving monitoring instruction processing function is added, the added processing function does not actually perform the protocol conversion. Therefore, even if the driving monitoring instruction is normally executed, the protocol conversion is performed. There is a problem that it cannot be determined whether or not the operation is normally performed.
【0007】従って本発明は、処理すべき命令を受けた
ときのみその処理を実行し、その処理の実行が終了する
と次の命令を待ち受けるような汎用プログラムであるプ
ロトコル変換プログラムの障害をそのプログラムを変更
せずに的確に検出することを目的とする。Therefore, the present invention executes the processing only when an instruction to be processed is received and, when the execution of the processing is completed, detects a failure of the protocol conversion program which is a general-purpose program that waits for the next instruction. The purpose is to accurately detect without changing.
【0008】[0008]
【課題を解決するための手段】このような課題を解決す
るために、本発明は、アプリケーションプログラム部
と、通信網を介してデータの通信を行う通信部と、アプ
リケーションプログラム部と通信部との間に接続され通
信部から送出される電文のプロトコル変換を行ってアプ
リケーションプログラム部に送出すると共に、アプリケ
ーションプログラム部から送出される電文のプロトコル
変換を行って通信部に送出するプロトコル変換プログラ
ム部とからなるネットワーク機器において、プロトコル
変換プログラム部からアプリケーションプログラム部へ
送出される電文を監視して一定時間電文が出力されない
場合はプロトコル変換プログラム部に対しテスト電文を
送出すると共に所定時間のタイマを起動するテスト電文
送出手段と、プロトコル変換プログラム部から通信部へ
送出される電文を監視し送出された電文がテスト電文の
場合はこのテスト電文をプロトコル変換プログラム部へ
折り返すテスト電文折り返し手段と、プロトコル変換プ
ログラム部からアプリケーションプログラム部側へのテ
スト電文の出力の有無をタイマの所定時間の間監視する
テスト電文監視手段と、テスト電文監視手段の監視結果
に応じプロトコル変換プログラム部の障害の有無を判定
する判定手段とを備えたものである。また、プロトコル
変換プログラム部からアプリケーションプログラム部へ
送出される電文を監視して一定時間電文が出力されない
場合はプロトコル変換プログラム部に対しテスト電文を
送出すると共に所定時間のタイマを起動する一方、プロ
トコル変換プログラム部から通信部へ送出される電文を
監視して送出された電文がテスト電文の場合はこのテス
ト電文のプロトコル変換プログラム部への折り返しを行
うと共に、プロトコル変換プログラム部からアプリケー
ションプログラム部側へのテスト電文の出力の有無をタ
イマの所定時間の間監視し、その監視結果に応じプロト
コル変換プログラム部のソフトウェア障害の有無を判定
する方法である。SUMMARY OF THE INVENTION In order to solve such a problem, the present invention provides an application program unit, a communication unit for communicating data via a communication network, and an application program unit and a communication unit. a connected protocol conversion message sent from the communication unit sends out the Apu <br/> publication program section I line between, performing message protocol conversion sent from the application program unit sends to the communication unit In a network device including a protocol conversion program unit, a message transmitted from the protocol conversion program unit to the application program unit is monitored. If the message is not output for a predetermined period of time, a test message is transmitted to the protocol conversion program unit for a predetermined time. Test message that starts the timer
And delivery means, if message sent to monitor the message sent to the communication section of the test message from the protocol conversion program unit and the test message aliasing means to fold the test message to the protocol conversion program unit, protocol conversion flop
From the program section to the application program section
Monitors the presence or absence of the output of the strike message for a predetermined time of the timer
Test message monitoring means and monitoring results of test message monitoring means
Determines whether there is a failure in the protocol conversion program part according to
And determination means for performing the determination . Further, while the case where the protocol conversion program unit is not a certain time message the message sent by monitoring the application program unit is output to start the predetermined time of the timer sends out a test message to the protocol conversion program unit, pro
The message sent from the protocol conversion program section to the communication section
Line wrapping to the protocol conversion program of this test message in the case of monitoring to the sent message test message
Utotomoni, data the presence or absence of the output of the test message to the application program portion side from the protocol conversion program section
This is a method of monitoring for a predetermined period of time for an image and determining whether or not there is a software failure in the protocol conversion program unit according to the monitoring result .
【0009】[0009]
【作用】プロトコル変換プログラム部からアプリケーシ
ョンプログラム部へ送出される電文を監視し、一定時間
電文が出力されない場合はプロトコル変換プログラム部
に対しテスト電文を送出する一方、このテスト電文がプ
ロトコル変換プログラム部から通信部に送出された場合
はこのテスト電文をプロトコル変換プログラム部に折り
返し、折り返されたテスト電文がプロトコル変換プログ
ラム部からアプリケーションプログラム部に出力される
か否かをチェックし、このチェック結果に基づいてプロ
トコル変換プログラム部のソフトウェア障害の有無が検
出される。The telegram sent from the protocol conversion program unit to the application program unit is monitored. If the telegram is not output for a certain period of time, a test message is sent to the protocol conversion program unit, and the test message is sent from the protocol conversion program unit. When the test message is sent to the communication unit, the test message is looped back to the protocol conversion program unit, and it is checked whether the looped test message is output from the protocol conversion program unit to the application program unit, and based on the check result, The presence or absence of a software failure in the protocol conversion program section is detected.
【0010】[0010]
【実施例】以下、本発明について図面を参照して説明す
る。図1は、本発明を適用したネットワーク機器の一実
施例を示すブロック図である。同図において、1はネッ
トワーク機器であり、ネットワーク機器1は通信網6を
介して他のネットワーク機器と電文等の通信を行う。こ
こで、ネットワーク機器1は、障害検出プログラム部
2、アプリケーションプログラム部3、プロトコル変換
プログラム部4、通信部5からなる。また、障害検出プ
ログラム部2は、テスト電文処理手段21とテスト電文
折り返し手段22とからなる。DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing one embodiment of a network device to which the present invention is applied. In FIG. 1, reference numeral 1 denotes a network device, and the network device 1 communicates with other network devices via a communication network 6 such as electronic messages. Here, the network device 1 includes a failure detection program unit 2, an application program unit 3, a protocol conversion program unit 4, and a communication unit 5. The failure detection program unit 2 includes a test message processing unit 21 and a test message return unit 22.
【0011】このように構成されたネットワーク機器1
は、その動作が正常に行われている場合は、アプリケー
ションプログラム部3から他のネットワーク機器に向け
て送信された電文は、プロトコル変換プログラム部4に
よってプロトコル変換が施され、テスト電文折り返し手
段22を通過して通信部5に伝達される。そして、通信
部5により通信網6を介して他のネットワーク機器に送
られる。また、通信網6を介し他のネットワーク機器か
ら渡された電文は、通信部5により受け取られてプロト
コル変換プログラム部4へ送出される。そしてこの電文
はプロトコル変換プログラム部4でプロトコル変換が施
された後、テスト電文処理手段21を通過してアプリケ
ーションプログラム部3へ伝達され、アプリケーション
プログラム部3において各種の処理が実行される。The network device 1 configured as described above
When the operation is performed normally, the message transmitted from the application program unit 3 to another network device is subjected to protocol conversion by the protocol conversion program unit 4, and the test message return unit 22 It passes through and is transmitted to the communication unit 5. Then, it is sent to another network device by the communication unit 5 via the communication network 6. Further, a message passed from another network device via the communication network 6 is received by the communication unit 5 and sent to the protocol conversion program unit 4. Then, this message is subjected to protocol conversion by the protocol conversion program unit 4, transmitted to the application program unit 3 through the test message processing unit 21, and various processes are executed in the application program unit 3.
【0012】ところで、アプリケーションプログラム部
3から通信部5へ渡される電文のプロトコル変換、及び
通信部5からアプリケーションプログラム部3へ渡され
る電文のプロトコル変換を行うプロトコル変換プログラ
ム部4は、処理すべき命令を受けたときのみその処理を
実行し、その処理の実行が終了すると次の命令を待ち受
けるような動作を行うものである。ここで、このような
プロトコル変換プログラム部4のプログラムに動作異常
が発生した場合は、その異常状態を的確に検出できる方
法がなく、従って、処理すべき命令を受けたときのみそ
の処理を実行しその処理が終了すると次の命令の待機状
態となるようなプログラムの異常を的確に検出できるよ
うな装置及び方法の開発が要望されていた。そこで、本
実施例では、プロトコル変換プログラム部4の外部に、
上述したテスト電文処理手段21及びテスト電文折り返
し手段22からなる障害検出プログラム部2を設け、プ
ロトコル変換プログラム部4のプログラムを変更せずに
その障害を検出できるようにする。By the way, the protocol conversion program unit 4 that performs protocol conversion of a message passed from the application program unit 3 to the communication unit 5 and protocol conversion of a message passed from the communication unit 5 to the application program unit 3 has a command to be processed. The processing is executed only when the instruction is received, and when the execution of the processing is completed, an operation of waiting for the next instruction is performed. Here, when an operation abnormality occurs in such a program of the protocol conversion program unit 4, there is no method capable of accurately detecting the abnormal state. Therefore, the processing is executed only when an instruction to be processed is received. There has been a demand for the development of an apparatus and a method capable of accurately detecting an abnormality in a program in which a standby state for the next instruction is completed when the processing is completed. Therefore, in this embodiment, outside the protocol conversion program unit 4,
The failure detection program unit 2 including the test message processing unit 21 and the test message return unit 22 described above is provided so that the failure can be detected without changing the program of the protocol conversion program unit 4.
【0013】次に、図2及び図3は本発明の要部を示す
障害検出プログラム部2の動作を示すフローチャートで
ある。このフローチャートに基づいて本発明の要部動作
を詳細に説明する。まず、図2に示すテスト電文処理手
段21の動作から説明する。プロトコル変換プログラム
部4のプログラムの障害を検出する場合は、まずテスト
電文処理手段21が起動される。テスト電文処理手段2
1は起動されると、ステップS1で内部に設けた受信タ
イマをリセットした後このタイマのカウント動作を開始
させる。そしてステップS2では、プロトコル変換プロ
グラム部4からアプリケーションプログラム部3へ送信
される電文の受信待ちとなる。Next, FIGS. 2 and 3 are flowcharts showing the operation of the failure detection program unit 2, which is a main part of the present invention. The operation of the main part of the present invention will be described in detail based on this flowchart. First, the operation of the test message processing unit 21 shown in FIG. 2 will be described. When detecting a failure in the program of the protocol conversion program unit 4, the test message processing unit 21 is first activated. Test message processing means 2
When activated, 1 starts the counting operation of this timer after resetting the internally provided reception timer in step S1. Then, in step S2, reception of a message transmitted from the protocol conversion program unit 4 to the application program unit 3 is awaited.
【0014】ここで、一定時間をカウントする受信タイ
マがタイムアウトするまでにプロトコル変換プログラム
部4から送出される電文が受信されステップS3の判定
が「Y」となれば、テスト電文処理手段21は、プロト
コル変換プログラム部4が正常に動作していると判断す
る。そして、ステップS4へ移行してこの受信電文が通
常電文であるか否かを判断し、プロトコル変換プログラ
ム部4が通信部5から受信しプロトコル変換を行った通
常電文であれば、そのままこの通常電文をステップS5
でアプリケーションプログラム部3に送信しステップS
1へ戻る。また、受信した電文が通常電文ではない場合
(即ち、後述のテスト電文の場合)は、ステップS6で
この電文を廃棄しステップS1に戻る。If the message transmitted from the protocol conversion program unit 4 is received before the reception timer for counting a certain time period times out and the determination in step S3 is "Y", the test message processing means 21 It is determined that the protocol conversion program unit 4 is operating normally. Then, the process proceeds to step S4 to determine whether or not the received message is a normal message. If the protocol conversion program unit 4 receives the message from the communication unit 5 and converts the protocol, the normal message is used as it is. To step S5
Is transmitted to the application program unit 3 in step S
Return to 1. If the received message is not a normal message (that is, a test message described later), the message is discarded in step S6, and the process returns to step S1.
【0015】次に、ステップS2で電文受信待ちの間に
受信タイマがタイムアウトし、ステップS3の「受信タ
イマのタイムアウトまでに電文受信?」が「N」となる
と、実際に通信部5からプロトコル変換プログラム部4
へ電文が送られて来ないか、或いは電文が送られてきて
もプロトコル変換プログラム部4が動作異常を起こして
いることが考えられるので、テスト電文処理手段21
は、プロトコル変換プログラム部4の動作を確認するた
めにステップS7でテスト電文をプロトコル変換プログ
ラム部4へ送信する。そしてステップS8で内部に設け
たテストタイマをリセットし、かつそのカウント動作を
開始させる。Next, in step S2, when the reception timer times out while waiting for the reception of a message, and in step S3, "Receive the message before the reception timer times out" becomes "N", the communication unit 5 actually converts the protocol. Program part 4
It is conceivable that the message is not sent to the server, or even if the message is sent, the protocol conversion program unit 4 has caused an operation abnormality.
Transmits a test message to the protocol conversion program unit 4 in step S7 to confirm the operation of the protocol conversion program unit 4. Then, in step S8, the test timer provided inside is reset, and the counting operation is started.
【0016】ここで、もしプロトコル変換プログラム部
4が正常に動作していれば、ステップS7で送信したテ
スト電文はプロトコル変換プログラム部4で通常電文と
同様にプロトコル変換され、通信部5側へ送出されるこ
とになる。この場合、プロトコル変換プログラム部4と
通信部5との間に配設されるテスト電文折り返し手段2
2では、後述する図3のフローチャートに示すように、
このテスト電文をプロトコル変換プログラム部4に対し
て折り返す。この結果、この折り返されたテスト電文は
プロトコル変換プログラム部4でプロトコル変換されて
テスト電文処理手段21に到達する。また、プロトコル
変換プログラム部4が電文の送受信は正常に行うが、プ
ロトコル変換が異常であるような異常動作を行っていれ
ば、プロトコル変換プログラム部4からテスト電文処理
手段21へ同様に電文が到達することが考えられる。If the protocol conversion program unit 4 is operating normally, the test message transmitted in step S7 is protocol-converted by the protocol conversion program unit 4 in the same manner as a normal message, and transmitted to the communication unit 5 side. Will be done. In this case, the test message return means 2 provided between the protocol conversion program unit 4 and the communication unit 5
In FIG. 2, as shown in the flowchart of FIG.
This test message is returned to the protocol conversion program unit 4. As a result, the returned test message is protocol-converted by the protocol conversion program unit 4 and reaches the test message processing unit 21. Also, if the protocol conversion program unit 4 normally performs transmission and reception of the message, but performs an abnormal operation such that the protocol conversion is abnormal, the message is similarly transmitted from the protocol conversion program unit 4 to the test message processing unit 21. It is possible to do.
【0017】そこで、ステップ8で起動したテストタイ
マのタイムアウトまでにプロトコル変換プログラム部4
から電文が受信できステップS9の判定が「Y」となる
と、テスト電文処理手段21は、まずステップS10で
テストタイマを停止する。そして、ステップS11でそ
の電文がテスト電文であることを確認して、ステップS
12へ移行し、この受信電文の内容と送信電文の内容と
の比較を行い受信電文内容の正否をチェックする「電文
内容チェック」判断を行う。Therefore, the protocol conversion program unit 4 must wait until the test timer started in step 8 times out.
, And the determination in step S9 becomes "Y", the test message processing means 21 first stops the test timer in step S10. Then, in step S11, it is confirmed that the message is a test message, and
Then, the process proceeds to step S12, where the contents of the received message and the contents of the transmitted message are compared to determine whether the received message is correct or not.
【0018】ここで、ステップS12の電文内容チェッ
ク判断において受信電文が正常(OK)と判断される場
合は、プロトコル変換プログラム部4は正常に動作して
いると判断しステップS1の通常処理に戻る。また、受
信電文の内容が不適当(NG)と判定される場合はプロ
トコル変換プログラム部4は上述したような異常なプロ
トコル変換を行う異常状態であると判断し、ステップS
13でアラーム情報を出力する等の異常時対応処理を行
う。If the received message is determined to be normal (OK) in the message content check determination in step S12, the protocol conversion program unit 4 determines that it is operating normally and returns to the normal processing in step S1. . If the content of the received message is determined to be inappropriate (NG), the protocol conversion program unit 4 determines that the above-described abnormal protocol conversion is in an abnormal state and performs step S.
At 13, an abnormal time response process such as outputting alarm information is performed.
【0019】また、プロトコル変換プログラム部4が異
常動作をして電文が失われる状態であれば、ステップS
7でプロトコル変換プログラム部4へ送信したテスト電
文はテストタイマがタイムアウトするまでにはテスト電
文処理手段21で受信できないため、ステップS9の判
定は「N」となる。そしてこの場合もテスト電文処理手
段21は、プロトコル変換プログラム部4は異常動作を
行っていると判断してステップS13で異常時対応処理
を行う。If the protocol conversion program unit 4 operates abnormally and loses the telegram, step S
Since the test message transmitted to the protocol conversion program unit 4 in step 7 cannot be received by the test message processing unit 21 before the test timer times out, the determination in step S9 is “N”. In this case as well, the test message processing unit 21 determines that the protocol conversion program unit 4 is performing an abnormal operation, and performs an abnormal response process in step S13.
【0020】また、テスト電文がテスト電文折り返し手
段22により折り返されるまでの間に、通信部5からプ
ロトコル変換プログラム部4に電文が送出された場合
は、この通常電文の方がテスト電文より先にテスト電文
処理手段21側で受信されるため、テスト電文処理手段
21はステップS11の「テスト電文?」を「N」と判
定する。そしてこの場合も、テスト電文処理手段21
は、プロトコル変換プログラム部4は正常に動作してい
ると判定してステップS1に戻り通常処理を行う。ま
た、この通常電文がプロトコル変換プログラム部4から
送出された後に、引き続いて上述のテスト電文がプロト
コル変換プログラム部4から送出されると、プロトコル
変換プログラム部4は既に正常に動作していることが確
認されているため、このテスト電文の正否をチェックす
る必要はなく、従ってテスト電文処理手段21は、ステ
ップS6でこの受信テスト電文を廃棄する。If a communication message is sent from the communication unit 5 to the protocol conversion program unit 4 before the test message is returned by the test message return unit 22, the normal message is sent before the test message. Since the test message processing means 21 receives the test message, the test message processing means 21 determines “test message?” In step S11 to be “N”. Also in this case, the test message processing means 21
Determines that the protocol conversion program unit 4 is operating normally and returns to step S1 to perform normal processing. When the above-mentioned test message is sent from the protocol conversion program unit 4 after the normal message is sent from the protocol conversion program unit 4, the protocol conversion program unit 4 may already operate normally. Since it has been confirmed, it is not necessary to check whether the test message is correct or not. Therefore, the test message processor 21 discards the received test message in step S6.
【0021】次に、図3のフローチャートに基づいて上
述のテスト電文折り返し手段22の動作を説明する。プ
ロトコル変換プログラム部4と通信部5との間に配設さ
れるテスト電文折り返し手段22は起動されると、ステ
ップS21でプロトコル変換プログラム部4からの電文
の受信待ちとなる。ここで、プロトコル変換プログラム
部4からの電文が受信されると、ステップS22で、そ
の受信電文がテスト電文か否かを判断する。そして、受
信電文がテスト電文であれば、ステップS24でこの受
信電文をプロトコル変換プログラム部4に折り返し、ス
テップS21へ戻る。また、プロトコル変換プログラム
部4からの受信電文がテスト電文ではない場合は、何も
処理せずにステップS23でこの受信電文をそのまま通
信部5へ送信し、その後ステップS21へ戻ってプロト
コル変換プログラム部4からの電文の受信待ちとなる。Next, the operation of the above-described test message return means 22 will be described with reference to the flowchart of FIG. When the test message return unit 22 disposed between the protocol conversion program unit 4 and the communication unit 5 is activated, the process waits for reception of a message from the protocol conversion program unit 4 in step S21. Here, when a message from the protocol conversion program unit 4 is received, it is determined in step S22 whether the received message is a test message. If the received message is a test message, the received message is returned to the protocol conversion program unit 4 in step S24, and the process returns to step S21. When the received message from the protocol conversion program unit 4 is not a test message, the received message is transmitted to the communication unit 5 in step S23 without any processing, and thereafter, the process returns to step S21 to return to the protocol conversion program unit. Waiting for the reception of the message from No.4.
【0022】このようにプロトコル変換プログラム部4
の外部に、テスト電文処理手段21及びテスト電文折り
返し手段22を設け、プロトコル変換プログラム部のソ
フトウェア障害を検出するようにしたので、処理すべき
命令を受けたときのみその処理を実行し、その処理の実
行が終了すると次の命令の待機状態となる上述のプロト
コル変換プログラム部のプログラムの障害を的確に検出
できる。また、プロトコル変換プログラム部4の障害を
検出する場合は、監視対象であるこのプログラムに障害
検出用機能を付加する必要がなく、従ってこのプロトコ
ル変換プログラムの変更は行われずにそのまま装置に実
装できることから、実装が容易に行える。さらに、テス
ト電文を与えた場合もプロトコル変換プログラム部は通
常電文と同様の処理動作を行うため、このプログラムの
本来の機能であるプロトコル変換機能の正否を的確に判
定できる。As described above, the protocol conversion program unit 4
A test message processing unit 21 and a test message wrapping unit 22 are provided outside the device to detect a software failure of the protocol conversion program unit, so that only when a command to be processed is received, the process is executed. When the execution of is completed, it is possible to accurately detect a failure in the program of the above-described protocol conversion program unit which is in a standby state for the next instruction. Further, when detecting a failure in the protocol conversion program unit 4, it is not necessary to add a failure detection function to the program to be monitored, and therefore, the protocol conversion program can be implemented in the apparatus without being changed. , And can be easily mounted. Furthermore, even when a test message is given, the protocol conversion program unit performs the same processing operation as that of a normal message, so that the correctness of the protocol conversion function, which is the original function of this program, can be accurately determined.
【0023】[0023]
【発明の効果】以上説明したように本発明によれば、プ
ロトコル変換プログラム部からアプリケーションプログ
ラム部へ送出される電文の監視を行い、一定時間電文が
出力されない場合はプロトコル変換プログラム部に対し
テスト電文を送出し、このテスト電文がプロトコル変換
プログラム部から通信部に送出された場合はこのテスト
電文をプロトコル変換プログラム部に折り返し、折り返
されたテスト電文がプロトコル変換プログラム部からア
プリケーションプログラム部に出力されるか否かを確認
してプロトコル変換プログラム部のソフトウェア障害を
検出するようにしたので、処理すべき命令を受けたとき
のみその処理を実行し、その処理の実行が終了すると次
の命令を待ち受けるような動作を行うような上述のプロ
トコル変換プログラム部のソフトウェア障害を的確に検
出できる。また、プロトコル変換プログラム部の障害を
検出する場合には監視対象であるこのプログラムに障害
検出用機能を付加する必要がなく、従ってこのプロトコ
ル変換プログラムの変更は行われずにそのまま装置に実
装できることから、実装が容易に行える。さらに、テス
ト電文を与えた場合もこのプロトコル変換プログラム部
は通常電文と同様の処理動作を行うため、このプログラ
ムの本来の機能であるプロトコル変換機能の正否を的確
に判定できる。As described above, according to the present invention, a message transmitted from the protocol conversion program unit to the application program unit is monitored, and if no message is output for a certain period of time, a test message is sent to the protocol conversion program unit. When the test message is sent from the protocol conversion program unit to the communication unit, the test message is returned to the protocol conversion program unit, and the returned test message is output from the protocol conversion program unit to the application program unit. Since the software failure of the protocol conversion program section is detected by confirming whether or not the processing is executed, the processing is executed only when an instruction to be processed is received, and when the execution of the processing is completed, the next instruction is awaited. Protocol conversion program that performs A software failure of the arm portion can be accurately detected. In addition, when detecting a failure in the protocol conversion program unit, it is not necessary to add a failure detection function to this program to be monitored, and therefore, since the protocol conversion program can be implemented as it is without being changed, Easy mounting. Further, even when a test message is given, the protocol conversion program section performs the same processing operation as that of a normal message, so that the correctness of the protocol conversion function, which is the original function of the program, can be accurately determined.
【図1】 本発明を適用したネットワーク機器の一実施
例を示すブロック図である。FIG. 1 is a block diagram showing one embodiment of a network device to which the present invention is applied.
【図2】 ネットワーク機器内のプロトコル変換プログ
ラムの障害検出を行うテスト電文処理手段の動作を示す
フローチャートである。FIG. 2 is a flowchart illustrating an operation of a test message processing unit that detects a failure of a protocol conversion program in a network device.
【図3】 プロトコル変換プログラムの障害検出を行う
テスト電文折り返し手段の動作を示すフローチャートで
ある。FIG. 3 is a flowchart showing an operation of a test message wrapping unit for detecting a failure of a protocol conversion program.
【図4】 従来のネットワーク機器の構成を示すブロッ
ク図である。FIG. 4 is a block diagram showing a configuration of a conventional network device.
1…ネットワーク機器、2…障害検出プログラム部、3
…アプリケーションプログラム部、4…プロトコル変換
プログラム部、5…通信部、6…通信網、21…テスト
電文処理手段、22…テスト電文折り返し手段。1: Network equipment, 2: Failure detection program unit, 3
... Application program section, 4 ... Protocol conversion program section, 5 ... Communication section, 6 ... Communication network, 21 ... Test message processing means, 22 ... Test message return means.
フロントページの続き (56)参考文献 特開 平6−139160(JP,A) 特開 平1−305746(JP,A) 特開 平5−88998(JP,A) 特開 平4−284560(JP,A) 特開 平4−315239(JP,A) 特開 昭62−77654(JP,A) 特開 昭61−70640(JP,A) 元岡 達、苗村 憲司,”ネットワー クアーキテクチャの標準化動向 1.総 論”,情報処理,情報処理学会,1985年 4月,Vol.26,No.4,pp. 290−298 (58)調査した分野(Int.Cl.6,DB名) G06F 11/00 - 11/34 G06F 13/00 - 13/14 H04L 11/00 - 11/14 Continuation of front page (56) References JP-A-6-139160 (JP, A) JP-A-1-305746 (JP, A) JP-A-5-88998 (JP, A) JP-A-4-284560 (JP) , A) JP-A-4-315239 (JP, A) JP-A-62-77654 (JP, A) JP-A-61-70640 (JP, A) Tatsu Motomoto, Kenji Naemura, "Standardization Trend of Network Architecture" 1. Introduction ", Information Processing, Information Processing Society of Japan, April 1985, Vol. 26, No. 4, pp. 290-298 (58) Fields investigated (Int. Cl. 6 , DB name) G06F 11/00-11/34 G06F 13/00-13/14 H04L 11/00-11/14
Claims (2)
を介してデータの通信を行う通信部と、アプリケーショ
ンプログラム部と通信部との間に接続され通信部から送
出される電文のプロトコル変換を行ってアプリケーショ
ンプログラム部に送出すると共に、アプリケーションプ
ログラム部から送出される電文のプロトコル変換を行っ
て通信部に送出するプロトコル変換プログラム部とから
なるネットワーク機器において、 プロトコル変換プログラム部からアプリケーションプロ
グラム部へ送出される電文を監視して一定時間電文が出
力されない場合はプロトコル変換プログラム部に対しテ
スト電文を送出すると共に所定時間のタイマを起動する
テスト電文送出手段と、 プロトコル変換プログラム部から通信部へ送出される電
文を監視し送出された電文が前記テスト電文の場合はこ
のテスト電文をプロトコル変換プログラム部へ折り返す
テスト電文折り返し手段と、 プロトコル変換プログラム部からアプリケーションプロ
グラム部側へのテスト電文の出力の有無を前記タイマの
所定時間の間監視するテスト電文監視手段と、 前記テスト電文監視手段の監視結果に応じプロトコル変
換プログラム部の障害の有無を判定する判定手段とを備
えたことを特徴とするソフトウェア障害検出装置。An application program unit, a communication unit for performing data communication via a communication network, and an application program connected between the application program unit and the communication unit for converting a protocol of a message transmitted from the communication unit to perform application conversion. In a network device comprising a protocol conversion program section which performs protocol conversion of a message transmitted from the application program section and transmits the same to the communication section while transmitting to the program section, the message transmitted from the protocol conversion program section to the application program section. If a message is not output for a certain period of time after the monitoring, a test message sending unit that sends a test message to the protocol conversion program unit and starts a timer for a predetermined time, and a message sent from the protocol conversion program unit to the communication unit. Monitor and send If the sent message is the test message, a test message wrapping means for returning the test message to the protocol conversion program unit, and whether or not the test message is output from the protocol conversion program unit to the application program unit is determined by the predetermined time of the timer. A software fault detection device comprising: a test message monitoring unit that monitors for a period of time; and a determination unit that determines whether or not there is a fault in the protocol conversion program unit according to a monitoring result of the test message monitoring unit.
網を介してデータの通信を行う通信部と、アプリケーシ
ョンプログラム部と通信部との間に接続され通信部から
送出される電文のプロトコル変換を行ってアプリケーシ
ョンプログラム部に送出すると共に、アプリケーション
プログラム部から送出される電文のプロトコル変換を行
って通信部に送出するプロトコル変換プログラム部とか
らなるネットワーク機器において、 プロトコル変換プログラム部からアプリケーションプロ
グラム部へ送出される電文を監視して一定時間電文が出
力されない場合はプロトコル変換プログラム部に対しテ
スト電文を送出すると共に所定時間のタイマを起動する
一方、プロトコル変換プログラム部から通信部へ送出さ
れる電文を監視して送出された電文がテ スト電文の場合
はこのテスト電文のプロトコル変換プログラム部への折
り返しを行うと共に、プロトコル変換プログラム部から
アプリケーションプログラム部側へのテスト電文の出力
の有無をタイマの所定時間の間監視し、その監視結果に
応じプロトコル変換プログラム部のソフトウェア障害の
有無を判定するようにしたことを特徴とするソフトウェ
ア障害検出方法。2. A application program unit, and a communication unit for communicating data through a communication network, connected line protocol conversion message sent from the communication unit between the communication unit and the application program section A network device comprising: a protocol conversion program unit for transmitting a protocol to a message transmitted from the application program unit and transmitting the protocol to the communication unit while transmitting the protocol to the application program unit; When a message sent to the protocol conversion program unit is not output for a certain period of time while monitoring the message sent to the server, a test message is sent to the protocol conversion program unit and a timer for a predetermined time is started.
On the other hand , the protocol conversion program section sends
Message sent by monitoring the message along with the case of test message performs return Ri folding <br/> to the protocol conversion program of this test message that, from the protocol conversion program unit to the application program portion Output of test message
Is monitored for a predetermined time of the timer, and the
According to the software failure of the protocol conversion program
A software failure detection method characterized by determining the presence or absence .
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP7113097A JP2891135B2 (en) | 1995-05-11 | 1995-05-11 | Software failure detection device and software failure detection method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP7113097A JP2891135B2 (en) | 1995-05-11 | 1995-05-11 | Software failure detection device and software failure detection method |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH08305610A JPH08305610A (en) | 1996-11-22 |
JP2891135B2 true JP2891135B2 (en) | 1999-05-17 |
Family
ID=14603411
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP7113097A Expired - Lifetime JP2891135B2 (en) | 1995-05-11 | 1995-05-11 | Software failure detection device and software failure detection method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2891135B2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4595195B2 (en) | 1999-12-28 | 2010-12-08 | パナソニック株式会社 | Security system |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH01305746A (en) * | 1988-06-03 | 1989-12-11 | Fujitsu Ltd | Communication channel test system |
JPH04284560A (en) * | 1991-03-14 | 1992-10-09 | Omron Corp | Communication control system and switching unit used for the same |
JPH0588998A (en) * | 1991-09-30 | 1993-04-09 | Toshiba Corp | Bus diagnostic system |
JPH06139160A (en) * | 1992-05-19 | 1994-05-20 | Nec Corp | External device simulation system |
-
1995
- 1995-05-11 JP JP7113097A patent/JP2891135B2/en not_active Expired - Lifetime
Non-Patent Citations (1)
Title |
---|
元岡 達、苗村 憲司,"ネットワークアーキテクチャの標準化動向 1.総論",情報処理,情報処理学会,1985年4月,Vol.26,No.4,pp.290−298 |
Also Published As
Publication number | Publication date |
---|---|
JPH08305610A (en) | 1996-11-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH07147592A (en) | Congestion control method, terminal adaptor using the method and communication system having the terminal adaptor | |
JP2891135B2 (en) | Software failure detection device and software failure detection method | |
JPH09153924A (en) | Procedure error detection system for communication control system | |
JP3356809B2 (en) | LAN fault monitoring apparatus, LAN fault monitoring system, and logging data collection method therefor | |
JP2541502B2 (en) | Control message transmission / reception method | |
JP4024941B2 (en) | LAN device monitoring device for computers | |
JP2002330191A (en) | Method and system for detecting abnormality | |
JP2001297016A (en) | Instruction execution system | |
JPS6314542B2 (en) | ||
JPH07295896A (en) | Peripheral equipment and information processing system using same | |
JP3728960B2 (en) | Protective relay system | |
JPH08265320A (en) | Network system fault detecting and processing circuit | |
JPS59188751A (en) | System for detecting abnormality of peripheral device for electronic computer system | |
JPH09284318A (en) | Communication controller | |
JP2004258942A (en) | Method for reporting failure of network equipment | |
JPH0798667A (en) | Remote monitor system | |
JPH09284317A (en) | Communication control method | |
JPH11203220A (en) | Measurement method of required transmission time for client/server communication | |
JPS6376539A (en) | Repeater calling epuipment | |
JP2003169041A (en) | Asynchronous message communication method | |
JPH09130358A (en) | Fault part specifying system in transmission system | |
JPH0685942A (en) | Automatic fault notice system | |
JPH07168773A (en) | Microprocessor remote reset system | |
JPH07264182A (en) | Method for confirming communication data | |
JP2004180096A (en) | Information processor and method for detecting device abnormality |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FPAY | Renewal fee payment (prs date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20081010 Year of fee payment: 5 |
|
FPAY | Renewal fee payment (prs date is renewal date of database) |
Year of fee payment: 6 Free format text: PAYMENT UNTIL: 20091010 |
|
FPAY | Renewal fee payment (prs date is renewal date of database) |
Year of fee payment: 6 Free format text: PAYMENT UNTIL: 20091010 |
|
FPAY | Renewal fee payment (prs date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20101010 Year of fee payment: 7 |
|
FPAY | Renewal fee payment (prs date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20101010 Year of fee payment: 7 |
|
FPAY | Renewal fee payment (prs date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20111010 Year of fee payment: 8 |
|
FPAY | Renewal fee payment (prs date is renewal date of database) |
Year of fee payment: 8 Free format text: PAYMENT UNTIL: 20111010 |
|
FPAY | Renewal fee payment (prs date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20121010 Year of fee payment: 9 |