JP2001268087A - Event log control system and method for network management - Google Patents

Event log control system and method for network management

Info

Publication number
JP2001268087A
JP2001268087A JP2000074790A JP2000074790A JP2001268087A JP 2001268087 A JP2001268087 A JP 2001268087A JP 2000074790 A JP2000074790 A JP 2000074790A JP 2000074790 A JP2000074790 A JP 2000074790A JP 2001268087 A JP2001268087 A JP 2001268087A
Authority
JP
Japan
Prior art keywords
event
buffer
event notification
event log
management device
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
JP2000074790A
Other languages
Japanese (ja)
Inventor
Hideyuki Kamatomo
英行 釜友
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 JP2000074790A priority Critical patent/JP2001268087A/en
Publication of JP2001268087A publication Critical patent/JP2001268087A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Small-Scale Networks (AREA)
  • Maintenance And Management Of Digital Transmission (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an even log control system and method for network management utilizing the UDP where a management unit recognizes an event notice not received yet from a unit to be managed and reads a required event lot from the unit to be managed before the event log stored in the device to be managed is lost. SOLUTION: The device to be managed 2 has a state change detection section 23 that detects a state change and an event processing section 21 that stores an event log with a state change and a sequence number added thereto into an even storage buffer section 25 and transmits an event notice with the event lot added thereto the management device 1, and the management device 1 has an event processing section 11 that detects an event notice not received yet by analyzing the sequence number added to the event notice. Furthermore, than the event processing section 11 detects the presence of a required unreceived event notice and full buffer capacity from the sequence number, the processing section 11 reads an event log not received yet from the device 2 to be managed via an event log read request response processing section 14 and clears the buffer of the device to be managed 2 via a buffer clear request response processing section 15.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ネットワーク管理
におけるイベントログ制御方式および方法に関し、特
に、管理装置が被管理装置から受信するイベント通知に
伴うネットワーク管理におけるイベントログ制御方式お
よび方法に関する。
The present invention relates to an event log control method and method in network management, and more particularly, to an event log control method and method in network management accompanying an event notification received from a managed device by a management device.

【0002】[0002]

【従来の技術】イベント通知は、通常、被管理装置の状
態変化により被管理装置から管理装置に対して発行され
るものである。そして、管理装置が被管理装置をリアル
タイムに管理するために高速通信可能なUDP(Use
r Datagram Protocol)の通信プロ
トコルを使用されることが多い。ところが、UDPで
は、ただ単にUDPデータグラムをIPデータグラムに
載せて転送するだけで、信頼性のための確認応答やネッ
トワーク内の異なった経路を通ってきた受信データの順
序調整などを行わない。すなわち、UDPの使用は高速
通信が可能な反面、データが被管理装置から管理装置へ
確実に伝達される保証はない。そこで、被管理装置は発
行したイベント通知をログ保存バッファにイベントログ
として保存し、被管理装置からのイベント通知(UDP
データグラムのUDPデータフィールド内に設定)が管
理装置で受信できない場合に、管理装置の判断で任意に
管理装置が被管理装置から状態変化の情報を取り出すこ
とができる。従来技術の被管理装置は、ある一定のイベ
ント通知を発行すると、イベントログ保存バッファはフ
ル状態となる。そして、被管理装置が次のイベント通知
の発行を行うと古いログのバッファ領域に上書きしてイ
ベントログを保存する。
2. Description of the Related Art Generally, an event notification is issued from a managed device to a management device due to a change in the state of the managed device. The management device manages the managed device in real time, so that high-speed communication UDP (Use
r Datagram Protocol) is often used. However, UDP simply transfers a UDP datagram on an IP datagram and does not perform acknowledgment for reliability or order adjustment of received data passing through different paths in a network. That is, although the use of UDP enables high-speed communication, there is no guarantee that data is reliably transmitted from the managed device to the management device. Therefore, the managed device stores the issued event notification as an event log in a log storage buffer, and stores the event notification (UDP) from the managed device.
If the management device cannot receive the datagram (set in the UDP data field of the datagram), the management device can arbitrarily extract the state change information from the managed device at the discretion of the management device. When a managed device of the related art issues a certain event notification, the event log storage buffer becomes full. When the managed device issues the next event notification, it overwrites the buffer area of the old log and saves the event log.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、メンテ
ナンス等で使用される被管理装置内のイベントログは、
管理装置に対して必要な時に必要な情報を提供できなけ
ればならない。ところが、被管理装置内のイベント通知
をイベントログとして保存するバッファは有限である。
すなわち、被管理装置は、ある一定のイベント通知を発
行すると、イベントログ保存バッファはフル状態とな
る。そして、被管理装置が次のイベント通知の発行を行
うと古いログのバッファ領域に上書きしてイベントログ
を保存する。そのときに上書きされた古いイベントログ
は管理装置が確実に受信したという保証がなく、管理装
置が必要なときに情報を提供できなくなるという問題点
がある。
However, the event log in the managed device used for maintenance, etc.,
It must be able to provide necessary information to the management device when needed. However, buffers for storing event notifications in the managed device as event logs are limited.
That is, when the managed device issues a certain event notification, the event log storage buffer becomes full. When the managed device issues the next event notification, it overwrites the buffer area of the old log and saves the event log. There is no guarantee that the management device receives the old event log overwritten at that time, and the management device cannot provide information when needed.

【0004】本発明の目的は、上記問題点を鑑み、UD
P通信プロトコルを利用したネットワーク管理システム
において、管理装置が未受信イベント通知を知ること
と、被管理装置が自装置の状態変化により発行するイベ
ント通知を自装置内に保存するイベントログに関して、
管理装置が被管理装置の最大イベントログ数を管理する
ことにより、管理装置が必要とするイベントログを被管
理装置がクリアしないことにある。
SUMMARY OF THE INVENTION In view of the above problems, an object of the present invention is to provide a UD
In a network management system using the P communication protocol, regarding the event log in which the management device knows the unreceived event notification and the event notification that the managed device issues due to a change in the status of the own device is stored in the own device,
The management device manages the maximum number of event logs of the managed device, so that the managed device does not clear the event log required by the management device.

【0005】[0005]

【課題を解決するための手段】上記の目的を達成するた
めに、本発明のネットワーク管理におけるイベントログ
制御方式は、ネットワークに接続された管理装置が前記
ネットワークに接続された被管理装置からUDP通信プ
ロトコルを利用したイベント通知を受信するネットワー
ク管理におけるイベントログ制御方式において、前記被
管理装置は、状態変化を検出する状態変化検出手段と、
前記状態変化の発生した順に前記状態変化の内容にシー
ケンス番号を付与しその付与した状態変化の内容をイベ
ントログとしてバッファに保存するイベントログ保存手
段と、前記状態変化が発生したことと前記イベントログ
とをイベント通知として前記管理装置に送信するイベン
ト通知送信手段とを有し、前記管理装置は、前記イベン
ト通知を受信すると、そのイベント通知に付加されてい
るシーケンス番号を解析することで未受信のイベント通
知を検出する未受信イベント検出手段を有することを特
徴としている。
In order to achieve the above object, an event log control method in network management according to the present invention is provided in which a management device connected to a network transmits a UDP communication from a managed device connected to the network. In an event log control method in network management that receives an event notification using a protocol, the managed device includes state change detection means for detecting a state change,
An event log storage unit that assigns a sequence number to the content of the status change in the order in which the status change has occurred, and stores the content of the assigned status change in a buffer as an event log; and And an event notification transmitting means for transmitting the event notification to the management device as an event notification.When the management device receives the event notification, the management device analyzes the sequence number added to the event notification, and It has a non-received event detecting means for detecting an event notification.

【0006】更に、前記管理装置は、前記イベント通知
を受信すると、そのイベント通知に付加されているシー
ケンス番号を解析することで前記バッファの容量が最大
に到達しているかどうかを検出する最大バッファ容量検
出手段を有することを特徴としている。
Further, upon receiving the event notification, the management device analyzes a sequence number added to the event notification to detect whether or not the capacity of the buffer has reached a maximum. It is characterized by having detecting means.

【0007】更に、前記管理装置は、前記最大バッファ
容量検出手段により前記バッファの容量が最大に到達し
たことを検出しかつ前記未受信イベント検出手段により
必要な未受信のイベント通知を検出した場合に、未受信
のイベントログの読み出しの要求を行うイベントログ読
み出し要求手段と、前記バッファのクリアの要求を行う
バッファクリア要求手段とを有することを特徴としてい
る。
Further, the management device may detect that the maximum buffer capacity detecting means detects that the capacity of the buffer has reached the maximum and that the unreceived event detecting means detects a necessary unreceived event notification. , An event log read request unit for requesting reading of an unreceived event log, and a buffer clear request unit for requesting clearing of the buffer.

【0008】更に、前記イベントログ保存手段は、種別
毎にエリアを確保した前記バッファにイベントログを種
別毎に保存することを特徴としている。
Further, the event log storage means stores an event log for each type in the buffer in which an area is secured for each type.

【0009】また、本発明の第1のネットワーク管理に
おけるイベントログ制御方法は、ネットワークに接続さ
れた管理装置が前記ネットワークに接続された被管理装
置からUDPプロトコルを利用したイベント通知を受信
するネットワーク管理におけるイベントログ制御方法で
あって、前記被管理装置は、状態変化を検出し、前記状
態変化の発生した順に前記状態変化の内容にシーケンス
番号を付与し、その付与した状態変化の内容をイベント
ログとしてバッファに保存すると共に、前記状態変化が
発生したことと前記イベントログとをイベント通知とし
て前記管理装置に送信し、前記管理装置は、前記イベン
ト通知を受信すると、そのイベント通知に付加されてい
るシーケンス番号を解析することで未受信のイベント通
知があるかどうかをチェックすることを特徴としてい
る。
Further, according to a first method of controlling an event log in network management of the present invention, a network management apparatus in which a management apparatus connected to a network receives an event notification using a UDP protocol from a managed apparatus connected to the network. Wherein the managed device detects a status change, assigns a sequence number to the content of the status change in the order in which the status change occurred, and stores the content of the assigned status change in an event log. As well as transmitting the event change and the event log to the management device as an event notification, and upon receiving the event notification, the management device is added to the event notification. Whether there is an unreceived event notification by analyzing the sequence number It is characterized in that the check.

【0010】また、本発明の第2のネットワーク管理に
おけるイベントログ制御方法は、ネットワークに接続さ
れた管理装置が前記ネットワークに接続された被管理装
置からUDPプロトコルを利用したイベント通知を受信
するネットワーク管理におけるイベントログ制御方法で
あって、前記被管理装置は、状態変化を検出し、前記状
態変化の発生した順に前記状態変化の内容にシーケンス
番号を付与し、その付与した状態変化の内容をイベント
ログとしてバッファに保存すると共に、前記状態変化が
発生したことと前記イベントログとをイベント通知とし
て前記管理装置に送信し、前記管理装置は、前記イベン
ト通知を受信すると、そのイベント通知に付加されてい
るシーケンス番号を解析することで未受信のイベント通
知があるかどうかをチェックし、前記イベント通知に添
付しているシーケンス番号から前記被管理装置のバッフ
ァ容量が最大に到達しているかどうかをチェックし、前
記バッファの容量が最大に到達したことを検出しかつ必
要な未受信のイベント通知を検出した場合に、未受信の
イベントログの読み出し要求を行い、未受信のイベント
ログを受信すると、前記バッファのクリアの要求を行う
ことを特徴としている。
In a second aspect of the invention, there is provided a method for controlling an event log in a network management, wherein a management device connected to a network receives an event notification using a UDP protocol from a managed device connected to the network. Wherein the managed device detects a status change, assigns a sequence number to the content of the status change in the order in which the status change occurred, and stores the content of the assigned status change in an event log. As well as transmitting the event change and the event log to the management device as an event notification, and upon receiving the event notification, the management device is added to the event notification. Whether there is an unreceived event notification by analyzing the sequence number Checking whether the buffer capacity of the managed device has reached the maximum from the sequence number attached to the event notification, detecting that the buffer capacity has reached the maximum, and When a received event notification is detected, a request to read an unreceived event log is made, and when an unreceived event log is received, a request to clear the buffer is made.

【0011】[0011]

【発明の実施の形態】次に、本発明の実施の形態につい
て、図面を参照して説明する。図1を参照すると、伝送
路3と、伝送路3に接続された管理装置1と、伝送路3
に接続された複数の被管理装置2とから構成されてい
る。なお、管理装置1と被管理装置2との間の通信プロ
トコルは、UDP通信プロトコルを使用している。
Next, an embodiment of the present invention will be described with reference to the drawings. Referring to FIG. 1, a transmission path 3, a management device 1 connected to the transmission path 3, and a transmission path 3
And a plurality of managed devices 2 connected to the network. The communication protocol between the management device 1 and the managed device 2 uses a UDP communication protocol.

【0012】被管理装置2は、自装置の状態変化を検出
する状態変化検出部23と、状態変化が発生したときに
イベント通知の処理を行うイベント処理部21と、イベ
ント保存バッファ部25と、通信処理部22と、バッフ
ァ制御部24とから構成される。
The managed device 2 includes a status change detection unit 23 that detects a status change of the managed device 2, an event processing unit 21 that performs an event notification process when a status change occurs, an event storage buffer unit 25, It comprises a communication processing unit 22 and a buffer control unit 24.

【0013】イベント保存バッファ部25は、データの
読み出し書き込みのできる揮発性のメモリ、不揮発性の
メモリ、不揮発性の記録媒体装置のいずれであっても構
わないが、例では、装置の電源が落とされても内容が消
えないように不揮発性のメモリ(例えば、フラッシュメ
モリ)を使用している。更に、イベント保存バッファ部
25は、イベントログの種別毎にエリアを確保してお
り、各エリアとも最大N(Nは正の整数)までログ情報
を格納できるように割り当てられている。
The event storage buffer 25 may be any of a volatile memory capable of reading and writing data, a non-volatile memory, and a non-volatile recording medium device. In the example, the power of the device is turned off. A non-volatile memory (for example, flash memory) is used so that the contents are not erased even if it is performed. Further, the event storage buffer unit 25 reserves an area for each type of event log, and is assigned to each area so that up to N (N is a positive integer) log information can be stored.

【0014】イベント処理部21は、種別およびシーケ
ンス番号を付与したイベント通知をイベントログとして
保存する機能およびイベント通知を発行する機能を有
し、そのイベントログはバッファ制御部24を介してイ
ベント保存バッファ部25に保存される。なお、イベン
ト通知をイベント処理部21が発行する際には、イベン
トログ(種別、シーケンス番号)およびイベント通知を
示すコードをUDPデータグラムのUDPデータフィー
ルド内に設定する。
The event processing unit 21 has a function of saving an event notification to which a type and a sequence number are assigned as an event log and a function of issuing an event notification. The event log is stored in an event storage buffer via a buffer control unit 24. Stored in the unit 25. When the event processing unit 21 issues an event notification, an event log (type, sequence number) and a code indicating the event notification are set in the UDP data field of the UDP datagram.

【0015】通信処理部22は、管理装置1へのイベン
ト通知送信、管理装置1からの要求受信、および管理装
置1への応答送信(返信)の通信処理を行う。
The communication processing unit 22 performs communication processing of transmitting an event notification to the management apparatus 1, receiving a request from the management apparatus 1, and transmitting a response (reply) to the management apparatus 1.

【0016】バッファ制御部24は、管理装置1から指
定された種別に対するシーケンス番号のイベントログの
読み出し要求やバッファクリア要求を受信したときにバ
ッファを制御する。
The buffer control unit 24 controls the buffer when receiving from the management device 1 a request to read an event log of a sequence number corresponding to the specified type or a request to clear a buffer.

【0017】管理装置1は、被管理装置2からのイベン
ト通知受信および応答受信(返信)、並びに被管理装置
2への要求送信のそれぞれの通信処理を行う通信処理部
12と、受信したイベント通知の処理を行うイベント処
理部11と、被管理装置2の管理情報を管理する管理情
報格納記憶部13と、イベントログ読み出し要求・応答
処理部14と、バッファクリア要求・応答処理部15と
を有している。
The management device 1 includes a communication processing unit 12 that performs communication processing of receiving an event notification and receiving a response (reply) from the managed device 2 and transmitting a request to the managed device 2. , A management information storage / storage unit 13 for managing management information of the managed device 2, an event log read request / response processing unit 14, and a buffer clear request / response processing unit 15. are doing.

【0018】イベント処理部11は、受信したイベント
通知を管理装置1の管理情報格納記憶部13に格納する
機能を有する。また、イベント処理部11は、受信した
イベント通知に付加されているシーケンス番号を解析す
ることにより、被管理装置の最大バッファ容量の状態を
検出する機能および未受信イベント通知を検出する機能
を有する。更に、イベント処理部11は、被管理装置2
の最大バッファ容量の状態を検出した時に、未受信イベ
ント通知の有無およびその有無の重要性から未受信イベ
ント通知のイベントログ読み出しの必要性を判断し、必
要であれば、イベントログ読み出し要求・応答処理部1
4に未受信イベント通知のシーケンス番号の検出状況を
伝える機能と、必要でなければ、メモリクリア要求・応
答処理部15にクリア可能なイベントログのシーケンス
番号を伝える機能とを有する。
The event processing unit 11 has a function of storing the received event notification in the management information storage unit 13 of the management device 1. Further, the event processing unit 11 has a function of detecting the state of the maximum buffer capacity of the managed device and a function of detecting a non-received event notification by analyzing the sequence number added to the received event notification. Furthermore, the event processing unit 11 manages the managed device 2
When the status of the maximum buffer capacity is detected, the necessity of reading the event log of the unreceived event notification is determined based on the presence / absence of the unreceived event notification and the importance of the presence / absence. Processing unit 1
4 has a function of transmitting the detection status of the sequence number of the not-received event notification, and a function of transmitting the clearable event log sequence number to the memory clear request / response processing unit 15 if not necessary.

【0019】管理情報格納記憶部13は、データの読み
出し書き込みのできる揮発性のメモリ、不揮発性のメモ
リ、不揮発性の記録媒体装置のいずれであっても構わな
いが、大容量のデータを確保するために、不揮発性の記
録媒体装置(例えば、磁気ディスク)を使用した方が望
ましい。更に、管理情報格納記憶部13は、被管理装置
2毎にエリアを確保しており、更に、各エリアは、発生
した状態変化の内容(イベントログ)の種別毎にサブエ
リアを確保しており、各サブエリアとも最大Nまでログ
情報を格納できるように割り当てられている。
The management information storage unit 13 may be any of a volatile memory capable of reading and writing data, a non-volatile memory, and a non-volatile recording medium device, but secures a large amount of data. Therefore, it is desirable to use a nonvolatile recording medium device (for example, a magnetic disk). Further, the management information storage / storage unit 13 secures an area for each managed device 2, and further, each area secures a sub-area for each type of the content (event log) of the state change that has occurred. Each sub area is assigned so that up to N log information can be stored.

【0020】イベントログ読み出し要求・応答処理部1
4は、イベント処理部11が未受信イベント通知の読み
出しを要求したならば、指定された未受信イベントの種
別とシーケンス番号とを付加(UDPデータグラムのU
DPデータフィールド内に設定)したイベントログ読出
要求を作成し、その要求を被管理装置2に送信する機能
を有している。更に、イベントログ読み出し要求・応答
処理部14は、イベントログ読み出し要求に対する応答
を受信した後に、被管理装置の管理情報格納記憶部13
に未受信イベントを格納するための被管理装置の管理情
報を補う機能を有する。
Event log read request / response processing unit 1
4, when the event processing unit 11 requests the reading of the notification of the unreceived event, the specified type of the unreceived event and the sequence number are added (U of the UDP datagram).
It has a function of creating an event log read request set in the DP data field) and transmitting the request to the managed device 2. Further, after receiving the response to the event log read request, the event log read request / response processing unit 14 stores the management information storage unit 13 of the managed device.
Has a function of supplementing management information of the managed device for storing the unreceived event in the storage device.

【0021】バッファクリア要求・応答処理部15は、
イベント処理部11が被管理装置2のバッファクリアを
要求したならば、被管理装置2に対し指定されたクリア
可能なイベントログの種別とシーケンス番号範囲とを付
加(UDPデータグラムのUDPデータフィールド内に
設定)したバッファクリア要求を作成し、その要求を被
管理装置2へ送信し、そしてその応答を受信することで
被管理装置2においてバッファクリアが実行されたこと
認識する。
The buffer clear request / response processing unit 15
If the event processing unit 11 requests the managed device 2 to clear the buffer, the type of the clearable event log and the sequence number range specified for the managed device 2 are added (in the UDP data field of the UDP datagram). Is created, the request is transmitted to the managed device 2, and the response is received to recognize that the buffer clear has been executed in the managed device 2.

【0022】なお、各要求、各応答の識別に関しては、
UDPデータグラムの中のUDPデータフィールドの特
定のエリアに要求または応答の種類毎にコード化とし
て、送信側で設定され、受信側で特定のエリアを読み取
ることで要求または応答の種類別の識別を行う。
Incidentally, regarding the identification of each request and each response,
A specific area of the UDP data field in the UDP datagram is coded for each type of request or response, and is set on the transmitting side, and by reading the specific area on the receiving side, identification of each type of request or response can be performed. Do.

【0023】次に、図1〜図3を参照して、本発明の実
施の形態の動作について説明する。今、被管理装置2か
らのイベント通知が発生した場合には、管理装置1が複
数の管理装置をリアルタイムに管理するという高速性が
要求されるために、管理装置1と被管理装置2間の通信
プロトコルは、UDPの通信プロトコルを使用してい
る。なお、説明を判り易くするために、状態変化は、同
じ被管理装置2で発生し、同じ種類のものが発生するも
のとする。
Next, the operation of the embodiment of the present invention will be described with reference to FIGS. Now, when an event notification is generated from the managed device 2, the management device 1 is required to manage a plurality of management devices in real time, so that a high speed is required. The communication protocol uses a UDP communication protocol. In order to make the description easy to understand, it is assumed that the state change occurs in the same managed device 2 and the same type occurs.

【0024】図2のシーケンスS1:被管理装置2にお
いて状態変化が発生すると、状態変化検出部23は、そ
の状態変化を検出し、種別およびシーケンス番号1を付
与した状態変化の内容をイベントログとして、バッファ
制御部24を介してイベント保存バッファ部25に保存
する。また、状態変化検出部23は、状態変化の発生し
たことを通知する内容にイベントログを付与した内容を
イベント通知(シーケンス番号1)として管理装置1へ
送信するように通信処理部22に渡される。イベント通
知を渡された通信処理部22は、そのイベント通知を伝
送路3を介して、管理装置1に送信する。シーケンス番
号1のイベント通知を受信した管理装置1の通信処理部
12は、そのイベント通知をイベント処理部11に渡
す。イベント処理部11は、渡されたイベント通知(シ
ーケンス番号1のイベントログ)からシーケンス番号の
解析を行い、イベントの内容を管理情報格納記憶部13
に格納することにより管理情報を更新する。
Sequence S1: FIG. 2 When a status change occurs in the managed device 2, the status change detection unit 23 detects the status change and uses the type and the content of the status change with the sequence number 1 as an event log. Is stored in the event storage buffer unit 25 via the buffer control unit 24. In addition, the state change detection unit 23 is passed to the communication processing unit 22 so as to transmit, as an event notification (sequence number 1), a content obtained by adding an event log to the content notifying that a status change has occurred, to the management device 1. . The communication processing unit 22 having received the event notification transmits the event notification to the management device 1 via the transmission path 3. The communication processing unit 12 of the management device 1 that has received the event notification of the sequence number 1 passes the event notification to the event processing unit 11. The event processing unit 11 analyzes the sequence number from the received event notification (the event log of the sequence number 1) and stores the contents of the event in the management information storage unit 13
To update the management information.

【0025】シーケンスS2:被管理装置2において状
態変化が発生すると、状態変化検出部23は、その状態
変化を検出し、種別およびシーケンス番号2を付与した
状態変化の内容をイベントログとして、バッファ制御部
24を介してイベント保存バッファ部25に保存する。
また、状態変化検出部23は、状態変化の発生したこと
を通知する内容にイベントログを付与した内容をイベン
ト通知(シーケンス番号2)として管理装置1へ送信す
るように通信処理部22に渡される。イベント通知を渡
された通信処理部22は、そのイベント通知を伝送路3
を介して、管理装置1に送信する。この時、回線障害が
発生したとすると、途中でシーケンス番号2のイベント
通知が消失したことを管理装置1および被管理装置2は
認識できない。
Sequence S2: When a status change occurs in the managed device 2, the status change detection unit 23 detects the status change, and uses the content of the status change assigned with the type and the sequence number 2 as an event log to perform buffer control. The data is stored in the event storage buffer unit 25 via the unit 24.
In addition, the state change detection unit 23 is passed to the communication processing unit 22 so as to transmit, as an event notification (sequence number 2), a content obtained by adding an event log to the content of notification that a status change has occurred, to the management device 1. . Upon receiving the event notification, the communication processing unit 22 transmits the event notification to the transmission path 3
To the management device 1 via the At this time, if a line failure occurs, the management device 1 and the managed device 2 cannot recognize that the event notification of the sequence number 2 has disappeared halfway.

【0026】シーケンスS3:被管理装置2において状
態変化が発生すると、状態変化検出部23は、その状態
変化を検出し、種別およびシーケンス番号3を付与した
状態変化の内容をイベントログとして、バッファ制御部
24を介してイベント保存バッファ部25に保存する。
また、状態変化検出部23は、状態変化の発生したこと
を通知する内容にイベントログを付与した内容をイベン
ト通知(シーケンス番号3)として管理装置1へ送信す
るように通信処理部22に渡される。イベント通知を渡
された通信処理部22は、そのイベント通知を伝送路3
を介して、管理装置1に送信する。シーケンス番号3の
イベント通知を受信した管理装置1の通信処理部12
は、そのイベント通知をイベント処理部11に渡す。イ
ベント処理部11は、渡されたイベント通知(シーケン
ス番号3のイベントログ)からシーケンス番号の解析を
行い、イベントの内容を管理情報格納記憶部13に格納
することにより管理情報を更新する。この時、管理装置
1のイベント処理部11は、シーケンス番号の解析の過
程で、シーケンス番号の連続性が失われたことを検出す
ることで、シーケンス番号2のイベント通知を受信して
いないことを検出する。
Sequence S3: When a state change occurs in the managed device 2, the state change detection unit 23 detects the state change and uses the contents of the state change assigned with the type and the sequence number 3 as an event log to perform buffer control. The data is stored in the event storage buffer unit 25 via the unit 24.
In addition, the state change detection unit 23 is passed to the communication processing unit 22 so as to transmit, as an event notification (sequence number 3), a content obtained by adding an event log to the content that notifies that a status change has occurred, to the management device 1. . Upon receiving the event notification, the communication processing unit 22 transmits the event notification to the transmission path 3
To the management device 1 via the Communication processing unit 12 of management device 1 that has received the event notification of sequence number 3
Passes the event notification to the event processing unit 11. The event processing unit 11 analyzes the sequence number from the passed event notification (the event log of the sequence number 3), and updates the management information by storing the contents of the event in the management information storage unit 13. At this time, the event processing unit 11 of the management device 1 detects that the continuity of the sequence number has been lost in the process of analyzing the sequence number, thereby confirming that the event notification of the sequence number 2 has not been received. To detect.

【0027】このように被管理装置2において状態変化
が発生する毎に、被管理装置2はシーケンス番号を付与
しイベントログに保存する共に、管理装置1に対してイ
ベント通知を送信する。また、管理装置1はイベント通
知を受信する毎に該当する被管理装置2の管理情報を更
新する。
As described above, every time a state change occurs in the managed device 2, the managed device 2 assigns a sequence number, saves the sequence number in an event log, and transmits an event notification to the management device 1. Further, each time the management device 1 receives the event notification, the management device 1 updates the management information of the corresponding managed device 2.

【0028】シーケンスS4:被管理装置2において状
態変化が発生すると、状態変化検出部23は、その状態
変化を検出し、種別およびシーケンス番号N−1(Nは
正の整数)を付与した状態変化の内容をイベントログと
して、バッファ制御部24を介してイベント保存バッフ
ァ部25に保存する。また、状態変化検出部23は、状
態変化の発生したことを通知する内容にイベントログを
付与した内容をイベント通知(シーケンス番号N−1)
として管理装置1へ送信するように通信処理部22に渡
される。イベント通知を渡された通信処理部22は、そ
のイベント通知を伝送路3を介して、管理装置1に送信
する。シーケンス番号N−1のイベント通知を受信した
管理装置1の通信処理部12は、そのイベント通知をイ
ベント処理部11に渡す。イベント処理部11は、渡さ
れたイベント通知(シーケンス番号N−1のイベントロ
グ)からシーケンス番号の解析を行い、イベントの内容
を管理情報格納記憶部13に格納することにより管理情
報を更新する。
Sequence S4: When a state change occurs in the managed device 2, the state change detection unit 23 detects the state change and provides a type change and a sequence number N-1 (N is a positive integer). Is stored in the event storage buffer unit 25 via the buffer control unit 24 as an event log. In addition, the state change detecting unit 23 performs event notification (sequence number N-1) by adding an event log to the content notifying that a state change has occurred.
Is transmitted to the communication processing unit 22 so as to be transmitted to the management apparatus 1. The communication processing unit 22 having received the event notification transmits the event notification to the management device 1 via the transmission path 3. The communication processing unit 12 of the management device 1 that has received the event notification of the sequence number N-1 passes the event notification to the event processing unit 11. The event processing unit 11 analyzes the sequence number from the received event notification (the event log of the sequence number N-1), and updates the management information by storing the content of the event in the management information storage unit 13.

【0029】図3のシーケンスS5:被管理装置2にお
いて状態変化が発生すると、状態変化検出部23は、そ
の状態変化を検出し、種別およびシーケンス番号Nを付
与した状態変化の内容をイベントログとして、バッファ
制御部24を介してイベント保存バッファ部25に保存
する。また、状態変化検出部23は、状態変化の発生し
たことを通知する内容にイベントログを付与した内容を
イベント通知(シーケンス番号N)として管理装置1へ
送信するように通信処理部22に渡される。イベント通
知を渡された通信処理部22は、そのイベント通知を伝
送路3を介して、管理装置1に送信する。シーケンス番
号Nのイベント通知を受信した管理装置1の通信処理部
12は、そのイベント通知をイベント処理部11に渡
す。イベント処理部11は、渡されたイベント通知(シ
ーケンス番号Nのイベントログ)からシーケンス番号の
解析を行い、イベントの内容を管理情報格納記憶部13
に格納することにより管理情報を更新する。この時、管
理装置1のイベント処理部11は、シーケンス番号の解
析の過程で、シーケンス番号(最大のNになっているた
め)から被管理装置2のイベントログを保存しているバ
ッファ(イベント保存バッファ部25の該当する種別の
エリア)が最大容量になったことを検出する。
Sequence S5 in FIG. 3: When a state change occurs in the managed device 2, the state change detection unit 23 detects the state change and records the contents of the state change with the type and the sequence number N as an event log. Is stored in the event storage buffer unit 25 via the buffer control unit 24. In addition, the state change detection unit 23 is passed to the communication processing unit 22 so as to transmit, as an event notification (sequence number N), a content obtained by adding an event log to the content notifying that a status change has occurred, to the management device 1. . The communication processing unit 22 having received the event notification transmits the event notification to the management device 1 via the transmission path 3. The communication processing unit 12 of the management device 1 that has received the event notification of the sequence number N passes the event notification to the event processing unit 11. The event processing unit 11 analyzes the sequence number from the received event notification (event log of the sequence number N), and stores the contents of the event in the management information storage unit 13.
To update the management information. At this time, in the process of analyzing the sequence number, the event processing unit 11 of the management apparatus 1 stores the event log of the managed apparatus 2 based on the sequence number (because the maximum number is N) (event storage). It is detected that the area of the corresponding type in the buffer unit 25 has reached the maximum capacity.

【0030】シーケンスS6:シーケンス番号により被
管理装置2の最大バッファ容量を検出(シーケンスS
5)した装置装置1のイベント処理部11は、シーケン
ス番号2のイベント通知が未受信であることを検出して
いるので、該当する種別のシーケンス番号2のイベント
ログの読み出しをイベントログ読み出し要求・応答処理
部14に要求する。イベントログ読み出し要求・応答処
理部14は、該当する種別のシーケンス2のイベントロ
グ要求を作成し、その要求を被管理装置2に送信するよ
うに通信処理部12に渡すと、通信処理部12は、イベ
ントログ読み出し要求を被管理装置の伝送路3を介して
送信する。被管理装置2の通信処理部22は、イベント
ログ読み出し要求を受信すると、制御をバッファ制御部
24に渡す。制御を渡されたバッファ制御部24は、イ
ベントログ読み出し要求を解析することにより、該当す
る種別のシーケンス2のイベントログの読み出しだと判
断し、イベント保存バッファ部25の該当する種別のエ
リアからシーケンス2のイベントログを読み出す。更
に、バッファ制御部24は、読み出した該当する種別の
シーケンス2のイベントログを管理装置1に返信するた
めに、通信処理部22に渡す。通信処理部22は、渡さ
れた該当する種別のシーケンス2のイベントログを管理
装置1に伝送路3を介して返信する。管理装置1の通信
処理部12は、受信した該当する種別のシーケンス2の
イベントログをイベント読み出し要求・応答処理部14
に渡す。イベントログ読み出し要求・応答処理部14
は、該当する種別のシーケンス2のイベントログを管理
情報格納記憶部13の該当する被管理装置エリアの種別
サブエリア内に格納する。なお、管理装置1において、
未受信イベントのイベントログが存在しないときや未受
信イベントのイベントログが必要ないならば本処理(シ
ーケンスS6)はスキップされる。
Sequence S6: The maximum buffer capacity of the managed device 2 is detected from the sequence number (sequence S
5) Since the event processing unit 11 of the device 1 has detected that the event notification of the sequence number 2 has not been received, the event processing unit 11 requests the reading of the event log of the sequence number 2 of the corresponding type to the event log read request. Request to the response processing unit 14. The event log read request / response processing unit 14 creates an event log request of sequence 2 of the corresponding type and passes the request to the communication processing unit 12 so as to transmit the request to the managed device 2. , An event log read request is transmitted via the transmission path 3 of the managed device. Upon receiving the event log read request, the communication processing unit 22 of the managed device 2 passes control to the buffer control unit 24. The buffer control unit 24 to which the control is passed analyzes the event log read request, determines that the event log of the sequence 2 of the corresponding type is read, and reads the sequence from the area of the corresponding type in the event storage buffer unit 25. 2 is read. Further, the buffer control unit 24 passes the read event log of the sequence 2 of the corresponding type to the communication processing unit 22 in order to return it to the management device 1. The communication processing unit 22 returns the event log of the sequence 2 of the corresponding type to the management device 1 via the transmission path 3. The communication processing unit 12 of the management device 1 stores the received event log of the sequence 2 of the corresponding type in the event read request / response processing unit 14.
Pass to. Event log read request / response processing unit 14
Stores the event log of the sequence 2 of the corresponding type in the type sub-area of the corresponding managed device area in the management information storage unit 13. In the management device 1,
This processing (sequence S6) is skipped when there is no event log of the unreceived event or when the event log of the unreceived event is unnecessary.

【0031】シーケンスS7:シーケンス番号から被管
理装置2の最大バッファ容量を検出(シーケンスS5)
した装置装置1のイベント処理部11は、被管理装置2
に対して管理装置1が不必要であるイベントログの該当
する種別のシーケンス番号の範囲(1〜N)を付与した
バッファクリアの要求をバッファクリア要求・応答処理
部15に行う。要求を受けたバッファクリア要求・応答
処理部15は、該当する種別のシーケンス番号(1〜
N)の範囲のイベントログのクリアを示すバッファクリ
ア要求を作成し、通信処理部12に被管理装置2に送信
するようにバッファクリア要求を渡す。通信処理12
は、渡されたバッファクリア要求を伝送路3を介して被
管理装置2に送信する。バッファクリア要求を受信した
被管理装置2の通信処理部22は、バッファ制御部24
に制御を渡す。制御を渡されたバッファ制御部24は、
バッファクリア要求を解析することによりバッファをク
リアすることと判断し、イベント保存バッファ部25の
該当する種別エリア内の指定されたシーケンス番号の範
囲(1〜N)のイベントログをクリアし、指定された該
当する種別のシーケンス番号(1〜N)を削除したこと
を知らせるバッファクリア応答を作成し、通信処理部2
2に渡す。渡された通信処理部22は、伝送路3を介し
て管理装置1に返信する。バッファクリア応答を受信し
た管理装置1の通信処理部12は、バッファクリア要求
応答・処理部15に渡す。バッファクリア要求・応答処
理部15は、バッファクリア応答を解析することにより
被管理装置2がバッファをクリアしたことを認識し、そ
の結果をイベント処理部11に応答する。イベント処理
部11は、バッファクリア要求・応答処理部15からの
応答により、被管理装置2のバッファがクリアされたこ
とを認識する。これにより、管理装置1が必要なイベン
トログが被管理装置2で削除されることはなくなる。
Sequence S7: The maximum buffer capacity of the managed device 2 is detected from the sequence number (sequence S5)
The event processing unit 11 of the device 1
The management apparatus 1 sends a buffer clear request to the buffer clear request / response processing unit 15 to which a range (1 to N) of the sequence number of the corresponding type of the event log that is unnecessary is added. Upon receiving the request, the buffer clear request / response processing unit 15 sets the sequence number (1 to
A buffer clear request indicating clearing of the event log in the range of N) is created, and the buffer clear request is transmitted to the communication processing unit 12 so as to be transmitted to the managed device 2. Communication processing 12
Transmits the passed buffer clear request to the managed device 2 via the transmission path 3. The communication processing unit 22 of the managed device 2 that has received the buffer clear request
Pass control to. The buffer control unit 24 to which the control is passed,
It is determined that the buffer is to be cleared by analyzing the buffer clear request, and the event log in the range of the designated sequence number (1 to N) in the corresponding type area of the event storage buffer unit 25 is cleared, and the designated event log is cleared. A buffer clear response notifying that the sequence number (1 to N) of the corresponding type has been deleted is created, and the communication processing unit 2
Hand over to 2. The passed communication processing unit 22 returns the communication processing unit 22 to the management device 1 via the transmission path 3. The communication processing unit 12 of the management device 1 that has received the buffer clear response passes the buffer clear response to the buffer clear request response / processing unit 15. The buffer clear request / response processing unit 15 recognizes that the managed device 2 has cleared the buffer by analyzing the buffer clear response, and responds to the event processing unit 11 with the result. The event processing unit 11 recognizes that the buffer of the managed device 2 has been cleared by the response from the buffer clear request / response processing unit 15. As a result, the event log required by the management device 1 is not deleted by the managed device 2.

【0032】上記のシーケンスS1〜S7を繰り返すこ
とで、被管理装置2にバッファオーバーフローが発生せ
ずに管理装置1が受信していない被管理装置2の状態変
化情報を被管理装置2が勝手に削除することはない。そ
して管理装置1が不必要と判断したイベントログのみを
被管理装置2がイベントログから削除するため、管理装
置1は必要なときに必要なイベントログを被管理装置2
から取得することができる。
By repeating the above-described sequences S1 to S7, the managed device 2 arbitrarily receives the status change information of the managed device 2 that has not been received by the management device 1 without causing a buffer overflow in the managed device 2. It will not be deleted. Then, since the managed device 2 deletes only the event log determined to be unnecessary by the management device 1 from the event log, the management device 1 deletes the necessary event log when necessary.
Can be obtained from

【0033】従って、イベント通知の発行毎に付与する
シーケンス番号を状態変化種別毎のイベント通知にシー
ケンス番号を付与することにより、管理装置が未受信イ
ベント通知のイベントログ種別まで認識できることにな
り、未受信イベントログの読み出しを行う判断基準にす
ることができる。
Therefore, by assigning a sequence number to the event notification for each status change type with a sequence number assigned each time an event notification is issued, the management device can recognize even the event log type of the unreceived event notification. It can be used as a criterion for reading the reception event log.

【0034】上記説明では、イベントログの種別まで考
慮したが、種類を1つにまとめてしまえば、管理装置1
の管理上ほう格納記憶部13内に、種別のサブエリアを
設ける必要はなく被管理装置2毎のエリアを設けるだけ
で良く、更に、被管理装置2のイベント保存バッファ部
25内に、種別毎に設ける必要はなく1つのエリアを設
けるだけで良い。
In the above description, the type of the event log has been considered, but if the types are combined into one, the management device 1
It is not necessary to provide a sub-area for each type in the upper storage unit 13, but only to provide an area for each managed device 2. In addition, the event storage buffer unit 25 of the managed device 2 stores It is not necessary to provide one area and only one area needs to be provided.

【0035】以上説明したように、本発明は、被管理装
置において、発行するイベント通知に連続的なシーケン
ス番号(イベント発行毎にインクリメントされる番号)を
付与し、管理装置において、そのシーケンス番号を解析
することにより被管理装置が発行したイベント通知数を
管理し、更に、管理装置において、被管理装置のイベン
ト保存バッファがフル状態を示すシーケンス番号のイベ
ント通知を受信した時に被管理装置からの未受信イベン
ト通知が存在するならば、管理装置の判断で被管理装置
のイベントログの読み出しを行うようにしているため、
被管理装置のイベント保存バッファに上書きする前に、
管理装置がイベント保存バッファの状態を知ることがで
き、必要なイベントログの受信もれがなくなることがで
きる。
As described above, according to the present invention, the managed device assigns a continuous sequence number (number incremented each time an event is issued) to an event notification to be issued, and the management device assigns the sequence number to the event notification. By analyzing, the number of event notifications issued by the managed device is managed. Further, when the event notification of the sequence number indicating that the event storage buffer of the managed device is full is received by the management device, the number of unreported events from the managed device is received. If the received event notification exists, the management device reads the event log of the managed device at the discretion of the management device.
Before overwriting the event storage buffer of the managed device,
The management device can know the state of the event storage buffer, and can avoid receiving necessary event logs.

【0036】また、未受信イベントが存在しないときや
未受信イベントの情報が不必要と判断したならば、管理
装置は被管理装置に対してイベント保存バッファのクリ
ア要求を送信する。このとき、管理装置が被管理装置に
対してクリア要求を送出する際、クリア可能なシーケン
ス番号の範囲を指定することで、被管理装置は管理装置
の判断でログ保存バッファをクリアされたことになり、
被管理装置が管理装置に必要なイベントログを上書きす
ることがなくなる。
When there is no unreceived event or when it is determined that the information of the unreceived event is unnecessary, the management device sends a clear request for the event storage buffer to the managed device. At this time, when the management device sends a clear request to the managed device, by specifying the range of clearable sequence numbers, the managed device clears the log storage buffer at the discretion of the management device. Become
The managed device does not overwrite the event log required for the management device.

【0037】また、管理装置は未受信イベント通知の検
出する時もシーケンス番号を用いているため、管理装置
は受信したイベント通知のシーケンス番号の不連続性か
ら未受信イベント通知を検出することができる。そのと
き検出した未受信イベント通知はシーケンス番号がわか
るので読み出し要求にシーケンス番号を指定することで
必要な情報のみ読み出すことができる。なお、未受信イ
ベント通知の検出は、未受信イベント通知の次に受信す
るイベント通知から判断するため、その時点での未受信
イベント通知の情報はリアルタイムに管理する必要ない
情報であり以後のメンテナンス等で使用される情報であ
る。
Since the management device uses the sequence number when detecting the unreceived event notification, the management device can detect the unreceived event notification from the discontinuity of the sequence number of the received event notification. . Since the sequence number of the unreceived event notification detected at that time is known, only the necessary information can be read by specifying the sequence number in the read request. Since the detection of the unreceived event notification is determined from the event notification received next to the unreceived event notification, the information of the unreceived event notification at that time is information that does not need to be managed in real time, Information used in

【0038】すなわち、管理装置が被管理装置のバッフ
ァ状態を管理することで、被管理装置は管理装置が必要
としている未受信イベント通知のイベントログをクリア
することがなくなり、管理装置は必要なときに必要なイ
ベントログを読み出すことができる。
That is, since the management device manages the buffer state of the managed device, the managed device does not clear the event log of the not-received event notification required by the management device. Event log required for the event can be read.

【0039】[0039]

【発明の効果】以上説明したように、本発明は、通信の
信頼性が低いイベント通知を発行する被管理装置におい
て、シーケンス番号を付与してイベントログを保存する
ようにしたため、管理装置に到達しなかったイベント通
知を管理装置が任意に読み出すことができ、更に、イベ
ント通知にシーケンス番号を付与することで、管理装置
は、シーケンス番号の解析から被管理装置がイベントロ
グとして保存しているイベント数を検出することができ
るという効果がある。
As described above, according to the present invention, a sequence number is assigned to a managed device that issues an event notification with low communication reliability and an event log is saved, so that the managed device reaches the management device. The management device can arbitrarily read the event notification that has not been performed, and furthermore, by assigning a sequence number to the event notification, the management device can analyze the sequence number, There is an effect that the number can be detected.

【0040】また、本発明は、被管理装置の最大イベン
ログ数になったならば、必要に応じて未受信イベント通
知を読み出しを行い、不必要であれば被管理装置のイベ
ントログをクリアすることができるため、管理装置が被
管理装置から必要な情報だけを取得できるという効果が
ある。また、管理装置が被管理装置の最大イベント数を
管理しているため、管理装置の必要なイベントログを被
管理装置がイベント保存バッファのオーバーフローによ
り上書きすることが起きないという効果がある。
Further, according to the present invention, when the maximum number of event logs of the managed device has been reached, the not-yet-received event notification is read out if necessary, and the event log of the managed device is cleared if unnecessary. Therefore, there is an effect that the management device can acquire only necessary information from the managed device. Further, since the management device manages the maximum number of events of the managed device, there is an effect that the managed device does not overwrite the event log required by the management device due to the overflow of the event storage buffer.

【0041】また、本発明は、シーケンス番号の解析す
ることで不連続なシーケンス番号を管理装置が検出し、
被管理装置から管理装置へ到達しなかったイベント通知
を検出することが可能であり、未受信のイベント通知の
シーケンス番号が容易にわかり、必要なイベントログを
読み出すことができるという効果がある。
According to the present invention, the management device detects a discontinuous sequence number by analyzing the sequence number,
It is possible to detect an event notification that has not arrived from the managed device to the management device, and it is possible to easily determine the sequence number of an unreceived event notification and read out a necessary event log.

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

【図1】本発明の実施の形態を示す機能ブロック図であ
る。
FIG. 1 is a functional block diagram showing an embodiment of the present invention.

【図2】本発明の実施の形態における全体の動作を示す
シーケンス図(1/2)である。
FIG. 2 is a sequence diagram (1/2) showing an overall operation in the embodiment of the present invention.

【図3】本発明の実施の形態における全体の動作を示す
シーケンス図(2/2)である。
FIG. 3 is a sequence diagram (2/2) showing an overall operation in the embodiment of the present invention.

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

1 管理装置 2 被管理装置 3 伝送路 11,21 イベント処理部 12,22 通信処理部 13 管理情報格納記憶部 14 イベントログ読み出し要求・応答処理部 15 バッファクリア要求・応答処理部 23 状態変化検出部 24 バッファ制御部 25 イベント保存バッファ部 REFERENCE SIGNS LIST 1 management device 2 managed device 3 transmission path 11, 21 event processing unit 12, 22 communication processing unit 13 management information storage and storage unit 14 event log read request / response processing unit 15 buffer clear request / response processing unit 23 state change detection unit 24 Buffer control unit 25 Event storage buffer unit

フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) H04L 29/14 9A001 Fターム(参考) 5B042 GA12 MA07 MC40 5B089 GA21 GB02 HB10 JA35 JB15 KA12 KA13 KD01 KD09 MC03 5K030 GA12 GA14 HA08 HC14 HD06 JA10 KA03 LA01 MB01 MC08 MC09 MD04 5K033 AA06 BA08 CB03 CC01 DA01 DB13 DB14 DB20 EA06 EA07 EC01 5K035 AA03 BB03 DD01 EE01 FF01 JJ02 MM03 MM07 9A001 BB02 BB03 BB04 CC06 DD10 JJ18 KK56 LL09 Continued on the front page (51) Int.Cl. 7 Identification code FI Theme coat II (Reference) H04L 29/14 9A001 F term (Reference) 5B042 GA12 MA07 MC40 5B089 GA21 GB02 HB10 JA35 JB15 KA12 KA13 KD01 KD09 MC03 5K030 GA12 GA14 HA08 HC14 HD06 JA10 KA03 LA01 MB01 MC08 MC09 MD04 5K033 AA06 BA08 CB03 CC01 DA01 DB13 DB14 DB20 EA06 EA07 EC01 5K035 AA03 BB03 DD01 EE01 FF01 JJ02 MM03 MM07 9A001 BB02 BB03 BB04 CC06 DD10 JJ18 KK56 LL56

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 ネットワークに接続された管理装置が前
記ネットワークに接続された被管理装置からUDP通信
プロトコルを利用したイベント通知を受信するネットワ
ーク管理におけるイベントログ制御方式において、前記
被管理装置は、状態変化を検出する状態変化検出手段
と、前記状態変化の発生した順に前記状態変化の内容に
シーケンス番号を付与しその付与した状態変化の内容を
イベントログとしてバッファに保存するイベントログ保
存手段と、前記状態変化が発生したことと前記イベント
ログとをイベント通知として前記管理装置に送信するイ
ベント通知送信手段とを有し、前記管理装置は、前記イ
ベント通知を受信すると、そのイベント通知に付加され
ているシーケンス番号を解析することで未受信のイベン
ト通知を検出する未受信イベント検出手段を有すること
を特徴とするネットワーク管理におけるイベントログ制
御方式。
1. An event log control method in network management in which a management device connected to a network receives an event notification using a UDP communication protocol from a managed device connected to the network. State change detection means for detecting a change, an event log storage means for adding a sequence number to the content of the status change in the order in which the status change has occurred, and storing the content of the status change in a buffer as an event log; An event notification transmitting unit configured to transmit the occurrence of a state change and the event log to the management device as an event notification, wherein the management device is attached to the event notification when the event notification is received. Unreceived event notification is detected by analyzing the sequence number. An event log control method in network management, comprising a communication event detection unit.
【請求項2】 前記管理装置は、前記イベント通知を受
信すると、そのイベント通知に付加されているシーケン
ス番号を解析することで前記バッファの容量が最大に到
達しているかどうかを検出する最大バッファ容量検出手
段を有することを特徴とする請求項1記載のネットワー
ク管理におけるイベントログ制御方式。
2. The management device, upon receiving the event notification, analyzes a sequence number added to the event notification to detect whether or not the capacity of the buffer has reached a maximum. 2. The event log control method in network management according to claim 1, further comprising a detection unit.
【請求項3】 前記管理装置は、前記最大バッファ容量
検出手段により前記バッファの容量が最大に到達したこ
とを検出しかつ前記未受信イベント検出手段により必要
な未受信のイベント通知を検出した場合に、未受信のイ
ベントログの読み出しの要求を行うイベントログ読み出
し要求手段と、前記バッファのクリアの要求を行うバッ
ファクリア要求手段とを有することを特徴とする請求項
2記載のネットワーク管理におけるイベントログ制御方
式。
3. The management apparatus according to claim 1, wherein said maximum buffer capacity detection means detects that the capacity of said buffer has reached a maximum and said unreceived event detection means detects a necessary unreceived event notification. 3. The event log control in network management according to claim 2, further comprising: an event log read request unit for requesting a read of an unreceived event log; and a buffer clear request unit for requesting a clear of the buffer. method.
【請求項4】 前記イベントログ保存手段は、種別毎に
エリアを確保した前記バッファにイベントログを種別毎
に保存することを特徴とする請求項1記載のネットワー
ク管理におけるイベントログ制御方式。
4. The event log control method in network management according to claim 1, wherein said event log storage means stores an event log for each type in said buffer having an area secured for each type.
【請求項5】 ネットワークに接続された管理装置が前
記ネットワークに接続された被管理装置からUDPプロ
トコルを利用したイベント通知を受信するネットワーク
管理におけるイベントログ制御方法であって、前記被管
理装置は、状態変化を検出し、前記状態変化の発生した
順に前記状態変化の内容にシーケンス番号を付与し、そ
の付与した状態変化の内容をイベントログとしてバッフ
ァに保存すると共に、前記状態変化が発生したことと前
記イベントログとをイベント通知として前記管理装置に
送信し、前記管理装置は、前記イベント通知を受信する
と、そのイベント通知に付加されているシーケンス番号
を解析することで未受信のイベント通知があるかどうか
をチェックすることを特徴とするネットワーク管理にお
けるイベントログ制御方法。
5. An event log control method in network management in which a management device connected to a network receives an event notification using a UDP protocol from a managed device connected to the network, wherein the managed device comprises: Detecting a state change, assigning a sequence number to the content of the state change in the order in which the state change has occurred, storing the assigned content of the state change in a buffer as an event log, and that the state change has occurred. The event log is transmitted to the management device as an event notification.When the management device receives the event notification, the management device analyzes a sequence number added to the event notification to determine whether there is an unreceived event notification. Event log system in network management characterized by checking whether Your way.
【請求項6】 ネットワークに接続された管理装置が前
記ネットワークに接続された被管理装置からUDPプロ
トコルを利用したイベント通知を受信するネットワーク
管理におけるイベントログ制御方法であって、前記被管
理装置は、状態変化を検出し、前記状態変化の発生した
順に前記状態変化の内容にシーケンス番号を付与し、そ
の付与した状態変化の内容をイベントログとしてバッフ
ァに保存すると共に、前記状態変化が発生したことと前
記イベントログとをイベント通知として前記管理装置に
送信し、前記管理装置は、前記イベント通知を受信する
と、そのイベント通知に付加されているシーケンス番号
を解析することで未受信のイベント通知があるかどうか
をチェックし、前記イベント通知に添付しているシーケ
ンス番号から前記被管理装置のバッファ容量が最大に到
達しているかどうかをチェックし、前記バッファの容量
が最大に到達したことを検出しかつ必要な未受信のイベ
ント通知を検出した場合に、未受信のイベントログの読
み出し要求を行い、未受信のイベントログを受信する
と、前記バッファのクリアの要求を行うことを特徴とす
るネットワーク管理におけるイベントログ制御方法。
6. An event log control method in network management in which a management device connected to a network receives an event notification using a UDP protocol from a managed device connected to the network, wherein the managed device comprises: Detecting a state change, assigning a sequence number to the content of the state change in the order in which the state change has occurred, storing the assigned content of the state change in a buffer as an event log, and that the state change has occurred. The event log is transmitted to the management device as an event notification.When the management device receives the event notification, the management device analyzes a sequence number added to the event notification to determine whether there is an unreceived event notification. Check the sequence number attached to the event notification Check whether the buffer capacity of the management device has reached the maximum, detect that the capacity of the buffer has reached the maximum, and, when detecting a necessary unreceived event notification, An event log control method in network management, wherein a request for clearing the buffer is made when a read request is made and an unreceived event log is received.
JP2000074790A 2000-03-16 2000-03-16 Event log control system and method for network management Pending JP2001268087A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000074790A JP2001268087A (en) 2000-03-16 2000-03-16 Event log control system and method for network management

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000074790A JP2001268087A (en) 2000-03-16 2000-03-16 Event log control system and method for network management

Publications (1)

Publication Number Publication Date
JP2001268087A true JP2001268087A (en) 2001-09-28

Family

ID=18592778

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000074790A Pending JP2001268087A (en) 2000-03-16 2000-03-16 Event log control system and method for network management

Country Status (1)

Country Link
JP (1) JP2001268087A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100474962B1 (en) * 2001-12-14 2005-03-08 주식회사 팬택앤큐리텔 Method for controlling high speed between user and device in udp network
US7032018B2 (en) 2002-03-20 2006-04-18 Lg Electronics Inc. Home appliance networking system and method for controlling the same
JP2009070059A (en) * 2007-09-12 2009-04-02 Sony Broadband Solution Corp Operation log collection system and operation log collection method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100474962B1 (en) * 2001-12-14 2005-03-08 주식회사 팬택앤큐리텔 Method for controlling high speed between user and device in udp network
US7032018B2 (en) 2002-03-20 2006-04-18 Lg Electronics Inc. Home appliance networking system and method for controlling the same
JP2009070059A (en) * 2007-09-12 2009-04-02 Sony Broadband Solution Corp Operation log collection system and operation log collection method

Similar Documents

Publication Publication Date Title
US6526447B1 (en) Apparatus for restarting interrupted data transfer and method therefor
CN104301203B (en) A kind of information push method and equipment
KR101054994B1 (en) Persistence Management Methods, Devices, and Computer-readable Media
US20080086561A1 (en) Method for obtaining log information from network element device by network management server, a network element device and a network management server
CN103514173B (en) The method and node device of data processing
CN106713392B (en) Data synchronization method, device and system
CN109361525B (en) Method, device, control terminal and medium for restarting distributed deployment of multiple services
CN108512649B (en) Processing method and device for reverse hash link of block chain
CN108770031B (en) Dynamic path planning method, dynamic path planning system, and storage medium
JP2001268087A (en) Event log control system and method for network management
US6741561B1 (en) Routing mechanism using intention packets in a hierarchy or networks
EP1351439A1 (en) Embedded system for broadcast traffic congestion control in communication network
US20160352832A1 (en) Enhancing data consistency in cloud storage system by entrance data buffering
US20150058098A1 (en) Peer-to-peer quorum sensing
CN108494766A (en) WAF regulation managements method and WAF groups
US6654805B1 (en) Data processing technique for message tracing in an asynchronous messaging network
JPH1127342A (en) Method and system for matching network information
CN105045542B (en) A kind of method and device for realizing snapshot management
CN113535477B (en) Method and equipment for data disaster recovery
CN105406989A (en) Message processing method, network card and system, information updating method and host
CN109962797B (en) Storage system and method for pushing business view
JP2008262287A (en) Communication control device and communication log storage method
CN110690983B (en) Alarm method, alarm device and computer readable storage medium
WO2003090089A1 (en) Cache device
KR100440200B1 (en) MAC Address Table Management Method In L2 Switch

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20030603