JPH0954722A - Managing information base system - Google Patents

Managing information base system

Info

Publication number
JPH0954722A
JPH0954722A JP7227234A JP22723495A JPH0954722A JP H0954722 A JPH0954722 A JP H0954722A JP 7227234 A JP7227234 A JP 7227234A JP 22723495 A JP22723495 A JP 22723495A JP H0954722 A JPH0954722 A JP H0954722A
Authority
JP
Japan
Prior art keywords
attribute
storage device
directory
instance
fdn
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.)
Granted
Application number
JP7227234A
Other languages
Japanese (ja)
Other versions
JP2885144B2 (en
Inventor
Toshio Touchi
敏夫 登内
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP7227234A priority Critical patent/JP2885144B2/en
Publication of JPH0954722A publication Critical patent/JPH0954722A/en
Application granted granted Critical
Publication of JP2885144B2 publication Critical patent/JP2885144B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a managing information base system(managing information base) especially suitable for an OSI capable of reducing required memory capacity and performing fast access. SOLUTION: A manager 10, when making access attribute, supplies an FDN and an attribute ID to the managing information base. The managing information base acquires first the position of an instance 50 in a data storage device 30 with attribute set as an access target from a supplied FDH by using a directory storage device 20. Moreover, the manager acquires the position of an attribute information table 70 in a class information storage device 100 from a supplied attribute ID. An entry that coincides with the attribute ID is searched by retrieving an acquired attribute information table 70, and attribute 60 including the instance 50 as a member is acquired from an offset value included in the entry and the position of the instance 50.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、管理情報ベースシ
ステムに関し、特にOSI(Open Systems Interconnec
tion、開放型システム間相互接続)に従ったネットワー
クの管理に適したOSI用管理情報ベースシステム(以
下単に「管理情報ベース」ともいう)に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a management information base system, and more particularly to OSI (Open Systems Interconnec).
and a management information base system for OSI (hereinafter also simply referred to as "management information base") suitable for network management in accordance with the open system interconnection.

【0002】[0002]

【従来の技術】この種の従来の管理情報ベースは、例え
ば、文献「清水他、“ATMトランスポートネットワー
ク管理における管理情報ベースの配置法”、電子通信学
会技法CS94−21、1994年」に示されているよ
うに、ネットワークの監視対象装置の論理的なモデルを
記憶領域上に実現するために用いられる。
2. Description of the Related Art A conventional management information base of this type is shown in, for example, "Shimizu et al.," A method of arranging a management information base in ATM transport network management ", IEICE technique CS94-21, 1994". As described above, it is used to realize a logical model of a monitored device of a network in a storage area.

【0003】図20は、従来の管理情報ベースの構成を
説明するためのブロック図である。
FIG. 20 is a block diagram for explaining the structure of a conventional management information base.

【0004】図20を参照して、従来の管理情報ベース
は、MIB(management information base、管理情報
ベース)プログラム720と、データベース管理システ
ム(DBMS:database management system)730
と、データベース管理システム730上に構築されてい
るデータベース740と、から構成されている。なお、
データベース管理システム730としては、汎用の関係
DBMS、オブジェクト指向DBMS等が用いられる。
また、MIBプログラム720はマネージャ10と監視
対象装置110とに接続されている。
Referring to FIG. 20, a conventional management information base includes a MIB (management information base) program 720 and a database management system (DBMS) 730.
And a database 740 built on the database management system 730. In addition,
A general-purpose relational DBMS, an object-oriented DBMS, or the like is used as the database management system 730.
Further, the MIB program 720 is connected to the manager 10 and the monitoring target device 110.

【0005】マネージャ10は、MIBプログラム72
0を介して監視対象装置110の論理的に定義された状
態を読み出したり、書き換えたりすることができる。具
体的には、MIBプログラム720に対して、マネージ
ャ10がフルディスティンクションネーム(「FDN」
という)と属性IDとを与えることにより、MIBプロ
グラム720内で、FDNと属性IDとのペアからイン
スタンスとインスタンス内の属性とが指定され、指定さ
れた値を用いてDBMS730がデータベース740を
検索する。
The manager 10 uses the MIB program 72
The logically defined state of the monitored device 110 can be read or rewritten via 0. Specifically, for the MIB program 720, the manager 10 uses the full distinction name (“FDN”).
") And the attribute ID, the instance and the attribute in the instance are specified from the pair of the FDN and the attribute ID in the MIB program 720, and the DBMS 730 searches the database 740 using the specified value. .

【0006】また、MIBプログラム720は適宜、監
視対象装置110にアクセスして監視対象装置110の
状態を読み出し、その読み出された状態をデータベース
740に反映する。
The MIB program 720 appropriately accesses the monitoring target device 110 to read the status of the monitoring target device 110, and reflects the read status in the database 740.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、従来の
管理情報ベースでは、汎用のDBMSを用いて構築され
ることが一般的であるため、OSI等で用いられるデー
タに適したデータ管理を行うことが難しいという問題が
ある。
However, since the conventional management information base is generally constructed by using a general-purpose DBMS, it is possible to perform data management suitable for data used in OSI or the like. There is a problem that it is difficult.

【0008】特に、汎用のDBMSを用いて構築される
管理情報ベースでは、データの記憶容量が大きくなり、
またDBMS自体のプログラムコードも大きくなるた
め、管理情報ベースに必要な記憶デバイスが大量に必要
になり、また管理情報ベースの価格が増大するという問
題がある。
Especially, in the management information base constructed by using a general-purpose DBMS, the data storage capacity becomes large,
Further, since the program code of the DBMS itself becomes large, a large amount of storage devices are required for the management information base, and the price of the management information base increases.

【0009】また、汎用のDBMSを用いて構築される
管理情報ベースでは、OSI等の管理情報ベースに必ず
しも必要とされない機能も備えているため、実行スピー
ドが遅くなるという問題がある。
Further, the management information base constructed by using a general-purpose DBMS has a problem that the execution speed becomes slow because it has a function that is not necessarily required in the management information base such as OSI.

【0010】従って、本発明は、前記問題点に鑑みてな
されたものであり、記憶容量を削減し、しかも高速な処
理を達成することができる、OSIに従ったネットワー
クの管理に特に適する管理情報ベースを提供することを
目的とする。
Therefore, the present invention has been made in view of the above problems, and is management information particularly suitable for network management according to OSI, which can reduce storage capacity and achieve high-speed processing. It is intended to provide a base.

【0011】[0011]

【課題を解決するための手段】前記目的を達成するため
本発明は、ネットワークの監視対象装置の状態を表す属
性と、該属性をメンバとして含むインスタンスと、を管
理し、オブジェクト識別子と属性値とを有する1又は複
数のリラティブディスティンクションネーム(「RD
N」という)から構成されるフルディスティンクション
ネーム(「FDN」という)と、前記属性の種類を表す
属性IDと、を入力として、所望の属性にアクセス可能
とする管理情報ベースシステムにおいて、前記インスタ
ンスにより構成される木構造(包含木)の情報を格納
し、前記FDNを入力として、該FDNに対応するイン
スタンスの位置と属性情報表の位置とを出力するディレ
クトリ格納装置と、前記属性IDと、前記インスタンス
内での前記属性へのオフセット値と、の対応関係を保持
する属性情報表を前記インスタンスの属するクラスに対
応して格納し、前記属性IDと、前記ディレクトリ格納
装置から出力される前記属性情報表の位置と、を入力と
して、前記オフセット値を出力するクラス情報格納装置
と、前記インスタンスと前記属性とを格納し、前記ディ
レクトリ格納装置から出力される前記インスタンスの位
置と、前記クラス情報格納装置から出力される前記オフ
セット値と、を入力として、前記属性を出力するデータ
格納装置と、を含むことを特徴とする管理情報ベースシ
ステムを提供する。
In order to achieve the above object, the present invention manages an attribute representing the state of a device to be monitored in a network and an instance including the attribute as a member, and manages an object identifier and an attribute value. One or more relative distinction names ("RD
In the management information base system in which a desired attribute can be accessed by inputting a full distinction name (referred to as “N”) (referred to as “FDN”) and an attribute ID indicating the type of the attribute, A directory storage device that stores information of a tree structure (containment tree) configured by, and outputs the position of the instance corresponding to the FDN and the position of the attribute information table, the attribute ID, An attribute information table holding a correspondence relationship between offset values to the attributes in the instance is stored in association with a class to which the instance belongs, and the attribute ID and the attribute output from the directory storage device are stored. A class information storage device which outputs the offset value by inputting the position of the information table; A data storage device that stores the attribute and the position of the instance output from the directory storage device and the offset value output from the class information storage device, and outputs the attribute. There is provided a management information base system characterized by including.

【0012】本発明は、管理情報ベースシステムの記憶
領域を、ディレクトリ格納装置、データ格納装置及びク
ラス情報格納装置の3つで構成し、特にOSIで必要な
情報を必要十分かつ冗長性なく管理することにより、デ
ータに依存して種々のフォーマットを同時に格納するこ
とができ、さらにそれらのデータを統一的に扱うことが
できるようにする。
According to the present invention, the storage area of the management information base system is composed of three directories, a data storage device and a class information storage device, and in particular, information required by OSI is managed sufficiently and without redundancy. As a result, various formats can be stored simultaneously depending on the data, and the data can be handled in a unified manner.

【0013】また、本発明は、ASN.1/BER(Abst
aract Syntax Notation 1 / BasicEncoding Rule)形式
で格納される属性のうち、タグフィールド、さらには長
さフィールドをクラス毎にまとめることにより、必要と
なる記憶容量を削減するようにする。
The present invention also provides ASN.1 / BER (Abst
Among the attributes stored in aract Syntax Notation 1 / BasicEncoding Rule) format, the tag field and further the length field are grouped for each class to reduce the required storage capacity.

【0014】さらに、本発明は、監視対象装置の状態を
所定の形式に変換することなくそのまま記憶領域にコピ
ーするようにして変換のための時間を節約し、さらに一
般に監視対象装置で実現されているデータフォーマット
の方がASN.1/BERフォーマットよりデータサイズ
が小さいことを利用して必要となる記憶容量を抑えるよ
うにする。
Furthermore, the present invention saves time for conversion by copying the state of the monitored device to the storage area as it is without converting it into a predetermined format, and is generally realized by the monitored device. The existing data format has a smaller data size than the ASN.1 / BER format, so that the required storage capacity is suppressed.

【0015】さらにまた、本発明は、一部の属性につい
ては通常の属性と同様にデータを採取するメソッドを配
置し、属性へのアクセス要求が生じた際にはじめて監視
対象装置からデータを採取することにより、記憶領域に
ある属性と監視対象装置にしかないデータを統一的にア
クセスするようにする。
Furthermore, according to the present invention, a method for collecting data is arranged for some of the attributes as in the case of normal attributes, and data is collected from the monitored device only when an access request to the attribute occurs. As a result, the attributes in the storage area and the data only in the monitoring target device are accessed in a unified manner.

【0016】[0016]

【発明の実施の形態】以下、図面を参照して本発明の実
施の形態を詳細に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

【0017】[0017]

【実施形態1】まず、図1ないし図5を参照して本発明
の第1の実施形態を説明する。
First Embodiment First, a first embodiment of the present invention will be described with reference to FIGS.

【0018】図1は、本発明の第1の実施形態に係る管
理情報ベースの構成を説明するためのブロック図であ
る。
FIG. 1 is a block diagram for explaining the configuration of a management information base according to the first embodiment of the present invention.

【0019】図1を参照して、本実施形態に係る管理情
報ベースは、ディレクトリ格納装置20と、データ格納
装置30と、クラス情報格納装置100と、を主要な構
成として含み、このような構成を備えた管理情報ベース
を介して、マネージャ10が監視対象装置110を監視
する。
Referring to FIG. 1, the management information base according to the present embodiment includes a directory storage device 20, a data storage device 30, and a class information storage device 100 as main components. The manager 10 monitors the monitoring target device 110 via the management information base including the.

【0020】データ格納装置30は、インスタンス50
と属性60とを始めとする、本実施形態に係る管理情報
ベースが管理するインスタンスと属性とを格納してい
る。属性は、いずれか1つのインスタンスのメンバであ
る。すなわち、インスタンスはメンバである属性を指す
ポインタを有する。
The data storage device 30 has an instance 50.
And the attribute 60, and the instances and attributes managed by the management information base according to the present embodiment are stored. An attribute is a member of any one instance. That is, the instance has a pointer to the attribute that is a member.

【0021】クラス情報格納装置100は、属性情報表
70を始めとする、本実施形態に係る管理情報ベースが
管理する全ての属性情報表を有する。属性情報表は本実
施形態に係る管理情報ベースが管理するインスタンスが
属するクラス毎に1つ存在する。
The class information storage device 100 has all the attribute information tables managed by the management information base according to the present embodiment, including the attribute information table 70. There is one attribute information table for each class to which the instance managed by the management information base according to this embodiment belongs.

【0022】なお、属性情報表には、属性IDと、属性
IDで指定された属性を指すポインタまでのオフセット
値(インスタンスの先頭から属性を指すポインタまでの
距離)と、の対応関係が記録されている。
The attribute information table records the correspondence between the attribute ID and the offset value to the pointer pointing to the attribute designated by the attribute ID (the distance from the beginning of the instance to the pointer pointing to the attribute). ing.

【0023】ディレクトリ格納装置20は、FDNとイ
ンスタンスとの対応関係と、FDNと属性情報表との対
応関係と、を予め記憶している。従って、FDNを与え
ることにより、対応するインスタンスのデータ格納装置
30内での位置を得ることができ、さらに対応する属性
情報表のクラス情報格納装置100内での位置を得るこ
とができる。
The directory storage device 20 stores in advance the correspondence between FDNs and instances and the correspondence between FDNs and attribute information tables. Therefore, by giving the FDN, the position of the corresponding instance in the data storage device 30 can be obtained, and the position of the corresponding attribute information table in the class information storage device 100 can be obtained.

【0024】監視対象装置110は、本実施形態に係る
管理情報ベースが監視及び管理するネットワーク上の装
置である。本実施形態に係る管理情報ベースは、監視対
象装置110の状態に基づいて、データ格納装置30が
格納するインスタンスや属性値を変更し、また逆にマネ
ージャ10の要求に従ってデータ格納装置30が格納す
る属性値を監視対象装置110に反映する。
The monitored device 110 is a device on the network monitored and managed by the management information base according to this embodiment. The management information base according to the present embodiment changes the instance and attribute values stored in the data storage device 30 based on the state of the monitored device 110, and conversely stores the data in the data storage device 30 according to the request from the manager 10. The attribute value is reflected in the monitoring target device 110.

【0025】図2は、本発明の第1の実施形態に係る管
理情報ベースの動作を説明するためのフローチャートで
ある。
FIG. 2 is a flow chart for explaining the operation of the management information base according to the first embodiment of the present invention.

【0026】図1及び図2を参照して、本実施形態に係
る管理情報ベースの動作の概要を説明する。
An outline of the operation of the management information base according to this embodiment will be described with reference to FIGS. 1 and 2.

【0027】マネージャ10が本実施形態に係る管理情
報ベースが管理する属性をアクセスする際には、属性を
指定するためにFDNと属性IDとを与える。
When the manager 10 accesses an attribute managed by the management information base according to this embodiment, the FDN and the attribute ID are given to specify the attribute.

【0028】本実施形態に係る管理情報ベースが、マネ
ージャ10からFDNと属性IDとを受け取ると(ステ
ップ1010)、与えられたFDNをディレクトリ格納
装置20に入力し、クラス情報格納装置100に格納さ
れている対応する属性情報表70の位置(「アドレス」
ともいう)を得る(ステップ1020)。
When the management information base according to the present embodiment receives the FDN and the attribute ID from the manager 10 (step 1010), the given FDN is input to the directory storage device 20 and stored in the class information storage device 100. The corresponding position in the attribute information table 70 (“address”
(Also called) (step 1020).

【0029】得られた属性情報表70の位置と、与えら
れた属性IDと、をクラス情報格納装置100に入力
し、インスタンスの先頭から属性を指すポインタまでの
オフセット値を得る(ステップ1030)。
The position of the obtained attribute information table 70 and the given attribute ID are input to the class information storage device 100 to obtain the offset value from the head of the instance to the pointer indicating the attribute (step 1030).

【0030】そして、与えられたFDNをディレクトリ
格納装置20に入力することにより、対応するインスタ
ンスの位置を得る(ステップ1040)。
Then, by inputting the given FDN into the directory storage device 20, the position of the corresponding instance is obtained (step 1040).

【0031】ステップ1030で得られたオフセット値
をステップ1040で得られたインスタンス50のアド
レスに加え、この結果得られたアドレスで示される場所
に格納されている属性60へのポインタを得る(ステッ
プ1050)。
The offset value obtained in step 1030 is added to the address of the instance 50 obtained in step 1040 to obtain a pointer to the attribute 60 stored in the location indicated by the resulting address (step 1050). ).

【0032】最終的に、ステップ1050で得られたポ
インタを用いて、属性60にアクセスする(ステップ1
060)。
Finally, the attribute 60 is accessed using the pointer obtained in step 1050 (step 1
060).

【0033】なお、本実施形態に係る管理情報ベースの
図2に示した動作において、FDNを入力して、インス
タンスの位置と、インスタンスが属するクラスに対応す
る属性情報表と、を得る動作(ステップ1020、ステ
ップ1040)はそれぞれ並行して行うようにすること
もできる。
In the operation shown in FIG. 2 of the management information base according to this embodiment, the operation of inputting the FDN and obtaining the position of the instance and the attribute information table corresponding to the class to which the instance belongs (step) 1020 and step 1040) may be performed in parallel.

【0034】図3は、本発明の第1の実施形態に係る管
理情報ベースのディレクトリ格納装置20の構成をさら
に詳細に説明するためのブロック図である。
FIG. 3 is a block diagram for explaining the configuration of the management information base directory storage device 20 according to the first embodiment of the present invention in more detail.

【0035】図3を参照して、ディレクトリ格納装置2
0は、ディレクトリ構造体240、260を始めとする
複数のディレクトリ構造体と、ディレクトリ副構造体2
50を始めとする複数のディレクトリ副構造体と、を格
納しており、これらの構造体を用いることにより、入力
されたFDNに対応するインスタンスの位置と、インス
タンスが属するクラスに対応する属性情報表の位置と、
を出力する。
Referring to FIG. 3, the directory storage device 2
0 is a plurality of directory structures including the directory structures 240 and 260, and the directory substructure 2
A plurality of directory substructures including 50 are stored, and by using these structures, the position of the instance corresponding to the input FDN and the attribute information table corresponding to the class to which the instance belongs Position of
Is output.

【0036】ここで、ディレクトリ構造体とディレクト
リ副構造体とは両者が合わさって、木構造(「包含木」
ないしは「命名木」という)を構成する。なお、木構造
の頂点に立つディレクトリ構造体240はルートディレ
クトリ構造体とも呼ばれる。
Here, the directory structure and the directory substructure are combined to form a tree structure (“inclusion tree”).
Or "named tree"). The directory structure 240 at the top of the tree structure is also called a root directory structure.

【0037】ディレクトリ構造体は、ディレクトリ構造
体240を例にとれば、インスタンスへのポインタであ
るインスタンスポインタ242と、オブジェクト識別子
とディレクトリ副構造体との対応を示したID表246
と、から構成される。ディレクトリ構造体にオブジェク
ト識別子を与えると、ID表を検索し、対応するディレ
クトリ副構造体を出力する。また、ディレクトリ構造体
に対応するインスタンスを得ることもできる。
Taking the directory structure 240 as an example, the directory structure has an instance pointer 242 which is a pointer to an instance, and an ID table 246 showing the correspondence between the object identifier and the directory substructure.
And When an object identifier is given to the directory structure, the ID table is searched and the corresponding directory substructure is output. You can also get an instance that corresponds to a directory structure.

【0038】ディレクトリ副構造体は、ディレクトリ副
構造体250を例にとれば、属性情報表70へのポイン
タであるクラスタグ253と、属性値とディレクトリ構
造体との対応関係を示したRDN属性値表257と、か
ら構成される。ディレクトリ副構造体に属性値を与える
と、RDN属性値表を検索し、対応するディレクトリ構
造体を出力する。また、ディレクトリ副構造体に対応す
る属性情報表も得ることができる。
Taking the directory substructure 250 as an example, the directory substructure is an RDN attribute value indicating the correspondence between the class tag 253, which is a pointer to the attribute information table 70, and the attribute value and the directory structure. The table 257 is composed. When an attribute value is given to the directory substructure, the RDN attribute value table is searched and the corresponding directory structure is output. Also, an attribute information table corresponding to the directory substructure can be obtained.

【0039】なお、入力されるFDNはリラティブディ
スティンクションネーム(「RDN」という)のリスト
で構成される。RDNはオブジェクト識別子と属性値と
のペアで構成される。
The input FDN is composed of a list of relative distinction names (referred to as "RDN"). The RDN is composed of a pair of an object identifier and an attribute value.

【0040】図4は、本発明の第1の実施形態に係る管
理情報ベースのディレクトリ格納装置20の動作を説明
するためのフローチャートである。
FIG. 4 is a flow chart for explaining the operation of the management information base directory storage device 20 according to the first embodiment of the present invention.

【0041】図3及び図4を参照して、本実施形態に係
る管理情報ベースのディレクトリ格納装置20の動作を
説明する。
The operation of the management information base directory storage device 20 according to the present embodiment will be described with reference to FIGS. 3 and 4.

【0042】ディレクトリ格納装置20がマネージャ1
0からFDNを受け取ると(ステップ1110)、ルー
トディレクトリ構造体(ここでは、ディレクトリ構造体
240)を探し出し、これをカレントディレクトリとす
る(ステップ1120)。
The directory storage device 20 is the manager 1
When the FDN is received from 0 (step 1110), the root directory structure (here, the directory structure 240) is searched and used as the current directory (step 1120).

【0043】そして、FDNを構成するRDNのリスト
が空か否かをチェックし(ステップ1125)、空でな
い場合(ステップ1125で「No」の場合)にはステ
ップ1130に進む。
Then, it is checked whether or not the list of RDNs forming the FDN is empty (step 1125). If it is not empty (in the case of "No" in step 1125), the process proceeds to step 1130.

【0044】ディレクトリ格納装置20がFDNの先頭
のRDNを取り出し、そのRDNが有するオブジェクト
識別子をカレントディレクトリであるディレクトリ構造
体に与え、一致するディレクトリ副構造体を得る(ステ
ップ1130)。さらに、ディレクトリ副構造体にRD
Nが有する属性値を与え、ディレクトリ構造体を得る
(ステップ1140)。
The directory storage device 20 takes out the RDN at the head of the FDN, gives the object identifier of the RDN to the directory structure which is the current directory, and obtains the matching directory substructure (step 1130). In addition, the RD
The attribute value of N is given and the directory structure is obtained (step 1140).

【0045】ステップ1130及び1140の処理を終
了した後、得られたディレクトリ構造体をカレントディ
レクトリとする(ステップ1150)。そして、FDN
から先頭のRDNを取り除いたものを新たなFDNと
し、ステップ1125の判断に戻る(ステップ116
0)。
After the processing of steps 1130 and 1140 is completed, the obtained directory structure is set as the current directory (step 1150). And FDN
A new FDN is obtained by removing the leading RDN from the above, and the process returns to the determination in step 1125 (step 116).
0).

【0046】FDNのリストが空にならない間(ステッ
プ1125で「No」の間)は、ステップ1130ない
し1160の処理を繰り返し、FDNのリストが空にな
った場合(ステップ1125で「Yes」の場合)に
は、カレントディレクトリのインスタンスポインタが指
し示す先を、入力されたFDNに対応するインスタンス
とする(ステップ1170)。
While the FDN list is not empty (“No” in step 1125), the processes of steps 1130 to 1160 are repeated until the FDN list is empty (“Yes” in step 1125). ), The destination pointed to by the instance pointer of the current directory is set to the instance corresponding to the input FDN (step 1170).

【0047】一方、カレントディレクトリ構造体を直前
に指し示したディレクトリ副構造体のクラスタグに基づ
いて属性情報表を得る(ステップ1180)。これがイ
ンスタンスが属するクラスに対応する属性情報表とな
る。
On the other hand, the attribute information table is obtained based on the class tag of the directory substructure that has just pointed to the current directory structure (step 1180). This is the attribute information table corresponding to the class to which the instance belongs.

【0048】図3及び図4を参照して、ディレクトリ格
納装置20の動作を具体例を用いてさらに詳細に説明す
る。
With reference to FIGS. 3 and 4, the operation of the directory storage device 20 will be described in more detail using a specific example.

【0049】一例として、マネージャ10から本実施形
態に係る管理情報ベースに与えられるFDNが{{12.
3.1.2−12}}であるとする。なお、FDNの表記にお
いて、内側の“{}”の内部がそれぞれRDNを表し、
RDNの内部の前者がオブジェクト識別子を表し、後者
が属性値を表す。本例のFDNでは、RDNを1つしか
含まないが、通常は複数個のRDNを含む。
As an example, the FDN given from the manager 10 to the management information base according to this embodiment is {{12.
3.1.2-12}}. In the FDN notation, the inside “{}” inside represents the RDN,
The former inside the RDN represents an object identifier, and the latter represents an attribute value. The FDN of this example includes only one RDN, but normally includes a plurality of RDNs.

【0050】まず、マネージャ10からFDNとして
{{12.3.1.2−12}}を受け取ると(ステップ111
0)、ルートディレクトリ構造体240をカレントディ
レクトリとする(ステップ1120)。始めの状態では
FDNは空ではないので、ステップ1125で「No」
と判断されてステップ1130に進む。
First, when {{12.3.1.2-12}} is received as FDN from the manager 10 (step 111
0), the root directory structure 240 is set as the current directory (step 1120). In the initial state, the FDN is not empty, so "No" in step 1125.
Then, the process proceeds to step 1130.

【0051】FDNの先頭のRDNからオブジェクト識
別子“12.3.1.2”を取り出す。オブジェクト識別子をデ
ィレクトリ構造体240に与え、一致するディレクトリ
副構造体250を得る(ステップ1130)。
The object identifier "12.3.1.2" is extracted from the RDN at the head of the FDN. The object identifier is provided to the directory structure 240 to obtain a matching directory substructure 250 (step 1130).

【0052】次に、ディレクトリ副構造体250に対し
て、そのRDNが有する属性値“12”を与え、ディレク
トリ構造体260を得る(ステップ1140)。なお、
得られたディレクトリ構造体260をカレントディレク
トリとする(ステップ1150)。そして、FDNから
先頭のRDNを取り除く(ステップ1160)。
Next, the attribute value "12" of the RDN is given to the directory substructure 250 to obtain the directory structure 260 (step 1140). In addition,
The obtained directory structure 260 is set as the current directory (step 1150). Then, the first RDN is removed from the FDN (step 1160).

【0053】ステップ1160の処理が終了した後、ス
テップ1125に戻り、FDNが空か否かを判断する。
ここで、FDNは空となっているので、ステップ112
5で「Yes」と判断されてステップ1170に進む。
そして、カレントディレクトリであるディレクトリ構造
体260に対応するインスタンス50の位置を得る(ス
テップ1170)。また、直前に使用したディレクトリ
副構造体250から対応する属性情報表70の位置を得
る(ステップ1180)。
After the process of step 1160 is completed, the process returns to step 1125 and it is determined whether the FDN is empty.
Here, since the FDN is empty, step 112
In step 5, it is determined to be “Yes” and the process proceeds to step 1170.
Then, the position of the instance 50 corresponding to the directory structure 260 which is the current directory is obtained (step 1170). Also, the position of the corresponding attribute information table 70 is obtained from the directory substructure 250 used immediately before (step 1180).

【0054】図5は、本発明の第1の実施形態に係る管
理情報ベースのクラス情報格納装置100の構成をさら
に詳細に説明するためのブロック図である。
FIG. 5 is a block diagram for explaining the configuration of the management information-based class information storage device 100 according to the first embodiment of the present invention in more detail.

【0055】図5を参照して、クラス情報格納装置10
0は、属性情報表70を始めとする複数の属性情報表を
格納する。クラス情報格納装置100に対して属性情報
表の位置と属性IDとを入力すると、対応する属性への
オフセット値が出力される。データ格納装置30が保持
する属性は、ASN.1/BERフォーマットで記述され
ており、タグフィールド(T)、長さフィールド
(L)、及び値フィールド(V)の3つのフィールドか
ら構成される。
Referring to FIG. 5, class information storage device 10
0 stores a plurality of attribute information tables including the attribute information table 70. When the position of the attribute information table and the attribute ID are input to the class information storage device 100, the offset value for the corresponding attribute is output. The attributes held by the data storage device 30 are described in the ASN.1 / BER format, and are composed of three fields: a tag field (T), a length field (L), and a value field (V).

【0056】属性情報表は、属性IDと属性へのオフセ
ット値の対応を記録しており、属性IDを与えると対応
するオフセット値を出力する。
The attribute information table records the correspondence between the attribute ID and the offset value to the attribute. When the attribute ID is given, the corresponding offset value is output.

【0057】図6は、本発明の第1の実施形態に係る管
理情報ベースのクラス情報格納装置100の動作を説明
するためのフローチャートである。
FIG. 6 is a flow chart for explaining the operation of the management information base class information storage device 100 according to the first embodiment of the present invention.

【0058】図5及び図6を参照して、本実施形態に係
る管理情報ベースのクラス情報格納装置100の動作を
説明する。
The operation of the management information-based class information storage device 100 according to this embodiment will be described with reference to FIGS.

【0059】マネージャ10からFDNと属性IDとを
受け取ると(ステップ1201)、まず、ディレクトリ
格納装置20にFDNが与えられ、FDNによって指定
されるインスタンスが属するクラスに対応する属性情報
表70の位置が得られる(ステップ1202)。
When the FDN and the attribute ID are received from the manager 10 (step 1201), the FDN is given to the directory storage device 20, and the position of the attribute information table 70 corresponding to the class to which the instance designated by the FDN belongs is determined. It is obtained (step 1202).

【0060】その後、クラス情報格納装置100に対し
てステップ1202で得られた属性情報表の位置と属性
IDとを与える(ステップ1203)。クラス情報格納
装置100は、属性情報表の位置で示される属性情報表
に属性IDを与え、対応するオフセット値を得る(ステ
ップ1204)。
After that, the position and attribute ID of the attribute information table obtained in step 1202 are given to the class information storage device 100 (step 1203). The class information storage device 100 gives the attribute ID to the attribute information table indicated by the position of the attribute information table and obtains the corresponding offset value (step 1204).

【0061】他方、ディレクトリ格納装置20にFDN
を与え、対応するインスタンスの位置を得る(ステップ
1205)。最終的に、データ格納装置30に対してス
テップ1205で得られたインスタンスの位置と、ステ
ップ1204で得られたオフセット値と、を与え、デー
タ格納装置30が、インスタンスの位置にオフセット値
を加えることにより、属性へのポインタの位置を得る。
ポインタを得ることで属性の位置が得られる(ステップ
1206)。
On the other hand, the FDN is stored in the directory storage device 20.
To obtain the position of the corresponding instance (step 1205). Finally, the position of the instance obtained in step 1205 and the offset value obtained in step 1204 are given to the data storage device 30, and the data storage device 30 adds the offset value to the position of the instance. The position of the pointer to the attribute is obtained by.
The position of the attribute is obtained by obtaining the pointer (step 1206).

【0062】図5及び図6を参照して、クラス情報格納
装置100の動作を具体例を用いてさらに詳細に説明す
る。
The operation of the class information storage device 100 will be described in more detail with reference to FIGS. 5 and 6 using a specific example.

【0063】一例として、マネージャ10から本実施形
態に係る管理情報ベースに与えられるFDNが{{12.
3.1.2−12}}であり、また属性IDが“12.1.2”であ
るとする。
As an example, the FDN given from the manager 10 to the management information base according to this embodiment is {{12.
3.1.2-12}} and the attribute ID is “12.1.2”.

【0064】まず、前述した具体例と同様の手順(図4
のステップ1110ないし1180参照)に従って、イ
ンスタンス50の位置と属性情報表70の位置とを得る
(ステップ1201、1202、及び1205)。
First, the same procedure as that of the above-described concrete example (see FIG. 4).
(See steps 1110 to 1180), the position of the instance 50 and the position of the attribute information table 70 are obtained (steps 1201, 1202, and 1205).

【0065】クラス情報格納装置100が属性情報表7
0に属性IDを与えると、属性情報表70から属性ID
が“12.1.2”であるエントリが検索される。本例では、
検索されたエントリが保持する値は“7”であり、この
値がオフセット値となる(ステップ1204)。
The class information storage device 100 has the attribute information table 7
When the attribute ID is given to 0, the attribute ID is obtained from the attribute information table 70.
The entry with "12.1.2" is searched. In this example,
The value held by the retrieved entry is "7", and this value becomes the offset value (step 1204).

【0066】検索されたオフセット値“7”とインスタ
ンス50の位置とをデータ格納装置30に与える。デー
タ格納装置30はインスタンスの位置にオフセット値
“7”を加えることにより、インスタンス50内で属性
へのポインタを格納しているアドレスを得る(ステップ
1206)。なお、得られたアドレスに格納されている
ポインタが指す属性60がアクセス対象となる属性であ
る。
The retrieved offset value “7” and the position of the instance 50 are given to the data storage device 30. The data storage device 30 obtains the address storing the pointer to the attribute in the instance 50 by adding the offset value "7" to the position of the instance (step 1206). The attribute 60 pointed to by the pointer stored at the obtained address is the attribute to be accessed.

【0067】[0067]

【実施形態2】図7は、本発明の第2の実施形態に係る
管理情報ベースの構成を説明するためのブロック図であ
る。
Second Embodiment FIG. 7 is a block diagram for explaining the configuration of the management information base according to the second embodiment of the present invention.

【0068】図7を参照して、本実施形態に係る管理情
報ベースは、ディレクトリ格納装置20と、タグ無しデ
ータ格納装置350と、タグフィールド付きクラス情報
格納装置360と、タグ付加器322と、を備える。
Referring to FIG. 7, the management information base according to the present embodiment includes a directory storage device 20, a untagged data storage device 350, a tag field-added class information storage device 360, a tag adder 322, Equipped with.

【0069】本実施形態に係る管理情報ベースでは、属
性情報表にタグフィールドのための欄が追加され、属性
情報表70が新たにタグフィールド付き属性情報表37
0に置き換えられている。タグフィールド付き属性情報
表370では、属性IDを与えると、オフセット値と属
性が有すべきタグフィールドとを出力する。
In the management information base according to this embodiment, a column for a tag field is added to the attribute information table, and the attribute information table 70 is newly added to the attribute information table with tag field 37.
Has been replaced by 0. In the attribute information table with tag field 370, when the attribute ID is given, the offset value and the tag field that the attribute should have are output.

【0070】本実施形態に係る管理情報ベースでは、第
1に、クラス情報格納装置100の代わりに、新たにタ
グフィールド付きクラス情報格納装置360を用いる。
タグフィールド付きクラス情報格納装置360は、属性
情報表に代わりタグフィールド付き属性情報表を格納す
る。タグフィールド付きクラス情報格納装置360にタ
グフィールド付き属性情報表の位置と属性IDとを与え
ると、対応するオフセット値とタグフィールドとを出力
する。
In the management information base according to this embodiment, firstly, instead of the class information storage device 100, a class information storage device 360 with a tag field is newly used.
The class information storage device with tag field 360 stores the attribute information table with tag field instead of the attribute information table. When the position of the attribute information table with tag field and the attribute ID are given to the class information storage device with tag field 360, the corresponding offset value and tag field are output.

【0071】第2に、データ格納装置30の代わりに、
タグ無しデータ格納装置350を用いる。タグ無しデー
タ格納装置350では、データ格納装置30が保持して
いたタグフィールド、長さフィールド、及び値フィール
ドから構成される属性の他に、タグフィールドが削除さ
れて長さフィールドと値フィールドとから構成される属
性も保持するようにする。
Second, instead of the data storage device 30,
The untagged data storage device 350 is used. In the untagged data storage device 350, the tag field is deleted from the length field and the value field in addition to the attribute that the data storage device 30 holds, which is composed of the tag field, the length field, and the value field. Be sure to retain the configured attributes as well.

【0072】第3に、タグ付加器320がタグ無しデー
タ格納装置350とタグフィールド付きクラス情報格納
装置360とに接続されている。タグ付加器320に属
性値とタグフィールドとを入力するとタグ・長さ・値フ
ィールドの揃った属性を出力する。
Thirdly, the tag adder 320 is connected to the untagged data storage device 350 and the class information storage device 360 with a tag field. When the attribute value and the tag field are input to the tag adder 320, the attributes in which the tag / length / value fields are complete are output.

【0073】図8は、本発明の第2の実施形態に係る管
理情報ベースの動作を説明するためのフローチャートで
ある。
FIG. 8 is a flow chart for explaining the operation of the management information base according to the second embodiment of the present invention.

【0074】図7及び図8を参照して、本実施形態に係
る管理情報ベースの動作を説明する。
The operation of the management information base according to this embodiment will be described with reference to FIGS. 7 and 8.

【0075】まず、ステップ1210及び1220にお
いて、図6に示したステップ1201及び1202と同
様の処理を行ってタグフィールド付き属性情報表370
のアドレスを得る。
First, in steps 1210 and 1220, the same processing as steps 1201 and 1202 shown in FIG.
Get the address of.

【0076】次に、ステップ1220で得られたタグフ
ィールド付き属性情報表370に属性IDを与えること
により、オフセット値と共にタグフィールドを得る(ス
テップ1230)。
Next, the tag field is obtained together with the offset value by giving the attribute ID to the attribute information table with tag field 370 obtained in step 1220 (step 1230).

【0077】ステップ1240において図6に示したス
テップ1204と同様の処理を行って得られたインスタ
ンス310の位置と、ステップ1230で得られたタグ
フィールドとオフセット値と、をタグ無しデータ格納装
置350に与える(ステップ1250)。そして、タグ
無しデータ格納装置350は、図6に示したステップ1
206と同様の処理を行ってステップ1250で与えら
れた各値から属性の位置を求め(ステップ1260)、
求められた属性とステップ1230で得られたタグフィ
ールドとをタグ付加器320に与える(ステップ127
0)。
In step 1240, the position of the instance 310 obtained by performing the same processing as step 1204 shown in FIG. 6, the tag field and offset value obtained in step 1230 are stored in the untagged data storage device 350. Give (step 1250). Then, the untagged data storage device 350 uses the step 1 shown in FIG.
The same process as 206 is performed to obtain the position of the attribute from each value given in step 1250 (step 1260),
The determined attribute and the tag field obtained in step 1230 are given to the tag adder 320 (step 127).
0).

【0078】その後、与えられたタグフィールドが空か
否かを判断し(ステップ1280)、空である場合(ス
テップ1280で「Yes」の場合)には処理を終了
し、与えられた属性をそのまま最終的な属性とする。一
方、空でない場合(ステップ1280で「No」の場
合)には、与えられた属性は長さフィールドと値フィー
ルドのみで構成されるため、与えられた属性にタグフィ
ールドを結合して最終的な属性値とする(ステップ12
90)。
Thereafter, it is judged whether or not the given tag field is empty (step 1280), and if it is empty (in the case of "Yes" in step 1280), the processing is terminated and the given attribute is left as it is. It is the final attribute. On the other hand, when the attribute is not empty (“No” in step 1280), the given attribute is composed of only the length field and the value field, and thus the tag field is combined with the given attribute to make the final attribute. Attribute value (step 12)
90).

【0079】図7及び図8を参照して、本実施形態に係
る管理情報ベースの動作を具体例を用いてさらに詳細に
説明する。
With reference to FIGS. 7 and 8, the operation of the management information base according to this embodiment will be described in more detail using a specific example.

【0080】まず、第1の具体例を説明する。First, a first specific example will be described.

【0081】FDNと属性ID“12.1.2”のペアを与え
ることにより、インスタンス50の位置と、オフセット
値“12”とタグフィールド“0x02”とを得る(ステップ
1210ないし1240)。そして、これらの各値をタ
グ無しデータ格納装置350に与える(ステップ125
0)。
The position of the instance 50, the offset value "12", and the tag field "0x02" are obtained by giving a pair of FDN and attribute ID "12.1.2" (steps 1210 to 1240). Then, each of these values is given to the untagged data storage device 350 (step 125).
0).

【0082】インスタンスの位置とオフセット値とを用
いて、タグ無しデータ格納装置350が属性310を得
る(ステップ1260)。そして、タグ無しデータ格納
装置350に接続されたタグ付加器322が、与えられ
たタグフィールド“0x02”と属性310の長さフィール
ド320と値フィールド330とを合わせて、ASN.1
/BER形式の属性とする(ステップ1270、ステッ
プ1280、及び1290)。
The untagged data storage device 350 obtains the attribute 310 using the position of the instance and the offset value (step 1260). Then, the tag adder 322 connected to the untagged data storage device 350 combines the given tag field “0x02”, the length field 320 and the value field 330 of the attribute 310, and ASN.1
/ BER format attribute (steps 1270, 1280, and 1290).

【0083】続いて、第2の具体例を説明する。Next, a second concrete example will be described.

【0084】与えられたFDNからインスタンス385
の位置と属性情報表380の位置とを得たとする(ステ
ップ1210、1220、及び1240)。属性情報表
380に属性ID“12.1.22”を与え、オフセット値“2
3”とタグフィールドとを得る(ステップ1230)。
Instance 385 from given FDN
And the position of the attribute information table 380 are obtained (steps 1210, 1220, and 1240). The attribute information table 380 is given the attribute ID “12.1.22” and the offset value “2
Get 3 "and the tag field (step 1230).

【0085】その後、タグ無しデータ格納装置350に
インスタンスの位置とオフセット値とタグフィールドと
を与え(ステップ1250)、タグ無しデータ格納装置
350はインスタンスの位置とオフセット値とから属性
390を得る(ステップ1260)。
After that, the instance position, the offset value, and the tag field are given to the untagged data storage device 350 (step 1250), and the untagged data storage device 350 obtains the attribute 390 from the instance position and the offset value (step). 1260).

【0086】タグ付加器320に属性390とタグフィ
ールドを与えるが(ステップ1270)、本例ではタグ
フィールドが空であるため、属性390を最終的な属性
として出力する(ステップ1280で「Yes」の場
合)。
Although the attribute 390 and the tag field are given to the tag adder 320 (step 1270), since the tag field is empty in this example, the attribute 390 is output as the final attribute ("Yes" in step 1280). If).

【0087】、なお、タグフィールドが空であるもの
は、対応する属性がASN.1のCHOICE型、ANY
型等のように、事前に型が定まらないものであるが、こ
のような場合には、属性390に、タグフィールド、長
さフィールド、及び値フィールドの全てが揃っているた
め、属性390をそのまま最終的な属性として出力す
る。
If the tag field is empty, the corresponding attribute is ASN.1 CHOICE type, ANY.
The type is not determined in advance like the type, but in such a case, the attribute 390 has all the tag field, length field, and value field, and thus the attribute 390 is left as it is. Output as the final attribute.

【0088】前記第1の実施形態に係る管理情報ベース
は、属性の1つ1つが全てタグフィールドを有する構成
となっているため、記憶容量が増大していた。しかし、
共通のクラスから派生したインスタンスの属性は同じ型
を有しているため、複数の属性であっても同じタグフィ
ールドを有する。本実施形態に係る管理情報ベースで
は、同じ属性情報表の同じエントリが指す属性はインス
タンスが異なっても同じタグフィールドを有することが
多いことに着目し、エントリの中にタグフィールドを埋
め込み、属性の方からタグフィールドを削除する構成を
採用する。これにより、本実施形態に係る管理情報ベー
スでは必要とされる記憶容量を削減することができる。
Since the management information base according to the first embodiment has a structure in which each of the attributes has a tag field, the storage capacity is increased. But,
Since the attributes of the instances derived from the common class have the same type, even multiple attributes have the same tag field. In the management information base according to this embodiment, attention is paid to the fact that the attributes pointed to by the same entry in the same attribute information table often have the same tag field even if the instances are different. Adopt a configuration in which the tag field is deleted from the user. As a result, the storage capacity required in the management information base according to this embodiment can be reduced.

【0089】[0089]

【実施形態3】図9は、本発明の第3の実施形態に係る
管理情報ベースの構成を説明するためのブロック図であ
る。
Third Embodiment FIG. 9 is a block diagram for explaining the configuration of the management information base according to the third embodiment of the present invention.

【0090】図9を参照して、本実施形態に係る管理情
報ベースは、ディレクトリ格納装置20と、タグ・長さ
無しデータ格納装置355と、タグ・長さ付きクラス情
報格納装置365と、タグ・長さ付加器325と、を備
える。
Referring to FIG. 9, the management information base according to the present embodiment is a directory storage device 20, a tag / lengthless data storage device 355, a tag / length-added class information storage device 365, and a tag. A length adder 325 is provided.

【0091】図7及び図9を参照して、本実施形態に係
る管理情報ベースと前記第2の実施形態に係る管理情報
ベースとを比較すると、本実施形態に係る管理情報ベー
スでは、属性情報表370にさらに長さフィールドのた
めの欄が加えられ、新たにタグ・長さフィールド付き属
性情報表375に置き換えられている。なお、タグ・長
さフィールド付き属性情報表は属性IDを与えると、オ
フセット値とタグフィールドと長さフィールドとを出力
する。
Referring to FIGS. 7 and 9, comparing the management information base according to the present embodiment with the management information base according to the second embodiment, attribute information in the management information base according to the present embodiment is compared. A column for the length field is further added to the table 370 and is newly replaced by the attribute information table 375 with tag / length field. The attribute information table with tag / length field outputs an offset value, a tag field, and a length field when an attribute ID is given.

【0092】具体的には、第1に、タグフィールド付き
クラス情報格納装置360の代わりに、新たにタグ・長
さフィールド付きクラス情報格納装置365を用いる。
タグ・長さフィールド付きクラス情報格納装置365は
属性情報表の位置と属性IDとを与えることにより、オ
フセット値とタグフィールドと長さフィールドとを出力
する。
Specifically, first, a class information storage device 365 with a tag / length field is newly used instead of the class information storage device 360 with a tag field.
The class information storage device with tag / length field 365 outputs the offset value, the tag field, and the length field by giving the position of the attribute information table and the attribute ID.

【0093】また、第2に、タグフィールド、長さフィ
ールド、及び値フィールドで構成される属性からタグフ
ィールド及び長さフィールドが削除されて、属性は値フ
ィールドからのみ構成される。すなわち、タグ・長さフ
ィールド無しデータ格納装置355を有し、通常の属
性、タグフィールドの無い属性、タグフィールドと長さ
フィールドの無い属性といった各種の属性を格納し、イ
ンスタンスとオフセット値を与えると、対応する属性を
出力する。
Secondly, the tag field and the length field are deleted from the attribute composed of the tag field, the length field and the value field, and the attribute is composed only of the value field. That is, when the tag / length field-less data storage device 355 is provided and various attributes such as normal attributes, attributes without tag fields, attributes without tag fields and length fields are stored, and instances and offset values are given. , Output the corresponding attributes.

【0094】第3に、タグ付加器322の代わりに、タ
グ・長さ付加器325を有している。タグ・長さ付加器
325はタグ・長さ無しデータ格納装置355から出力
された属性と、タグ・長さ付きクラス情報格納装置36
5から出力されたタグフィールドと長さフィールドと、
を入力とし、タグ・長さ・値フィールドの揃った属性を
出力する。
Third, a tag / length adder 325 is provided instead of the tag adder 322. The tag / length adder 325 includes the attributes output from the tag / lengthless data storage device 355 and the class information storage device 36 with a tag / length.
The tag field and length field output from 5,
Input as and output the attributes with the tag, length, and value fields.

【0095】以上説明したように本実施形態に係る管理
情報ベースによれば、長さが静的に定まっているデータ
であれば、前記第2の実施形態に係る管理情報ベースと
比較して、長さフィールドの分だけ、さらに必要とされ
る記憶容量の削減を実現することができる。
As described above, according to the management information base according to the present embodiment, if the data has a statically fixed length, as compared with the management information base according to the second embodiment, Further reduction in the required storage capacity can be realized by the length field.

【0096】[0096]

【実施形態4】図10は、本発明の第4の実施形態に係
る管理情報ベースの構成を説明するためのブロック図で
ある。
Fourth Embodiment FIG. 10 is a block diagram for explaining the configuration of the management information base according to the fourth embodiment of the present invention.

【0097】図10を参照して、本実施形態に係るデー
タ格納装置30には、変換器540が設けられている。
データ格納装置30内の一部に属性コピー領域510が
設けられており、監視対象装置110の中の状態を表す
属性520を始めとする属性が管理されている。また、
このような属性をメンバとするインスタンス550を始
めとするインスタンスも、通常の属性を有するインスタ
ンスと同様に、データ格納装置30に格納されている。
Referring to FIG. 10, the data storage device 30 according to the present embodiment is provided with a converter 540.
An attribute copy area 510 is provided in a part of the data storage device 30, and attributes such as an attribute 520 representing the state in the monitored device 110 are managed. Also,
Instances including the instance 550 having such an attribute as a member are also stored in the data storage device 30 in the same manner as the instance having the normal attribute.

【0098】データ格納装置30内の属性コピー領域5
10以外の部分には、前記第1の実施形態と同様にAS
N.1/BER形式で属性を格納する。属性コピー領域5
10内の属性は、ASN.1/BER形式に変換されるこ
となく、監視対象装置110の状態を表すレジスタ値の
まま格納されている。
Attribute copy area 5 in the data storage device 30
As for parts other than 10, as in the first embodiment, the AS
Stores attributes in N.1 / BER format. Attribute copy area 5
The attribute in 10 is stored as the register value representing the state of the monitoring target device 110 without being converted into the ASN.1 / BER format.

【0099】図11は、本発明の第4の実施形態に係る
管理情報ベースの動作を説明するためのフローチャート
である。図11(A)は監視対象装置110の状態を定
期的に属性コピー領域510にコピーする場合のフロー
チャートであり、図11(B)はマネージャ10の要求
に従って属性にアクセスする場合のフローチャートであ
る。
FIG. 11 is a flow chart for explaining the operation of the management information base according to the fourth embodiment of the present invention. FIG. 11A is a flowchart for copying the status of the monitored device 110 to the attribute copy area 510 on a regular basis, and FIG. 11B is a flowchart for accessing the attribute in accordance with the request from the manager 10.

【0100】図10及び図11を参照して、本実施形態
に係る管理情報ベースの動作を説明する。
The operation of the management information base according to this embodiment will be described with reference to FIGS. 10 and 11.

【0101】まず、図11(A)に従った第1の動作を
説明する。
First, the first operation according to FIG. 11A will be described.

【0102】データ格納装置30が監視対象装置110
の状態を属性コピー領域510にコピーすると(ステッ
プ1410)、所定時間の経過を待ち(ステップ142
0)、所定時間が経過した場合(ステップ1420で
「Yes」の場合)には、ステップ1410に戻って再
度属性コピー領域510へのコピーを行う。一方、所定
時間が経過しない間(ステップ1420で「No」の
間)は、ステップ1420の判断を繰り返し行う。
The data storage device 30 is the monitoring target device 110.
When the state of is copied to the attribute copy area 510 (step 1410), a predetermined time elapses (step 142).
0) If the predetermined time has elapsed (“Yes” in step 1420), the process returns to step 1410 to copy again to the attribute copy area 510. On the other hand, while the predetermined time has not elapsed (while “No” in step 1420), the determination in step 1420 is repeated.

【0103】次に、図11(B)に従った第2の動作を
説明する。
Next, the second operation according to FIG. 11B will be described.

【0104】まず、例えば前記第1の実施形態の図2に
示したステップ1010ないしステップ1050の処理
に従って属性の位置を得て、属性にアクセスする(ステ
ップ1450)。次に、アクセスした属性が属性コピー
領域510内のデータか否かを検査する(ステップ14
55)。属性が属性コピー領域510内のデータである
場合(ステップ1455で「Yes」の場合)には、当
該属性を変換器540を用いてASN.1/BER形式に
変換する。一方、属性が属性コピー領域510内のデー
タでない場合(ステップ1455で「No」の場合)に
は、前記第1の実施形態と同様に属性をそのままアクセ
スする。
First, for example, the attribute position is obtained and the attribute is accessed according to the processing of steps 1010 to 1050 shown in FIG. 2 of the first embodiment (step 1450). Next, it is checked whether the accessed attribute is the data in the attribute copy area 510 (step 14).
55). When the attribute is the data in the attribute copy area 510 (“Yes” in step 1455), the attribute is converted into the ASN.1 / BER format using the converter 540. On the other hand, when the attribute is not the data in the attribute copy area 510 (“No” in step 1455), the attribute is directly accessed as in the first embodiment.

【0105】通常、ASN.1/BER形式のデータより
監視対象装置110のレジスタで実現されるデータの方
が必要とされる記憶領域が少なくて済むため、本実施形
態に係る管理データベースは、より少ない記憶領域で実
現することができる。
Generally, since the storage area required for the data realized by the register of the monitored device 110 is smaller than that for the ASN.1 / BER format data, the management database according to the present embodiment is more efficient. It can be realized with a small storage area.

【0106】また、通常、監視対象装置110の状態を
データ格納装置30内の属性に反映するのに定期的なコ
ピー操作を行うと共に、ASN.1/BER形式のデータ
変換も行うが、本実施形態では、マネージャ10からア
クセスされない限り、ASN.1/BER形式に変換され
ないため、マネージャ10からの属性コピー領域510
内の属性へのアクセスが少ない場合には、処理速度を向
上させることができる。
In addition, normally, in order to reflect the status of the monitored device 110 in the attribute in the data storage device 30, a periodical copy operation is performed and data conversion in ASN.1 / BER format is also performed. In the form, the attribute copy area 510 from the manager 10 is not converted to the ASN.1 / BER format unless it is accessed from the manager 10.
The processing speed can be improved when there are few accesses to the attributes.

【0107】なお、本実施形態は、前記第1の実施形態
の他に、前記第2及び第3の実施形態に対しても同様に
適用することができる。
The present embodiment can be similarly applied to the second and third embodiments in addition to the first embodiment.

【0108】[0108]

【実施形態5】図12は、本発明の第5の実施形態に係
る管理情報ベースの構成を説明するためのブロック図で
ある。
Fifth Embodiment FIG. 12 is a block diagram for explaining the configuration of the management information base according to the fifth embodiment of the present invention.

【0109】図12を参照して、本実施形態に係る管理
情報ベースは、ディレクトリ格納装置20と、データ格
納装置30と、クラス情報格納装置100と、を備え、
マネージャ10とディレクトリ格納装置20との間に識
別子変換器410を備える。
Referring to FIG. 12, the management information base according to this embodiment includes a directory storage device 20, a data storage device 30, and a class information storage device 100.
An identifier converter 410 is provided between the manager 10 and the directory storage device 20.

【0110】ディレクトリ格納装置20は、システム内
で用いるオブジェクト識別子の間だけで唯一性を保証す
る内部オブジェクト識別子を備える。なお、内部オブジ
ェクト識別子はシステム内だけで唯一性を保証すれば済
むため、全世界での唯一性を保証するオブジェクト識別
子よりも小さく、しかも構造が簡単である。
The directory storage device 20 has an internal object identifier that guarantees uniqueness only among the object identifiers used in the system. Since the internal object identifier only needs to guarantee uniqueness within the system, it is smaller than the object identifier that guarantees uniqueness in the whole world, and its structure is simple.

【0111】内部識別子ディレクトリ構造体420、4
60を始めとする内部識別子ディレクトリ構造体が有す
るID表内のオブジェクト識別子は内部オブジェクト識
別子として表現される。また、本実施形態に係る内部識
別子ディレクトリ構造体が保持するID表は内部ID表
と呼ばれる。なお、内部ID表は内部オブジェクト識別
子を与えると、対応する(内部識別子)ディレクトリ副
構造体を出力する。
Internal identifier directory structure 420, 4
Object identifiers in the ID table included in the internal identifier directory structure such as 60 are represented as internal object identifiers. The ID table held by the internal identifier directory structure according to this embodiment is called an internal ID table. Note that the internal ID table outputs a corresponding (internal identifier) directory substructure when an internal object identifier is given.

【0112】なお、マネージャ10から与えられたFD
Nや属性ID内のオブジェクト識別子は、識別子変換器
410で一旦内部オブジェクト識別子に変換された後、
ディレクトリ格納装置20に入力される。
The FD given by the manager 10
The object identifier in N or the attribute ID is once converted into an internal object identifier by the identifier converter 410,
It is input to the directory storage device 20.

【0113】図13は、本発明の第5の実施形態に係る
管理情報ベースの動作を説明するためのフローチャート
である。
FIG. 13 is a flow chart for explaining the operation of the management information base according to the fifth embodiment of the present invention.

【0114】図12及び図13を参照して、本実施形態
に係る管理情報ベースの動作を説明する。
The operation of the management information base according to this embodiment will be described with reference to FIGS. 12 and 13.

【0115】まず、マネージャ10からFDNと属性I
Dとを受け取ると(ステップ1310)、識別子変換器
410が、FDNと属性IDとが含むオブジェクト識別
子をすべて内部オブジェクト識別子に変換する(ステッ
プ1320)。そして、オブジェクト識別子の代わり
に、変換された内部オブジェクト識別子を用いて属性を
アクセスする(ステップ1330)。なお、属性へのア
クセスは、例えば、前記第1の実施形態の図4に示した
ステップ1110ないし1180と同様の処理によって
行われる。
First, the manager 10 sends the FDN and the attribute I
Upon receiving D and (step 1310), the identifier converter 410 converts all the object identifiers included in the FDN and the attribute ID into internal object identifiers (step 1320). Then, the attribute is accessed using the converted internal object identifier instead of the object identifier (step 1330). The access to the attribute is performed, for example, by the same processing as steps 1110 to 1180 shown in FIG. 4 of the first embodiment.

【0116】本実施形態に係る管理情報ベースによれ
ば、用いられる内部オブジェクト識別子が、通常のオブ
ジェクト識別子よりサイズが小さく、しかも構造が簡単
であるため、必要とされる記憶容量のサイズを小さく済
ませることができる。
According to the management information base of this embodiment, the size of the internal object identifier used is smaller than that of a normal object identifier, and the structure is simple, so that the required storage capacity can be reduced. be able to.

【0117】また、内部オブジェクト識別子同士の比較
演算の方がオブジェクト識別子同士の比較演算よりも高
速に行なえるため、処理速度を向上させることができ
る。
Further, since the comparison calculation between the internal object identifiers can be performed at a higher speed than the comparison calculation between the object identifiers, the processing speed can be improved.

【0118】なお、本実施形態は、前記第1の実施形態
の他に、前記第2及び第3の実施形態に対しても同様に
適用することができ、また、前記第4の実施形態と共に
適用することもできる。
The present embodiment can be similarly applied to the second and third embodiments in addition to the first embodiment, and together with the fourth embodiment. It can also be applied.

【0119】[0119]

【実施形態6】図14は、本発明の第6の実施形態に係
る管理情報ベースの構成を説明するためのブロック図で
ある。
Sixth Embodiment FIG. 14 is a block diagram for explaining the configuration of the management information base according to the sixth embodiment of the present invention.

【0120】図14を参照して、本実施形態に係る管理
情報ベースのデータ格納装置は、例えば前記第1の実施
形態に係る管理情報ベースのデータ格納装置30に格納
されている属性の代わりに、その一部に属性取得関数6
40を始めとする属性取得関数を格納しておく。
Referring to FIG. 14, the management information-based data storage device according to the present embodiment is replaced with the attributes stored in the management information-based data storage device 30 according to the first embodiment, for example. , Part of it is attribute acquisition function 6
The attribute acquisition functions including 40 are stored.

【0121】データ格納装置30は、ディレクトリ格納
装置20から入力されたインスタンスのアドレスとオフ
セット値とから指定される属性が属性取得関数の場合に
は、その属性取得関数を起動する。起動された属性取得
関数は、本来属性取得関数の代わりにあるべき属性値を
監視対象装置110から取得して属性とする。
If the attribute designated by the instance address and offset value input from the directory storage device 20 is the attribute acquisition function, the data storage device 30 activates the attribute acquisition function. The activated attribute acquisition function acquires an attribute value that should originally be in place of the attribute acquisition function from the monitoring target device 110 and sets it as an attribute.

【0122】図15は、本発明の第6の実施形態に係る
管理情報ベースの動作を説明するためのフローチャート
である。
FIG. 15 is a flow chart for explaining the operation of the management information base according to the sixth embodiment of the present invention.

【0123】図14及び図15を参照して、本実施形態
に係る管理情報ベースの動作を説明する。
The operation of the management information base according to this embodiment will be described with reference to FIGS. 14 and 15.

【0124】まず、例えば前記第1の実施形態の図2に
示したステップ1010ないしステップ1050の処理
に従って、属性を指すポインタを得る(ステップ151
0)。
First, for example, in accordance with the processing of steps 1010 to 1050 shown in FIG. 2 of the first embodiment, a pointer indicating an attribute is obtained (step 151).
0).

【0125】次に、ポインタが指し示す先が属性取得関
数(メソッド)か普通の属性かを検査する(ステップ1
515)。ここで、属性取得関数の場合(ステップ15
15で「Yes」の場合)には、属性取得関数を起動す
る(ステップ1520)。起動された属性取得関数はF
DNと属性IDとから指定される本来の属性を監視対象
装置110から取得し、これを属性とする(ステップ1
530)。
Next, it is checked whether the destination pointed by the pointer is an attribute acquisition function (method) or a normal attribute (step 1).
515). Here, in the case of the attribute acquisition function (step 15)
If “Yes” in 15), the attribute acquisition function is activated (step 1520). The activated attribute acquisition function is F
The original attribute specified by the DN and the attribute ID is acquired from the monitoring target device 110, and is set as the attribute (step 1
530).

【0126】一方、ポインタが指し示す先が通常の属性
である場合(ステップ1515で「No」の場合)に
は、ステップ1160と同様にポインタが指し示す先の
属性をアクセスする(ステップ1540)。
On the other hand, if the destination pointed to by the pointer has a normal attribute ("No" in step 1515), the destination attribute pointed to by the pointer is accessed as in step 1160 (step 1540).

【0127】本実施形態に係る管理情報ベースによれ
ば、監視対象装置110での状態変化が激しい属性で、
しかも監視対象装置110の状態と対応するデータ格納
装置30内の属性との一貫性を維持することが重要な属
性に対して属性取得関数を利用し、必要なときに最新の
属性を得るようにすることができる。
According to the management information base according to the present embodiment, the attribute of the status change in the monitored device 110 is drastic,
Moreover, the attribute acquisition function is used for an attribute for which it is important to maintain the consistency between the state of the monitored device 110 and the corresponding attribute in the data storage device 30, and the latest attribute is obtained when necessary. can do.

【0128】また、監視対象装置110の状態とデータ
格納装置30内のデータの一貫性を維持しつつ、属性取
得関数と属性をマネージャ10やディレクトリ格納装置
20の変更を伴うことなく独立して実現することができ
る。さらに、データ格納装置30やクラス情報格納装置
100の変更も最小限とすることができる。
Further, the attribute acquisition function and the attribute are independently realized without changing the manager 10 or the directory storage device 20 while maintaining the consistency of the state of the monitored device 110 and the data in the data storage device 30. can do. Furthermore, changes in the data storage device 30 and the class information storage device 100 can be minimized.

【0129】なお、本実施形態は、前記第1の実施形態
の他に、前記第2及び第3の実施形態に対しても同様に
適用することができ、また、前記第4及び第5の実施形
態と共に適用することもできる。
The present embodiment can be similarly applied to the second and third embodiments in addition to the first embodiment, and the fourth and fifth embodiments can be similarly applied. It can also be applied together with the embodiment.

【0130】[0130]

【実施形態7】図16は、本発明の第7の実施形態に係
る管理情報ベースの構成を説明するためのブロック図で
ある。
Seventh Embodiment FIG. 16 is a block diagram for explaining the configuration of the management information base according to the seventh embodiment of the present invention.

【0131】図16を参照して、本実施形態に係る管理
情報ベースのデータ格納装置30では、例えば前記第1
の実施形態に係る管理情報ベースに加えて、マネージャ
10とディレクトリ格納装置20とに接続されるキャッ
シュ910と、このキャッシュ910を検索し、また所
定のアルゴリズムに従って置換するキャッシュ検索器9
00を備えた構成となっている。
With reference to FIG. 16, in the management information-based data storage device 30 according to the present embodiment, for example, the first
In addition to the management information base according to the embodiment of the present invention, a cache 910 connected to the manager 10 and the directory storage device 20, and a cache searcher 9 that searches this cache 910 and replaces it according to a predetermined algorithm.
00 is provided.

【0132】キャッシュ910は、FDNとインスタン
スの位置と属性情報表の位置との3つの対応関係の一部
を記録するものである。なお、キャッシュ検索器900
は、マネージャ10とディレクトリ格納装置20とクラ
ス情報格納装置100とにそれぞれ接続されている。
The cache 910 records a part of three correspondences between the FDN, the instance position, and the attribute information table position. The cache searcher 900
Are connected to the manager 10, the directory storage device 20, and the class information storage device 100, respectively.

【0133】キャッシュ検索器900がマネージャ10
からFDNを与えられると、まずキャッシュ検索器90
0がキャッシュ910を検索し、与えられたFDNと一
致するエントリを探し出す。一致するエントリが探し出
された場合には、そのエントリからインスタンスの位置
と属性情報表の位置とを得る。
The cache searcher 900 is the manager 10
When the FDN is given from the cache searcher 90,
0 searches the cache 910 for an entry that matches the given FDN. When a matching entry is found, the position of the instance and the position of the attribute information table are obtained from the entry.

【0134】一方、キャッシュ検索器900が与えられ
たFDNと一致するエントリをキャッシュ910から探
し出せなかった場合には、ディレクトリ格納装置20に
FDNを与え、例えば前記第1の実施形態の図2に示し
た処理に従ってインスタンスの位置と属性情報表の位置
とをディレクトリ格納装置20を用いて探し出す。そし
て、その結果得られたインスタンスの位置と属性情報表
の位置とを、与えられたFDNと対応させて一エントリ
とし、キャッシュ910内の既に格納されているエント
リと置き換える。
On the other hand, if the cache searcher 900 cannot find an entry in the cache 910 that matches the given FDN, it gives the FDN to the directory storage device 20, for example, as shown in FIG. 2 of the first embodiment. The location of the instance and the location of the attribute information table are searched for using the directory storage device 20 in accordance with the processing described above. Then, the position of the instance and the position of the attribute information table obtained as a result are made one entry in correspondence with the given FDN and replaced with the entry already stored in the cache 910.

【0135】図17は、本発明の第7の実施形態に係る
管理情報ベースの動作を説明するためのフローチャート
である。
FIG. 17 is a flow chart for explaining the operation of the management information base according to the seventh embodiment of the present invention.

【0136】図16及び図17を参照して、本実施形態
に係る管理情報ベースの動作を説明する。
The operation of the management information base according to this embodiment will be described with reference to FIGS. 16 and 17.

【0137】まず、キャッシュ検索器900がマネージ
ャ10からFDNを受け取ると(ステップ1910)、
キャッシュ検索器900がキャッシュ910を検索し、
与えられたFDNと一致するエントリを探し出す(ステ
ップ1920)。
First, when the cache searcher 900 receives an FDN from the manager 10 (step 1910),
The cache searcher 900 searches the cache 910,
Find an entry that matches the given FDN (step 1920).

【0138】与えられたFDNと一致するエントリが探
し出された場合(ステップ1925で「Yes」の場
合)には、エントリが保持するインスタンスの位置と属
性情報表の位置とを用い、例えば前記第1の実施形態の
図2に示したステップ1030、1050、及び106
0の処理に従って属性にアクセスする(ステップ196
0)。
When an entry that matches the given FDN is found (in the case of "Yes" in step 1925), the position of the instance held by the entry and the position of the attribute information table are used, for example, the above-mentioned Steps 1030, 1050, and 106 shown in FIG. 2 for one embodiment.
The attribute is accessed according to the processing of 0 (step 196).
0).

【0139】一方、与えられたFDNと一致するエント
リが探し出せなかった場合(ステップ1925で「N
o」の場合)には、ディレクトリ格納装置20にFDN
を与え、例えば図2に示したステップ1020及び10
40の処理に従ってインスタンスの位置と属性情報表の
位置とを得る(ステップ1930)。
On the other hand, if no entry matching the given FDN can be found ("N" in step 1925).
In the case of “o”), the FDN is stored in the directory storage device 20.
, For example steps 1020 and 10 shown in FIG.
According to the processing of 40, the position of the instance and the position of the attribute information table are obtained (step 1930).

【0140】そして、例えば図2に示したステップ10
30、1050、及び1060の処理に従って属性にア
クセスする(ステップ1940)。なお、ステップ19
30で得られたFDNとインスタンスの位置と属性情報
表の位置との3つの対応関係は、キャッシュ検索器90
0を用いてキャッシュ910の1エントリと置き換えら
れる(ステップ1950)。
Then, for example, step 10 shown in FIG.
The attributes are accessed according to the processing of 30, 1050, and 1060 (step 1940). Note that step 19
The cache search unit 90 has three correspondences between the FDN, the instance position, and the attribute information table position obtained in step 30.
It is replaced with one entry in cache 910 using 0 (step 1950).

【0141】図16及び図17を参照して、本実施形態
に係る管理情報ベースの動作を具体例を用いてさらに詳
細に説明する。
With reference to FIGS. 16 and 17, the operation of the management information base according to this embodiment will be described in more detail using a specific example.

【0142】第1の具体例として、キャッシュ検索器9
00がマネージャ10から{{12.3.1.2−12},{12.
3.1−91},{12.1.2−1}}からなるFDNを受け取っ
たとする(ステップ1910)。この場合には、キャッ
シュ検索器900がキャッシュ910を検索した結果
(ステップ1920)、与えられたFDNと一致するエ
ントリを探し出されるため(ステップ1925で「Ye
s」の場合)、エントリ上のインスタンスの位置と属性
情報表の位置とに基づいて属性に直接アクセスする(ス
テップ1960)。
As a first specific example, the cache search unit 9
00 from the manager 10 {{12.3.1.2-12}, {12.
It is assumed that an FDN composed of 3.1-91} and {12.1.2-1}} is received (step 1910). In this case, as a result of the cache searcher 900 searching the cache 910 (step 1920), an entry matching the given FDN is searched for (“Yes” in step 1925).
s ”), the attribute is directly accessed based on the position of the instance on the entry and the position of the attribute information table (step 1960).

【0143】第2の具体例として、キャッシュ検索器9
00がマネージャ10から{{12.3.1.2−11},{12.
3.1−91},{12.1.2−1}}からなるFDNを受け取っ
たとする(ステップ1910)。図16に示しように、
本例のFDNがキャッシュ910内に格納されておら
ず、キャッシュ検索器900がキャッシュ910を検索
しても、一致するエントリが探し出せないとする。この
場合(ステップ1925で「No」の場合)には、キャ
ッシュ検索器900がディレクトリ格納装置20にFD
Nを与え、前記第1の実施形態と同様の処理に従って属
性にアクセスする(ステップ1930及び1940)。
そして、与えられたFDNに基づいて、ディレクトリ格
納装置20が出力するインスタンスの位置と属性情報表
の位置とを、FDNと共にキャッシュ910に格納され
ているいずれかのエントリと置き換える(ステップ19
50)。
As a second specific example, the cache search unit 9
00 from the manager 10 {{12.3.1.2-11}, {12.
It is assumed that an FDN composed of 3.1-91} and {12.1.2-1}} is received (step 1910). As shown in FIG.
It is assumed that the FDN of this example is not stored in the cache 910, and even if the cache search unit 900 searches the cache 910, a matching entry cannot be found. In this case (“No” in step 1925), the cache searcher 900 stores the FD in the directory storage device 20.
N is given and the attribute is accessed according to the same processing as in the first embodiment (steps 1930 and 1940).
Then, based on the given FDN, the position of the instance and the position of the attribute information table output by the directory storage device 20 are replaced with any of the entries stored in the cache 910 together with the FDN (step 19).
50).

【0144】本実施形態に係る管理情報ベースによれ
ば、FDNからインスタンスの位置と属性情報表の位置
への変換を、ディレクトリ格納装置を介して時間をかけ
て行うのではなく、一部のFDNについてはキャッシュ
に一時的に蓄えておき、このキャッシュ内に蓄えられて
いるFDNについてはディレクトリ装置を介さずに直接
変換を行なうことができるため、処理速度の高速化を図
ることができる。
According to the management information base according to the present embodiment, the conversion from the FDN to the position of the instance and the position of the attribute information table is not performed through the directory storage device over time, but a part of the FDN is used. Is temporarily stored in the cache, and the FDN stored in this cache can be directly converted without using the directory device, so that the processing speed can be increased.

【0145】なお、本実施形態は、前記第1の実施形態
の他に、前記第2及び第3の実施形態に対しても同様に
適用することができ、また、前記第4ないし第6の実施
形態と共に適用することもできる。
The present embodiment can be similarly applied to the second and third embodiments in addition to the first embodiment, and the fourth to sixth embodiments can be applied. It can also be applied together with the embodiment.

【0146】[0146]

【実施形態8】図18は、本発明の第8の実施形態に係
る管理情報ベースの構成を説明するためのブロック図で
ある。
Eighth Embodiment FIG. 18 is a block diagram for explaining the configuration of the management information base according to the eighth embodiment of the present invention.

【0147】図18を参照して、本実施形態に係る管理
情報ベースは、前記第7の実施形態に係る管理情報ベー
スのキャッシュ910の代わりに、FDNの一部とディ
レクトリ構造体の位置との対応関係を保持する新たなキ
ャッシュ950を備える。
Referring to FIG. 18, the management information base according to the present embodiment includes a part of the FDN and the position of the directory structure instead of the management information base cache 910 according to the seventh embodiment. A new cache 950 that holds the correspondence relationship is provided.

【0148】図19は、本発明の第8の実施形態に係る
管理情報ベースの動作を説明するためのフローチャート
である。
FIG. 19 is a flow chart for explaining the operation of the management information base according to the eighth embodiment of the present invention.

【0149】図18及び図19を参照して、本実施形態
に係る管理情報ベースの動作を説明する。
The operation of the management information base according to this embodiment will be described with reference to FIGS. 18 and 19.

【0150】まず、キャッシュ検索器900がマネージ
ャ10からFDNを受け取ると(ステップ2050)、
キャッシュ検索器900がキャッシュ950を検索し、
与えられたFDNの先頭から一部が一致するエントリを
探し出す(ステップ2060)。
First, when the cache searcher 900 receives an FDN from the manager 10 (step 2050),
The cache searcher 900 searches the cache 950,
An entry that partially matches the beginning of the given FDN is searched for (step 2060).

【0151】与えられたFDNの先頭から一部が一致す
るエントリが探し出された場合(ステップ2065で
「Yes」の場合)には、そのエントリが保持するディ
レクトリ構造体の位置から得られたディレクトリ構造体
をルートディレクトリ構造体とし、ディレクトリ格納装
置20にFDNの一致した部分以外の一部を与え、ディ
レクトリ格納装置20を用いてインスタンスの位置と属
性情報表の位置とを得る(ステップ2100)。そし
て、前記第1の実施形態の図2に示したステップ103
0、1050、及び1060の処理に従って属性にアク
セスする(ステップ2110)。
When a partially matching entry is found from the beginning of the given FDN (in the case of "Yes" in step 2065), the directory obtained from the position of the directory structure held by the entry. The structure is used as a root directory structure, a part other than the part where the FDN matches is given to the directory storage device 20, and the position of the instance and the position of the attribute information table are obtained using the directory storage device 20 (step 2100). Then, the step 103 shown in FIG. 2 of the first embodiment.
The attribute is accessed according to the processing of 0, 1050, and 1060 (step 2110).

【0152】一方、与えられたFDNの先頭から一部で
も一致するエントリを探し出せなかった場合(ステップ
2065で「No」の場合)には、ディレクトリ格納装
置20にFDNを与え、例えば図2に示したステップ1
020及び1040の処理に従ってインスタンスの位置
と属性情報表の位置とを得る(ステップ2070)。
On the other hand, if no matching entry can be found from the beginning of the given FDN (if No in step 2065), the FDN is given to the directory storage device 20, for example, as shown in FIG. Step 1
According to the processing of 020 and 1040, the position of the instance and the position of the attribute information table are obtained (step 2070).

【0153】そして、例えば図2に示したステップ10
30、1050、及び1060の処理に従って属性にア
クセスする(ステップ2080)。なお、FDNの先頭
の一部とこれに対応するディレクトリ構造体とは、キャ
ッシュ検索器900を用いてキャッシュ950の1エン
トリと置き換える(ステップ2090)。
Then, for example, step 10 shown in FIG.
The attribute is accessed according to the processing of 30, 1050, and 1060 (step 2080). A part of the head of the FDN and the corresponding directory structure are replaced with one entry in the cache 950 using the cache searcher 900 (step 2090).

【0154】図18及び図19を参照して、本実施形態
に係る管理情報ベースの動作を具体例を用いてさらに詳
細に説明する。
With reference to FIGS. 18 and 19, the operation of the management information base according to this embodiment will be described in more detail using a specific example.

【0155】一例として、キャッシュ検索器900がマ
ネージャ10から{{12.3.1.2−12},{12.3.1−9
1},{12.1.2−1}}からなるFDNを受け取ったとす
る(ステップ2050)。キャッシュ検索器900がキ
ャッシュ910を検索し(ステップ2060)、与えら
れたFDNの先頭の一部{{12.3.1.2−12},{12.3.1
−91}}と一致するエントリを探し出したとする(ステ
ップ2065で「Yes」の場合)。この場合には、探
し出したエントリに格納されているディレクトリ構造体
の位置に基づいてルートとなるディレクトリ構造体を求
め、ディレクトリ格納装置20にFDNの残りの部分で
ある{{12.1.2−1}}を与え、ディレクトリ格納装置
20を用いてインスタンスの位置と属性情報表の位置と
を得る(ステップ2100)。そして、最終的に属性に
アクセスする(ステップ2110)。
As an example, the cache searcher 900 receives from the manager 10 {{12.3.1.2-12}, {12.3.1-9].
It is assumed that the FDN including 1} and {12.1.2-1}} is received (step 2050). The cache searcher 900 searches the cache 910 (step 2060), and a part of the beginning of the given FDN {{12.3.1.2-12}, {12.3.1].
It is assumed that an entry matching -91}} is found (in the case of "Yes" in step 2065). In this case, the root directory structure is obtained based on the position of the directory structure stored in the found entry, and the remaining part of the FDN is stored in the directory storage device 20 {{12.1.2-1}. } And the position of the instance and the position of the attribute information table are obtained using the directory storage device 20 (step 2100). Finally, the attributes are accessed (step 2110).

【0156】本実施形態に係る管理情報ベースによれ
ば、前記第7の実施形態と比較して、FDNに含まれる
RDNの途中までが一致すればよいので、キャッシュに
おけるのヒット率をより向上させることができる。
According to the management information base according to the present embodiment, as compared with the seventh embodiment, it is sufficient that the RDNs included in the FDN coincide with each other in the middle, so that the hit rate in the cache is further improved. be able to.

【0157】なお、本実施形態は、前記第1の実施形態
の他に、前記第2及び第3の実施形態に対しても同様に
適用することができ、また、前記第4ないし第6の実施
形態と共に適用することもできる。
The present embodiment can be similarly applied to the second and third embodiments in addition to the first embodiment, and the fourth to sixth embodiments can be applied. It can also be applied together with the embodiment.

【0158】以上、本発明の好ましい実施形態を各種説
明してきたが、本発明はこれらの実施形態に限定される
ものではなく、本発明の原理に準ずる各種の実施形態を
含む。
Although various preferred embodiments of the present invention have been described above, the present invention is not limited to these embodiments and includes various embodiments according to the principle of the present invention.

【0159】例えば、本発明の管理情報ベースは、OS
Iに従ったネットワーク用の管理情報ベースとして特に
好適であるが、ASN.1/BER形式でデータを管理
するSNMP(Simple Network Management Protocol)
型のネットワークの管理情報ベースとしても用いること
ができ、さらに、より一般的なネットワーク管理情報ベ
ースへの適用も可能である。
For example, the management information base of the present invention is an OS
It is particularly suitable as a management information base for networks according to I.I. SNMP (Simple Network Management Protocol) that manages data in 1 / BER format
It can also be used as a management information base of a type network, and can also be applied to a more general network management information base.

【0160】[0160]

【発明の効果】以上説明したように、本発明の管理情報
ベースシステムによれば、記憶領域をディレクトリ格納
装置、データ格納装置、クラス情報格納装置の3種類に
分類し、管理情報ベースで必要な情報を独立した3種類
の情報に分割するため、属性に応じた細かな情報管理を
実現することができる。
As described above, according to the management information base system of the present invention, the storage area is classified into three types, that is, the directory storage device, the data storage device, and the class information storage device, and the management information base is required. Since the information is divided into three types of independent information, detailed information management according to the attribute can be realized.

【0161】また、本発明の管理情報ベースシステムに
よれば、ASN.1/BER形式で表現されている属性か
らタグフィールドを分離し、共通のタグフィールドを属
性情報表に配置するため、余分なタグフィールドを省略
して必要な記憶容量を削減することができる。
Further, according to the management information base system of the present invention, the tag field is separated from the attribute expressed in the ASN.1 / BER format, and the common tag field is arranged in the attribute information table. The tag field can be omitted to reduce the required storage capacity.

【0162】さらに、本発明の管理情報ベースシステム
によれば、静的に長さが決まっている属性から長さフィ
ールドを分離し、共通の長さフィールドを属性情報表に
配置するため、必要な記憶容量を削減することができ
る。
Further, according to the management information base system of the present invention, it is necessary to separate the length field from the attribute whose length is statically determined and to arrange the common length field in the attribute information table. The storage capacity can be reduced.

【0163】なお、本発明の管理情報ベースシステムに
おいて、一部の属性をASN.1/BER形式でなく、監
視対象装置の状態を表すレジスタの表現のままデータ格
納装置に格納することにより、必要な記憶容量を削減す
ることができ、さらに、属性へのアクセス頻度が少ない
場合には属性形式の変換に要するコストを削減すること
ができる。
In the management information base system of the present invention, it is necessary to store some attributes in the data storage device as they are, not in the ASN.1 / BER format but in the form of the register representing the state of the monitored device. It is possible to reduce the required storage capacity, and further, it is possible to reduce the cost required for converting the attribute format when the access frequency to the attribute is low.

【0164】また、本発明の管理情報ベースシステムに
おいて、オブジェクト識別子の代わりにシステム内での
み唯一性を保証する内部オブジェクト識別子を用いるこ
とにより、必要な記憶容量を削減することができ、さら
にインスタンス及び属性の検索スピードを向上させるこ
とができる。
Further, in the management information base system of the present invention, by using the internal object identifier which guarantees uniqueness only in the system, instead of the object identifier, the required storage capacity can be reduced, and the instance and instance The search speed of attributes can be improved.

【0165】さらに、本発明の管理情報ベースシステム
において、属性の代わりに、属性を指すポインタの先に
属性取得関数を配置することにより、変化の激しい属性
に効果的に対応することができ、また通常の属性をアク
セスする場合と属性取得関数を介して属性をアクセスす
る場合とを統一的に扱うことができる。
Further, in the management information base system of the present invention, by disposing the attribute acquisition function at the end of the pointer pointing to the attribute instead of the attribute, it is possible to effectively cope with the attribute that changes drastically. It is possible to handle the case of accessing a normal attribute and the case of accessing an attribute through an attribute acquisition function in a unified manner.

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

【図1】本発明の第1の実施形態に係る管理情報ベース
の構成を説明するためのブロック図である。
FIG. 1 is a block diagram illustrating a configuration of a management information base according to a first embodiment of the present invention.

【図2】本発明の第1の実施形態に係る管理情報ベース
の動作を説明するためのフローチャートである。
FIG. 2 is a flowchart for explaining the operation of the management information base according to the first embodiment of the present invention.

【図3】本発明の第1の実施形態に係る管理情報ベース
のディレクトリ格納装置20の構成を説明するためのブ
ロック図である。
FIG. 3 is a block diagram for explaining a configuration of a management information base directory storage device 20 according to the first embodiment of the present invention.

【図4】本発明の第1の実施形態に係る管理情報ベース
のディレクトリ格納装置20の動作を説明するためのフ
ローチャートである。
FIG. 4 is a flowchart illustrating an operation of the management information base directory storage device 20 according to the first exemplary embodiment of the present invention.

【図5】本発明の第1の実施形態に係る管理情報ベース
のクラス情報格納装置100の構成を説明するためのブ
ロック図である。
FIG. 5 is a block diagram illustrating a configuration of a management information base class information storage device 100 according to the first embodiment of the present invention.

【図6】本発明の第1の実施形態に係る管理情報ベース
のクラス情報格納装置100の動作を説明するためのフ
ローチャートである。
FIG. 6 is a flowchart illustrating an operation of the management information base class information storage device 100 according to the first embodiment of the present invention.

【図7】本発明の第2の実施形態に係る管理情報ベース
の構成を説明するためのブロック図である。
FIG. 7 is a block diagram for explaining a configuration of a management information base according to the second embodiment of the present invention.

【図8】本発明の第2の実施形態に係る管理情報ベース
の動作を説明するためのフローチャートである。
FIG. 8 is a flowchart illustrating an operation of a management information base according to the second exemplary embodiment of the present invention.

【図9】本発明の第3の実施形態に係る管理情報ベース
の構成を説明するためのブロック図である。
FIG. 9 is a block diagram illustrating a configuration of a management information base according to a third embodiment of the present invention.

【図10】本発明の第4の実施形態に係る管理情報ベー
スの構成を説明するためのブロック図である。
FIG. 10 is a block diagram illustrating a configuration of a management information base according to a fourth embodiment of the present invention.

【図11】本発明の第4の実施形態に係る管理情報ベー
スの動作を説明するためのフローチャートである。
FIG. 11 is a flowchart illustrating an operation of a management information base according to the fourth exemplary embodiment of the present invention.

【図12】本発明の第5の実施形態に係る管理情報ベー
スの構成を説明するためのブロック図である。
FIG. 12 is a block diagram for explaining a configuration of a management information base according to a fifth embodiment of the present invention.

【図13】本発明の第5の実施形態に係る管理情報ベー
スの動作を説明するためのフローチャートである。
FIG. 13 is a flowchart illustrating an operation of a management information base according to the fifth exemplary embodiment of the present invention.

【図14】本発明の第6の実施形態に係る管理情報ベー
スの構成を説明するためのブロック図である。
FIG. 14 is a block diagram illustrating a configuration of a management information base according to a sixth embodiment of the present invention.

【図15】本発明の第6の実施形態に係る管理情報ベー
スの動作を説明するためのフローチャートである。
FIG. 15 is a flowchart illustrating an operation of a management information base according to the sixth exemplary embodiment of the present invention.

【図16】本発明の第7の実施形態に係る管理情報ベー
スの構成を説明するためのブロック図である。
FIG. 16 is a block diagram illustrating a configuration of a management information base according to a seventh embodiment of the present invention.

【図17】本発明の第7の実施形態に係る管理情報ベー
スの動作を説明するためのフローチャートである。
FIG. 17 is a flowchart illustrating an operation of a management information base according to the seventh exemplary embodiment of the present invention.

【図18】本発明の第8の実施形態に係る管理情報ベー
スの構成を説明するためのブロック図である。
FIG. 18 is a block diagram illustrating a configuration of a management information base according to an eighth embodiment of the present invention.

【図19】本発明の第8の実施形態に係る管理情報ベー
スの動作を説明するためのフローチャートである。
FIG. 19 is a flowchart illustrating an operation of a management information base according to the eighth exemplary embodiment of the present invention.

【図20】従来の管理情報ベースの構成を説明するため
のブロック図である。
FIG. 20 is a block diagram for explaining the configuration of a conventional management information base.

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

10 マネージャ 20 ディレクトリ格納装置 30 データ格納装置 50 インスタンス 60、310、345 インスタンス50の保持する属
性 70 属性情報表 100 クラス情報格納装置 110 監視対象装置 240 ディレクトリ構造体(ルートディレクトリ構造
体) 242 インスタンスポインタ 246 ID表 250 ディレクトリ副構造体 253 クラスタグ 257 RDN属性値表 260 ディレクトリ構造体 302 タグフィールド 320 長さフィールド 330 値フィールド 322 タグ付加器 325 タグ・長さ付加器 350 タグ無しデータ格納装置 355 タグ・長さフィールド無しデータ格納装置 360 タグフィールド付きクラス情報格納装置 365 タグ・長さフィールド付きクラス情報格納装置 370、380 タグフィールド付き属性情報表 375 タグフィールド・長さフィールド付き属性情報
表 385 インスタンス 390 インスタンス385の保持する属性 410 識別子変換器 420、440 内部識別子ディレクトリ構造体 425 内部ID表 510 属性コピー領域 520 属性コピー領域510内の属性 540 変換器 550 インスタンス 640 属性取得関数 720 MIBプログラム 730 データベース管理システム(DBMS) 740 データベース 900 キャッシュ検索器 910、950 キャッシュ
10 Manager 20 Directory Storage Device 30 Data Storage Device 50 Instances 60, 310, 345 Attributes Held by Instance 50 70 Attribute Information Table 100 Class Information Storage Device 110 Monitored Device 240 Directory Structure (Root Directory Structure) 242 Instance Pointer 246 ID table 250 Directory substructure 253 Class tag 257 RDN attribute value table 260 Directory structure 302 Tag field 320 Length field 330 Value field 322 Tag adder 325 Tag / length adder 350 Untagged data storage device 355 Tag / length Data storage device without field 360 class information storage device with tag field 365 tag / class information storage device with length field 370, 380 tag file Attribute information table with field 375 Attribute information table with tag field / length field 385 Instance 390 Attribute held by instance 385 410 Identifier converter 420, 440 Internal identifier directory structure 425 Internal ID table 510 Attribute copy area 520 Attribute copy area 510 Attribute in 540 Converter 550 Instance 640 Attribute acquisition function 720 MIB program 730 Database management system (DBMS) 740 Database 900 Cache searcher 910, 950 cache

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】ネットワークの監視対象装置の状態を表す
属性と、該属性をメンバとして含むインスタンスと、を
管理し、 オブジェクト識別子と属性値とを有する1又は複数のリ
ラティブディスティンクションネーム(「RDN」とい
う)から構成されるフルディスティンクションネーム
(「FDN」という)と、前記属性の種類を表す属性I
Dと、を入力として、所望の属性にアクセス可能とする
管理情報ベースシステムにおいて、 前記インスタンスにより構成される木構造(包含木)の
情報を格納し、前記FDNを入力として、該FDNに対
応するインスタンスの位置と属性情報表の位置とを出力
するディレクトリ格納装置と、 前記属性IDと、前記インスタンス内での前記属性への
オフセット値と、の対応関係を保持する属性情報表を前
記インスタンスの属するクラスに対応して格納し、前記
属性IDと、前記ディレクトリ格納装置から出力される
前記属性情報表の位置と、を入力として、前記オフセッ
ト値を出力するクラス情報格納装置と、 前記インスタンスと前記属性とを格納し、前記ディレク
トリ格納装置から出力される前記インスタンスの位置
と、前記クラス情報格納装置から出力される前記オフセ
ット値と、を入力として、前記属性を出力するデータ格
納装置と、 を含むことを特徴とする管理情報ベースシステム。
1. One or a plurality of relative distinction names (“RDN”) that manages an attribute indicating the state of a monitored device of a network and an instance including the attribute as a member and have an object identifier and an attribute value. A full distinction name (referred to as "FDN") and an attribute I indicating the type of the attribute.
In a management information base system that allows access to desired attributes by inputting D and D, information of a tree structure (containment tree) configured by the instances is stored, and the FDN is input and corresponding to the FDN. The directory storage device that outputs the position of the instance and the position of the attribute information table, the attribute information table that holds the correspondence relationship between the attribute ID and the offset value to the attribute in the instance belongs to the instance. A class information storage device that stores in correspondence with a class and outputs the offset value by inputting the attribute ID and the position of the attribute information table output from the directory storage device, the instance and the attribute And the location of the instance output from the directory storage device and the class information class. And the offset value output from the device, as input, the management information base system characterized in that it comprises a data storage device for outputting the attribute.
【請求項2】ネットワークの監視対象装置の状態を表す
属性と、該属性をメンバとして含むインスタンスと、を
管理し、 オブジェクト識別子と属性値とを有する1又は複数のリ
ラティブディスティンクションネーム(「RDN」とい
う)から構成されるフルディスティンクションネーム
(「FDN」という)と、前記属性の種類を表す属性I
Dと、を入力として、所望の属性にアクセス可能とする
管理情報ベースシステムにおいて、 前記属性が、型を表すタグフィールドと、長さを表す長
さフィールドと、値を表す値フィールドと、を含むAS
N.1/BER形式で表現されてなり、 前記インスタンスにより構成される木構造(包含木)の
情報を格納し、前記FDNを入力として、該FDNに対
応するインスタンスの位置と属性情報表の位置とを出力
するディレクトリ格納装置と、 前記属性IDと、前記インスタンス内での前記属性への
オフセット値と、前記タグフィールドと、の対応関係を
保持する属性情報表を前記インスタンスの属するクラス
に対応して格納し、前記属性IDと、前記ディレクトリ
格納装置から出力される前記属性情報表の位置と、を入
力として、前記オフセット値と前記タグフィールドとを
出力するクラス情報格納装置と、 前記インスタンスと、前記タグフィールドを有しない前
記属性と、を格納し、前記ディレクトリ格納装置から出
力される前記インスタンスの位置と、前記クラス情報格
納装置から出力される前記オフセット値と、を入力とし
て、前記長さフィールドと前記値フィールドとを有する
前記属性を出力するデータ格納装置と、 該データ格納装置から出力される前記長さフィールドと
前記値フィールドとを有する前記属性に、前記クラス情
報格納装置から出力される前記タグフィールドを付加す
るタグ付加器と、 を含むことを特徴とする管理情報ベースシステム。
2. One or more relative distinction names (“RDN”) that manage an attribute representing the state of a monitored device in a network and an instance including the attribute as a member and have an object identifier and an attribute value. A full distinction name (referred to as "FDN") and an attribute I indicating the type of the attribute.
In a management information base system that enables access to a desired attribute by inputting D and D, the attribute includes a tag field indicating a type, a length field indicating a length, and a value field indicating a value. AS
It is expressed in N.1 / BER format, stores information of a tree structure (container tree) formed by the instances, inputs the FDN, and the position of the instance corresponding to the FDN and the position of the attribute information table. A directory storage device which outputs the attribute ID, an attribute ID, an offset value to the attribute in the instance, and a tag field, which are associated with an attribute information table that corresponds to a class to which the instance belongs. A class information storage device that stores the attribute value and the position of the attribute information table output from the directory storage device as input, and outputs the offset value and the tag field; The attribute that does not have the tag field and the instance that is output from the directory storage device. , And a data storage device that outputs the attribute having the length field and the value field, and the offset value output from the class information storage device as an input, and the data storage device outputs the attribute. A management information base system, comprising: a tag adder for adding the tag field output from the class information storage device to the attribute having the length field and the value field.
【請求項3】ネットワークの監視対象装置の状態を表す
属性と、該属性をメンバとして含むインスタンスと、を
管理し、 オブジェクト識別子と属性値とを有する1又は複数のリ
ラティブディスティンクションネーム(「RDN」とい
う)から構成されるフルディスティンクションネーム
(「FDN」という)と、前記属性の種類を表す属性I
Dと、を入力として、所望の属性にアクセス可能とする
管理情報ベースシステムにおいて、 前記属性が、型を表すタグフィールドと、長さを表す長
さフィールドと、値を表す値フィールドと、を含むAS
N.1/BER形式で表現されてなり、 前記インスタンスにより構成される木構造(包含木)の
情報を格納し、前記FDNを入力として、該FDNに対
応するインスタンスの位置と属性情報表の位置とを出力
するディレクトリ格納装置と、 前記属性IDと、前記インスタンス内での前記属性への
オフセット値と、前記タグフィールドと、前記長さフィ
ールドと、の対応関係を保持する属性情報表を前記イン
スタンスの属するクラスに対応して格納し、前記属性I
Dと、前記ディレクトリ格納装置から出力される前記属
性情報表の位置と、を入力として、前記オフセット値と
前記タグフィールドと前記長さフィールドとを出力する
クラス情報格納装置と、 前記インスタンスと、前記タグフィールドと前記長さフ
ィールドとを有しない前記属性と、を格納し、前記ディ
レクトリ格納装置から出力される前記インスタンスの位
置と、前記クラス情報格納装置から出力される前記オフ
セット値と、を入力として、前記値フィールドを有する
前記属性を出力するデータ格納装置と、 該データ格納装置から出力される前記値フィールドを有
する前記属性に、前記クラス情報格納装置から出力され
る前記タグフィールドと前記長さフィールドとを付加す
るタグ付加器と、 を含むことを特徴とする管理情報ベースシステム。
3. One or a plurality of relative distinction names (“RDN”) that manages an attribute indicating the state of a monitored device of a network and an instance including the attribute as a member and have an object identifier and an attribute value. A full distinction name (referred to as "FDN") and an attribute I indicating the type of the attribute.
In a management information base system that enables access to a desired attribute by inputting D and D, the attribute includes a tag field indicating a type, a length field indicating a length, and a value field indicating a value. AS
It is expressed in N.1 / BER format, stores information of a tree structure (container tree) formed by the instances, inputs the FDN, and the position of the instance corresponding to the FDN and the position of the attribute information table. A directory storage device for outputting the attribute information table, the attribute ID, an offset value for the attribute in the instance, the tag field, and the length field. Corresponding to the class to which the
A class information storage device that outputs the offset value, the tag field, and the length field by inputting D and the position of the attribute information table output from the directory storage device, the instance, and The attribute without the tag field and the length field is stored, and the position of the instance output from the directory storage device and the offset value output from the class information storage device are input. A data storage device for outputting the attribute having the value field, and the tag field and the length field output from the class information storage device for the attribute having the value field output from the data storage device. Management information base system characterized by including a tag adder for adding Beam.
【請求項4】前記ディレクトリ格納装置が、前記インス
タンスにより構成される木構造(包含木)の情報を表現
する1又は複数のディレクトリ構造体とディレクトリ副
構造体とを含み、 前記ディレクトリ構造体は、前記インスタンスの位置を
保持するインスタンスポインタと、前記オブジェクト識
別子と前記ディレクトリ副構造体との対応を保持するI
D表と、から構成されてなり、前記オブジェクト識別子
を入力として、該オブジェクト識別子に対応するディレ
クトリ副構造体の位置を出力し、 前記ディレクトリ副構造体は、前記属性情報表の位置を
保持するクラスタグと、前記属性値と前記ディレクトリ
構造体との対応関係を保持するRDN属性値表と、から
構成されてなり、前記属性値を入力として、該属性値に
対応するディレクトリ構造体の位置を出力することを特
徴とする請求項1ないし3のいずれか一に記載の管理情
報ベースシステム。
4. The directory storage device includes one or more directory structures that represent information of a tree structure (inclusive tree) configured by the instances, and a directory substructure, and the directory structure includes: An instance pointer that holds the position of the instance, and an I that holds the correspondence between the object identifier and the directory substructure
D table, and outputs the position of the directory substructure corresponding to the object identifier with the object identifier as an input, and the directory substructure holds the position of the attribute information table. It is composed of a tag and an RDN attribute value table that holds the correspondence relationship between the attribute value and the directory structure, and inputs the attribute value and outputs the position of the directory structure corresponding to the attribute value. The management information base system according to any one of claims 1 to 3, wherein
【請求項5】前記データ格納装置が、前記監視対象装置
のレジスタの値をそのまま前記属性として保持する属性
コピー領域を格納し、 前記属性コピー領域に保持されている前記属性へのアク
セスが生じた際に前記属性を所定の形式に変換する変換
器をさらに備えたことを特徴とする請求項1ないし4の
いずれか一に記載の管理情報ベースシステム。
5. The data storage device stores an attribute copy area that holds the register value of the monitored device as the attribute as it is, and an access to the attribute held in the attribute copy area occurs. The management information base system according to any one of claims 1 to 4, further comprising a converter that converts the attribute into a predetermined format.
【請求項6】前記ディレクトリ格納装置が、システム内
でのみ唯一性を保証する内部オブジェクト識別子を用い
て前記インスタンスにより構成される木構造(包含木)
の情報を表現し、 前記FDNに含まれる前記オブジェクト識別子を前記内
部オブジェクト識別子に変換して前記ディレクトリ格納
装置に入力させる識別子変換器をさらに備えたことを特
徴とする請求項1ないし5のいずれか一に記載の管理情
報ベースシステム。
6. A tree structure (inclusion tree) in which the directory storage device is constituted by the instances using an internal object identifier that guarantees uniqueness only in the system.
6. The method according to claim 1, further comprising an identifier converter that expresses the information of the above, converts the object identifier included in the FDN into the internal object identifier, and inputs the internal object identifier into the directory storage device. The management information base system described in 1.
【請求項7】前記データ格納装置が、前記属性の代わり
に前記監視対象装置から属性を直接取得するための属性
取得関数を格納し、 前記属性へのアクセスが生じた際に前記属性取得関数を
起動して属性を取得するようにしたことを特徴とする請
求項1ないし6のいずれか一に記載の管理情報ベースシ
ステム。
7. The data storage device stores an attribute acquisition function for directly acquiring an attribute from the monitored device instead of the attribute, and stores the attribute acquisition function when an access to the attribute occurs. The management information base system according to any one of claims 1 to 6, wherein the management information base system is activated to acquire an attribute.
【請求項8】前記ディレクトリ格納装置に入力される前
記FDNと該FDNに対応する前記インスタンスの位置
と前記属性情報表の位置との対応関係を履歴として格納
するキャッシュと、 該キャッシュに対して所定の検索及び置換の処理を施
し、前記ディレクトリ格納装置に入力される前記FDN
に対応する前記オブジェクトの位置と前記属性情報表の
位置とを予め取得するキャッシュ検索器と、 をさらに備えたことを特徴とする請求項1ないし7のい
ずれか一に記載の管理情報ベースシステム。
8. A cache that stores, as a history, a correspondence relationship between the FDN input to the directory storage device, the position of the instance corresponding to the FDN, and the position of the attribute information table, and a predetermined value for the cache. The FDN that has been searched for and replaced and is input to the directory storage device.
The management information base system according to any one of claims 1 to 7, further comprising: a cache searcher that acquires in advance the position of the object and the position of the attribute information table corresponding to.
【請求項9】前記ディレクトリ格納装置に入力される前
記FDNに含まれるRDNの先頭からの一部と該一部の
RDNに対応するディレクトリ構造体との対応関係を履
歴として格納するキャッシュと、 該キャッシュに対して所定の検索及び置換の処理を施
し、前記ディレクトリ格納装置に入力される前記FDN
に含まれるRDNの一部に対応する前記ディレクトリ構
造体を予め取得するキャッシュ検索器と、 をさらに備えたことを特徴とする請求項1ないし7のい
ずれか一に記載の管理情報ベースシステム。
9. A cache that stores, as a history, a correspondence relationship between a part from the beginning of an RDN included in the FDN input to the directory storage device and a directory structure corresponding to the part of the RDN, The FDN is input to the directory storage device by performing a predetermined search and replace process on the cache.
The management information base system according to any one of claims 1 to 7, further comprising: a cache searcher that acquires in advance the directory structure corresponding to a part of the RDN included in.
JP7227234A 1995-08-10 1995-08-10 Management information base system Expired - Fee Related JP2885144B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7227234A JP2885144B2 (en) 1995-08-10 1995-08-10 Management information base system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7227234A JP2885144B2 (en) 1995-08-10 1995-08-10 Management information base system

Publications (2)

Publication Number Publication Date
JPH0954722A true JPH0954722A (en) 1997-02-25
JP2885144B2 JP2885144B2 (en) 1999-04-19

Family

ID=16857620

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7227234A Expired - Fee Related JP2885144B2 (en) 1995-08-10 1995-08-10 Management information base system

Country Status (1)

Country Link
JP (1) JP2885144B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000298672A (en) * 1999-04-13 2000-10-24 Nec Corp System and method for holding object identifier of osi management
US7039668B2 (en) 2000-04-05 2006-05-02 Nec Corporation Directory server system for storing history information

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000298672A (en) * 1999-04-13 2000-10-24 Nec Corp System and method for holding object identifier of osi management
US7039668B2 (en) 2000-04-05 2006-05-02 Nec Corporation Directory server system for storing history information

Also Published As

Publication number Publication date
JP2885144B2 (en) 1999-04-19

Similar Documents

Publication Publication Date Title
CN106874383B (en) Decoupling distribution method of metadata of distributed file system
JP3984659B2 (en) Overview catalog
US7849112B2 (en) Using a file handle for associating the file with a tree quota in a file server
US7562087B2 (en) Method and system for processing directory operations
US8015165B2 (en) Efficient path-based operations while searching across versions in a repository
US6925462B2 (en) Database management system, and query method and query execution program in the database management system
JP6062863B2 (en) Method and apparatus for aggregating server-based media content and LAN-based media content to enable efficient search
US20020169767A1 (en) Table arrangement for a directory service system and for related method facilitating queries for the directory
JP2004280283A (en) Distributed file system, distributed file system server, and access method to distributed file system
JPH10320423A (en) Method and device for executing connection question in data base system
US20070156791A1 (en) File system dump/restore by node numbering
CN109344122A (en) A kind of distributed meta-data management method and system for creating strategy in advance based on file
US20050108237A1 (en) File system
JPH1049410A (en) Different type data base accessing device
JP2885144B2 (en) Management information base system
JP4031947B2 (en) Query optimization processing device, query optimization processing method, program for causing computer to execute the method, and recording medium storing program
JPH08235040A (en) Data file management system
JP2644535B2 (en) Network file search processing system
JPH0822410A (en) Information processor and its method actualizing decentralized directory system
JPH0581102A (en) System for controlling table
CN112417223B (en) Database retrieval method and related device
US20090150632A1 (en) Directory and Methods of Use
KR20060029466A (en) Realtime management of database schema and stored procedure in large volume database
JPH08329093A (en) Distributed directory system and knowledge information changing method
KR100424557B1 (en) a Memory Resident LDAP System and a Management Method thereof

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19990112

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

Free format text: PAYMENT UNTIL: 20080212

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20090212

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20100212

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20100212

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20110212

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20110212

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20120212

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20120212

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20130212

Year of fee payment: 14

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

Free format text: PAYMENT UNTIL: 20130212

Year of fee payment: 14

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

Free format text: PAYMENT UNTIL: 20140212

Year of fee payment: 15

LAPS Cancellation because of no payment of annual fees