JP3102045B2 - Network management information collection method - Google Patents

Network management information collection method

Info

Publication number
JP3102045B2
JP3102045B2 JP03054147A JP5414791A JP3102045B2 JP 3102045 B2 JP3102045 B2 JP 3102045B2 JP 03054147 A JP03054147 A JP 03054147A JP 5414791 A JP5414791 A JP 5414791A JP 3102045 B2 JP3102045 B2 JP 3102045B2
Authority
JP
Japan
Prior art keywords
management
network
network management
information
file
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP03054147A
Other languages
Japanese (ja)
Other versions
JPH04245739A (en
Inventor
佳明 桐葉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 JP03054147A priority Critical patent/JP3102045B2/en
Publication of JPH04245739A publication Critical patent/JPH04245739A/en
Application granted granted Critical
Publication of JP3102045B2 publication Critical patent/JP3102045B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、伝送,交換,コンピュ
ータ機器からなるネットワークの運用保守を支援するア
プリケーションシステムを開発していく産業分野で利用
可能である。具体的に、ISOにより標準化が進められ
ているOSI管理(ネットワーク管理システムの世界標
準)による規定に基づいて構築されるネットワーク管理
システムにおける管理情報の収集を利用する管理アプリ
ケーション等で利用するネットワーク管理情報収集方法
に関する。
The present invention can be used in the industrial field of developing an application system for supporting the operation and maintenance of a network consisting of transmission, switching and computer equipment. Specifically, network management information used by a management application or the like that uses collection of management information in a network management system constructed based on the provisions of OSI management (a global standard for network management systems), which is being standardized by ISO Regarding collection method.

【0002】[0002]

【従来の技術】従来ネットワークは小規模であったた
め、ネットワークの管理保守は比較的容易であった。し
かし、ネットワークを構成する機器の多様化,接続形態
の複雑化に伴い運用保守業務は非常に工数が必要とな
り、ネットワークを統一的に管理するために情報の構
造、アクセスプロトコルを標準化して管理を行うため
の、標準化作業が進められてきた。しかし、これらを実
現するための実装方法までは規定していないためその実
現方式はさまざまであり、ISOで規定する情報収集イ
ンタフェースを関数として実現し、そのインタフェース
を利用するアプリケーションまでを新規開発する方法、
オブジェクト指向プログラミングを利用した実現方法が
提案されている。
2. Description of the Related Art Conventionally, networks were relatively small, so that management and maintenance of the networks were relatively easy. However, with the diversification of devices that make up the network and the complexity of the connection types, operation and maintenance work requires a great deal of man-hours. In order to manage the network in a unified manner, the information structure and access protocol are standardized and managed. Standardization work has been undertaken to do so. However, since there is no definition of an implementation method for realizing these, there are various implementation methods, and a method of realizing an information collection interface specified by ISO as a function and newly developing an application that uses the interface. ,
An implementation method using object-oriented programming has been proposed.

【0003】[0003]

【発明が解決しようとする課題】上述したISOにおい
て規定されるネットワーク管理機能の一部分である管理
情報収集方法において、収集機能をISOプロトコルと
して新規開発する方法は、開発工数が膨大になると共
に、新規作成したネットワーク管理アプリケーションが
非ISO環境において運用されないという問題点があ
る。
In the above-described management information collection method which is a part of the network management function defined in the ISO, the method of newly developing the collection function as an ISO protocol requires a large number of development steps and a new method. There is a problem that the created network management application is not operated in a non-ISO environment.

【0004】本発明の目的は、ISO環境がビジネスユ
ースとして広く運用されるのがまだ数年先であるため既
存の環境においても利用可能であり、かつISO環境へ
容易に移植可能であり、開発を効率的に行うことを可能
にするネットワーク管理情報収集方法を提供することに
ある。
[0004] An object of the present invention is to use the ISO environment in an existing environment because it is still several years before it is widely used for business use, and it can be easily ported to the ISO environment. It is an object of the present invention to provide a method for collecting network management information that enables efficient execution of the network management information.

【0005】[0005]

【課題を解決するための手段】本発明によるネットワー
ク管理情報収集方法は、ISOの標準ネットワーク管理
情報構造であるネットワークシステム上での包含関係に
基づく階層構造とUNIX等の汎用OSで導入されてい
るファイルシステムの階層構造間でマッピングをとるこ
とにより、ネットワーク管理アプリケーションが要求す
る管理情報収集において、検索対象である管理対象名、
管理属性名をファイルシステム上でのディレクトリ名、
ファイル名へ変換し、ファイルの読み書きをファイルに
対応する管理対象/属性の検索処理プログラムの起動に
対応させ、ネットワーク管理情報を収集することを特徴
とする。
The network management information collecting method according to the present invention is introduced in a hierarchical structure based on an inclusion relation on a network system, which is a standard network management information structure of ISO, and a general-purpose OS such as UNIX. By mapping between the hierarchical structures of the file system, in the management information collection requested by the network management application, the management target name to be searched,
The management attribute name is the directory name on the file system,
It is characterized by converting the file into a file name, making the reading and writing of the file correspond to the start of a management object / attribute search processing program corresponding to the file, and collecting network management information.

【0006】[0006]

【作用】本発明により、大規模ネットワークにおける構
成装置の状態、接続関係などの管理情報を、ISOで標
準として定める構造モデルに基づいて収集することが可
能になり、管理アプリケーションからは下位プロトコル
を意識せずにISO標準との整合性を保つと共に、既存
環境での動作を保証することを可能にする。また、本発
明は既存の汎用OSで採用されているファイルシステム
を利用するため開発工数をISO標準の新規開発に比
べ、大幅に削減することが可能である。
According to the present invention, it is possible to collect management information such as the status of the constituent devices and connection relations in a large-scale network based on a structural model defined as a standard by the ISO, and the management application is aware of the lower-level protocol. Without compromising with the ISO standard and ensuring operation in existing environments. Further, since the present invention uses a file system adopted in an existing general-purpose OS, the number of development steps can be significantly reduced as compared with the new development of the ISO standard.

【0007】[0007]

【実施例】本発明のネットワーク管理情報収集方法の一
実施例の構成について説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The configuration of an embodiment of the network management information collecting method according to the present invention will be described.

【0008】図2は、本発明のネットワーク管理情報収
集方法を実施する装置の構成を示すブロック図である。
FIG. 2 is a block diagram showing a configuration of an apparatus for implementing the network management information collecting method of the present invention.

【0009】要求情報分析部201は、後述する処理1
01で説明するように、本発明のネットワーク管理情報
収集方法を利用する管理アプリケーションからの情報収
集要求の項目を分析し、要求されている管理対象/管理
属性を特定する。
The request information analysis unit 201 performs processing 1 described later.
As described in 01, an item of an information collection request from a management application using the network management information collection method of the present invention is analyzed, and a requested management target / management attribute is specified.

【0010】管理対象→ディレクトリ変換部202は、
後述する処理103,処理105に対応し、要求情報分
析部201で解析された標準管理情報モデルに基づいた
管理対象/管理属性を汎用OS上でのディレクトリ名/
ファイル名へ変換する。
The management target → directory conversion unit 202
The management target / management attribute based on the standard management information model analyzed by the request information analysis unit 201 corresponds to the process 103 and process 105 described later.
Convert to file name.

【0011】ファイル名→プログラム変換部203は、
後述する処理106に対応し、管理対象→ディレクトリ
変換部202で得られたファイル名をプログラム名とし
て解釈し、指定されたディレクトリ下に存在するプログ
ラムの起動の指示を個々の検索処理制御部204へ要求
する。
The file name → program conversion unit 203
Corresponding to a process 106 described later, the file name obtained by the management target → directory conversion unit 202 is interpreted as a program name, and an instruction to start a program existing under the designated directory is sent to each search processing control unit 204. Request.

【0012】個々の検索処理制御部204は、ファイル
名→プログラム変換部203により起動を指示されたプ
ログラムを実行し、その動作状況管理する。個々の検索
プログラムが何らかの理由により中断して、情報収集に
失敗した場合はエラー処理を行い、情報収集に成功した
場合はその結果を結果格納部206へ出力する。
Each search processing control unit 204 executes a program instructed to be activated by the file name → program conversion unit 203, and manages its operation status. If the individual search programs are interrupted for some reason and the information collection fails, error processing is performed. If the information collection is successful, the result is output to the result storage unit 206.

【0013】個々の検索プログラム205は、管理対象
/管理属性が示す情報の種類,格納場所に応じて実現さ
れる情報収集プログラム群である。例えば、装置の状態
情報などは装置のレジスタに格納されるため、装置と通
信を行い情報を獲得し、メモリ,ファイル,データベー
ス等に格納されている情報であれば、それらをアクセス
することにより情報の収集を行う。
Each search program 205 is a group of information collection programs realized according to the type and storage location of information indicated by the management target / management attribute. For example, device status information and the like are stored in a device register, so that the device communicates with the device to acquire information, and if the information is stored in a memory, a file, a database, or the like, the information is accessed by accessing the information. To collect.

【0014】結果格納部206は、個々の検索処理プロ
グラム205の管理情報収集結果を一時的に保持し、後
述する処理102,処理104で判定する一連の処理が
終了するまで順に保持する。終了と共に、本発明のネッ
トワーク管理情報収集方式を利用する管理アプリケーシ
ョンに対して情報収集結果を引き渡す。
The result storage unit 206 temporarily stores the management information collection results of the individual search processing programs 205, and sequentially stores the results until a series of processes determined in processes 102 and 104 described later is completed. Upon completion, the information collection result is delivered to the management application using the network management information collection method of the present invention.

【0015】次に、本発明のネットワーク管理情報収集
方法を、手順を追って説明する。本発明のネットワーク
管理情報収集方法の実施手順を、図1に示す。
Next, the network management information collecting method of the present invention will be described step by step. FIG. 1 shows the procedure for implementing the network management information collection method of the present invention.

【0016】処理101 本発明のネットワーク管理情報収集方法を利用するネッ
トワーク管理アプリケーションからの情報収集の要求を
分析する。つまり、どの装置(管理対象)のどんな情報
(管理属性)を要求しているかを抽出する。情報収集の
対象が複数の場合は、管理対象毎に要求された管理属性
をリスト化して1つの管理対象に対する情報収集要求の
組とし、その組を更に複数の管理対象に対してリスト化
して保持する。この処理は図1の要求情報分析部201
での処理に対応する。
Process 101 Analyzes a request for information collection from a network management application using the network management information collection method of the present invention. In other words, it extracts what information (management attribute) of which device (management target) is requested. When there are a plurality of information collection targets, the management attributes requested for each management target are listed to form a set of information collection requests for one management target, and the set is further listed and held for a plurality of management targets. I do. This processing is performed by the request information analysis unit 201 shown in FIG.
Corresponding to the processing in.

【0017】処理102 管理対象毎の情報収集要求が、処理101で作成した管
理対象の組のリストに存在するか否かを判定する。以降
の処理は情報収集を要求されている管理対象の組がリス
トからなくなるまで、繰り返し行われる。リストが空に
なっていれば処理を終了する。
Process 102 It is determined whether or not the information collection request for each management target exists in the list of management target sets created in process 101. Subsequent processing is repeatedly performed until the set of the management target for which the information collection is requested disappears from the list. If the list is empty, the process ends.

【0018】処理103 要求された管理対象が、システムの包含関係を示す構造
モデル上でどの位置に存在するかを判定し、予め定義し
てある包含関係の最上位に対応するファイルシステム上
のディレクトリに含まれる、要求された管理対象に対応
するディレクトリ名を設定する。この処理は図1の管理
対象→ディレクトリ変換部202での処理に対応する。
Process 103 Determines the position of the requested managed object on the structural model indicating the inclusion relation of the system, and determines the directory on the file system corresponding to the highest level of the predefined inclusion relation. Set the directory name corresponding to the requested management target included in. This processing corresponds to the processing in the management target → directory conversion unit 202 in FIG.

【0019】処理104 管理対象を固定とし、管理対象の特性を表すために定義
され、処理101により情報収集を要求された管理属性
のリストが空か否かを判定する。リストが空である場合
は、処理101に戻り、異なる情報収集要求を処理す
る。リストが空になるまで、以降の処理を繰り返しなが
ら、要求された管理属性の情報収集を行う。
Process 104 The management target is fixed, and it is determined whether the list of management attributes defined to represent the characteristics of the management target and requested to collect information by the process 101 is empty. If the list is empty, the process returns to step 101 to process a different information collection request. Until the list becomes empty, information of the requested management attribute is collected while repeating the subsequent processing.

【0020】処理105 処理103で設定されたディレクトリ下に存在する、管
理属性に対応するファイル名を決定する。管理属性名と
ファイル名の間には名前を一意に変換する規則を定め、
その変換規則に従って属性名の設定を行う。この処理は
図1のファイル名→プログラム変換部203での処理に
対応する。
Process 105 A file name that exists under the directory set in process 103 and corresponds to the management attribute is determined. Rules for uniquely converting names between management attribute names and file names are defined,
The attribute name is set according to the conversion rule. This processing corresponds to the processing in the file name → program conversion unit 203 in FIG.

【0021】処理106 処理103,105により設定されたディレクトリ名+
ファイル名が示すプログラムを、ネットワーク管理アプ
リケーションから起動させる。この処理は図1の個々の
検索処理制御部204での処理に対応する。
Process 106 The directory name set by processes 103 and 105+
The program indicated by the file name is started from the network management application. This processing corresponds to the processing in each search processing control unit 204 in FIG.

【0022】処理107 処理106において起動されたプログラムは、プログラ
ム名の示すディレクトリ名/ファイル名に対応する管理
対象/管理属性の情報検索処理を行うものであり、個々
の管理情報の特性に応じた検索処理を行う。例えば、装
置の状態情報などは装置のレジスタに格納されるため、
装置と通信を行い情報を獲得し、メモリ,ファイル,デ
ータベース等に格納されている情報であれば、それらを
アクセスすることにより情報の収集を行う。この処理は
図1の個々の検索プログラム205に対応する。
Process 107 The program started in process 106 is for performing information retrieval processing of the management target / management attribute corresponding to the directory name / file name indicated by the program name, and according to the characteristics of each management information. Perform search processing. For example, device status information is stored in a device register.
Information is obtained by communicating with the device, and if the information is stored in a memory, a file, a database, or the like, the information is collected by accessing the information. This processing corresponds to each search program 205 in FIG.

【0023】処理108 処理107により得られた結果を管理アプリケーション
へ通信し、処理104へ戻り次の管理属性に対して処理
105−処理108を繰り返す。この処理は図1の結果
格納部206での処理に対応する。
Process 108 The result obtained by process 107 is communicated to the management application, the process returns to process 104, and processes 105 to 108 are repeated for the next management attribute. This processing corresponds to the processing in the result storage unit 206 in FIG.

【0024】以上説明したような手順で、本発明による
ネットワーク管理情報収集方法が実現される。
According to the procedure described above, the network management information collecting method according to the present invention is realized.

【0025】このようなネットワーク情報収集方法を利
用することにより、既存の通信環境においてネットワー
クを構成する装置に関する情報の収集が行える。
By using such a network information collection method, it is possible to collect information on devices constituting a network in an existing communication environment.

【0026】[0026]

【発明の効果】本発明によるネットワーク管理情報収集
方法を利用することにより、ネットワークを構成する伝
送,交換,コンピュータ機器の仕様や状態を示す情報,
接続関係を示す情報などネットワークの管理やネットワ
ーク上で発生する障害の診断に必要となるネットワーク
管理情報を、ISO標準との整合性を保ちつつ収集する
ことが可能である。
By using the network management information collection method according to the present invention, information indicating the specifications and status of transmission, exchange, and computer equipment constituting a network can be obtained.
It is possible to collect network management information such as information indicating a connection relationship required for network management and diagnosis of a fault occurring on the network while maintaining consistency with the ISO standard.

【0027】既存の汎用OSで採用されているファイル
システムを利用するため、本発明を実施する管理アプリ
ケーションはすぐに利用可能であり、更にISOで定め
る管理情報構造モデルを意識しているため、通信環境と
してISOで定められ相互接続を保証する製品群への移
行の工数も新規開発にくらべ削減が可能である。
Since the file system adopted by the existing general-purpose OS is used, the management application embodying the present invention can be used immediately. Further, since the management information structure model defined by ISO is conscious, The man-hours for shifting to a product group that is defined by the ISO as an environment and that guarantees interconnection can be reduced compared to new development.

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

【図1】本発明のネットワーク管理情報収集方法を説明
するためのフローチャートである。
FIG. 1 is a flowchart illustrating a network management information collection method according to the present invention.

【図2】図2は、本発明のネットワーク管理情報収集方
法を実施する装置の一例を示すブロック図である。
FIG. 2 is a block diagram showing an example of an apparatus for implementing the network management information collecting method of the present invention.

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

201 要求情報分析部 202 管理対象→ディレクトリ変換部 203 ファイル名→プログラム変換部 204 個々の検索処理制御部 205 個々の検索プログラム 206 結果格納部 201 request information analysis unit 202 management target → directory conversion unit 203 file name → program conversion unit 204 individual search processing control unit 205 individual search program 206 result storage unit

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】ネットワーク管理システムにおいて、管理
対象のそのネットワークシステム上での包含関係に基づ
いて階層化された構造と汎用OSで導入されているファ
イルシステムとの間でマッピングをとり、ネットワーク
管理アプリケーションが要求する属性検索において、検
索対象である管理対象名,管理属性名をファイルシステ
ム上でのディレクトリ名,ファイル名に置き換え、その
ファイルをアクセスすることにより、ファイルに対応す
る管理対象/属性をアクセスする処理プログラムを起動
することによって属性検索を行い、ネットワークに接続
されている伝送,交換機器およびコンピュータ機器を統
一的に管理するために世界標準としてISOにより規定
された管理情報の収集を通信の下位層がISO標準でな
い場合でも管理アプリケーションレベルではISO標準
との整合性を保つことを特徴とするネットワーク管理情
報収集方法。
In a network management system, a mapping is performed between a hierarchical structure and a file system installed in a general-purpose OS based on an inclusion relationship of the management target on the network system, and a network management application is provided. In the attribute search requested by, the managed object name and managed attribute name to be searched are replaced with the directory name and file name on the file system, and the file is accessed to access the managed object / attribute corresponding to the file. By executing a processing program to perform the attribute search, the collection of management information specified by the ISO as a global standard for managing the transmission, switching equipment and computer equipment connected to the network in a unified manner is defined as the lower level of communication. Even if the layer is not an ISO standard Network management information collecting method characterized by consistency with ISO standard in publication level.
JP03054147A 1991-01-30 1991-01-30 Network management information collection method Expired - Fee Related JP3102045B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP03054147A JP3102045B2 (en) 1991-01-30 1991-01-30 Network management information collection method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP03054147A JP3102045B2 (en) 1991-01-30 1991-01-30 Network management information collection method

Publications (2)

Publication Number Publication Date
JPH04245739A JPH04245739A (en) 1992-09-02
JP3102045B2 true JP3102045B2 (en) 2000-10-23

Family

ID=12962444

Family Applications (1)

Application Number Title Priority Date Filing Date
JP03054147A Expired - Fee Related JP3102045B2 (en) 1991-01-30 1991-01-30 Network management information collection method

Country Status (1)

Country Link
JP (1) JP3102045B2 (en)

Also Published As

Publication number Publication date
JPH04245739A (en) 1992-09-02

Similar Documents

Publication Publication Date Title
US6941560B1 (en) XML-based integrated services event system
US5659736A (en) Management information base and method in an OSI management system
US5787437A (en) Method and apparatus for shared management information via a common repository
CN112181764B (en) Kubernetes resource data monitoring method and device
US5732257A (en) Object conversion method from a flat object space to a class structured space
US7596546B2 (en) Method and apparatus for organizing, visualizing and using measured or modeled system statistics
US5758351A (en) System and method for the creation and use of surrogate information system objects
US7587221B2 (en) Sensor network management system
CN102402583B (en) Real-load tuning of database applications
JP2007213592A (en) Character processing apparatus, method and program, and recording medium
JPH06208472A (en) Method for process control and system therefor
US5842219A (en) Method and system for providing a multiple property searching capability within an object-oriented distributed computing network
CN110427299A (en) Log processing method, relevant device and the system of micro services system application
CA2398148C (en) System and method for managing bi-directional relationships between objects
JP4039800B2 (en) Data management method, object integrated management system
CN101834750A (en) Method for monitoring communication service
Williams et al. Information requirements for software performance engineering
CN101968747B (en) Cluster application management system and application management method thereof
JP3102045B2 (en) Network management information collection method
CN115145736A (en) Cloud platform quota intelligent distribution system based on Spark distributed computing
CN114693262A (en) Smart city information grid operating system
EP0750253B1 (en) Method and apparatus for shared management information via a common repository
CN117033952B (en) Distributed multi-data source acquisition implementation method
CN112015560B (en) Device for building IT infrastructure
JP2770758B2 (en) OSI management agent system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees