JP3550411B2 - Network management method - Google Patents

Network management method Download PDF

Info

Publication number
JP3550411B2
JP3550411B2 JP32346893A JP32346893A JP3550411B2 JP 3550411 B2 JP3550411 B2 JP 3550411B2 JP 32346893 A JP32346893 A JP 32346893A JP 32346893 A JP32346893 A JP 32346893A JP 3550411 B2 JP3550411 B2 JP 3550411B2
Authority
JP
Japan
Prior art keywords
network
node
managed
management
network management
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 - Fee Related
Application number
JP32346893A
Other languages
Japanese (ja)
Other versions
JPH07182262A (en
Inventor
和明 小田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP32346893A priority Critical patent/JP3550411B2/en
Publication of JPH07182262A publication Critical patent/JPH07182262A/en
Application granted granted Critical
Publication of JP3550411B2 publication Critical patent/JP3550411B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

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

Description

【0001】
【産業上の利用分野】
本発明はネットワーク管理方法に関し、特に計算機ネットワークシステムを構成、制御する回線制御プログラムでネットワークを構成する計算機システムの管理方法に関する。
【0002】
計算機ネットワークは近年におけるパケット通信やOSI(開放型システム間相互接続:Open Systems Interconnection)の普及によりネットワークを構成する計算機の数が増大し、それに伴ってネットワークの形状も複雑化の一途を辿っている。このような状況で、与えられたネットワーク形態や各システムの状態を管理する機構は今や必須の機能要件となっている。
【0003】
【従来の技術】
任意の物理媒体により接続された計算機群により構成されているネットワークシステムでは、その1つのシステムが計算機ネットワークシステムを構成する各システムにおいて分散管理したり又はネットワークシステム全体を統括管理するようにしており、ネットワークを構成したときに定まる物理的な接続関係などの静的な情報の管理と、ネットワーク上でどのような動作状態にあるかなどの動的な情報の管理とを行っている。
【0004】
【発明が解決しようとする課題】
ところで、現在提唱されているネットワークの管理方式は、分散管理方式にせよ集中管理方式にせよ、全管理対象システムの情報を静的又は動的に運用することによって実現している。
【0005】
しかしながら、この方式によると、実際のシステムの利用状況にかかわらず、すべてのシステムがネットワークの管理対象として扱われるため、場合によっては使用されていないシステムの管理情報がネットワーク上を流れることもあり、ネットワーク全体のパフォーマンスを引き下げることにもなりかねない。
【0006】
また、管理対象ノードの数が増大すると、形成するネットワークの形状も複雑になり、ネットワークシステムで発生する対象ノードのシステムダウン、ラインエラーなどの現象に対してデリケートな振る舞い、たとえば管理情報のネットワーク上での爆発的な発生や、逆に管理情報が或るシステムで全て吸収されるなどの振る舞いをすることがあった。
【0007】
本発明はこのような点に鑑みてなされたものであり、まず、ネットワーク管理システムのパフォーマンスを向上させ、かつネットワークシステムとしてのパフォーマンスになるべく影響を与えないようなネットワーク管理方法を提供することを目的とする。
【0008】
【課題を解決するための手段】
図1は上記目的を達成する本発明の原理図である。
この図において、本発明のネットワーク管理方法によれば、任意の物理媒体により接続された計算機群により構成されているネットワークシステムを管理する管理システムのネットワーク管理方法は、まず、管理システムにその起動時の初期値として各被管理ノードに対するトラフィック量の臨界値をそれぞれ定義しておく(ステップS1)。そして、運用時には、トラフィック量があらかじめ個々に定義しておいた臨界値を下回る被管理ノードについては動的に管理対象から除外し、トラフィック量が前記臨界値を越えた被管理ノードを管理対象ノードして扱うようにする(ステップS2)。
【0009】
【作用】
上述の手段によれば、計算機群により構成されているネットワークシステムを管理する管理システムに、被管理ノードのデータトラフィック量に関する臨界値を定義する。ネットワーク管理システムは、被管理ノードのデータトラフィック量が臨界値に達しない場合には、そのノードを動的に管理対象から外す。また、データトラフィック量が臨界値を越えた被管理ノードは、管理システムの動的管理対象下に置かれる。臨界値に達しないノードを動的に管理対象から外すことで、ネットワーク上を流れる管理情報が減り、ネットワーク管理システムの負荷が減ってそのパフォーマンスを向上させることができるようになる。
【0010】
【実施例】
以下、本発明の一実施例を図面に基づいて説明する。
図2は本発明を実施する管理システム上のプログラム構成例を示す図である。図において、1は管理システムのネットワーク管理プログラム、2はネットワーク管理処理を実行するための環境定義情報を定義しておく環境定義体、3は回線制御プログラムである。
【0011】
ネットワーク管理プログラム1は起動時に、環境定義体2を格納しているハードディスク装置などの補助記憶装置から環境定義情報を主記憶装置にローディングする。この環境定義体2の環境定義情報は、少なくとも被管理対象システム名と被管理対象除外臨界値との情報から構成されている。
【0012】
この環境定義体2の定義値はユーザの指定によって単独又複数の値を用いることができる。また、この被管理対象除外臨界値は被管理対象システムを管理対象とするかしないかの意味付けしかないので、たとえば被管理対象システムのデータトラフィック量、平均監視時間、あるいはアプリケーションプログラムが起動している本数などにすることができる。ユーザはまた、環境定義上の初期値の設定により各被管理対象システムに対して起動時から管理対象にするか(たとえば経験的にトラフィック量が多いことが分かっている場合)、それともトラフィック量が上昇してから管理対象にするかの初期情報を定義することもできる。
【0013】
さて、管理システム上のネットワーク管理プログラム1は起動時に全管理対象システムに対し回線制御プログラム3を介して管理対象除外臨界値を転送する。次に、環境定義体2に定義されている管理対象システムの中から、最初から臨界値を越えている管理対象システムであるとして定義されたシステムを選択し、その管理情報を主記憶装置にローディングして、そのような初期管理対象システムについての管理処理を実行する。
【0014】
その後、運用中に被管理対象システムから臨界値を下回った旨の通知を受信した場合には、ネットワーク管理システムは当該管理システムの情報を主記憶装置から削除する。逆に管理対象外システムから臨界値を上回った旨の通知を受信した場合には、管理システムは補助記憶装置から当該システムに関する情報を検索し、その情報を主記憶にローディングして管理処理対象とする。
【0015】
図3は被管理システム上のプログラム構成を示す図である。この図の例は、管理システムの起動時の初期値が管理対象外になっていて、運用の途中から管理対象に入る場合の一例を示している。
【0016】
管理システム以外の各被管理対象システムにおいても、ネットワーク管理プログラム1a及び回線制御プログラム3aより構成されている。このネットワーク管理プログラム1aは被管理対象システム上で管理システムと通信を行って管理処理を行う管理プログラムであり、回線制御プログラム3aは主としてネットワーク管理プログラム1aに対して通信トラフィック量(たとえば、送受信パケット数/単位時間)の通知をしている。
【0017】
まず、管理システムの起動時に、管理システムからトラフィック量の臨界値を受けると、これを回線制御プログラム3aはネットワーク管理プログラム1aに通知する。
【0018】
ネットワーク管理プログラム1aはこの通知を受けて、管理対象除外臨界値を保管する。次に、この被管理対象システムの単位時間当たりのトラフィック量を調べる処理を行う。すなわち、タイマ監視処理に入って、まず、単位時間とするタイマ値を通知する。ここでタイムオーバ通知を受けてトラフィック量監視処理の割り込みがかけられると、回線制御プログラム3aから通知された平均トラフィック量の監視処理が行われ、そのトラフィック量が管理対象除外臨界値を越えていなければ、タイマをリセットして、次の単位時間での監視処理を再開する。もし、トラフィック量が管理対象除外臨界値を越えた場合には、管理システムに対して管理対象追加依頼を出し、これを回線制御プログラム3aを介して管理システムに転送する。
【0019】
同様な監視方法にて、途中でトラフィック量が減少して管理対象除外臨界値を下回った場合には、管理システムに対して管理対象除外依頼を出し、これを回線制御プログラム3aを介して管理システムに転送することになる。
【0020】
図4はネットワーク形態例を示す図である。図示の例では、ネットワーク全体の物理形状として、N(a,b)[1≦a,b≦5]が格子状に結合されている簡単なネットワーク形態を示している。ここで、説明上、ノードN(3,3)のシステムがネットワーク管理システムであるとする。
【0021】
図5はネットワーク管理システムで定義される環境定義情報の例を示す図である。環境定義情報としては、少なくとも被管理システムの名前とその被管理システムを管理対象にするか否かの判断に使用される管理対象除外臨界値とが定義されている。管理対象除外臨界値としては、平均トラフィック量(本例では被管理システムの送受信パケット数/単位時間)を採用しており、それに伴う臨界値は各被管理システム毎に異なった値が定義されている。
【0022】
また、管理対象除外臨界値に加え、ネットワーク管理システム起動時に最初から管理対象にするか否かの初期管理フラグも定義してある。これは、始めから運用上監視しておかなければならないシステムに対して定義されるもので、管理システム起動時に無条件に管理対象に組み入れられる。図示の例では、白丸の記号が管理対象外システム、黒丸の記号が管理対象システムとして示してある。
【0023】
図6は管理システムにおける起動時の論理的ネットワーク形態を示す図である。この図で、被管理システムは、これが管理システム起動時に管理対象であるか否かに応じて色分けされており、すなわち、図5に示す初期管理フラグの記号と同じ記号で表されている。N(3,3)システムでのネットワーク管理システム起動時に、ネットワーク管理システムは図5に示す環境定義情報を初期値として動作を開始する。この結果、管理システム起動時に、管理システムが論理的に認識しているネットワーク形態は管理対象システムのみから成る構成になる。
【0024】
図7は被管理システム追加時におけるネットワーク形態の推移を示す図である。図において、(A)は被管理システム追加前、すなわち、図6に示したネットワーク形態を示し、(B)は被管理システム追加後のネットワーク形態を示している。この例では、ネットワーク上の2つのノードN(1,3)及びN(1,5)が、定義された管理対象除外臨界値を越える平均トラフィック量があり、管理対象追加依頼を受けたネットワーク管理システムがこれらを管理対象とすることで、ネットワーク形態は図7(B)のようになる。
【0025】
図8は被管理システム追加時における管理情報の推移を示す図である。図には、初期状態から被管理対象システムが増加した場合の管理情報の推移を示しており、(A)は被管理システム追加前、すなわち、図5に示した環境定義情報を示し、(B)は被管理システム追加後の環境定義情報の推移を示している。この例によれば、ネットワーク上のノードN(1,3)及びN(1,5)からの要求に応じて管理情報の管理フラグが管理対象を表すフラグ(黒丸の記号)に、管理対象除外臨界値が「∞」にそれぞれ動的に変更されている。つまり、これらのノードは常に管理対象下に置かれる設定に変更されている。
【0026】
図9は被管理システム削除時におけるネットワーク形態の推移を示す図である。図において、(A)は被管理システム削除前、すなわち、図6に示したネットワーク形態を示し、(B)は被管理システム削除後のネットワーク形態を示している。この例では、ネットワーク上の3つのノードN(1,4)、(2,4)及びN(2,5)が定義された管理対象除外臨界値を下回る平均トラフィック量があり、管理対象削除依頼を受けたネットワーク管理システムがこれらを管理対象から除外することで、ネットワーク形態は図9(B)のように変更される。
【0027】
図10は被管理システム削除時における管理情報の推移を示す図である。図には、初期状態から被管理対象システムが削除された場合の管理情報の推移を示しており、(A)は被管理システム削除前の図5に示した環境定義情報を、(B)は被管理システム削除後の環境定義情報の推移をそれぞれ示している。この例によれば、ネットワーク上のノードN(1,4)、(2,4)及びN(2,5)からの要求に応じて管理情報の管理フラグが管理対象外を表すフラグ(白丸の記号)に動的に変更されている。これにより、ノードの動的管理に必要な情報をそのノードに対して流す必要がなくなり、ネットワーク全体の管理のパフォーマンスを上げることができるようになる。ここでは、臨界値の変更はされていない。
【0028】
図11は管理システムが認識しているネットワーク全体を例示した図である。図において、大きな丸で表したノードはネットワーク管理システムの管理の対象になっている管理対象システムを示し、小さい丸は管理の対象から外された管理対象外システムを示している。このように、ネットワーク全体を構成するノードは管理対象システムと管理対象外システムとの2つの属性に分けられる。
【0029】
図12はネットワークの中で管理対象システムのみを示した図であり、図13は管理対象外システムのみから成る余ネットワークを示した図である。これらの図において、ネットワーク全体の図で同じ属性のシステムが相互に連結されているものについてはそれぞれ連結されたままで示してある。この同じ属性のシステム同士が相互に連結されている連結成分は1つに退化させられる対象であり、退化されたノードは、ネットワーク管理システムでは1つのノードとして認識されるようになる。
【0030】
図14は同じ属性のシステム同士の連結成分を退化させたネットワークを示す図である。図において、(A)は管理対象システム及び管理対象外システムの退化対象を同時に表したものであり、(B)は連結成分を退化させて単純化したネットワークを示している。
【0031】
ここで、管理システムに対し、経路選択の情報通知依頼がなされた場合について説明する。なお、ネットワーク管理システムはこのネットワークを構成するノードのどの位置にあってもよい。また、送信元となるシステムはns、宛て先となるシステムはntで示し、システムnsを含む退化対象のノードをNs、システムntを含む退化対象のノードをNtで示してある。
【0032】
上述のように、管理対象ノードはトラフィック量が多いということを示しており、管理対象外ノードが構成する余ネットワークはトラフィック量が一定水準以下であるということをその特性としてつ。これらのノードのうち少なくとも同じ属性で連結されているものについては1つに退化させることができるので、ネットワーク全体を単純化することができる。しかも、退化したネットワーク上のノードは必ず管理対象システムと管理対象外システムとが交互に現れるという特性を持っているので、到達経路を考えるとき、必ずトラフィック量の少ないノードを中継することになる。これは、退化されたノードが連結している同一属性のノードの集まりだから、同一の属性を持つ連結成分が連続して現れることはないからである。
【0033】
管理システムに対し経路情報通知依頼があってネットワークの経路選択を行う場合、管理システムはまず、管理対象ネットワーク(図12)、余ネットワーク(図13)について、それぞれの連結成分、つまり繋がったノードを一まとまりとして分類したものに分解し、各連結成分間の距離(一つの連結成分から他の連結成分へ到達するまでに存在する連結成分個数の最小数)を算出する。
【0034】
管理システム上では更に、以下に述べるような制御を行う。すなわち、同一連結成分内のノードを全て同一視して得られる退化したネットワーク(図14)において異なる連結成分に存在する2点間のルート選択を行う場合に、まず退化して単純化したネットワーク上でルートを選択する。
【0035】
退化したネットワーク上のノードは、必ず管理対象システムと管理対象外システムとが交互に現れるという特性をっているので、管理システムはルート選択依頼を受けた場合に退化したネットワーク上を、以下のロジックでルート選択を行う。
【0036】
まず、依頼システムが管理対象システムの場合には、退化したネットワーク上での距離が0以上のルート(もし存在すれば)を選択する。すなわち、必ず余ネットワークを通過するようなルートを通知する。
【0037】
また、依頼システムが管理対象外システムの場合には、退化したネットワーク上で距離が最短のルートを通知する。距離が0の場合は、すべて余ネットワーク上のルートを通知することになる。
【0038】
さらに管理システムは、退化したネットワーク上の各連結成分毎のルートを算出した上で問い合わせシステムに対して経路を通知する。
図15は管理システム上でのルーティング制御プログラムの構成例を示す図である。ネットワークの経路選択を行うときのルーティング制御プログラムの作用を図14を参照して説明する。
【0039】
ノードnsから回線制御プログラム3を介してノードntまでの経路情報の問い合わせが入ると、ネットワーク管理プログラム1は、退化したネットワーク上における問い合わせノードの位置を確定する。図14の例では、ノードNsということになる。次いで、退化したネットワーク上での通過経路を確定する。ここでは、ノードNsからノードnr1及びnr2を介してノードNtに至る経路p2、p3、p4が確定される。
【0040】
次に、問い合わせノードnsが連結成分内かどうか、すなわち退化されたノード内かどうかを調べる。図示の例では、ノードnsはノードNsの中に含まれているので、次に、そのノードNsの中でどの経路を通過するのかが確定される。ノードNsの中では経路p1が確定される。もし、ノードnsが退化されたノードでなければ、連結成分内のルート確定はパスされる。
【0041】
次に、通過経路上のノードの内、退化したノードがないかどうかが確認され、ここでは、ノードNtが確認される。そして、ノードNtの連結成分の中でノードntに至る経路を確定する。ここでは、ノードntがノードNtの端点であるので、経路p4がノードntに至る最終経路となる。このようにして確定された経路p1、p2、p3、p4は回線制御プログラム3を介して問い合わせ元に通知される。
【0042】
以上の方法で選択、通知された経路は多くの場合にネットワークのトラフィック量を削減するのに有効となる。
【0043】
【発明の効果】
以上説明したように本発明では、トラフィック量の臨界値を被管理ノード毎に定義し、その定義された臨界値よりもトラフィック量が下回った場合に、当該被管理ノードを管理対象から除外するように構成した。このため、ネットワークシステムの管理機構にて効率的かつ効果的な処理を実現することが可能である。

【図面の簡単な説明】
【図1】本発明の原理を示す図である。
【図2】本発明を実施する管理システム上のプログラム構成例を示す図である。
【図3】被管理システム上のプログラム構成を示す図である。
【図4】ネットワーク形態例を示す図である。
【図5】ネットワーク管理システムで定義される環境定義情報の例を示す図である。
【図6】管理システムにおける起動時の論理的ネットワーク形態を示す図である。
【図7】被管理システム追加時におけるネットワーク形態の推移を示す図である。
【図8】被管理システム追加時における管理情報の推移を示す図である。
【図9】被管理システム削除時におけるネットワーク形態の推移を示す図である。
【図10】被管理システム削除時における管理情報の推移を示す図である。
【図11】管理システムが認識しているネットワーク全体を例示した図である。
【図12】ネットワークの中で管理対象システムのみを示した図である。
【図13】管理対象外システムのみから成る余ネットワークを示した図である。
【図14】同じ属性のシステム同志の連結成分を退化させたネットワークを示す図である。
【図15】管理システム上でのルーティング制御プログラムの構成例を示す図である。
【符号の説明】
1 ネットワーク管理プログラム
2 環境定義体
3 回線制御プログラム
[0001]
[Industrial applications]
The present invention relates to a network management method, and more particularly to a management method for a computer system that configures a network with a line control program that configures and controls a computer network system.
[0002]
With the recent spread of packet communication and OSI (Open Systems Interconnection) in computer networks, the number of computers constituting the network has been increasing, and the shape of the network has been becoming more and more complicated. . In such a situation, a mechanism for managing a given network configuration and the state of each system is now an essential functional requirement .
[0003]
[Prior art]
In a network system constituted by a group of computers connected by an arbitrary physical medium, one system is distributedly managed in each system constituting the computer network system, or the entire network system is integrally managed. It manages static information such as physical connection relationships determined when a network is configured, and manages dynamic information such as what operating state is on the network.
[0004]
[Problems to be solved by the invention]
By the way, the currently proposed network management method, whether it is a distributed management method or a centralized management method, is realized by operating information of all managed systems statically or dynamically.
[0005]
However, according to this method, regardless of actual system usage, all systems are treated as network management targets, and in some cases, management information of unused systems may flow on the network, It can also reduce overall network performance.
[0006]
In addition, as the number of managed nodes increases, the shape of the network to be formed becomes complicated, and delicate behaviors such as system failure of the target nodes and line errors that occur in the network system, for example, the management information on the network. In some cases, or the management information may be completely absorbed by a certain system.
[0007]
The present invention has been made in view of the above points, and has as its object to provide a network management method that improves the performance of a network management system and minimizes the performance of the network system. And
[0008]
[Means for Solving the Problems]
FIG. 1 is a principle diagram of the present invention for achieving the above object.
In this figure, according to the network management method of the present invention, the network management method of the management system that manages the network system configured by the computer group connected by an arbitrary physical medium first requires the management system A critical value of the traffic amount for each managed node is defined as an initial value of (step S1). In operation, managed nodes whose traffic volume falls below a critical value individually defined in advance are dynamically excluded from the management targets, and managed nodes whose traffic volume exceeds the threshold value are managed nodes. (Step S2).
[0009]
[Action]
According to the above-described means, a critical value relating to the data traffic amount of the managed node is defined in the management system that manages the network system configured by the computer group. When the data traffic volume of the managed node does not reach the critical value, the network management system dynamically removes the managed node from the management target. A managed node whose data traffic amount exceeds a critical value is placed under dynamic management of the management system. By dynamically excluding nodes that do not reach the critical value from the management targets, the amount of management information flowing on the network is reduced, and the load on the network management system is reduced, so that its performance can be improved.
[0010]
【Example】
Hereinafter, an embodiment of the present invention will be described with reference to the drawings.
FIG. 2 is a diagram showing an example of a program configuration on a management system for implementing the present invention. In the figure, 1 is a network management program of a management system, 2 is an environment definition body that defines environment definition information for executing network management processing, and 3 is a line control program.
[0011]
At startup, the network management program 1 loads environment definition information from an auxiliary storage device such as a hard disk device storing the environment definition body 2 to a main storage device. The environment definition information of the environment definition body 2 includes at least information of a managed system name and a managed object exclusion critical value.
[0012]
As the definition value of the environment definition body 2, a single value or a plurality of values can be used according to the specification of the user. Also, since the managed object exclusion critical value has only a meaning as to whether or not the managed system is to be managed, for example, the data traffic amount of the managed system, the average monitoring time, or when the application program is activated. The number can be, for example. The user also sets each managed system to be managed from the start by setting an initial value in the environment definition (for example, when it is empirically known that the traffic volume is large), or It is also possible to define initial information as to whether to be managed after rising.
[0013]
Now, the network management program 1 on the management system transfers the management target exclusion critical value to all the management target systems via the line control program 3 at the time of startup. Next, from the managed systems defined in the environment definition body 2, a system defined as a managed system exceeding the critical value from the beginning is selected, and its management information is loaded into the main storage device. Then, the management processing for such an initial management target system is executed.
[0014]
Thereafter, when receiving a notification from the managed system that the value has fallen below the critical value during operation, the network management system deletes the information of the management system from the main storage device. Conversely, if a notification indicating that the threshold value has been exceeded is received from the unmanaged system, the management system retrieves information about the system from the auxiliary storage device, loads the information into main memory, and identifies it as a management target. I do.
[0015]
FIG. 3 is a diagram showing a program configuration on the managed system. The example of this figure shows an example in which the initial value at the time of starting the management system is out of the management target and enters the management target during the operation.
[0016]
Each managed system other than the management system also includes a network management program 1a and a line control program 3a. The network management program 1a is a management program that performs management processing by communicating with the management system on the managed system. The line control program 3a mainly communicates the communication traffic amount (for example, the number of transmitted and received packets) to the network management program 1a. / Unit time).
[0017]
First, when the management system is activated, when a critical value of the traffic volume is received from the management system, the line control program 3a notifies the network management program 1a of this.
[0018]
The network management program 1a receives this notification and stores the management object exclusion critical value. Next, a process of checking the traffic volume per unit time of the managed system is performed. That is, upon entering the timer monitoring process, first, a timer value as a unit time is notified. Here, when an interruption of the traffic volume monitoring process is made in response to the time-over notification, the monitoring process of the average traffic volume notified from the line control program 3a is performed, and the traffic volume must exceed the management target exclusion threshold value. For example, the timer is reset, and the monitoring process in the next unit time is restarted. If the traffic volume exceeds the management object exclusion critical value, a management object addition request is issued to the management system, and the request is transferred to the management system via the line control program 3a.
[0019]
In the same monitoring method, when the traffic volume decreases on the way and falls below the management target exclusion threshold value, a management target exclusion request is issued to the management system, and this is sent to the management system via the line control program 3a. Will be forwarded to
[0020]
FIG. 4 is a diagram showing an example of a network configuration. The illustrated example shows a simple network configuration in which N (a, b) [1 ≦ a, b ≦ 5] are connected in a lattice shape as the physical shape of the entire network. Here, for the sake of explanation, it is assumed that the system of the node N (3, 3) is a network management system.
[0021]
FIG. 5 is a diagram illustrating an example of environment definition information defined by the network management system. As the environment definition information, at least a name of the managed system and a management object exclusion critical value used for determining whether or not the managed system is to be managed are defined. As the management target exclusion threshold value, the average traffic amount (the number of transmitted / received packets of the managed system / unit time in this example) is employed, and a different threshold value is defined for each managed system. I have.
[0022]
In addition to the management object exclusion threshold value, an initial management flag for defining whether or not to be a management object from the beginning when the network management system is started is also defined. This is defined for a system that must be monitored for operation from the beginning, and is unconditionally included in the management target when the management system is started. In the illustrated example, a white circle symbol indicates a non-managed system, and a black circle symbol indicates a managed system.
[0023]
FIG. 6 is a diagram showing a logical network configuration at the time of startup in the management system. In this figure, the managed system is color-coded according to whether or not it is a management target when the management system is activated, that is, is represented by the same symbol as the symbol of the initial management flag shown in FIG. When the network management system starts in the N (3,3) system, the network management system starts operation using the environment definition information shown in FIG. 5 as an initial value. As a result, when the management system is activated, the network form that the management system logically recognizes has a configuration consisting of only the managed system.
[0024]
FIG. 7 is a diagram showing a transition of a network configuration when a managed system is added. In the figure, (A) shows the network configuration before adding the managed system, that is, the network configuration shown in FIG. 6, and (B) shows the network configuration after adding the managed system. In this example, two nodes N (1,3) and N (1,5) on the network have an average traffic volume exceeding the defined management target exclusion threshold, and the network management receiving the management target addition request. When the system manages these, the network configuration is as shown in FIG. 7B.
[0025]
FIG. 8 is a diagram showing a transition of management information when a managed system is added. The figure shows the transition of the management information when the number of managed systems has increased from the initial state. (A) shows the environment definition information before adding the managed system, that is, the environment definition information shown in FIG. ) Indicates the transition of the environment definition information after the managed system is added. According to this example, in response to a request from the nodes N (1,3) and N (1,5) on the network, the management flag of the management information is changed to a flag (a black circle symbol) indicating a management target, and the management target is excluded. The critical values are dynamically changed to “∞” respectively. In other words, these nodes have been changed to settings that are always placed under management.
[0026]
FIG. 9 is a diagram showing the transition of the network configuration when the managed system is deleted. In the figure, (A) shows the network configuration before deleting the managed system, that is, the network configuration shown in FIG. 6, and (B) shows the network configuration after deleting the managed system. In this example, the three nodes N (1,4), (2,4) and N (2,5) on the network have an average traffic volume below the defined management exclusion threshold, The network management system that has received the information removes them from the management targets, and the network configuration is changed as shown in FIG. 9B.
[0027]
FIG. 10 is a diagram showing the transition of the management information when the managed system is deleted. The figure shows the transition of the management information when the managed system is deleted from the initial state. (A) shows the environment definition information shown in FIG. 5 before the managed system is deleted, and (B) shows the environment definition information. The transition of the environment definition information after deleting the managed system is shown. According to this example, in response to a request from the nodes N (1,4), (2,4) and N (2,5) on the network, the management flag of the management information indicates that the management target is out of the management target (the white circle indicates a non-management target). Symbol) has been changed dynamically. As a result, it is not necessary to flow information necessary for dynamic management of a node to the node, and the performance of management of the entire network can be improved. Here, the critical value has not been changed.
[0028]
FIG. 11 is a diagram illustrating the entire network recognized by the management system. In the figure, a node represented by a large circle indicates a managed system managed by the network management system, and a small circle indicates an unmanaged system excluded from the management. In this way, the nodes that make up the entire network are divided into two attributes: managed systems and unmanaged systems.
[0029]
FIG. 12 is a diagram showing only a managed system in a network, and FIG. 13 is a diagram showing a surplus network consisting of only unmanaged systems. In these figures, systems having the same attribute are connected to each other in the diagram of the entire network, and they are shown as connected. Connected component systems to each other in the same attribute are connected to each other is a target to be allowed to degenerate into one degenerate node will be recognized as a single node in the network management system.
[0030]
FIG. 14 is a diagram illustrating a network in which connected components between systems having the same attribute are degenerated. In the figure, (A) shows the degeneration targets of the managed system and the unmanaged system at the same time, and (B) shows a simplified network in which the connected components are degenerated.
[0031]
Here, a case will be described in which a request for information notification of route selection is made to the management system. Note that the network management system may be located at any position of the nodes constituting the network. The source system is denoted by n s , the destination system is denoted by n t , the degeneration target node including the system n s is denoted by N s , and the degeneration target node including the system n t is denoted by N t. is there.
[0032]
As described above, the managed node indicates that many traffic, over network configuration unmanaged node one lifting as its characteristic that is the amount of traffic is less than a certain level. Of these nodes, those connected by at least the same attribute can be degenerated into one, so that the entire network can be simplified. In addition, the nodes on the degraded network always have the characteristic that the managed system and the unmanaged system appear alternately, so that when considering the arrival route, the node with a small traffic volume is always relayed. This is because a degenerated node is a collection of nodes having the same attribute connected to each other, and therefore, connected components having the same attribute do not appear continuously.
[0033]
When the route selection of the network is performed upon receiving the route information notification request to the management system, the management system first determines the connected components, that is, the connected nodes, of the management target network (FIG. 12) and the surplus network (FIG. 13). It is decomposed into a set of components, and the distance between each connected component (the minimum number of connected components existing from one connected component to another connected component) is calculated.
[0034]
The control described below is further performed on the management system. That is, when a route between two points existing in different connected components is selected in a degenerated network (FIG. 14) obtained by equating all nodes in the same connected component, first, a degenerated and simplified network is used. Use to select the route.
[0035]
Node on degenerate network, since necessarily managed systems and unmanaged systems is Tsu lifting characteristics that appear alternately, the management system on the network that is degenerate when receiving a route selection request, the following Perform route selection with logic.
[0036]
First, when the requesting system is a managed system, a route (if any) whose distance on the degraded network is 0 or more is selected. That is, a route that always passes through the surplus network is notified.
[0037]
If the requesting system is an unmanaged system, the shortest route on the degraded network is notified. When the distance is 0, all routes on the surplus network are notified.
[0038]
Further, the management system calculates a route for each connected component on the degenerated network and notifies the inquiry system of the route.
FIG. 15 is a diagram showing a configuration example of a routing control program on the management system. The operation of the routing control program when selecting a network route will be described with reference to FIG.
[0039]
When an inquiry about the path information from the node n s to the node n t via the line control program 3 enters, the network management program 1 determines the position of the inquiry node on the degraded network. In the example of FIG. 14, it comes to the node N s. Next, a passage route on the degenerated network is determined. Here, node path p 2 from N s through the node n r1 and n r2 reaches the node N t, p 3, p 4 is determined.
[0040]
Next, it is checked whether or not the inquiry node n s is in a connected component, that is, in a degenerate node. In the illustrated example, the node n s because it contains in the node N s, then, whether through which path in the node N s is determined. Path p 1 is finalized in the node N s. If node n s is not a degenerated node, the route determination in the connected component is passed.
[0041]
Next, it is checked whether there is any degraded node among the nodes on the passage route, and here, the node Nt is checked. Then, a route to the node n t among the connected components of the node N t is determined. Here, since the node n t is at the end point node N t, a final route path p 4 reaches the node n t. The routes p 1 , p 2 , p 3 , and p 4 thus determined are notified to the inquiry source via the line control program 3.
[0042]
In many cases, the route selected and notified by the above method is effective for reducing the traffic volume of the network.
[0043]
【The invention's effect】
As described above, in the present invention, a critical value of the traffic amount is defined for each managed node, and when the traffic amount falls below the defined critical value, the managed node is excluded from the management target. Configured. For this reason, efficient and effective processing can be realized by the management mechanism of the network system.

[Brief description of the drawings]
FIG. 1 is a diagram showing the principle of the present invention.
FIG. 2 is a diagram illustrating an example of a program configuration on a management system that implements the present invention.
FIG. 3 is a diagram showing a program configuration on a managed system.
FIG. 4 is a diagram showing an example of a network configuration.
FIG. 5 is a diagram illustrating an example of environment definition information defined by the network management system.
FIG. 6 is a diagram showing a logical network configuration at the time of startup in the management system.
FIG. 7 is a diagram showing transition of a network configuration when a managed system is added.
FIG. 8 is a diagram showing a transition of management information when a managed system is added.
FIG. 9 is a diagram showing a transition of a network form when a managed system is deleted.
FIG. 10 is a diagram showing a transition of management information when a managed system is deleted.
FIG. 11 is a diagram illustrating the entire network recognized by the management system.
FIG. 12 is a diagram showing only a management target system in a network.
FIG. 13 is a diagram showing a surplus network consisting only of unmanaged systems.
FIG. 14 is a diagram showing a network in which connected components of systems having the same attribute are degenerated.
FIG. 15 is a diagram illustrating a configuration example of a routing control program on the management system.
[Explanation of symbols]
1 network management program 2 environment definition 3 line control program

Claims (3)

対象ネットワーク内の各ノードの通信トラフィック量の臨界値情報及び管理対象ノードか否か定義した環境定義情報を有し、該環境定義情報を参照して管理対象となるノードの管理を行うネットワーク管理システムが行うネットワーク管理方法であって、
前記ネットワーク管理システムが、
前記対象ネットワーク内のノード毎に通信トラフィック量が定義体での臨界値をえたか否かを検出する検出ステップと、
前記検出ステップの検出により、通信トラフィック量が臨界値をえたことを検出したノードを管理対象として前記環境定義情報に追加する定義情報追加ステップと、
管理対象のあるノードから別のノードへのルート選択を行う場合、前記環境定義情報を参照し、実システムのネットワーク内の、前記管理対象ノード同士が直接連結されたルートのみからなるネットワーク、及び管理対象外ノード同士が直接連結されたルートのみからなるネットワークをそれぞれ1つのノードとみなして単純化したネットワークでの最短ルートを選択するルート選択ステップと、
を実行することを特徴とするネットワーク管理方法。
A network management system having critical value information of communication traffic volume of each node in a target network and environment definition information defining whether or not the node is a management target node, and managing a node to be managed by referring to the environment definition information Is a network management method performed by
The network management system,
A detection step of detecting whether a critical value Yue Etaka whether the communication traffic volume for each node in the target network is definition,
The detection of said detecting step, the definition information addition step of adding to the environment definition information node communication traffic volume is detected that there was e Yue a critical value as a managed,
When selecting a route from one node to be managed to another node, referring to the environment definition information, a network consisting of only routes in which the managed nodes are directly connected to each other in a real system network, and A route selection step of selecting a shortest route in a simplified network by regarding a network consisting of only routes directly connected to non-target nodes as one node,
A network management method.
前記ネットワーク管理システムは、更に
前記検出ステップの検出により、通信トラフィック量が臨界値をえないことを検出したノードを、前記環境定義情報に定義されている管理対象ノード情報から外す定義情報削除ステップを実行することを特徴とする請求項1記載のネットワーク管理方法。
The network management system, the further detection of the detection step, definition information deleting step which communication traffic volume misses the critical value the detected node that no e Yue, from the managed node information defined in the environment definition information 2. The network management method according to claim 1, further comprising:
前記ネットワーク管理システムは、更に
前記環境定義情報で前記管理対象ノードとして定義されているノードのみを管理対象とすることを特徴とする請求項1または請求項2に記載のネットワーク管理方法。
3. The network management method according to claim 1, wherein the network management system further manages only nodes defined as the managed nodes in the environment definition information.
JP32346893A 1993-12-22 1993-12-22 Network management method Expired - Fee Related JP3550411B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP32346893A JP3550411B2 (en) 1993-12-22 1993-12-22 Network management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP32346893A JP3550411B2 (en) 1993-12-22 1993-12-22 Network management method

Publications (2)

Publication Number Publication Date
JPH07182262A JPH07182262A (en) 1995-07-21
JP3550411B2 true JP3550411B2 (en) 2004-08-04

Family

ID=18155029

Family Applications (1)

Application Number Title Priority Date Filing Date
JP32346893A Expired - Fee Related JP3550411B2 (en) 1993-12-22 1993-12-22 Network management method

Country Status (1)

Country Link
JP (1) JP3550411B2 (en)

Also Published As

Publication number Publication date
JPH07182262A (en) 1995-07-21

Similar Documents

Publication Publication Date Title
JP4964735B2 (en) Network system, management computer, and filter reconfiguration method
US7116643B2 (en) Method and system for data in a collection and route discovery communication network
US5568605A (en) Resolving conflicting topology information
US20140280910A1 (en) Hierarchical rule-based routing system
EP0221360A2 (en) Digital data message transmission networks and the establishing of communication paths therein
RU2637419C2 (en) Method and system for protection of virtual network image and computer data media
US20140280864A1 (en) Methods of Representing Software Defined Networking-Based Multiple Layer Network Topology Views
CN108141416A (en) A kind of message processing method, computing device and message process device
CN102047619B (en) Methods, systems, and computer readable media for dynamically rate limiting slowpath processing of exception packets
US20030195956A1 (en) System and method for allocating unique zone membership
JP2003152777A (en) Circuit and method for designing detour path and program thereof
Schiff et al. Reclaiming the brain: Useful openflow functions in the data plane
EP1516475B1 (en) Load balancing in data networks
CN111010343B (en) Method, device, network equipment and storage medium for forwarding multicast message
US20080031233A1 (en) Network device and computer product
JP3232711B2 (en) Router relay device
US20150319069A1 (en) Method, Apparatus, and System for Identifying Abnormal IP Data Stream
JP3550411B2 (en) Network management method
US20030227878A1 (en) Apparatus and method for automatically and dynamically reconfiguring network provisioning
JP2016225729A (en) Network system, data transfer control method and control device
KR20040047469A (en) Dynamic management method for forwarding information in distributed router architecture
Yoshihisa et al. A low-load stream processing scheme for IoT environments
JP4164394B2 (en) Automatic route selection table setting method
Weinard Deciding the FIFO stability of networks in polynomial time
CN111835550B (en) Network node

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20031201

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20031224

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040219

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20040303

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20040420

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040426

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080430

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090430

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090430

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100430

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110430

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110430

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees