JP2001084198A - Manager agent system - Google Patents

Manager agent system

Info

Publication number
JP2001084198A
JP2001084198A JP26282799A JP26282799A JP2001084198A JP 2001084198 A JP2001084198 A JP 2001084198A JP 26282799 A JP26282799 A JP 26282799A JP 26282799 A JP26282799 A JP 26282799A JP 2001084198 A JP2001084198 A JP 2001084198A
Authority
JP
Japan
Prior art keywords
message
manager
agent
management
containment
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
JP26282799A
Other languages
Japanese (ja)
Inventor
Kenichi Honda
健一 本田
Yosuke Terakura
洋祐 寺倉
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.)
OKI TSUSHIN SYSTEM KK
Oki Electric Industry Co Ltd
Original Assignee
OKI TSUSHIN SYSTEM KK
Oki Electric Industry Co 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 OKI TSUSHIN SYSTEM KK, Oki Electric Industry Co Ltd filed Critical OKI TSUSHIN SYSTEM KK
Priority to JP26282799A priority Critical patent/JP2001084198A/en
Publication of JP2001084198A publication Critical patent/JP2001084198A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)
  • Computer And Data Communications (AREA)

Abstract

PROBLEM TO BE SOLVED: To easily obtain an optimal DN(distinguished name) for allowing a manager to designate a management object. SOLUTION: A manager 100 is provided with a DN conversion table 121 for recording a conversion rule between a manager side DN and an agent side DN, and an alias registration processing part 122 for recording a conversion rule between a manager application side DN(MDN) and an agent side DN(AND) in the DN conversion table 121 according to a request from a manager application 110.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、マネージャ・アプ
リケーションがエージェント内の管理オブジェクト(Ma
naged Object:MO)インスタンスを指定するマネージ
ャエージェントシステムに関する。
[0001] The present invention relates to a method for managing a management object (Ma) in an agent.
naged Object: MO) This relates to a manager agent system that specifies an instance.

【0002】[0002]

【従来の技術】例えば、CMIP(Common Management
Information Protcol)プロトコルを使用している管理
システムとしてのマネージャがネットワークを介して管
理オブジェクトとしてのエージェントを管理するマネー
ジャエージェントシステムが知られている。
2. Description of the Related Art For example, CMIP (Common Management)
2. Description of the Related Art There is known a manager-agent system in which a manager as a management system using an Information Protocol) manages an agent as a management object via a network.

【0003】ここで、CMIPは、ISO(国際標準化
機構)によって標準化されたOSI(Open System Inte
rconnection)管理のためのプロトコルである。一般
に、マネージャ−エージェント関係にあるシステムで
は、マネージャは、エージェント内の管理オブジェクト
のインスタンス(以後、「MOインスタンス」と記
す。)を、包含木の関係から導き出されるインスタンス
名によって指定する。かかるインスタンス名はDN(Di
stinguished Name)と呼ばれている。
Here, CMIP is based on OSI (Open System Interface) standardized by ISO (International Organization for Standardization).
rconnection) is a protocol for management. In general, in a system having a manager-agent relationship, a manager specifies an instance of a managed object in an agent (hereinafter, referred to as an “MO instance”) by an instance name derived from a containment tree relationship. Such instance name is DN (Di
stinguished Name).

【0004】図2は、包含木の一例を示す説明図であ
る。図2に示す例では、管理オブジェクトMO−b及び
MO−cは管理オブジェクトMO−aに包含され、管理
オブジェクトMO−d及びMO−eは管理オブジェクト
MO−bに包含される。
FIG. 2 is an explanatory diagram showing an example of a containment tree. In the example illustrated in FIG. 2, the managed objects MO-b and MO-c are included in the managed object MO-a, and the managed objects MO-d and MO-e are included in the managed object MO-b.

【0005】図3は、かかる包含関係においてDNの一
例を示す説明図である。DNは包含木の頂点である管理
オブジェクトMO−aから目的の管理オブジェクトMO
−eに達するまでの経路上の管理オブジェクトのRDN
(RelativeDN:ネーミング属性IDとネーミング属性
値とのペア)を連ねた構造となっている。
FIG. 3 is an explanatory diagram showing an example of a DN in such an inclusive relation. DN is a target managed object MO from a managed object MO-a which is a vertex of the containment tree.
-The RDN of the managed object on the route to reach e
(Relative DN: a pair of a naming attribute ID and a naming attribute value).

【0006】管理オブジェクトの包含関係は通常管理オ
ブジェクトの表す実体の物理的、論理的包含関係により
決定される。しかし、マネージャが操作したいエージェ
ント内の管理オブジェクトは様々な性格を抽象化してい
るため、木構造の包含木だけではその関係を表すのに十
分ではない場合が多くある。すなわち、マネージャか
ら、包含木以外の関係によって、あるMOインスタンス
を指定したい場合がしばしば存在する。そのような場
合、管理オブジェクトのDNを他の管理オブジェクトに
関係属性として持たせる方法が用いられる。この場合、
目的の管理オブジェクトを指定するには、まず、目的の
管理オブジェクトを指す関係属性を持つ管理オブジェク
トを指定し、その関係属性のDNを取得する、そして、
得られたDNにより目的の管理オブジェクトを指定する
という操作が行われる。1回の操作では目的の管理オブ
ジェクトのDNが得られない場合には、関係属性の取得
を繰り返し、目的の管理オブジェクトを示すDNを取得
する。
[0006] The containment relationship of a managed object is usually determined by the physical and logical containment relationship of the entity represented by the managed object. However, since the management object in the agent that the manager wants to operate abstracts various characters, it is often the case that the containing tree of the tree structure alone is not enough to express the relationship. That is, there is often a case where a manager wants to specify a certain MO instance by a relationship other than the containing tree. In such a case, a method of giving the DN of the management object to another management object as a relation attribute is used. in this case,
In order to specify the target managed object, first, a managed object having a relation attribute pointing to the target managed object is specified, and the DN of the relation attribute is obtained.
An operation of designating a target management object is performed by the obtained DN. If the DN of the target managed object cannot be obtained by one operation, the acquisition of the relation attribute is repeated to obtain the DN indicating the target managed object.

【0007】[0007]

【発明が解決しようとする課題】ところで、マネージャ
システムの開発には、CMIP等のプロトコルの詳細を
隠蔽した開発プラットホームを用いる場合が多い。従来
のマネージャエージェントシステムでは、プラットホー
ム上で動作するマネージャ・アプリケーションがMOイ
ンスタンスを、DNを用いて指定しなければならない。
しかし、マネージャ・アプリケーションが持っている情
報から直接DNを生成することができない場合、マネー
ジャ・アプリケーションは関係属性の取得を繰り返し、
MOインスタンスを指定するDNを取得することにな
る。
By the way, in developing a manager system, a development platform in which details of a protocol such as CMIP are hidden is often used. In a conventional manager agent system, a manager application running on a platform must specify an MO instance using a DN.
However, if the DN cannot be generated directly from the information possessed by the manager application, the manager application repeatedly obtains the relation attributes,
A DN specifying the MO instance will be obtained.

【0008】従って、マネージャ・アプリケーションは
MOインスタンスを指定する際に非常に複雑な処理を行
うこととなり、実行効率の低下、マネージャ・アプリケ
ーションの開発規模の増大、開発効率の低下を招くこと
になる。
Therefore, the manager application performs very complicated processing when designating the MO instance, which leads to a decrease in execution efficiency, an increase in the scale of development of the manager application, and a decrease in development efficiency.

【0009】[0009]

【課題を解決するための手段】本発明は以上の点を解決
するため次の構成を採用する。 〈構成1〉請求項1の発明に係るマネージャエージェン
トシステムは、管理するシステムとしてのマネージャと
管理対象システムとしてのエージェントとの関係をコン
ピュータ上で形成し、該エージェント内に管理の対象と
なる複数の管理オブジェクトの各インスタンスの関係を
示す包含木が構築されたマネージャエージェントシステ
ムにおいて、前記マネージャ側から包含木の関係を有す
る管理オブジェクトを指定するためのマネージャ側識別
名とエージェント側で用いられている包含木に対応した
エージェント側識別名との変換ルールを記録するための
識別名変換テーブルと、該識別名変換テーブルに変換ル
ールを登録する別名登録処理手段と、を備えて構成され
ている。
The present invention employs the following structure to solve the above problems. <Configuration 1> A manager agent system according to the first aspect of the present invention forms a relationship between a manager as a managing system and an agent as a management target system on a computer, and a plurality of management targets in the agent. In a manager-agent system in which a containment tree indicating the relationship between each instance of a managed object is constructed, a manager-side identifier for designating a managed object having a containment-tree relationship from the manager and a containment used by the agent. It comprises an identifier conversion table for recording a conversion rule with an agent-side identifier corresponding to a tree, and an alias registration processing means for registering a conversion rule in the identifier conversion table.

【0010】〈構成2〉請求項2の発明に係るマネージ
ャエージェントシステムでは、前記マネージャが、識別
名変換テーブルを検索し、該当する変換ルールが登録さ
れているときは、該当変換ルールに従ってマネージャ側
識別名をエージェント側識別名に変換し、変換したエー
ジェント側識別名をメッセージに含めて当該メッセージ
を送信するメッセージ送信手段を備えて構成されてい
る。
<Structure 2> In the manager agent system according to the second aspect of the present invention, the manager searches the identification name conversion table and, if a corresponding conversion rule is registered, identifies the manager in accordance with the conversion rule. A message transmitting means for converting the name into an agent-side identifier, including the converted agent-side identifier in a message, and transmitting the message.

【0011】〈構成3〉請求項3の発明に係るマネージ
ャエージェントシステムでは、前記マネージャが、エー
ジェントからエージェント側識別名を含むメッセージを
受信したとき、識別名変換テーブルを検索し、該当変換
ルールが登録されているときは、該当変換ルールに従っ
てエージェント側識別名からマネージャ側識別名に変換
するメッセージ受信手段を備えて構成されている。
<Structure 3> In the manager agent system according to the third aspect of the present invention, when the manager receives a message including the agent-side identifier from the agent, the manager searches the identifier conversion table and registers the corresponding conversion rule. If so, a message receiving means for converting the agent-side identifier to the manager-side identifier in accordance with the corresponding conversion rule is provided.

【0012】〈構成4〉請求項4の発明に係るマネージ
ャエージェントシステムでは、前記メッセージ送信手段
が、識別名変換テーブルに登録された変換ルールに従っ
てメッセージ中の識別名の変換を行ったとき、インボー
ク識別子を登録するように構成され、前記メッセージ受
信手段が、応答メッセージを受信したとき、応答メッセ
ージに含まれているインボーク識別子に基づいて識別名
変換テーブルを検索し、変換ルールを特定して識別名の
逆変換を行うように構成されている。
<Structure 4> In the manager agent system according to the invention of claim 4, when the message transmitting means converts the identifier in the message according to the conversion rule registered in the identifier conversion table, an invoke identifier is provided. The message receiving means, when receiving the response message, searches the identifier conversion table based on the invoke identifier included in the response message, identifies the conversion rule, and identifies the identifier. It is configured to perform an inverse transformation.

【0013】〈構成5〉請求項5の発明に係るマネージ
ャエージェントシステムでは、前記メッセージ受信手段
が、エージェントから管理オブジェクトを削除する旨の
メッセージを受信したとき、当該管理オブジェクトの識
別名を含む変換ルールを変換テーブルから削除するよう
に構成されている。
<Structure 5> In the manager agent system according to the invention of claim 5, when the message receiving means receives a message indicating that the management object is to be deleted from the agent, the conversion rule including the identification name of the management object. Is deleted from the conversion table.

【0014】〈構成6〉請求項6の発明に係るマネージ
ャエージェントシステムは、管理するシステムとしての
マネージャと管理対象システムとしてのエージェントと
の関係をコンピュータ上で形成し、該エージェント内に
管理の対象となる複数の管理オブジェクトの各インスタ
ンスの関係を示す包含木が構築されたマネージャエージ
ェントシステムにおいて、構築された包含木と異なる包
含関係によって所定の管理オブジェクトのインスタンス
を指定できるように、新たな包含関係を生成するシステ
ムであって、前記マネージャは、新たな包含関係を生成
するのに必要なパラメータをメッセージに含め、当該メ
ッセージをエージェントに送信するメッセージ送信手段
を備え、前記エージェントは、マネージャからのメッセ
ージを受信して該メッセージの内容及びメッセージに含
まれているパラメータを解読するメッセージ受信手段
と、すべての管理オブジェクトを管理するとともに、解
読されたメッセージの内容に従って新たな包含関係を生
成する管理オブジェクトを起動するオブジェクト管理手
段と、前記包含木のデータを管理するとともに、新たな
包含関係を生成する管理オブジェクトによって制御さ
れ、メッセージ受信手段によって解読されたパラメータ
を用いて、構築されている包含木とは異なる新たな包含
関係を生成する包含木管理手段と、を備えたものであ
る。
<Structure 6> In a manager agent system according to the invention of claim 6, a relationship between a manager as a managing system and an agent as a managed system is formed on a computer, and a management target is stored in the agent. In a manager agent system in which a containment tree showing the relationship between each instance of a plurality of managed objects is constructed, a new containment relationship is specified so that an instance of a predetermined managed object can be designated by a containment relationship different from the constructed containment tree. A system for generating a message, wherein the manager includes a message transmitting unit that includes a parameter necessary for generating a new inclusion relation in a message, and transmits the message to an agent, wherein the agent transmits a message from the manager. Receiving and Message receiving means for decoding the contents of a message and parameters included in a message, and object managing means for managing all managed objects and activating a managed object for generating a new containment relationship in accordance with the contents of the decoded message And a new containment relationship different from the containment tree being constructed using the parameters controlled by the management object that manages the containment tree data and creates a new containment relationship and decrypted by the message receiving means. And a containment tree management means for generating

【0015】〈構成7〉請求項7の発明に係るマネージ
ャエージェントシステムでは、前記エージェントのオブ
ジェクト管理手段が、新たな包含関係を生成する管理オ
ブジェクトを予め備え、前記マネージャのメッセージ送
信手段は、包含側の管理オブジェクトのインスタンスの
識別名及び被包含側の所定の管理オブジェクトのインス
タンスの識別名をパラメータとして、新たな包含関係を
生成する管理オブジェクトを起動するメッセージを送信
するように構成されている。
<Structure 7> In the manager agent system according to claim 7, the object management means of the agent is provided with a management object for generating a new inclusion relation in advance, and the message transmission means of the manager includes Is configured to transmit a message for activating a management object for generating a new inclusion relationship, using the identification name of the instance of the management object and the identification name of the instance of the predetermined management object on the included side as parameters.

【0016】〈構成8〉請求項8の発明に係るマネージ
ャエージェントシステムでは、前記マネージャのメッセ
ージ送信手段が、包含側の管理オブジェクトのインスタ
ンスの識別名及び被包含側の所定の管理オブジェクトの
インスタンスのオブジェクトクラスをパラメータとし
て、新たな包含関係を生成する管理オブジェクトを生成
するメッセージを送信し、前記エージェントのオブジェ
クト管理手段は、当該メッセージに従って新たな包含関
係を生成する管理オブジェクトを生成し、パラメータと
して渡された前記識別名に基づいて包含関係を算出し、
算出された包含関係に基づいて包含木管理手段を制御す
るように構成されている。
<Structure 8> In the manager agent system according to the eighth aspect of the present invention, the manager's message transmitting means includes an identifier of an instance of the management object on the containing side and an object of an instance of the predetermined management object on the containing side. A message for generating a management object for generating a new inclusion relationship is transmitted using the class as a parameter, and the object management means of the agent generates a management object for generating a new inclusion relationship in accordance with the message, and is passed as a parameter. Calculating an inclusion relationship based on the identifier,
It is configured to control the containment tree management means based on the calculated inclusion relationship.

【0017】〈構成9〉請求項9の発明に係るマネージ
ャエージェントシステムでは、前記マネージャのメッセ
ージ送信手段は、包含側の管理オブジェクトのインスタ
ンスの識別名及び被包含側の所定の管理オブジェクトの
インスタンスの識別名をパラメータとして、新たな包含
関係を生成する管理オブジェクトを生成するメッセージ
を送信し、前記エージェントの包含木管理手段は、当該
メッセージに従って新たな包含関係を生成する管理オブ
ジェクトを生成し、前記エージェントの包含木管理手段
は、当該生成された管理オブジェクトに制御され、構築
されている包含木データに、包含側及び被包含側の管理
オブジェクトのインスタンスの識別名を登録し、構築さ
れている包含木とは異なる新たな包含関係を追加するよ
うに構成されている。
<Structure 9> In the manager agent system according to the ninth aspect of the present invention, the manager's message transmitting means includes an identification name of an instance of the management object on the containing side and identification of an instance of a predetermined management object on the containing side. A message for generating a management object for generating a new inclusion relation is transmitted using the name as a parameter, and the containment tree management means of the agent generates a management object for generating a new inclusion relation in accordance with the message, and The containing tree management means is controlled by the generated managed object, registers the identifiers of the instances of the containing object and the contained object in the constructed containing tree data, and Is configured to add different new containment relationships .

【0018】[0018]

【発明の実施の形態】以下、本発明の実施の形態を具体
例を用いて説明する。 〈具体例1〉具体例1は、マネージャ100に、マネー
ジャ側DN(Distinguished Name:識別名)とエージェ
ント側DNとの変換ルールを記録する変換テーブルを備
え、マネージャが管理オブジェクトを指定するための最
適なDNを容易に取得できるようにしたものである。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments of the present invention will be described below using specific examples. <Specific Example 1> Specific example 1 includes a conversion table that records conversion rules between a manager-side DN (Distinguished Name) and an agent-side DN in the manager 100, and is optimal for the manager to specify a management object. This makes it possible to easily obtain a proper DN.

【0019】マネージャエージェントシステムでは、複
数のネットワークエレメント(NE)が接続されたネッ
トワーク上で、管理する側のマネージャと管理される側
のエージェントとの間でメッセージのやりとりが行われ
る。
In the manager agent system, messages are exchanged between a managing manager and a managed agent on a network to which a plurality of network elements (NEs) are connected.

【0020】図1は、具体例1のネットワーク管理シス
テムにおけるマネージャの構成を示すブロック図であ
る。マネージャ100は、マネージャ・アプリケーショ
ン110と、マネージャ・プラットホーム120とを備
えて構成され、マネージャ・プラットホーム120は、
DN変換テーブル121と、別名登録処理部122と、
メッセージ受信部123と、メッセージ送信部124と
を実装している。
FIG. 1 is a block diagram showing the configuration of a manager in the network management system according to the first embodiment. The manager 100 includes a manager application 110 and a manager platform 120, and the manager platform 120 includes:
A DN conversion table 121, an alias registration processing unit 122,
The message receiving unit 123 and the message transmitting unit 124 are mounted.

【0021】マネージャ・アプリケーション110は、
マネージャ・アプリケーション110側でのDN(以
後、「MDN」と記す。)と、エージェント200側で
実際に用いられている包含木に対応したDN(以後、
「ADN」と記す。)とをパラメータとして用い、別名
登録処理部122に対し、API(application progra
mming interface)を用いて別名の登録を要求する。
The manager application 110
The DN on the manager application 110 side (hereinafter, referred to as “MDN”) and the DN corresponding to the containment tree actually used on the agent 200 side (hereinafter, referred to as “MDN”).
It is referred to as "ADN". ) Is used as a parameter and the alias registration processing unit 122 is sent to the API (application program
request registration of an alias using the mming interface).

【0022】別名登録処理部122は、APIを備え、
マネージャ・アプリケーション110からの要求に応じ
てDN変換テーブル121に、マネージャ・アプリケー
ション側DN(以後、「MDN」と記す。)とエージェ
ント側DN(以後、「ADN」と記す。)とを別名とし
て登録し、その間の変換ルールを設定する処理を行う別
名登録処理手段である。
The alias registration processing unit 122 has an API,
In response to a request from the manager application 110, the DN of the manager application (hereinafter referred to as "MDN") and the DN of the agent (hereinafter referred to as "ADN") are registered as aliases in the DN conversion table 121. This is an alias registration processing means for performing a process of setting a conversion rule during the process.

【0023】DN変換テーブル121は、変換ルールを
記録するための識別名変換テーブルである。図4は、D
N変換テーブル121の一例を示す説明図である。この
図において、MDN欄は、MDNを記録するための欄で
あり、ADN欄はADNを記録するための欄であり、番
号欄は通し番号を記録するための欄である。但し、番号
欄は必須のものではない。
The DN conversion table 121 is an identification name conversion table for recording a conversion rule. FIG.
FIG. 4 is an explanatory diagram illustrating an example of an N conversion table 121. In this figure, the MDN column is a column for recording MDN, the ADN column is a column for recording ADN, and the number column is a column for recording serial numbers. However, the number field is not essential.

【0024】この同じ番号欄に記録されたMDNとAD
Nのペアが前述の変換ルールとなり、この変換ルールに
よってMDNからADNへ、あるいはADNからMDN
へ容易に変換できるようになる。
The MDN and AD recorded in the same number field
The pair of N becomes the above-described conversion rule. According to the conversion rule, MDN to ADN or ADN to MDN
Can be easily converted to

【0025】別名登録処理部122は、マネージャ・ア
プリケーション110からの要求に従ってMDNとAD
NのペアをDN変換テーブル121に記録し、記録が完
了したときは、その旨をマネージャ・アプリケーション
110に送信する。
The alias registration processing unit 122 receives the MDN and the AD in accordance with the request from the manager application 110.
The N pairs are recorded in the DN conversion table 121, and when the recording is completed, the fact is transmitted to the manager application 110.

【0026】メッセージ受信部123は、エージェント
200からのメッセージを受信するメッセージ受信手段
である。メッセージ送信部124は、エージェント20
0にメッセージを送信するメッセージ送信手段である。
The message receiving section 123 is a message receiving means for receiving a message from the agent 200. The message transmitting unit 124
0 is a message transmitting means for transmitting a message.

【0027】〈具体例1の動作〉次に具体例1の動作を
説明する。マネージャ・アプリケーション110は別名
登録処理部122に対し、そのAPIを用いて変換ルー
ルの記録を要求し、別名登録処理部122は、この要求
に従って変換ルールを記録する。マネージャ・プラット
ホーム120は、DN変換テーブル121に記録された
変換ルールに従ってエージェント200との間でCMI
Pメッセージの送受信を行う。
<Operation of Embodiment 1> Next, the operation of Embodiment 1 will be described. The manager application 110 requests the alias registration processing unit 122 to record the conversion rule using the API, and the alias registration processing unit 122 records the conversion rule according to the request. The manager platform 120 communicates with the agent 200 in accordance with the conversion rules recorded in the DN conversion table 121.
Sends and receives P messages.

【0028】まず、エージェント200に対するCMI
Pメッセージの送信動作について説明する。図5はその
動作を示すフローチャートである。ステップ1(図中、
ステップを「S」と記す。)は、マネージャ・アプリケ
ーション110が実行するステップであり、メッセージ
送信部124に対してCMIPメッセージの送信を要求
する。ステップ2では、メッセージ送信部124がAP
Iを用いてDN変換テーブル121を検索し、変換ルー
ルを探索する。
First, the CMI for the agent 200
The transmission operation of the P message will be described. FIG. 5 is a flowchart showing the operation. Step 1 (in the figure,
The step is described as “S”. ) Is a step executed by the manager application 110, and requests the message transmitting unit 124 to transmit a CMIP message. In step 2, the message transmitting unit 124
Using I, the DN conversion table 121 is searched to find a conversion rule.

【0029】ステップ3では、メッセージ送信部124
が所定の変換ルールが記録されているかどうかを調べ
る。変換ルールが記録されていないときは、MDNから
ADNへの変換は不要と判断し、そのままステップ6に
進む。また、変換ルールが記録されているときは、ステ
ップ4に進む。
In step 3, the message transmitting section 124
Checks whether a predetermined conversion rule is recorded. When the conversion rule is not recorded, it is determined that the conversion from MDN to ADN is unnecessary, and the process proceeds to step 6 as it is. If the conversion rule has been recorded, the process proceeds to step 4.

【0030】ステップ4では、メッセージ送信部124
が変換ルールに従ってADN欄に格納されているADN
を取得する。ステップ5では、メッセージ送信部124
がCMIPメッセージの宛先を指定するためのMDN
を、変換ルールに従ってADNに変換する。
In step 4, the message transmitting section 124
Is stored in the ADN column according to the conversion rule
To get. In step 5, the message transmitting unit 124
For specifying the destination of the CMIP message
Is converted to ADN according to the conversion rule.

【0031】ステップ6では、メッセージ送信部124
がCMIPメッセージをエンコードし、このCMIPメ
ッセージをエージェント200に送信する。ステップ7
では、エージェント200が当該CMIPメッセージに
従って処理を実施し、応答メッセージをマネージャ10
0に送信する。
In step 6, the message transmitting section 124
Encodes the CMIP message and sends the CMIP message to agent 200. Step 7
Then, the agent 200 performs processing according to the CMIP message, and sends a response message to the manager 10.
Send to 0.

【0032】ステップ8では、メッセージ受信部123
がこのエージェント200からの応答メッセージを受信
してデコードし、デコードしたメッセージをマネージャ
・アプリケーション110に渡す。
In step 8, the message receiving unit 123
Receives and decodes the response message from the agent 200, and passes the decoded message to the manager application 110.

【0033】次に、管理オブジェクトが削除されたと
き、あるいはMDNからADNへの変換が必要なくなっ
たとき、マネージャ・アプリケーション110が別名登
録処理部122に対し、変換ルールの削除を要求する。
このときは、別名登録処理部122によって変換ルール
の削除が行われる。尚、マネージャ・アプリケーション
110が別名登録処理部122に対して処理を指示する
ときのパラメータとしては、MDN欄に格納されたイン
スタンス名を指定するためのパラメータ、ADN欄に格
納されたインスタンス名を指定するパラメータを用い
る。
Next, when the management object is deleted or when the conversion from MDN to ADN becomes unnecessary, the manager application 110 requests the alias registration processing unit 122 to delete the conversion rule.
At this time, the conversion rule is deleted by the alias registration processing unit 122. As parameters when the manager application 110 instructs the alias registration processing unit 122 to perform processing, a parameter for specifying an instance name stored in the MDN column and an instance name stored in the ADN column are specified. Parameters to be used.

【0034】また、以下に示すように、エージェント2
00からのCMIPの管理オブジェクト削除通知と連動
して、DN変換テーブル121から関連する変換ルール
を自動的に削除することも可能である。
Also, as shown below, the agent 2
It is also possible to automatically delete the relevant conversion rule from the DN conversion table 121 in conjunction with the CMIP management object deletion notification from 00.

【0035】図6は変換ルールを自動的に削除する動作
を示すフローチャートである。ステップ11はエージェ
ント200が実行するステップであり、管理オブジェク
トの削除の通知をマネージャ100に送信する。メッセ
ージ中には削除対象の管理オブジェクトについてのAD
Nが含まれている。この通知を受信してメッセージ受信
部123はステップ12〜16を実行する。
FIG. 6 is a flowchart showing the operation of automatically deleting a conversion rule. Step 11 is a step executed by the agent 200, and transmits a notification of deletion of the managed object to the manager 100. In the message, AD for the management object to be deleted
N is included. Upon receiving this notification, the message receiving unit 123 executes steps 12 to 16.

【0036】ステップ12では、エージェント200か
らの管理オブジェクト削除通知をデコードする。ステッ
プ13では、削除すべき管理オブジェクトのADNに基
づいて変換ルールを、DN変換テーブル121から検索
する。変換ルールを発見したときは、ステップ14から
ステップ15に進む。
In step 12, the management object deletion notification from the agent 200 is decoded. In step 13, a conversion rule is searched from the DN conversion table 121 based on the ADN of the management object to be deleted. When a conversion rule is found, the process proceeds from step 14 to step 15.

【0037】ステップ15では、抽出した変換ルールを
DN変換テーブル121から削除する。削除した後、ス
テップ13に戻り、同じようにステップ13を実行す
る。また、ステップ14において、変換ルールがなかっ
たときは、ステップ16に進む。ステップ16では、管
理オブジェクトを削除した旨の通知をマネージャ・アプ
リケーション110に渡す。
In step 15, the extracted conversion rule is deleted from the DN conversion table 121. After the deletion, the process returns to step 13 and executes step 13 in the same manner. If there is no conversion rule in step 14, the process proceeds to step 16. In step 16, a notification that the managed object has been deleted is passed to the manager application 110.

【0038】〈具体例1の効果〉以上、説明したように
具体例1によれば、変換ルールを利用して管理オブジェ
クトの変換を行うようにしたので、マネージャ・アプリ
ケーション110は、容易にMDNに基づいてADNを
取得することができる。従って、マネージャ・アプリケ
ーション110は、管理オブジェクトを指定する最適な
インスタンス名を用いることが可能となり、関係属性の
取得を繰り返す必要は少なくなり、効率的な処理が可能
となる。また、マネージャ・アプリケーション110を
開発する際にも、関係属性をたどる複雑なシーケンスが
なくなり、開発効率の向上、バグの減少等につながる。
<Effects of Specific Example 1> As described above, according to Specific Example 1, the conversion of the managed object is performed using the conversion rule, so that the manager application 110 can easily convert the management object to the MDN. An ADN can be obtained based on the ADN. Therefore, the manager application 110 can use the optimum instance name that specifies the management object, and the need to repeat the acquisition of the relation attribute is reduced, and efficient processing is possible. Also, when developing the manager application 110, the complicated sequence of following the relation attributes is eliminated, which leads to improvement in development efficiency, reduction of bugs, and the like.

【0039】尚、具体例1では、管理オブジェクトの削
除通知を受信した際に、メッセージ受信部123が直接
DN変換テーブル121内の変換ルールを削除するよう
にしたが、別名登録処理部122が変換ルールを削除す
るようにしてもよい。
In the first embodiment, the message receiving unit 123 directly deletes the conversion rule in the DN conversion table 121 upon receiving the management object deletion notification. The rule may be deleted.

【0040】〈具体例2〉具体例2は、インボークID
を用い、応答メッセージ中のインスタンス名が、要求時
に既にADNに変換されているときは、応答メッセージ
中のインスタンス名をMDNに逆変換するようにしたも
のである。
<Specific Example 2> Specific example 2 is an invoke ID.
When the instance name in the response message is already converted to ADN at the time of request, the instance name in the response message is converted back to MDN.

【0041】図7は、具体例2のDN変換テーブル12
1の一例を示す説明図である。具体例2のDN変換テー
ブル121には、図の各欄に加え、インボークIDを格
納するインボークID欄が備えられている。
FIG. 7 shows the DN conversion table 12 of the second embodiment.
FIG. 3 is an explanatory diagram showing an example of the first example. The DN conversion table 121 of the specific example 2 is provided with an invoke ID column for storing an invoke ID in addition to the columns in the figure.

【0042】図8は、インボークIDの一例を示す説明
図である。このインボークID欄は、図8に示すよう
に、可変長のリンクリストとなっており、複数のインボ
ークIDを格納できるようになっている。尚、具体例1
と同一要素については同一符号を付して説明を省略す
る。
FIG. 8 is an explanatory diagram showing an example of an invoke ID. The invoke ID column is a variable-length link list as shown in FIG. 8, and can store a plurality of invoke IDs. Specific example 1
The same elements as those described above are denoted by the same reference numerals and description thereof is omitted.

【0043】〈具体例2の動作〉図9及び図10は具体
例2のCMIPメッセージの送信動作を示すフローチャ
ートである。
<Operation of Embodiment 2> FIGS. 9 and 10 are flowcharts showing the transmission operation of the CMIP message of Embodiment 2.

【0044】ステップ21〜ステップ25では、具体例
1のステップ1〜5と同じように、マネージャ・アプリ
ケーション110がメッセージ送信部124に対してC
MIPメッセージの送信を要求し、メッセージ送信部1
24はこの要求に従ってDN変換テーブル121を検索
し、変換ルールを発見したとき、変換ルールからADN
を取得し、MDNからADNに差し替える。
In steps 21 to 25, the manager application 110 sends the message to the message transmitting unit 124 in the same manner as in steps 1 to 5 of the first embodiment.
Requests transmission of an MIP message, and sends a message
24 searches the DN conversion table 121 according to this request, and when a conversion rule is found,
And replaces MDN with ADN.

【0045】そして、ステップ26では、DN変換テー
ブル121中の変換ルールのインボークID欄に、イン
ボークIDを記録する。インボークIDを記録する理由
は以下の通りである。具体例1では、メッセージ送信時
にメッセージ送信部124がDN変換テーブル121を
参照して、MDNを変換ルールのADNに変換するが、
メッセージ受信時にはメッセージ受信部123がADN
をMDNに変換する作業は行わない。従って、マネージ
ャ・アプリケーション110は、マネージャ・プラット
ホーム120に対してCMIPメッセージの送信を要求
した際に指定したDNとは異なるDNを持つ応答を受け
取る可能性がある。これは、多くの場合、マネージャ・
アプリケーション110は応答のDNを参照する必要が
ないため、問題とはならない。むしろ、ADNをMDN
に変換するには、CMIPのインボークIDをベースと
した要求、応答の組み合わせの管理を行わなければなら
ず、処理が重くなるという弊害が生じる。
In step 26, the invoke ID is recorded in the invoke ID column of the conversion rule in the DN conversion table 121. The reason for recording the invoke ID is as follows. In the first specific example, the message transmitting unit 124 converts the MDN to the ADN of the conversion rule by referring to the DN conversion table 121 when transmitting the message.
When receiving a message, the message receiving unit 123
Is not converted to MDN. Therefore, the manager application 110 may receive a response having a DN different from the designated DN when requesting the manager platform 120 to transmit the CMIP message. This is often the manager
This is not a problem because the application 110 does not need to refer to the DN of the response. Rather, ADN is replaced by MDN
In order to convert to, the combination of a request and a response based on the invoke ID of the CMIP must be managed, which causes a problem that processing becomes heavy.

【0046】しかし、CMIPメッセージ送信要求時に
指定したDNと、応答メッセージに含まれるDNとが一
致していることが望ましい場合がある。そこで、具体例
2では、応答メッセージ中のDNが、要求時にMDNか
らADNに変換されているときは、応答メッセージ中の
DNをMDNに逆変換するようにしている。
However, in some cases, it is desirable that the DN specified at the time of the CMIP message transmission request coincides with the DN included in the response message. Therefore, in the specific example 2, when the DN in the response message is converted from MDN to ADN at the time of request, the DN in the response message is converted back to MDN.

【0047】ステップ27及び28では、具体例1のス
テップと同じように、CMIPメッセージをエンコード
してエージェント200に送信し、エージェント200
はCMIPのメッセージに従った処理を実施して応答メ
ッセージをマネージャ100に送信する。
In steps 27 and 28, as in the first embodiment, the CMIP message is encoded and transmitted to the agent 200.
Performs a process according to the CMIP message and transmits a response message to the manager 100.

【0048】ステップ29では、メッセージ受信部12
3がエージェント200からの応答メッセージを受信
し、メッセージをデコードする。ステップ30では、メ
ッセージ受信部123がCMIPの応答メッセージ中の
インボークIDと同じインボークIDをインボークID
欄に持つ変換ルールを、DN変換テーブル121から検
索する。
In step 29, the message receiving unit 12
3 receives the response message from the agent 200 and decodes the message. In step 30, the message receiving unit 123 assigns the same invoke ID to the invoke ID in the CMIP response message.
The conversion rule stored in the column is searched from the DN conversion table 121.

【0049】ステップ31では、メッセージ受信部12
3が変換ルールの有無を調べ、記録された変換ルールを
発見しなかったときは、ステップ34に進み、記録され
た変換ルールを発見したときは、ステップ32に進む。
ステップ32では、メッセージ受信部123が検索の結
果得られた変換ルールのマネージャ・アプリケーション
側DN欄からMDNを得、変換ルールのインボークID
欄からインボークIDを削除する。
In step 31, the message receiving unit 12
3 checks for the presence or absence of a conversion rule, and if no recorded conversion rule is found, the process proceeds to step 34, and if a recorded conversion rule is found, the process proceeds to step 32.
In step 32, the message receiving unit 123 obtains the MDN from the manager application side DN column of the conversion rule obtained as a result of the search, and calls the conversion rule invoke ID.
Delete the invoke ID from the column.

【0050】ステップ33では、メッセージ受信部12
3が応答メッセージ中のADNをステップ32で得たM
DNと差し替える。ステップ34では、メッセージ受信
部123が記録された変換ルールを発見したとき、ある
いは発見しなかったとき、その旨の応答メッセージをマ
ネージャ・アプリケーション110に渡す。
In step 33, the message receiving unit 12
3 obtains the ADN in the response message in step 32
Replace with DN. In step 34, when the message receiving unit 123 finds or does not find the recorded conversion rule, it passes a response message to that effect to the manager application 110.

【0051】〈具体例2の効果〉以上、説明したように
具体例2によれば、CMIPメッセージのインボークI
Dを用いて、メッセージの要求、応答の対応をとるよう
にしたので、要求時にマネージャ・アプリケーション1
10が別名を使用していた場合には、応答も別名に変換
して返すことが可能となる。従って、応答のDNを確認
するマネージャ・アプリケーション110に対しても適
用可能となる。
<Effect of Specific Example 2> According to the specific example 2 as described above, the invoke I of the CMIP message is performed.
D is used to handle message requests and responses, so that the manager application 1
If 10 uses an alias, the response can also be converted to an alias and returned. Therefore, the present invention can be applied to the manager application 110 that checks the DN of the response.

【0052】尚、具体例2では、ネットワーク管理シス
テムに適用した例について説明したが、ネットワーク構
造の包含木が有効なCMIPプロトコルを使用したシス
テムにも適用可能である。
In the second embodiment, an example in which the present invention is applied to a network management system has been described. However, the present invention is also applicable to a system using a CMIP protocol in which a containment tree of a network structure is effective.

【0053】〈具体例3〉OSIで定めるネットワーク
管理におけるマネージャ−エージェント間の通信プロト
コルであるCMIPでは、管理オブジェクトを生成する
際に包含関係上の上位の管理オブジェクトを指定できる
のは、1つだけである。従って、包含木は必然的に木構
造となるが、具体例3では、包含関係生成ACTION
を用いることにより、木構造をネットワーク構造に拡張
するものとする。
<Specific Example 3> In CMIP, which is a communication protocol between a manager and an agent in network management defined by OSI, only one upper management object on the inclusion relation can be specified when generating a management object. It is. Therefore, the containment tree necessarily has a tree structure, but in the specific example 3, the inclusion relation generation ACTION
Is used to extend the tree structure to a network structure.

【0054】図11は、具体例3のネットワーク管理シ
ステムにおけるエージェント200の構成を示すブロッ
ク図である。エージェント200は、メッセージ受信部
210と、メッセージ振分部220と、MO管理部23
0と、包含木管理部240と、メッセージ送信部250
と、を備えて構成されている。
FIG. 11 is a block diagram showing the configuration of the agent 200 in the network management system of the third embodiment. The agent 200 includes a message reception unit 210, a message distribution unit 220, and an MO management unit 23.
0, the containment tree management unit 240, and the message transmission unit 250
And is provided.

【0055】メッセージ受信部210は、マネージャ1
00からメッセージを受信し、メッセージに含まれてい
るパラメータ等をデコードしてメッセージ振分部220
にメッセージを渡すメッセージ受信手段である。
The message receiving unit 210 is a manager 1
00, and decodes parameters and the like included in the message, and
Is a message receiving means for passing a message to.

【0056】メッセージ振分部220は、メッセージ受
信部210からメッセージを受け取り、デコードされた
パラメータに従って、受信したメッセージを各ブロック
に振り分けるブロックである。
The message distribution unit 220 is a block that receives a message from the message reception unit 210 and distributes the received message to each block according to decoded parameters.

【0057】メッセージ送信部250は、メッセージを
送信したマネージャ100に対し、応答メッセージを送
信するブロックである。MO管理部230は、管理オブ
ジェクトMO−a〜e及び管理オブジェクトMO−mを
管理するオブジェクト管理手段である。
The message transmitting section 250 is a block for transmitting a response message to the manager 100 which has transmitted the message. The MO management unit 230 is an object management unit that manages the management objects MO-a to MO-e and the management object MO-m.

【0058】ここで、管理オブジェクトMO−a〜e
は、ネットワークを管理する目的で使用されるオブジェ
クトであり、管理オブジェクトMO−mは、包含木管理
部240を制御し、包含関係を編集するための包含木管
理用管理オブジェクトである。
Here, the management objects MO-a to MO-e
Is an object used for the purpose of managing the network, and the management object MO-m is a management object for managing the inclusion tree for controlling the inclusion tree management unit 240 and editing the inclusion relationship.

【0059】管理オブジェクトMO−a〜e、管理オブ
ジェクトMO−mは、例えばスレッド上等で動作し、M
O管理部は、このスレッドの状態を管理し、実行権の切
り替え等を行うことによりこれらの管理オブジェクトを
管理する。
The managed objects MO-a to MO-e and the managed object MO-m operate on, for example, a thread, and
The O management unit manages these managed objects by managing the state of the thread and switching the execution right.

【0060】包含木管理部240は、包含木を管理する
包含木管理手段である。図12は、包含木管理部240
が管理する包含木データの一例を示す説明図である。図
12において、ノードND−aは、管理オブジェクトM
O−a参照用のノードであり、包含木の頂点に位置して
いる。また、ノードND−b〜eは、それぞれ管理オブ
ジェクトMO−b〜e参照用のノードである。
The containing tree management unit 240 is a containing tree managing means for managing the containing tree. FIG.
FIG. 4 is an explanatory diagram showing an example of containment tree data managed by. In FIG. 12, a node ND-a is a managed object M
This is a node for Oa reference, and is located at the vertex of the containing tree. The nodes ND-b to e are nodes for referencing the managed objects MO-b to e, respectively.

【0061】ノードND−bとND−cとの間は、リン
クLNK−1及びLNK−2によって接続され、管理オ
ブジェクトMO−b及びMO−cが管理オブジェクトM
O−aに包含される。
The nodes ND-b and ND-c are connected by links LNK-1 and LNK-2, and the managed objects MO-b and MO-c are
Oa is included.

【0062】同様に、ノードND−d及びノードND−
eは、リンクLNK−3及びLNK−4によってノード
ND−bに接続され、これにより、管理オブジェクトM
O−d及びMO−eが管理オブジェクトMO−bに包含
される。
Similarly, the node ND-d and the node ND-
e is connected to the node ND-b by the links LNK-3 and LNK-4, whereby the managed object M
Od and MO-e are included in the managed object MO-b.

【0063】管理オブジェクトMO−mも、包含木デー
タ内ではノードND−mとして表され、リンクLNK−
5によってノードND−aに接続されている。尚、具体
例1及び具体例2と同一要素については同一符号を付し
て説明を省略する。
The management object MO-m is also represented as a node ND-m in the containment tree data, and the link LNK-m
5 is connected to the node ND-a. Note that the same reference numerals are given to the same elements as those in the first and second examples, and the description will be omitted.

【0064】〈具体例3の動作〉具体例3では、管理オ
ブジェクトMO−m及びそのノードND−m、ノードN
D−mとノードND−aとを結ぶリンクLNK−5に関
しては、従来と同じようにマネージャ100からのCM
IPメッセージによって生成されるか、あるいは管理オ
ブジェクトMO−a生成時に包含木管理部240とMO
管理部230において自動的に生成される。
<Operation of Specific Example 3> In specific example 3, the management object MO-m and its nodes ND-m,
As for the link LNK-5 connecting Dm and the node ND-a, the CM 100
It is generated by an IP message, or when the management object MO-a is generated, the
It is automatically generated by the management unit 230.

【0065】そして、具体例3では、CMIPのメッセ
ージを変更せずに、包含関係上の上位管理オブジェクト
を複数設定できるように包含関係を新たに生成する。こ
こでは、一例として、図12の破線で示すように管理オ
ブジェクトMO−aとMO−eとの間を、リンクLNK
−6を用いて直接接続し、新たな包含関係を生成する処
理について説明する。
Then, in the specific example 3, the inclusion relation is newly generated so that a plurality of upper management objects on the inclusion relation can be set without changing the CMIP message. Here, as an example, a link LNK is provided between the managed objects MO-a and MO-e as shown by a broken line in FIG.
A process of directly connecting using -6 and generating a new inclusion relationship will be described.

【0066】このような新たな包含関係を生成すると
き、マネージャ100は、包含木管理用の管理オブジェ
クトMO−mを指定して、包含関係生成ACTIONを
起動するためのM−ACTIONメッセージをエージェ
ント200に送る。M−ACTIONメッセージは、管
理オブジェクトにリセット、セルフテスト等の何らかの
動作をさせるためのものであり、パラメータとして、被
包含側(包含関係上の下位)管理オブジェクトとしての
管理オブジェクトMO−eのDNと、包含側(包含関係
上の上位)管理オブジェクトとしての管理オブジェクト
MO−aのDNと、包含木管理用の管理オブジェクトM
O−mのDNとを含めておく。
When generating such a new containment relation, the manager 100 specifies the management object MO-m for managing the containment tree and sends an M-ACTION message for activating the containment relation generation ACTION to the agent 200. Send to The M-ACTION message is for causing the managed object to perform some operation such as reset, self-test, and the like. The M-ACTION message includes, as parameters, the DN of the managed object MO-e as a contained object (lower in the inclusion relationship). , The DN of the managed object MO-a as a managing object on the containing side (upper in the containing relationship) and the managed object M for managing the containing tree
O-m DN is included.

【0067】図13は、下位の管理オブジェクトMO−
eのDNの一例を示し、図14は、上位の管理オブジェ
クトMO−aを指定するのに用いられるDNを示し、図
15は管理オブジェクトMO−mを指定するときに用い
るDNを示す説明図である。
FIG. 13 shows an example of the management object MO-
14 shows an example of the DN of e, FIG. 14 shows a DN used to specify a higher-level managed object MO-a, and FIG. 15 is an explanatory diagram showing a DN used to specify a managed object MO-m. is there.

【0068】図16は、具体例3の包含関係を生成する
動作を示すフローチャートである。ステップ41では、
エージェント200のメッセージ受信部210が管理オ
ブジェクトMO−mに対する包含関係生成ACTION
の起動要求メッセージを受信し、パラメータ等をデコー
ドした後、メッセージをメッセージ振分部220に渡
す。
FIG. 16 is a flowchart showing the operation for generating the inclusion relation in the third embodiment. In step 41,
The message receiving unit 210 of the agent 200 generates the inclusion relation ACTION for the managed object MO-m.
After receiving the activation request message and decoding parameters and the like, the message is passed to the message distribution unit 220.

【0069】ステップ42では、メッセージ振分部22
0がメッセージに含まれる管理オブジェクトMO−mの
DNを包含木管理部240に渡し、管理オブジェクトM
O−mを特定するように包含木管理部240に依頼す
る。
In step 42, the message distribution unit 22
0 passes the DN of the management object MO-m included in the message to the containment tree management unit 240, and
It requests the inclusion tree management unit 240 to identify O-m.

【0070】ステップ43では、包含木管理部240が
メッセージ振分部220から受け取った管理オブジェク
トMO−mのDNに基づいて包含木データを検索し、管
理オブジェクトMO−mへの参照を得、その参照の情報
をメッセージ振分部220に返す。
In step 43, the inclusion tree management unit 240 searches the inclusion tree data based on the DN of the management object MO-m received from the message distribution unit 220, obtains a reference to the management object MO-m, and The reference information is returned to the message distribution unit 220.

【0071】ステップ44では、メッセージ振分部22
0が管理オブジェクトMO−mへの参照をもとに、管理
オブジェクトMO−mの包含関係生成ACTIONを起
動する。ステップ45では、起動した包含関係生成AC
TIONが、パラメータとして渡された包含側の管理オ
ブジェクトMO−aと、被包含側の管理オブジェクトM
O−eとの間に包含関係を新規に生成するように包含木
管理部240に要求する。
At step 44, the message distribution unit 22
0 activates the inclusion relation generation ACTION of the managed object MO-m based on the reference to the managed object MO-m. In step 45, the activated inclusion relation generation AC
TION is the containing managed object MO-a passed as a parameter and the contained managed object M
It requests the inclusion tree management unit 240 to newly generate an inclusion relationship with Oe.

【0072】ステップ46では、包含木管理部240が
包含木データの管理オブジェクトMO−aを表すノード
ND−aと、管理オブジェクトMO−eを表すノードN
D−eとをリンクLNK−6によって接続し、包含関係
を生成する。
In step 46, the containment tree management unit 240 sets the node ND-a representing the management object MO-a of the containment tree data and the node N representing the management object MO-e.
De-e is connected by link LNK-6 to generate an inclusion relationship.

【0073】ステップ47では、包含木管理部240が
リンクLNK−6の生成完了の応答を包含関係生成AC
TIONに返す。ステップ48では、包含関係生成AC
TIONが包含関係生成完了の応答メッセージをメッセ
ージ送信部250に渡す。
In step 47, the containment tree management unit 240 sends a response indicating that the generation of the link LNK-6 has been completed to the
Return to TION. In step 48, the inclusion relation generation AC
The TION passes a response message indicating that the creation of the inclusion relation has been completed to the message transmitting unit 250.

【0074】ステップ49では、メッセージ送信部25
0が包含関係生成完了の応答メッセージをエンコード
し、マネージャ100に送信する。これで包含関係を新
たに生成するときの動作が終了する。
In step 49, the message transmitting section 25
0 encodes a response message indicating completion of generation of the inclusion relation and transmits it to the manager 100. This completes the operation for newly generating the inclusion relation.

【0075】次に、マネージャ100が生成したリンク
LNK−6を用いて、管理オブジェクトMO−eを指定
する動作について説明する。管理オブジェクトMO−e
を指定するときは、マネージャ100が管理オブジェク
トMO−eに対して、管理オブジェクトMO−eの持つ
DNの値を取得するためのM−GET要求メッセージを
エージェント200に送る。このM−GET要求メッセ
ージは、対象となる管理オブジェクトのDNを得るため
のものである。
Next, the operation of specifying the management object MO-e using the link LNK-6 generated by the manager 100 will be described. Managed object MO-e
Is specified, the manager 100 sends an M-GET request message to the agent 200 to the managed object MO-e to acquire the value of the DN of the managed object MO-e. This M-GET request message is for obtaining the DN of the target managed object.

【0076】図17は、このとき用いられるDNの一例
を示す説明図である。このDNには管理オブジェクトM
O−aと管理オブジェクトMO−eのネーミングDNが
含まれている。
FIG. 17 is an explanatory diagram showing an example of the DN used at this time. This DN has a management object M
Oa and the naming DN of the management object MO-e are included.

【0077】図18は、管理オブジェクトMO−eを指
定する動作を示すフローチャートである。ステップ51
では、メッセージ受信部210が管理オブジェクトMO
−eに対するM−GET要求メッセージを受信し、パラ
メータ等をデコードした後、メッセージをメッセージ振
分部220に渡す。
FIG. 18 is a flowchart showing the operation of specifying the management object MO-e. Step 51
Then, the message receiving unit 210 sets the management object MO
After receiving the M-GET request message for -e and decoding parameters and the like, the message is passed to the message distribution unit 220.

【0078】ステップ52では、メッセージ振分部22
0がメッセージに含まれている管理オブジェクトMO−
eのDNを包含木管理部240に渡し、管理オブジェク
トMO−eを特定するよう包含木管理部240に依頼す
る。
In step 52, the message distribution unit 22
0 is included in the message.
e, and passes the DN of e to the containment tree management unit 240, and requests the inclusion tree management unit 240 to specify the management object MO-e.

【0079】ステップ53では、包含木管理部240が
メッセージ振分部220から受け取った管理オブジェク
トMO−eのDNに基づいて包含木データを検索し、リ
ンクLNK−6をたどることによってノードND−eか
ら管理オブジェクトMO−eへの参照を得る。その後、
その参照情報をメッセージ振分部220に返す。
In step 53, the inclusion tree management unit 240 searches the inclusion tree data based on the DN of the management object MO-e received from the message distribution unit 220, and follows the link LNK-6 to thereby search the node ND-e. From the management object MO-e. afterwards,
The reference information is returned to the message distribution unit 220.

【0080】ステップ54では、メッセージ振分部22
0が、特定された管理オブジェクトMO−eへの参照に
基づいて管理オブジェクトMO−eに対するM−GET
メッセージの処理を実行する。ステップ55では、メッ
セージ送信部250がM−GET処理完了の応答メッセ
ージをエンコードし、この応答メッセージをマネージャ
100に送信する。これで管理オブジェクトMO−eを
指定する動作が終了する。
In step 54, the message distribution unit 22
0 is the M-GET for the managed object MO-e based on the reference to the specified managed object MO-e.
Perform message processing. In step 55, the message transmitting unit 250 encodes the response message of the completion of the M-GET processing, and transmits this response message to the manager 100. This ends the operation of specifying the management object MO-e.

【0081】〈具体例3の効果〉以上、説明したように
具体例3によれば、マネージャ100が、包含木管理M
Oの包含関係生成ACTIONを用いて下位の管理オブ
ジェクトが上位の管理オブジェクトを複数設定できるよ
うにしたので、包含木を木構造からネットワーク構造に
拡張することができる。従って、マネージャ100は、
ネットワーク管理の面から最も適したDNを用いて管理
オブジェクトを指定することが出来るようになり、マネ
ージャソフトウェアの開発工数削減や、オペレータのオ
ペレーションに要するストローク数の削減を図ることが
できる。
<Effects of Specific Example 3> As described above, according to Specific Example 3, the manager 100 determines whether the containment tree management M
Since the lower-level management object can set a plurality of higher-level management objects using the inclusion relation generation ACTION of O, the containment tree can be extended from a tree structure to a network structure. Therefore, the manager 100
The management object can be designated by using the most suitable DN from the viewpoint of network management, so that the man-hour for developing the manager software and the number of strokes required for the operation of the operator can be reduced.

【0082】尚、本具体例3では、2つの包含関係を生
成する動作を例として説明したが、パラメータとして渡
されたDNと包含関係(リンク)の数は1つに限られる
ものではない。
In the third embodiment, the operation for generating two inclusion relations has been described as an example. However, the number of DNs and inclusion relations (links) passed as parameters is not limited to one.

【0083】また、管理オブジェクト生成時の包含関係
生成の要求を管理オブジェクトMO−eから包含木管理
部240に対して行ったが、メッセージ振分部220あ
るいはMO管理部230から包含木管理部240に対し
て行うようにすることもできる。
Also, a request for generation of an inclusion relation at the time of generation of a management object is made from the management object MO-e to the inclusion tree management unit 240. However, the message distribution unit 220 or the MO management unit 230 sends a request for the inclusion tree management unit 240. May be performed.

【0084】さらに、管理オブジェクトやリンクの数及
び包含木は、この具体例3に限られるものではない。以
下の具体例についても同様である。
Further, the number of management objects and links and the containing tree are not limited to the specific example 3. The same applies to the following specific examples.

【0085】〈具体例4〉具体例4は、管理オブジェク
トを生成するときに、CMIPのメッセージを変更せず
に必要な包含関係を算出して自動的に複数の包含関係を
生成するようにしたものである。
<Specific Example 4> In specific example 4, when a management object is generated, a necessary inclusion relation is calculated without changing a CMIP message, and a plurality of inclusion relations are automatically generated. Things.

【0086】図19は、具体例4のネットワーク管理シ
ステムにおけるエージェント200の構成を示すブロッ
ク図である。具体例4では、具体例3の包含木管理用と
しての管理オブジェクトMO−mは設定されていない。
FIG. 19 is a block diagram showing the configuration of the agent 200 in the network management system according to the fourth embodiment. In the specific example 4, the management object MO-m for the inclusion tree management of the specific example 3 is not set.

【0087】図20は、具体例4の包含木の一例を示す
説明図である。具体例4では、包含木管理用の管理オブ
ジェクトMO−mがないので、ノードND−m及びリン
クLNK−5はない。尚、具体例1〜3と同一要素につ
いては同一符号を付して説明を省略する。
FIG. 20 is an explanatory diagram showing an example of the containing tree of the fourth embodiment. In the specific example 4, since there is no management object MO-m for managing the inclusion tree, there is no node ND-m and no link LNK-5. In addition, the same reference numerals are given to the same elements as those of the first to third examples, and the description is omitted.

【0088】〈具体例4の動作〉尚、具体例4において
も、具体例3と同じようにリンクLNK−6を生成する
ときの処理を例にして説明する。
<Operation of Specific Example 4> Incidentally, in the specific example 4, as in the specific example 3, a process for generating the link LNK-6 will be described as an example.

【0089】マネージャ100は、エージェント200
に対して管理オブジェクトMO−eの生成要求を行うM
−CREATEメッセージを送る。このM−CREAT
Eメッセージは、相手側のCMISサービス利用者に新
たな管理オブジェクトを生成させるために使用するメッ
セージであり、パラメータとして、包含側の管理オブジ
ェクトとして管理オブジェクトMO−bのDN、被包含
側の管理オブジェクトとして管理オブジェクトMO−e
のDN及び生成する管理オブジェクトMO−eのオブジ
ェクトクラスを含める。
The manager 100 is the agent 200
Making a request to generate a management object MO-e
Send a CREATE message; This M-creat
The E message is a message used to cause the other CMIS service user to generate a new managed object, and includes, as parameters, the DN of the managed object MO-b as the included managed object, and the included managed object. As a managed object MO-e
And the object class of the management object MO-e to be generated.

【0090】図21は具体例4の包含関係を生成する動
作を示すフローチャートである。ステップ61では、エ
ージェント200のメッセージ受信部210がマネージ
ャ100からのM−CREATEメッセージを受信し、
パラメータ等をデコードした後、メッセージをメッセー
ジ振分部220に渡す。
FIG. 21 is a flowchart showing the operation for generating the inclusion relation in the fourth embodiment. In step 61, the message receiving unit 210 of the agent 200 receives the M-CREATE message from the manager 100,
After decoding the parameters and the like, the message is passed to the message distribution unit 220.

【0091】ステップ62では、メッセージ振分部22
0がメッセージの内容、既に生成されている管理オブジ
ェクトや包含関係(リンク等)からどのような処理を行
うか決定し、MO管理部230に管理オブジェクトMO
−eの生成を要求する。
In step 62, the message distribution unit 22
0 determines what processing is to be performed based on the contents of the message, the management object that has already been generated, and the inclusion relationship (such as a link).
-E request generation.

【0092】ステップ63では、MO管理部230がメ
ッセージ振分部220からの要求により管理オブジェク
トMO−eを生成する。ステップ64では、生成された
管理オブジェクトMO−eが初期化処理の中で、パラメ
ータとして渡されたDNに基づいて包含関係を導き出
す。その結果、導き出された包含関係を、リンクLNK
−4を用いて生成するよう包含木管理部240に要求す
る。
In step 63, the MO management unit 230 generates a management object MO-e in response to a request from the message distribution unit 220. In step 64, the generated managed object MO-e derives an inclusion relationship based on the DN passed as a parameter in the initialization process. As a result, the derived inclusion relation is linked to the link LNK.
-4 is requested to the inclusion tree management unit 240.

【0093】ステップ65では、包含木管理部240が
リンクLNK−4を用い、管理オブジェクトMO−eか
ら要求された包含関係を生成する。ステップ66では、
管理オブジェクトMO−eがパラメータとして渡された
DNと管理オブジェクトMO−eのオブジェクトクラス
に基づいて、ステップ64において導き出した包含関係
と異なる包含関係を導き出す。
In step 65, the containment tree management unit 240 generates the inclusion relation requested from the management object MO-e using the link LNK-4. In step 66,
Based on the DN to which the managed object MO-e is passed as a parameter and the object class of the managed object MO-e, an inclusion relationship different from the inclusion relationship derived in step 64 is derived.

【0094】ステップ67では、管理オブジェクトMO
−eがステップ66において導き出した包含関係を、リ
ンクLNK−6を用いて生成するよう包含木管理部24
0に要求する。ステップ68では、包含木管理部240
が管理オブジェクトMO−eから要求された包含関係を
生成する。
In step 67, the management object MO
-E generates the inclusion relation derived in step 66 using the link LNK-6.
Request 0. In step 68, the containment tree management unit 240
Generates the required inclusion relationship from the managed object MO-e.

【0095】ステップ69では、MO管理部230が管
理オブジェクトMO−eの初期化終了後、管理オブジェ
クトMO−eの生成が完了したことをメッセージ送信部
250に通知する。ステップ70では、メッセージ送信
部250が管理オブジェクトMO−eの生成要求を行っ
たM−CREATEメッセージに対する応答メッセージ
をエンコードし、マネージャ100に送信する。
In step 69, after the initialization of the managed object MO-e is completed, the MO managing unit 230 notifies the message transmitting unit 250 that the generation of the managed object MO-e has been completed. In step 70, the message transmitting unit 250 encodes a response message to the M-CREATE message for which the request for generating the managed object MO-e has been made, and transmits the encoded message to the manager 100.

【0096】このようにして生成された包含木におい
て、マネージャ100から管理オブジェクトMO−eの
DNを取得するためのM−GET要求メッセージがエー
ジェント200に送られたとき、図18に示す具体例3
と同様の動作により管理オブジェクトMO−eが指定さ
れる。
When the M-GET request message for acquiring the DN of the managed object MO-e is sent from the manager 100 to the agent 200 in the containment tree generated in this way, a specific example 3 shown in FIG.
The management object MO-e is designated by the same operation as.

【0097】〈具体例4の効果〉以上、説明したように
具体例4によれば、管理オブジェクトの生成時に包含関
係を自動的に複数生成するようにしたので、さらにマネ
ージャソフトウェアの開発工数を削減することができ、
オペレータのオペレーションに要するストローク数を削
減することができる。
<Effects of Specific Example 4> As described above, according to Specific Example 4, a plurality of inclusion relations are automatically generated when a management object is generated, so that the man-hour for developing manager software is further reduced. Can be
The number of strokes required for the operation of the operator can be reduced.

【0098】〈具体例5〉具体例5は、CMIPの管理
オブジェクト生成時のメッセージを変更することによ
り、管理オブジェクト生成時に複数の包含関係を指定す
るようにしたものである。尚、具体例1〜4と同一要素
については同一符号を付して説明を省略する。
<Fifth Embodiment> In the fifth embodiment, a plurality of inclusion relations are designated when a management object is generated by changing a message when a CMIP management object is generated. In addition, the same reference numerals are given to the same elements as those in the specific examples 1 to 4, and the description is omitted.

【0099】〈具体例5の動作〉包含関係を生成すると
き、具体例5のマネージャ100は、生成要求メッセー
ジM−CREATEをエージェント200に送信する。
尚、具体例5においても、図20の包含木を一例として
説明する。
<Operation of Specific Example 5> When generating the inclusion relation, the manager 100 of the specific example 5 transmits a generation request message M-CREATE to the agent 200.
Note that also in the specific example 5, the inclusion tree in FIG. 20 will be described as an example.

【0100】CMIPの規格では、生成要求メッセージ
にDNを1つのみ指定するようになっているが、具体例
5では、複数のDNを指定できるようにメッセージのフ
ォーマットを変更する。
In the CMIP standard, only one DN is specified in the generation request message. In the specific example 5, the format of the message is changed so that a plurality of DNs can be specified.

【0101】そして、メッセージのパラメータには、図
13に示すような包含側の管理オブジェクトMO−aの
DN及び図15に示すような被包含側の管理オブジェク
トMO−eのDNを用いる。
As the parameters of the message, the DN of the management object MO-a on the containing side as shown in FIG. 13 and the DN of the management object MO-e on the containing side as shown in FIG. 15 are used.

【0102】図22は、具体例5の包含木生成動作を示
すフローチャートである。ステップ71では、エージェ
ント200のメッセージ受信部210が管理オブジェク
トMO−eの生成要求メッセージを受信し、パラメータ
等をデコードした後、メッセージをメッセージ振分部2
20に渡す。
FIG. 22 is a flowchart showing the operation of generating a containment tree according to the fifth embodiment. In step 71, the message receiving unit 210 of the agent 200 receives the generation request message of the managed object MO-e, decodes the parameters and the like, and then transfers the message to the message distribution unit 2.
Pass to 20.

【0103】ステップ72では、メッセージ振分部22
0が管理オブジェクトMO−eの生成をMO管理部23
0に要求する。ステップ73では、MO管理部230が
管理オブジェクトMO−eを生成する。ステップ74で
は、MO管理部230が、生成した管理オブジェクトM
O−eへの参照を、マネージャ100から指定されたD
Nに従って、包含木データに記録するように包含木管理
部240に要求する。
In step 72, the message distribution unit 22
0 sets the generation of the management object MO-e to the MO management unit 23
Request 0. In step 73, the MO management unit 230 generates a management object MO-e. In step 74, the MO management unit 230 generates the management object M
The reference to O-e is stored in the D specified by the manager 100.
In accordance with N, a request is made to the containing tree management unit 240 to record it in the containing tree data.

【0104】ステップ75では、要求を受けた包含木管
理部240が包含木データ中に、管理オブジェクトMO
−eを表すノードND−4を生成する。ステップ76〜
78までの処理を、管理オブジェクトMO−eの各D
N、即ち、図13、15に示すようなDNに関して繰り
返す。
In step 75, the containing tree management unit 240 that has received the request stores the management object MO in the containing tree data.
Generate a node ND-4 representing -e. Step 76-
The processing up to 78 is performed for each D of the management object MO-e.
N, that is, for DN as shown in FIGS.

【0105】ステップ77では、包含木管理部240が
管理オブジェクトMO−eのDNに従ってリンクLNK
−4,6を用い、包含関係を生成する。ステップ79で
は、管理オブジェクトMO−eの包含木データへの記録
が完了したことを、包含木管理部240がMO管理部2
30に通知する。
In step 77, the containment tree management unit 240 sets the link LNK according to the DN of the management object MO-e.
An inclusive relation is generated using -4 and 6. In step 79, the inclusion tree management unit 240 notifies the completion of the recording of the management object MO-e to the inclusion tree data by the MO management unit 2
Notify 30.

【0106】ステップ80では、MO管理部230が管
理オブジェクトMO−eの生成完了メッセージをメッセ
ージ送信部250に渡す。ステップ81では、メッセー
ジ送信部250が管理オブジェクトMO−eの生成完了
メッセージをエンコードしてマネージャ100に送信す
る。このようにして生成された包含木において、マネー
ジャ100から管理オブジェクトMO−eのDNを取得
するためのM−GET要求メッセージがエージェント2
00に送られたとき、具体例3と同様に動作して管理オ
ブジェクトMO−eが指定される。
In step 80, the MO management section 230 passes a generation completion message of the management object MO-e to the message transmission section 250. In step 81, the message transmitting unit 250 encodes the generation completion message of the managed object MO-e and transmits it to the manager 100. In the containment tree generated in this way, an M-GET request message for acquiring the DN of the managed object MO-e from the manager 100 is transmitted to the agent 2.
When transmitted to 00, the operation is performed in the same manner as in the specific example 3, and the management object MO-e is designated.

【0107】〈具体例5の効果〉以上、説明したように
具体例5によれば、CMIPの管理オブジェクト生成時
のメッセージを変更することにより、管理オブジェクト
生成時に複数の包含関係を生成することもできる。
<Effects of Specific Example 5> As described above, according to Specific Example 5, a plurality of inclusion relations can be generated when a managed object is generated by changing a message when a CMIP managed object is generated. it can.

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

【図1】具体例1のネットワーク管理システムにおける
マネージャの構成を示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration of a manager in a network management system of a specific example 1.

【図2】包含木の一例を示す説明図である。FIG. 2 is an explanatory diagram illustrating an example of a containment tree.

【図3】図2の包含関係においてDNの一例を示す説明
図である。
FIG. 3 is an explanatory diagram showing an example of a DN in the inclusion relationship of FIG. 2;

【図4】具体例1のDN変換テーブルの一例を示す説明
図である。
FIG. 4 is an explanatory diagram illustrating an example of a DN conversion table according to a specific example 1.

【図5】具体例1のCMIPメッセージの送信動作を示
すフローチャートである。
FIG. 5 is a flowchart illustrating a transmission operation of a CMIP message according to the first embodiment.

【図6】具体例1の変換ルールを自動的に削除する動作
を示すフローチャートである。
FIG. 6 is a flowchart illustrating an operation of automatically deleting a conversion rule according to the first embodiment.

【図7】具体例2のDN変換テーブルの一例を示す説明
図である。
FIG. 7 is an explanatory diagram illustrating an example of a DN conversion table according to a specific example 2.

【図8】具体例2のインボークIDの一例を示す説明図
である。
FIG. 8 is an explanatory diagram showing an example of an invoke ID of a specific example 2.

【図9】具体例2のCMIPメッセージの送信動作を示
すフローチャート(その1)である。
FIG. 9 is a flowchart (part 1) illustrating an operation of transmitting a CMIP message according to the second embodiment.

【図10】具体例2のCMIPメッセージの送信動作を
示すフローチャート(その2)である。
FIG. 10 is a flowchart (part 2) illustrating a transmission operation of a CMIP message according to the second embodiment.

【図11】具体例3のネットワーク管理システムにおけ
るエージェントの構成を示すブロック図である。
FIG. 11 is a block diagram illustrating a configuration of an agent in the network management system according to the third embodiment.

【図12】具体例3の包含木の一例を示す説明図であ
る。
FIG. 12 is an explanatory diagram illustrating an example of a containment tree according to specific example 3.

【図13】具体例3のDNの一例を示す説明図である。FIG. 13 is an explanatory diagram showing an example of a DN of specific example 3.

【図14】具体例3のDNの一例を示す説明図である。FIG. 14 is an explanatory diagram illustrating an example of a DN of specific example 3.

【図15】具体例3のDNの一例を示す説明図である。FIG. 15 is an explanatory diagram showing an example of a DN of specific example 3.

【図16】具体例3の包含関係を生成する動作を示すフ
ローチャートである。
FIG. 16 is a flowchart illustrating an operation of generating an inclusion relation in specific example 3.

【図17】具体例3のDNの一例を示す説明図である。FIG. 17 is an explanatory diagram showing an example of a DN of specific example 3.

【図18】具体例3の管理オブジェクト(MO)を指定
する動作を示すフローチャートである。
FIG. 18 is a flowchart illustrating an operation of specifying a management object (MO) according to the third embodiment.

【図19】具体例4のネットワーク管理システムにおけ
るエージェントの構成を示すブロック図である。
FIG. 19 is a block diagram illustrating a configuration of an agent in the network management system according to the fourth embodiment.

【図20】具体例4の包含木の一例を示す説明図であ
る。
FIG. 20 is an explanatory diagram illustrating an example of a containment tree according to specific example 4.

【図21】具体例4の包含関係を生成する動作を示すフ
ローチャートである。
FIG. 21 is a flowchart illustrating an operation of generating an inclusion relation in specific example 4.

【図22】具体例5の包含関係を生成する動作を示すフ
ローチャートである。
FIG. 22 is a flowchart illustrating an operation of generating an inclusion relation in specific example 5;

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

100 マネージャ 121 DN変換テーブル 122 別名登録処理部 123 メッセージ受信部 124 メッセージ送信部 200 エージェント 210 メッセージ受信部 230 MO管理部 240 包含木管理部 REFERENCE SIGNS LIST 100 manager 121 DN conversion table 122 alias registration processing unit 123 message reception unit 124 message transmission unit 200 agent 210 message reception unit 230 MO management unit 240 inclusion tree management unit

───────────────────────────────────────────────────── フロントページの続き (72)発明者 寺倉 洋祐 東京都港区虎ノ門1丁目7番12号 沖電気 工業株式会社内 Fターム(参考) 5B045 GG01 5B089 GB08 HB14 JA35 JB22 KA10 KB06 KB10 KC15 KC44 KC51 KH03  ────────────────────────────────────────────────── ─── Continuation of front page (72) Inventor Yosuke Terakura 1-7-12 Toranomon, Minato-ku, Tokyo Oki Electric Industry Co., Ltd. F-term (reference) 5B045 GG01 5B089 GB08 HB14 JA35 JB22 KA10 KB06 KB10 KC15 KC44 KC51 KH03

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 管理するシステムとしてのマネージャと
管理対象システムとしてのエージェントとの関係をコン
ピュータ上で形成し、該エージェント内に管理の対象と
なる複数の管理オブジェクトの各インスタンスの関係を
示す包含木が構築されたマネージャエージェントシステ
ムにおいて、 前記マネージャ側から包含木の関係を有する管理オブジ
ェクトを指定するためのマネージャ側識別名とエージェ
ント側で用いられている包含木に対応したエージェント
側識別名との変換ルールを記録するための識別名変換テ
ーブルと、 該識別名変換テーブルに変換ルールを登録する別名登録
処理手段と、を備えたことを特徴とするマネージャエー
ジェントシステム。
1. A containment tree which forms a relationship between a manager as a system to be managed and an agent as a managed system on a computer, and shows a relationship between each instance of a plurality of managed objects to be managed in the agent. In the manager agent system in which is constructed, conversion between a manager-side identifier for specifying a management object having a containment tree relationship from the manager and an agent-side identifier corresponding to the containment tree used on the agent side. A manager agent system comprising: an identification name conversion table for recording a rule; and alias registration processing means for registering a conversion rule in the identification name conversion table.
【請求項2】 前記マネージャは、識別名変換テーブル
を検索し、該当する変換ルールが登録されているとき
は、該当変換ルールに従ってマネージャ側識別名をエー
ジェント側識別名に変換し、変換したエージェント側識
別名をメッセージに含めて当該メッセージを送信するメ
ッセージ送信手段を備えたことを特徴とする請求項1に
記載のマネージャエージェントシステム。
2. The manager searches a distinguished name conversion table, and when a corresponding conversion rule is registered, converts the manager-side distinguished name into an agent-side distinguished name according to the corresponding conversion rule, and converts the converted agent-side distinguished name. 2. The manager agent system according to claim 1, further comprising a message transmitting unit that transmits the message including the identification name in the message.
【請求項3】 前記マネージャは、エージェントからエ
ージェント側識別名を含むメッセージを受信したとき、
識別名変換テーブルを検索し、該当変換ルールが登録さ
れているときは、該当変換ルールに従ってエージェント
側識別名からマネージャ側識別名に変換するメッセージ
受信手段を備えたことを特徴とする請求項1又は請求項
2記載のマネージャエージェントシステム。
3. The manager, upon receiving a message including an agent-side identifier from an agent,
2. A message receiving means for retrieving an identifier conversion table and, when a corresponding conversion rule is registered, converting the agent-side identifier into a manager-side identifier according to the corresponding conversion rule. The manager agent system according to claim 2.
【請求項4】 前記メッセージ送信手段は、識別名変換
テーブルに登録された変換ルールに従ってメッセージ中
の識別名の変換を行ったとき、インボーク識別子を登録
するように構成され、 前記メッセージ受信手段は、応答メッセージを受信した
とき、応答メッセージに含まれているインボーク識別子
に基づいて識別名変換テーブルを検索し、変換ルールを
特定して識別名の逆変換を行うように構成されたことを
特徴とする請求項3に記載のマネージャエージェントシ
ステム。
4. The message transmitting unit is configured to register an invoke identifier when performing conversion of an identifier in a message according to a conversion rule registered in an identifier conversion table. Upon receiving the response message, the apparatus is configured to search the identifier conversion table based on the invoke identifier included in the response message, specify a conversion rule, and perform reverse conversion of the identifier. The manager agent system according to claim 3.
【請求項5】 前記メッセージ受信手段は、エージェン
トから管理オブジェクトを削除する旨のメッセージを受
信したとき、当該管理オブジェクトの識別名を含む変換
ルールを変換テーブルから削除するように構成されたこ
とを特徴とする請求項3又は請求項4に記載のマネージ
ャエージェントシステム。
5. The method according to claim 1, wherein the message receiving unit is configured to, when receiving a message to delete the management object from the agent, delete the conversion rule including the identification name of the management object from the conversion table. The manager agent system according to claim 3 or 4, wherein
【請求項6】 管理するシステムとしてのマネージャと
管理対象システムとしてのエージェントとの関係をコン
ピュータ上で形成し、該エージェント内に管理の対象と
なる複数の管理オブジェクトの各インスタンスの関係を
示す包含木が構築されたマネージャエージェントシステ
ムにおいて、 構築された包含木と異なる包含関係によって所定の管理
オブジェクトのインスタンスを指定できるように、新た
な包含関係を生成するシステムであって、 前記マネージャは、新たな包含関係を生成するのに必要
なパラメータをメッセージに含め、当該メッセージをエ
ージェントに送信するメッセージ送信手段を備え、 前記エージェントは、マネージャからのメッセージを受
信して該メッセージの内容及びメッセージに含まれてい
るパラメータを解読するメッセージ受信手段と、 すべての管理オブジェクトを管理するとともに、解読さ
れたメッセージの内容に従って新たな包含関係を生成す
る管理オブジェクトを起動するオブジェクト管理手段
と、 前記包含木のデータを管理するとともに、新たな包含関
係を生成する管理オブジェクトによって制御され、メッ
セージ受信手段によって解読されたパラメータを用い
て、構築されている包含木とは異なる新たな包含関係を
生成する包含木管理手段と、を備えたことを特徴とする
マネージャエージェントシステム。
6. A containment tree which forms a relationship between a manager as a system to be managed and an agent as a managed system on a computer, and shows a relationship between each instance of a plurality of managed objects to be managed in the agent. Is a system that generates a new containment relationship so that an instance of a predetermined managed object can be specified by a containment relationship different from the built containment tree. Message transmitting means for transmitting the message to an agent by including a parameter necessary for generating a relationship in the message, wherein the agent receives the message from the manager and is included in the content and the message of the message Decrypt parameters A message receiving means for managing all the managed objects, and an object managing means for activating a managed object for generating a new containment relationship in accordance with the content of the decrypted message; and A containment tree management means for generating a new containment relation different from the constructed containment tree by using a parameter controlled by a management object for creating a new containment relation and decrypted by the message receiving means. A manager agent system characterized by the following.
【請求項7】 前記エージェントのオブジェクト管理手
段は、新たな包含関係を生成する管理オブジェクトを予
め備え、 前記マネージャのメッセージ送信手段は、包含側の管理
オブジェクトのインスタンスの識別名及び被包含側の所
定の管理オブジェクトのインスタンスの識別名をパラメ
ータとして、新たな包含関係を生成する管理オブジェク
トを起動するメッセージを送信するように構成されたこ
とを特徴とする請求項6に記載のマネージャエージェン
トシステム。
7. The object management means of the agent is provided with a management object for generating a new containment relationship in advance, and the message transmission means of the manager is provided with an identifier of an instance of the management object on the containing side and a predetermined name on the containing side. 7. The manager agent system according to claim 6, wherein a message for activating a management object for generating a new containment relationship is transmitted using the identifier of the instance of the management object as a parameter.
【請求項8】 前記マネージャのメッセージ送信手段
は、包含側の管理オブジェクトのインスタンスの識別名
及び被包含側の所定の管理オブジェクトのインスタンス
のオブジェクトクラスをパラメータとして、新たな包含
関係を生成する管理オブジェクトを生成するメッセージ
を送信し、 前記エージェントのオブジェクト管理手段は、当該メッ
セージに従って新たな包含関係を生成する管理オブジェ
クトを生成し、パラメータとして渡された前記識別名に
基づいて包含関係を算出し、算出された包含関係に基づ
いて包含木管理手段を制御するように構成されたことを
特徴とする請求項6に記載のマネージャエージェントシ
ステム。
8. The management object for generating a new containment relationship using the identifier of the instance of the management object on the containing side and the object class of the instance of the predetermined management object on the containing side as parameters. The object management means of the agent generates a management object for generating a new inclusion relation according to the message, calculates the inclusion relation based on the identification name passed as a parameter, and calculates The manager agent system according to claim 6, wherein the manager agent system is configured to control the containment tree management means based on the obtained inclusion relationship.
【請求項9】 前記マネージャのメッセージ送信手段
は、包含側の管理オブジェクトのインスタンスの識別名
及び被包含側の所定の管理オブジェクトのインスタンス
の識別名をパラメータとして、新たな包含関係を生成す
る管理オブジェクトを生成するメッセージを送信し、 前記エージェントの包含木管理手段は、当該メッセージ
に従って新たな包含関係を生成する管理オブジェクトを
生成し、 前記エージェントの包含木管理手段は、当該生成された
管理オブジェクトに制御され、構築されている包含木デ
ータに、包含側及び被包含側の管理オブジェクトのイン
スタンスの識別名を登録し、構築されている包含木とは
異なる新たな包含関係を追加するように構成されたこと
を特徴とする請求項6に記載のマネージャエージェント
システム。
9. The management object for generating a new containment relationship, using the identifier of the instance of the management object on the containing side and the identifier of the instance of the predetermined management object on the included side as parameters. Is transmitted, the containment tree management means of the agent generates a management object for generating a new inclusion relationship according to the message, and the containment tree management means of the agent controls the generated management object. Then, the identifiers of the instances of the management objects on the containing side and the included side are registered in the constructed containment tree data, and a new containment relationship different from the constructed containment tree is added. 7. The manager agent system according to claim 6, wherein:
JP26282799A 1999-09-17 1999-09-17 Manager agent system Pending JP2001084198A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26282799A JP2001084198A (en) 1999-09-17 1999-09-17 Manager agent system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26282799A JP2001084198A (en) 1999-09-17 1999-09-17 Manager agent system

Publications (1)

Publication Number Publication Date
JP2001084198A true JP2001084198A (en) 2001-03-30

Family

ID=17381175

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26282799A Pending JP2001084198A (en) 1999-09-17 1999-09-17 Manager agent system

Country Status (1)

Country Link
JP (1) JP2001084198A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011520169A (en) * 2008-04-04 2011-07-14 テレフオンアクチーボラゲット エル エム エリクソン(パブル) Method and device for accessing a directory

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011520169A (en) * 2008-04-04 2011-07-14 テレフオンアクチーボラゲット エル エム エリクソン(パブル) Method and device for accessing a directory
US8510410B2 (en) 2008-04-04 2013-08-13 Telefonaktiebolaget Lm Ericsson (Publ) Method and device for access to a directory

Similar Documents

Publication Publication Date Title
US7043685B2 (en) Web-content providing method and web-content providing system
JP4509916B2 (en) SNMP-based network management apparatus and method
CN108199897A (en) A kind of OPC UA multiserver polymerizations for supporting cache management
US5892916A (en) Network management system and method using a partial response table
KR100845234B1 (en) Apparatus and method for parsing domain profile in software communication architecture
KR102270481B1 (en) NGSI-LD API Wrapping Method
US7272836B1 (en) Method and apparatus for bridging service for standard object identifier based protocols
US6694304B1 (en) System and method for retrieving network management table entries
CN110417876A (en) Node server and main control device in session method, distributed system
US6609155B1 (en) Method and apparatus for providing relationships in simple network management protocol management information base
CA2508081A1 (en) Accessing computational grids
JP2001084198A (en) Manager agent system
JP2002269059A (en) Client server system, repeating server, method for determining connection destination server of client terminal device
CN113067844B (en) Service discovery method and device and HNRF
WO2022111356A1 (en) Data migration method and system, and server and storage medium
CN115695512A (en) Data subscription method, system, equipment and storage medium based on micro-service architecture
KR100479333B1 (en) Registry system and management method for by using uddi web service based on the ebxml registry
CA2251491C (en) Intelligent network capable of executing a plurality of service control request messages in a single service control point
JP3265242B2 (en) Continuous data access method
JP2004192077A (en) Distributed system and brokering method corresponding to context
WO2020009014A1 (en) Management device and network management method
JPH08181772A (en) Mib configuration method in network operation system and its backup method
Tsaoussidis et al. A CORBA-based application service middleware architecture and implementation
JPH11327936A (en) Data base management method and device therefor and network management method and device therefor
US6658420B1 (en) Independent log containment hierarchy