JPH10308736A - Distributed network managing system - Google Patents

Distributed network managing system

Info

Publication number
JPH10308736A
JPH10308736A JP9119077A JP11907797A JPH10308736A JP H10308736 A JPH10308736 A JP H10308736A JP 9119077 A JP9119077 A JP 9119077A JP 11907797 A JP11907797 A JP 11907797A JP H10308736 A JPH10308736 A JP H10308736A
Authority
JP
Japan
Prior art keywords
management
module
distributed
function module
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.)
Pending
Application number
JP9119077A
Other languages
Japanese (ja)
Inventor
Kenya Nishiki
健哉 西木
Satoshi Miyazaki
聡 宮崎
Michio Suzuki
三知男 鈴木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP9119077A priority Critical patent/JPH10308736A/en
Publication of JPH10308736A publication Critical patent/JPH10308736A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To easily link programs in the development process of network managing function module by providing a distributed managing function module which can call managing operation while using only the interface information of managing server program. SOLUTION: The program interface information required for executing the managing operation provided by the network managing function module is previously registered in a managing operation register part 102 when starting the network managing function module. When the calling request of the other network managing module is received, a managing operation calling part 103 executes the managing operation by finding a correspondent program module out of operation names. Thus, the managing operation can be called while using only the interface information of network managing module without depending on the configuration of managing system.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、地理的あるいは機
能的に分散したネットワークシステムの運用管理を支援
する技術や運用管理システム自体の構築を支援する技術
に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a technology for supporting operation management of a geographically or functionally distributed network system and a technology for supporting construction of an operation management system itself.

【0002】[0002]

【従来の技術】ネットワークシステムの大規模化や広域
化に伴って、すべての管理機能を一個所で実行する集中
型のネットワーク管理システムから複数のサブシステム
から構成される分散型のネットワーク管理システムが重
要になってきている。そのための技術としては、例えば
特開平6−252986,特開平7−226777記載
のように管理機能を実行する主体である管理マネージャ
と管理対象機器の情報を収集する管理エージェントの間
にサブシステムを置き、管理エージェントのグルーピン
グや管理情報の集約を行う階層管理技術が知られてい
る。
2. Description of the Related Art As a network system becomes large-scale and wide-area, a distributed network management system composed of a plurality of subsystems, from a centralized network management system that executes all management functions in one place. It is becoming important. As a technique for this, for example, as described in JP-A-6-252988 and JP-A-7-226777, a subsystem is placed between a management manager, which is an entity that executes a management function, and a management agent that collects information on managed devices. Hierarchical management technology for grouping management agents and aggregating management information is known.

【0003】また、分散して配置されたプログラム間の
透過的な(物理的なプログラムの位置を意識せずに)通
信を行うための分散通信基盤技術としては、ソフトリサ
ーチセンター「分散オブジェクト指向技術CORBA」
小野沢博文著、1996年に記載のようにオブジェクト
・リクエスト・ブローカを利用することが知られてい
る。
[0003] As a distributed communication basic technology for performing transparent communication (without being aware of the location of a physical program) between distributed programs, a soft research center "Distributed object-oriented technology" has been proposed. CORBA "
It is known to use an object request broker, as described in Hirofumi Onozawa, 1996.

【0004】[0004]

【発明が解決しようとする課題】さて、分散型のネット
ワーク管理システムを構築するためには、ネットワーク
管理機能モジュールの開発工程においてプログラム間の
連携が容易に行える手段を提供する必要がある。前記階
層管理技術ではネットワーク透過な通信手段がなんら提
供されていない。また前記分散通信基盤技術では、クラ
イアント・サーバ構成を基本としており、クライアント
プログラムとサーバプログラムの間の透過的な通信は実
現されているが、呼び出し側のクライアントプログラム
はサーバプログラムの論理的な位置あるいは名前を指定
してサーバプログラムの機能を呼び出す必要がある。
Now, in order to construct a distributed network management system, it is necessary to provide means for easily linking programs in the development process of the network management function module. The hierarchical management technology does not provide any network-transparent communication means. Further, in the distributed communication infrastructure technology, a client-server configuration is basically used, and transparent communication between a client program and a server program is realized. It is necessary to call a server program function by specifying its name.

【0005】利用するサーバプログラムが増えれば増え
るほどクライアント・サーバ間の依存関係が増し、サー
バプログラムの実装方法の変更がクライアントプログラ
ムに変更をもたらす場合がある。また、同じ管理機能を
もつ管理サーバを利用する場合にはどの管理サーバに対
する呼び出しを行うかを管理クライアント側で選択する
必要がある。
[0005] As the number of server programs used increases, the dependency between the client and the server increases, and a change in the mounting method of the server program may cause a change in the client program. When using a management server having the same management function, it is necessary for the management client to select which management server to call.

【0006】また、特定のイベントが発生した場合に特
定のアクションを起こすことで管理者の負荷を軽減する
ことは従来から考慮されているが、起動できるアクショ
ンがローカルマシン上のコマンドやアプリケーション単
体であったり独自の作り込みが必要である。
It has been conventionally considered to reduce the load on the administrator by taking a specific action when a specific event occurs. However, an action that can be activated is a command or an application alone on a local machine. There is a need to make something unique.

【0007】本発明は、管理サーバプログラムのインタ
ーフェース情報のみを使って管理オペレーションの呼び
出しができ、また管理オペレーションを支援する機能を
組み込みオペレーションとして簡易に利用することがで
き、特定のイベントに対するコールバック機能として管
理オペレーションを呼び出すことができる分散管理機能
モジュール、及びそれを用いて実現した分散型ネットワ
ーク管理システムを提供することを目的とする。
According to the present invention, a management operation can be called using only interface information of a management server program, a function for supporting the management operation can be easily used as a built-in operation, and a callback function for a specific event is provided. It is an object of the present invention to provide a distributed management function module capable of calling a management operation as a function, and a distributed network management system realized by using the module.

【0008】[0008]

【課題を解決するための手段】前記目的を達成するため
に、本発明は、地理的あるいは機能的に複数のプログラ
ムモジュールが分散して配置され、当該モジュールが相
互に連携することによって特定の管理機能を実現するネ
ットワーク管理システムであって、ネットワーク管理機
能モジュールが提供する管理オペレーションを実行する
ために必要なプログラムインターフェース情報を当該モ
ジュールの起動時に予め登録する管理オペレーション登
録手段と、ネットワーク管理機能モジュールから他のネ
ットワーク管理機能モジュールの呼び出し要求を受け付
けた場合にオペレーション名称から対応するプログラム
モジュールを探しだして、管理オペレーションを実行す
る管理オペレーション呼び出し手段と、前記インターフ
ェース情報を格納する管理オペレーションリポジトリ手
段と、分散して配置されたプログラムモジュール間の透
過的な通信を行う分散通信基盤手段とで構成される分散
管理機能モジュールを備えることを特徴とする分散型ネ
ットワーク管理システムを提供する。
In order to achieve the above object, according to the present invention, a plurality of program modules are geographically or functionally dispersed and arranged, and the modules cooperate with each other for a specific management. A network management system realizing a function, comprising: a management operation registration unit for registering program interface information necessary for executing a management operation provided by a network management function module in advance at the time of starting the module; and a network management function module. When a call request for another network management function module is received, a corresponding program module is searched for from the operation name, and management operation calling means for executing a management operation, and the interface information are stored. A distributed network management system characterized by comprising a distributed management function module comprising a managed operation repository means and a distributed communication base means for performing transparent communication between program modules arranged in a distributed manner. I do.

【0009】また前記分散管理機能モジュールにおい
て、他の分散管理機能モジュールへのリンク情報を設定
する管理オペレーション連携手段を有し、前記管理オペ
レーション呼び出し手段において呼び出し要求に対応す
るプログラムモジュールが前記管理オペレーションリポ
ジトリ手段内に登録されておらず、かつ他の分散管理機
能モジュールへのリンク情報が設定されている場合に、
当該モジュールの管理オペレーション呼び出し手段に呼
び出し要求を転送し、当該モジュールにおいて呼び出し
要求を処理することを特徴とする分散型ネットワーク管
理システムを提供する。
The distributed management function module further includes management operation cooperation means for setting link information to another distributed management function module, and the program module corresponding to the call request in the management operation calling means is provided in the management operation repository. If it is not registered in the means and link information to other distributed management function modules is set,
A distributed network management system is provided, wherein a call request is transferred to a management operation calling means of the module, and the call request is processed in the module.

【0010】さらに前記管理オペレーション登録手段に
おいて、管理オペレーションの実行時に組合わせて実行
可能な組み込み型オペレーションを予め登録し、また管
理オペレーションの登録時に特定の組み込み型オペレー
ションを指定しておくことにより、前記管理オペレーシ
ョン呼び出し手段において、ネットワーク管理機能モジ
ュールからの呼び出し要求のあった時に前記組み込みオ
ペレーションを実行し、その結果を利用して管理オペレ
ーションを呼び出すことを特徴とする分散型ネットワー
ク管理システムを提供する。
Further, in the management operation registration means, a built-in operation which can be executed in combination with the execution of the management operation is registered in advance, and a specific built-in operation is designated when the management operation is registered. The distributed network management system is characterized in that the management operation calling means executes the built-in operation when a call request is issued from the network management function module, and calls the management operation using the result.

【0011】さらに前記分散管理機能モジュールにおい
て、プログラムモジュールと当該モジュールが所属する
ドメインを結び付けて管理し、前記組み込みオペレーシ
ョンとして実行された場合に複数のプログラムモジュー
ルから指定されたドメインに対応するプログラムモジュ
ールを選択する管理オペレーション選択手段を備えるこ
とを特徴とする分散型ネットワーク管理システムを提供
する。
Further, in the distributed management function module, a program module and a domain to which the module belongs are managed in association with each other, and when executed as the built-in operation, a program module corresponding to a domain specified from a plurality of program modules is stored. There is provided a distributed network management system including a management operation selecting means for selecting.

【0012】さらに前記分散管理機能モジュールにおい
て、プログラムモジュールと当該モジュールを実行する
優先度、及び当該モジュールとの接続が可能か否かをテ
ストした結果を結び付けて管理し、前記組み込みオペレ
ーションとして実行された場合に複数のプログラムモジ
ュールから優先度が高い順に、かつ接続可能なプログラ
ムモジュールを選択する管理オペレーション選択手段を
備えることを特徴とする分散型ネットワーク管理システ
ムを提供する。
Further, the distributed management function module manages the program module by associating the program module with the execution priority of the module and the result of testing whether the connection with the module is possible or not, and executes the program module as the built-in operation. In this case, there is provided a distributed network management system characterized by comprising a management operation selecting means for selecting a connectable program module in order of priority from a plurality of program modules.

【0013】さらに前記分散管理機能モジュールにおい
て、他のネットワーク管理機能モジュールからイベント
を受信することができ、予め特定のイベントIDと管理
オペレーション名称を結び付けて登録し、当該イベント
を受信した時点で管理オペレーション呼び出し手段を呼
び出して対応する管理オペレーションを実行する管理イ
ベントコールバック処理手段を備えることを特徴とする
分散型ネットワーク管理システムを提供する。
Further, in the distributed management function module, an event can be received from another network management function module, and a specific event ID and a management operation name are linked in advance and registered. A distributed network management system is provided, comprising management event callback processing means for calling a calling means and executing a corresponding management operation.

【0014】[0014]

【発明の実施の形態】本発明の第一の実施例を図1に示
す分散管理機能モジュール構成図及び図3に示す分散型
ネットワーク管理システム構成図を用いて説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS A first embodiment of the present invention will be described with reference to a block diagram of a distributed management function module shown in FIG. 1 and a block diagram of a distributed network management system shown in FIG.

【0015】分散管理機能モジュール101はネットワー
ク管理機能モジュールから分散通信基盤108(例えばC
ORBA)を介して利用できるインターフェースを提供
する。分散管理機能モジュール101を構成する管理オペ
レーション登録部102、管理オペレーション呼び出し部1
03、管理オペレーション連携部104、管理オペレーショ
ン選択部(組み込み)105、管理イベントコールバック
処理部106も分散通信基盤108を介して相互に連携し、そ
のために必要な情報は管理オペレーションリポジトリ10
7に格納する。
The distributed management function module 101 is provided from the network management function module to the distributed communication infrastructure 108 (for example, C
(ORBA). Management operation registration unit 102 and management operation calling unit 1 that constitute the distributed management function module 101
03, the management operation coordination unit 104, the management operation selection unit (embedded) 105, and the management event callback processing unit 106 also cooperate with each other via the distributed communication infrastructure 108, and the information necessary for that is stored in the management operation repository 10
Store in 7.

【0016】また図1に示した分散管理機能モジュール
101は、たとえば図2に示すようなCPU201,メモリ20
2,入出力インターフェース203,表示装置204,入力装
置205,記憶装置206,ネットワーク装置207のハードウ
ェアを備えた電子計算機上に構築することができる。こ
の場合、分散管理機能モジュール209とこれを利用する
ネットワーク管理機能モジュール208はメモリ202に格納
され、プロセスとして具体化される。
The distributed management function module shown in FIG.
101 is a CPU 201 and a memory 20 as shown in FIG.
2. It can be built on an electronic computer equipped with the hardware of the input / output interface 203, the display device 204, the input device 205, the storage device 206, and the network device 207. In this case, the distributed management function module 209 and the network management function module 208 using the same are stored in the memory 202 and embodied as a process.

【0017】図3はネットワークを複数のドメインに分
割してドメイン毎にサブ管理システムを配置し、その上
位に統合管理システムを配置する階層型ネットワーク管
理システムを表しており、ネットワーク管理者301,統
合NMS302,ネットワーク1303,サブNMS1 304,
サブNMS2 305,サブNMS3 306,ドメイン1 30
7,ドメイン2 308,ドメイン3 309で構成されてい
る。
FIG. 3 shows a hierarchical network management system in which a network is divided into a plurality of domains, a sub-management system is arranged for each domain, and an integrated management system is arranged above the sub-management system. NMS 302, network 1303, sub NMS 1 304,
Sub NMS2 305, Sub NMS3 306, Domain 1 30
7, domain 2 308 and domain 3 309.

【0018】まず管理オペレーション登録フローを図7
のフローチャートを用いて説明する。処理種別が「Ad
d」もしくは「Delete」かを判断し(701)、「Add」の
場合組み込みOPかどうかを判断し(702)、組み込みOP
ではない場合は図12に示すような管理OPテーブルにエ
ントリを追加する(704)。管理OPテーブルのエントリ
は管理オペレーション名称1201、プログラムモジュール
実行時のオブジェクトリファレンス1202、組み込みOPへ
のポインタ1203、次のエントリへのポインタ1204からな
る。本実施例では統合NMS302にサブNM1 304,サ
ブNMS2 305,サブNMS3 306の提供する管理オペ
レーションを登録することにより、統合NMS302上の
管理プログラムからは管理オペレーション名称を指定し
て特定のサブNMSの管理機能を呼び出すことができ
る。
First, the management operation registration flow is shown in FIG.
This will be described with reference to the flowchart of FIG. If the processing type is "Ad
d) or “Delete” (701), and in the case of “Add” it is determined whether it is a built-in OP (702) and the built-in OP
If not, an entry is added to the management OP table as shown in FIG. 12 (704). An entry in the management OP table includes a management operation name 1201, an object reference 1202 when executing a program module, a pointer 1203 to an embedded OP, and a pointer 1204 to the next entry. In the present embodiment, by registering the management operations provided by the sub NM1 304, the sub NMS2 305, and the sub NMS3 306 in the integrated NMS 302, the management program on the integrated NMS 302 specifies the management operation name and manages the specific sub NMS. Function can be called.

【0019】図7のフローチャートに戻って組み込みOP
の場合は図13に示すような組み込みOPテーブルにエン
トリを追加する(703)。組み込みOPテーブルのエント
リは組み込みオペレーション名称1301、プログラムモジ
ュール実行時のオブジェクトリファレンス1302、次のエ
ントリへのポインタ1303からなる。本実施例ではサブN
MSの提供する同種の管理オペレーションから指定され
たドメインに対応するオペレーションを選択できるよう
に管理オペレーション選択部105を管理オペレーション
登録部102を呼び出して登録しておく。管理オペレーシ
ョン選択部105は予め図15に示すようなドメイン管理
テーブルを作成する。ドメイン管理テーブルのエントリ
はプログラムモジュール実行時のオブジェクトリファレ
ンス1501、ドメイン名称1502、次のエントリへのポイン
タ1503からなる。さらに組み込みオペレーションを利用
する場合には(705)、管理OPテーブル内の組み込みOP
のエントリへのポインタを設定する(706)。
Returning to the flowchart of FIG.
In this case, an entry is added to the built-in OP table as shown in FIG. 13 (703). The entry of the built-in OP table includes a built-in operation name 1301, an object reference 1302 when executing a program module, and a pointer 1303 to the next entry. In this embodiment, the sub N
The management operation selection unit 105 is called by the management operation registration unit 102 and registered so that the operation corresponding to the designated domain can be selected from the same type of management operation provided by the MS. The management operation selection unit 105 creates a domain management table as shown in FIG. 15 in advance. An entry in the domain management table includes an object reference 1501 for executing a program module, a domain name 1502, and a pointer 1503 to the next entry. When using the built-in operation (705), the built-in OP in the management OP table
A pointer to the entry is set (706).

【0020】次に管理オペレーション呼び出しフローを
図8のフローチャートを用いて説明する。本実施例では
統合NMS上の管理プログラムから管理オペレーション
名と組み込みオペレーション種別「SELECT_DOMAIN」及
びドメイン名をパラメータとして管理オペレーション呼
び出し部103を呼び出すことが考えられる。呼び出しパ
ラメータをもとに管理OPテーブルを検索し(801)、該
当するプログラムモジュールが見つかったら(802)、
組み込みOP指定の有無を確認する(803)。前記管理オペ
レーション選択部105が指定されている場合これを実行
する。図10のフローチャートにおいて、まず種別を判
断し(1001)「SELECT_DOMAIN」の場合ドメイン管理テ
ーブルをドメイン名で検索し(1003)該当するオブジェ
クトリファレンスを戻す(1004)。図8にフローチャー
トに戻って、組み込みOPから返されたオブジェクトに対
して管理オペレーションを実行し(805)、オペレーシ
ョン結果を呼び出し元に戻す(806)。
Next, the management operation calling flow will be described with reference to the flowchart of FIG. In this embodiment, it is conceivable that the management operation calling unit 103 is called from the management program on the integrated NMS using the management operation name, the built-in operation type “SELECT_DOMAIN” and the domain name as parameters. The management OP table is searched based on the call parameters (801), and when a corresponding program module is found (802),
Check whether the built-in OP is specified (803). This is executed when the management operation selection unit 105 is designated. In the flowchart of FIG. 10, first, the type is determined (1001). In the case of "SELECT_DOMAIN", the domain management table is searched by the domain name (1003) and the corresponding object reference is returned (1004). Returning to the flowchart of FIG. 8, the management operation is performed on the object returned from the embedded OP (805), and the operation result is returned to the caller (806).

【0021】本発明の第二の実施例を図4の分散型ネッ
トワーク管理システム構成図を用いて説明する。図4は
地理的に分散したネットワーク毎に管理システムが配置
され、かつ管理クライアントからは相互に管理サーバ機
能を利用する形態を示している。第一の実施例で説明し
たところによると、ネットワーク管理サーバ505及びネ
ットワーク管理サーバ512の管理オペレーションをネッ
トワーク管理クライアント502に登録しておくことによ
り、ネットワーク管理クライアントは下位の構成に依存
することなく両管理サーバの管理オペレーションを呼び
出すことができる。ネットワーク管理クライアント509
に関しても同様である。
A second embodiment of the present invention will be described with reference to the block diagram of the distributed network management system shown in FIG. FIG. 4 shows a mode in which a management system is arranged for each of the geographically dispersed networks, and the management clients mutually use the management server function. According to the description of the first embodiment, by registering the management operations of the network management server 505 and the network management server 512 in the network management client 502, the network management client can perform both operations without depending on the lower-level configuration. Management operations of the management server can be invoked. Network Management Client 509
The same applies to.

【0022】さらに管理オペレーション連携部104では
図9のフローチャートに従い、要求種別を判断し(90
1)、「Add」の場合図14に示すようなリンクテーブル
にリンク先のオブジェクトを設定しておき、図8のフロ
ーチャートに示すように要求された管理オペレーション
が管理OPテーブルに登録されていないが、リンクテーブ
ルは設定されている場合(807)、リンク先のオブジェ
クトの管理オペレーション呼び出し部103を呼び出す(8
08)ことによって管理サーバ同士の連携が可能となる。
Further, the management operation linking unit 104 determines the request type according to the flowchart of FIG.
1) In the case of “Add”, the link destination object is set in the link table as shown in FIG. 14, and the requested management operation is not registered in the management OP table as shown in the flowchart of FIG. When the link table is set (807), the management operation calling unit 103 of the linked object is called (8).
08) This allows management servers to cooperate with each other.

【0023】本実施例では、ネットワーク管理サーバ50
5の管理オペレーションが同サーバ上の分散管理機能に
登録され、ネットワーク管理サーバ512の管理オペレー
ションが同サーバ上の分散管理機能に登録され、ネット
ワーク管理クライアント502あるいは509からは前記リン
ク先として両サーバを設定しておくことにより、下位の
構成に依存することなく両管理サーバの管理オペレーシ
ョンを呼び出すことができる。
In this embodiment, the network management server 50
5 is registered in the distributed management function on the same server, the management operation of the network management server 512 is registered in the distributed management function on the same server, and the network management client 502 or 509 designates both servers as the link destination. By setting, the management operation of both management servers can be called without depending on the lower-level configuration.

【0024】本発明の第三の実施例を図5の分散型ネッ
トワーク管理システム構成図を用いて説明する。図5は
ネットワーク管理機能を2つの管理サーバ604,605に分
散させることにより、大規模なネットワークを管理する
場合の負荷を分散させる形態(例えばネットワークの監
視機能とネットワークの設定機能に分ける)を示してい
る。第一及び第二の実施例で述べた手段によりネットワ
ーク管理クライアント602は下位の構成に依存せずに管
理サーバ1 604、管理サーバ2 605の管理オペレーショ
ンを呼び出すことができる。
A third embodiment of the present invention will be described with reference to the configuration diagram of the distributed network management system shown in FIG. FIG. 5 shows a mode of distributing the load when managing a large-scale network by distributing the network management function to the two management servers 604 and 605 (for example, divided into a network monitoring function and a network setting function). ing. By means described in the first and second embodiments, the network management client 602 can call the management operations of the management server 1 604 and the management server 2 605 without depending on the lower-level configuration.

【0025】さらに図5は、ネットワーク管理サーバの
二重化構成(現用系/予備系)と考えると、管理オペレ
ーション選択部105において図16に示すような接続性
管理テーブルを用意する。接続性管理テーブルのエント
リはオブジェクトリファレンス1601、オペレーション優
先度(例えば1〜Nの数字を割り当てる)1602、接続性
フラグ(OK/NG)1603、次のエントリへのポインタ1604
からなる。管理サーバ1 604を現用系とし、管理サーバ
2 605を予備系とすると管理サーバ1 604の優先度を管
理サーバ2 605の優先度より高くしておく。
Further, assuming that the network management server has a redundant configuration (active / standby) in FIG. 5, the management operation selecting unit 105 prepares a connectivity management table as shown in FIG. The entries in the connectivity management table are an object reference 1601, an operation priority (for example, assigning a number from 1 to N) 1602, a connectivity flag (OK / NG) 1603, and a pointer 1604 to the next entry.
Consists of Assuming that the management server 1 604 is the active system and the management server 2 605 is the standby system, the priority of the management server 1 604 is set higher than the priority of the management server 2 605.

【0026】両管理サーバの管理オペレーションを登録
する場合に管理オペレーション選択部105の「SELECT_CO
NNECTION」種別を組み込みOPとして指定しておく。管理
オペレーション呼び出し部103に要求がきた場合には図
10のフローチャートに示すように接続性管理テーブル
を優先度高く及び接続OKのオブジェクトを検索し(100
2)、該当するオブジェクトリファレンスを戻す(100
4)。本実施例では管理サーバ1が正常に動作している
間は管理サーバ1の管理オペレーションを呼び出し、管
理サーバ1がなんらかの理由で動作しない場合はサーバ
2の管理オペレーションを呼び出すことができる。
When registering the management operations of both management servers, select "SELECT_CO"
NNECTION ”type is specified as a built-in OP. When the request is sent to the management operation calling unit 103, as shown in the flowchart of FIG. 10, the connectivity management table is searched for an object with a high priority and connection OK (100
2) Return the corresponding object reference (100
Four). In this embodiment, the management operation of the management server 1 can be called while the management server 1 is operating normally, and the management operation of the server 2 can be called when the management server 1 does not operate for some reason.

【0027】本発明の第四の実施例を図6の分散型ネッ
トワーク管理システム構成図を用いて説明する。図6は
管理するレベル(エレメント管理〜ネットワーク管理〜
サービス管理)や管理する主体(通信事業者〜サービス
プロバイダ)により分散する形態を示している。第一〜
三の実施例で述べた手段を用いることにより、上位の管
理システムにおいて下位の構成に依存せずに下位の管理
機能を利用することができる。さらに特定のイベントを
契機にして管理オペレーションを起動する管理イベント
コールバック処理部106について説明する。
A fourth embodiment of the present invention will be described with reference to the configuration diagram of a distributed network management system shown in FIG. FIG. 6 shows the management level (element management to network management).
This shows a form in which distribution is performed by service management) or by a managing entity (communication carrier to service provider). first~
By using the means described in the third embodiment, the lower management function can be used in the upper management system without depending on the lower configuration. Further, the management event callback processing unit 106 that starts a management operation in response to a specific event will be described.

【0028】図11のフローチャートにおいて、まず要
求種別を判断し(1101)、「Register」の場合は図17
に示すようなコールバック管理テーブルにエントリを追
加する(1104)。コールバック管理テーブルのエントリ
はイベントID1701、オペレーション名称1702、次のエ
ントリへのポインタ1703からなる。他のネットワーク管
理機能モジュールから管理イベントコールバック処理部
106にイベント通知「Event_Notify」があった場合は、
コールバック管理テーブルをイベントIDで検索し(11
02)、見つかったオペレーション名称をパラメータにし
て管理オペレーション呼び出し部103を呼び出す(110
3)。本実施例では、エレメント管理システムで重要な
障害イベントを検出した場合に上位のネットワーク管理
システムの障害部位特定機能を呼び出す場合などに利用
できる。
In the flowchart of FIG. 11, first, the request type is determined (1101).
An entry is added to the callback management table as shown in (1104). An entry in the callback management table includes an event ID 1701, an operation name 1702, and a pointer 1703 to the next entry. Management event callback processing unit from other network management function modules
If there is an event notification "Event_Notify" in 106,
Search the callback management table by event ID (11
02), the management operation calling unit 103 is called using the found operation name as a parameter (110).
3). In the present embodiment, when an important failure event is detected by the element management system, it can be used, for example, when a failure site specifying function of a higher-level network management system is called.

【0029】[0029]

【発明の効果】以上のように本発明によれば、管理シス
テムの構成に依存することなくネットワーク管理機能モ
ジュールのインターフェース情報のみを使って管理オペ
レーションの呼び出しができ、また管理オペレーション
を支援する機能を組み込みオペレーションとして簡易に
利用することができ、さらに特定のイベントに対するコ
ールバック機能として管理オペレーションを呼び出すこ
とができる分散管理機能モジュールを提供することによ
って、地理的あるいは機能的に分散したネットワーク管
理システムの構築を支援することができる。
As described above, according to the present invention, a management operation can be called using only the interface information of the network management function module without depending on the configuration of the management system, and a function for supporting the management operation is provided. Construction of a geographically or functionally distributed network management system by providing a distributed management function module that can be easily used as a built-in operation and that can invoke a management operation as a callback function for a specific event Can help.

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

【図1】本発明の実施例に関わるシステムの機能ブロッ
クを示す図である。
FIG. 1 is a diagram showing functional blocks of a system according to an embodiment of the present invention.

【図2】本発明の実施例に関わるシステムのハードウェ
ア構成を示す図である。
FIG. 2 is a diagram illustrating a hardware configuration of a system according to an embodiment of the present invention.

【図3】本発明の第一の実施例に関わる分散型ネットワ
ーク管理システムの構成を示す図である。
FIG. 3 is a diagram showing a configuration of a distributed network management system according to a first embodiment of the present invention.

【図4】本発明の第二の実施例に関わる分散型ネットワ
ーク管理システムの構成を示す図である。
FIG. 4 is a diagram showing a configuration of a distributed network management system according to a second embodiment of the present invention.

【図5】本発明の第三の実施例に関わる分散型ネットワ
ーク管理システムの構成を示す図である。
FIG. 5 is a diagram showing a configuration of a distributed network management system according to a third embodiment of the present invention.

【図6】本発明の第四の実施例に関わる分散型ネットワ
ーク管理システムの構成を示す図である。
FIG. 6 is a diagram showing a configuration of a distributed network management system according to a fourth embodiment of the present invention.

【図7】本発明の実施例に関わる管理オペレーションの
登録フローを示す図である。
FIG. 7 is a diagram showing a registration flow of a management operation according to the embodiment of the present invention.

【図8】本発明の実施例に関わる管理オペレーションの
呼び出しフローを示す図である。
FIG. 8 is a diagram showing a call flow of a management operation according to the embodiment of the present invention.

【図9】本発明の実施例に関わる管理オペレーションの
連携フローを示す図である。
FIG. 9 is a diagram showing a cooperation flow of a management operation according to the embodiment of the present invention.

【図10】本発明の実施例に関わる管理オペレーション
の選択フローを示す図である。
FIG. 10 is a diagram showing a flow of selecting a management operation according to the embodiment of the present invention.

【図11】本発明の実施例に関わる管理イベントコール
バック処理フローを示す図である。
FIG. 11 is a diagram showing a management event callback processing flow according to the embodiment of the present invention.

【図12】本発明の実施例に関わる管理オペレーション
テーブルの形式を示す図である。
FIG. 12 is a diagram showing a format of a management operation table according to the embodiment of the present invention.

【図13】本発明の実施例に関わる組み込みオペレーシ
ョンテーブルの形式を示す図である。
FIG. 13 is a diagram showing a format of a built-in operation table according to the embodiment of the present invention.

【図14】本発明の実施例に関わるリンクテーブルの形
式を示す図である。
FIG. 14 is a diagram showing a format of a link table according to the embodiment of the present invention.

【図15】本発明の実施例に関わるドメイン管理テーブ
ルの形式を示す図である。
FIG. 15 is a diagram showing a format of a domain management table according to the embodiment of the present invention.

【図16】本発明の実施例に関わる接続性管理テーブル
の形式を示す図である。
FIG. 16 is a diagram showing a format of a connectivity management table according to the embodiment of the present invention.

【図17】本発明の実施例に関わるコールバック管理テ
ーブルの形式を示す図である。
FIG. 17 is a diagram showing a format of a callback management table according to the embodiment of the present invention.

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

101…分散管理機能モジュール、102…管理オペレーショ
ン登録部、103…管理オペレーション呼び出し部、104…
管理オペレーション連携部、105…管理オペレーション
選択部、106…管理イベントコールバック処理部、107…
管理オペレーションリポジトリ、108…分散通信基盤、2
01…CPU、202…メモリ、203…入出力インターフェー
ス、204…表示装置、205…入力装置、206…記憶装置、2
07…ネットワーク装置、208…ネットワーク管理機能モ
ジュール、209…分散管理機能モジュール。
101: distributed management function module, 102: management operation registration unit, 103: management operation calling unit, 104:
Management operation linking unit, 105: management operation selection unit, 106: management event callback processing unit, 107 ...
Management Operations Repository, 108 ... Distributed Communication Infrastructure, 2
01: CPU, 202: Memory, 203: Input / output interface, 204: Display device, 205: Input device, 206: Storage device, 2
07: Network device, 208: Network management function module, 209: Distributed management function module.

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】地理的あるいは機能的に複数のプログラム
モジュールが分散して配置され、当該モジュールが相互
に連携することによって特定の管理機能を実現するネッ
トワーク管理システムであって、 ネットワーク管理機能モジュールが提供する管理オペレ
ーションを実行するために必要なプログラムインターフ
ェース情報を当該モジュールの起動時に予め登録する管
理オペレーション登録手段と、ネットワーク管理機能モ
ジュールから他のネットワーク管理機能モジュールの呼
び出し要求を受け付けた場合にオペレーション名称から
対応するプログラムモジュールを探しだして、管理オペ
レーションを実行する管理オペレーション呼び出し手段
と、前記インターフェース情報を格納する管理オペレー
ションリポジトリ手段と、分散して配置されたプログラ
ムモジュール間の透過的な通信を行う分散通信基盤手段
とで構成される分散管理機能モジュールを備えることを
特徴とする分散型ネットワーク管理システム。
1. A network management system in which a plurality of program modules are geographically or functionally distributed and arranged, and the modules cooperate with each other to realize a specific management function. Management operation registration means for registering in advance program interface information necessary to execute the provided management operation when the module is started, and an operation name when a call request for another network management function module is received from the network management function module And a management operation invocation means for searching for a corresponding program module and executing a management operation, and a management operation repository means for storing the interface information, are distributed and arranged. A distributed network management system comprising: a distributed management function module configured by a distributed communication platform unit for performing transparent communication between program modules.
【請求項2】請求項1記載の分散型ネットワーク管理シ
ステムであって、 前記分散管理機能モジュールにおいて、他の分散管理機
能モジュールへのリンク情報を設定する管理オペレーシ
ョン連携手段を有し、前記管理オペレーション呼び出し
手段において呼び出し要求に対応するプログラムモジュ
ールが前記管理オペレーションリポジトリ手段内に登録
されておらず、かつ他の分散管理機能モジュールへのリ
ンク情報が設定されている場合に、当該モジュールの管
理オペレーション呼び出し手段に呼び出し要求を転送
し、当該モジュールにおいて呼び出し要求を処理するこ
とを特徴とする分散型ネットワーク管理システム。
2. The distributed network management system according to claim 1, wherein said distributed management function module includes management operation cooperation means for setting link information to another distributed management function module. When a program module corresponding to the call request is not registered in the management operation repository means in the calling means and link information to another distributed management function module is set, the management operation calling means of the module is Characterized in that the call request is transferred to the module and the call request is processed in the module.
【請求項3】請求項1記載の分散型ネットワーク管理シ
ステムであって、 前記管理オペレーション登録手段において、管理オペレ
ーションの実行時に組合わせて実行可能な組み込み型オ
ペレーションを予め登録し、また管理オペレーションの
登録時に特定の組み込み型オペレーションを指定してお
くことにより、前記管理オペレーション呼び出し手段に
おいて、ネットワーク管理機能モジュールからの呼び出
し要求のあった時に前記組み込みオペレーションを実行
し、その結果を利用して管理オペレーションを呼び出す
ことを特徴とする分散型ネットワーク管理システム。
3. The distributed network management system according to claim 1, wherein said management operation registration means registers in advance a built-in operation which can be executed in combination with the execution of the management operation, and registers the management operation. By designating a specific built-in operation, the management operation calling means executes the built-in operation when there is a call request from the network management function module, and calls the management operation using the result. A distributed network management system, characterized in that:
【請求項4】請求項3記載の分散型ネットワーク管理シ
ステムであって、 前記分散管理機能モジュールにおいて、プログラムモジ
ュールと当該モジュールが所属するドメインを結び付け
て管理し、前記組み込みオペレーションとして実行され
た場合に複数のプログラムモジュールから指定されたド
メインに対応するプログラムモジュールを選択する管理
オペレーション選択手段を備えることを特徴とする分散
型ネットワーク管理システム。
4. The distributed network management system according to claim 3, wherein the distributed management function module manages a program module and a domain to which the module belongs by connecting the module to each other and executes the operation as the built-in operation. A distributed network management system comprising management operation selecting means for selecting a program module corresponding to a specified domain from a plurality of program modules.
【請求項5】請求項3記載の分散型ネットワーク管理シ
ステムであって、 前記分散管理機能モジュールにおいて、プログラムモジ
ュールと当該モジュールを実行する優先度、及び当該モ
ジュールとの接続が可能か否かをテストした結果を結び
付けて管理し、前記組み込みオペレーションとして実行
された場合に複数のプログラムモジュールから優先度が
高い順に、かつ接続可能なプログラムモジュールを選択
する管理オペレーション選択手段を備えることを特徴と
する分散型ネットワーク管理システム。
5. The distributed network management system according to claim 3, wherein the distributed management function module tests a program module and a priority for executing the module, and determines whether connection with the module is possible. And a management operation selecting means for selecting a connectable program module from a plurality of program modules in a descending order of priority when executed as the built-in operation. Network management system.
【請求項6】請求項1記載の分散型ネットワーク管理シ
ステムであって、 前記分散管理機能モジュールにおいて、他のネットワー
ク管理機能モジュールからイベントを受信することがで
き、予め特定のイベントIDと管理オペレーション名称
を結び付けて登録し、当該イベントを受信した時点で管
理オペレーション呼び出し手段を呼び出して対応する管
理オペレーションを実行する管理イベントコールバック
処理手段を備えることを特徴とする分散型ネットワーク
管理システム。
6. The distributed network management system according to claim 1, wherein the distributed management function module is capable of receiving an event from another network management function module, and has a specific event ID and management operation name in advance. And a management event callback processing means for executing a corresponding management operation by calling a management operation calling means when the event is received.
JP9119077A 1997-05-09 1997-05-09 Distributed network managing system Pending JPH10308736A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9119077A JPH10308736A (en) 1997-05-09 1997-05-09 Distributed network managing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9119077A JPH10308736A (en) 1997-05-09 1997-05-09 Distributed network managing system

Publications (1)

Publication Number Publication Date
JPH10308736A true JPH10308736A (en) 1998-11-17

Family

ID=14752317

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9119077A Pending JPH10308736A (en) 1997-05-09 1997-05-09 Distributed network managing system

Country Status (1)

Country Link
JP (1) JPH10308736A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005522780A (en) * 2002-04-05 2005-07-28 インフォーカス コーポレイション Projector device network management system
CN1300979C (en) * 2003-01-28 2007-02-14 华为技术有限公司 Fully dynamic distributed network service management system and service method thereof
JP2007124057A (en) * 2005-10-25 2007-05-17 Ntt Communications Kk Apparatus and method for specifying network fault location
JP2014186473A (en) * 2013-03-22 2014-10-02 Fuji Xerox Co Ltd Program and device
JP2016136705A (en) * 2015-01-23 2016-07-28 Kddi株式会社 Dispersion type network management system, network management device, network device, dispersion type network management method and program

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005522780A (en) * 2002-04-05 2005-07-28 インフォーカス コーポレイション Projector device network management system
CN1300979C (en) * 2003-01-28 2007-02-14 华为技术有限公司 Fully dynamic distributed network service management system and service method thereof
JP2007124057A (en) * 2005-10-25 2007-05-17 Ntt Communications Kk Apparatus and method for specifying network fault location
JP4612525B2 (en) * 2005-10-25 2011-01-12 エヌ・ティ・ティ・コミュニケーションズ株式会社 Network fault site identification apparatus and method
JP2014186473A (en) * 2013-03-22 2014-10-02 Fuji Xerox Co Ltd Program and device
JP2016136705A (en) * 2015-01-23 2016-07-28 Kddi株式会社 Dispersion type network management system, network management device, network device, dispersion type network management method and program

Similar Documents

Publication Publication Date Title
US5905890A (en) Event architecture for system management in an operating system
JP4464525B2 (en) Centralized affinity maintenance apparatus and method in a client / server data processing system managed by workload
US6671746B1 (en) Execution of application process using registry having binding methods
US7676538B2 (en) Systems and methods for application view transactions
US7287179B2 (en) Autonomic failover of grid-based services
US5551035A (en) Method and apparatus for inter-object communication in an object-oriented program controlled system
US20020087734A1 (en) System and method for managing dependencies in a component-based system
EP0501610B1 (en) Object oriented distributed computing system
US6502099B1 (en) Method and system for extending the functionality of an application
JP3403335B2 (en) Virtual geospatial object generation system and recording medium
CN107341044A (en) A kind of distributive data center unified monitoring framework and method
CA2402695A1 (en) Organizing and combining a hierarchy of configuration parameters to produce an entity profile for an entity associated with a communications network
Baker et al. GridRM: an extensible resource monitoring system
WO2020001409A1 (en) Virtual network function (vnf) deployment method and apparatus
US6931427B2 (en) Method and apparatus for discovering data services in a distributed computer system
JPH10308736A (en) Distributed network managing system
CN116708266A (en) Cloud service topological graph real-time updating method, device, equipment and medium
US7234147B1 (en) Method and apparatus for supporting data communication between program components
CN100563233C (en) Fault-tolerance method during a kind of Common Object Request Broker Architecture is used
US6137801A (en) Telecommunication switching system administrative and management tools
JP2001216224A (en) Network management system and method therefor
CN114154825A (en) Two-dimensional power grid distributed cache service system
JP2002366381A (en) Dynamic exchange processing method for object
US6804339B1 (en) Real-time object-oriented database for TAPI service providers
JPH09160847A (en) Client server-type distribution processing system