JPH0782465B2 - Integrated network management method - Google Patents
Integrated network management methodInfo
- Publication number
- JPH0782465B2 JPH0782465B2 JP1210350A JP21035089A JPH0782465B2 JP H0782465 B2 JPH0782465 B2 JP H0782465B2 JP 1210350 A JP1210350 A JP 1210350A JP 21035089 A JP21035089 A JP 21035089A JP H0782465 B2 JPH0782465 B2 JP H0782465B2
- Authority
- JP
- Japan
- Prior art keywords
- management
- network
- inms
- integrated network
- network management
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime
Links
- 238000007726 management method Methods 0.000 title claims description 60
- 238000000034 method Methods 0.000 claims 2
- 230000006870 function Effects 0.000 description 4
- 238000010586 diagram Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 230000008520 organization Effects 0.000 description 1
Landscapes
- Computer And Data Communications (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Description
【発明の詳細な説明】 〔産業上の利用分野〕 本発明は1種または数種のネットワーク装置から構成さ
れるサブネットワークが、全体として、複雑に絡んで構
成されている統合ネットワークにおけるネットワーク管
理方式に関する。DETAILED DESCRIPTION OF THE INVENTION [Industrial field of use] The present invention relates to a network management system in an integrated network in which a sub-network composed of one or several kinds of network devices is intricately involved as a whole. Regarding
この種の統合ネットワーク管理においては、サブネット
ワークを管理する複数のサブネットワーク管理システム
(SNMS)と、この複数のSNMSを統合管理する統合ネット
ワーク管理システム(INMS)を設けてネットワーク管理
を行うのが一般的である。従来のネットワーク管理方法
においては、モデリングにより定められた装置,回路等
の管理対象をINMSからチェックする場合、INMSにおける
アプリケーション(プログラム)において管理対象が属
するサブネットワークへの経路,該当するサブネットワ
ーク種別,管理対象の種別等の情報を全て考慮する必要
があった。In this type of integrated network management, it is common to provide multiple sub-network management systems (SNMS) that manage sub-networks and an integrated network management system (INMS) that integrally manages these multiple SNMSs for network management. Target. In the conventional network management method, when a management target such as a device or a circuit determined by modeling is checked from the INMS, a route to a subnetwork to which the management target belongs in an application (program) in INMS, a corresponding subnetwork type, It was necessary to consider all information such as the type of management target.
上述した従来の統合ネットワーク管理方式においては、
INMSのネットワーク管理アプリケーションにおいて管理
対象の属性等を考慮した個別のアプリケーションを作成
する必要があった。このため、ネットワークの拡張や変
更等が行われる度にアプリケーションの再作成を行わね
ばならないほか、INMSの処理量増大を招いていた。In the conventional integrated network management method described above,
In the INMS network management application, it was necessary to create an individual application considering the attributes of the management target. Therefore, the application must be recreated every time the network is expanded or changed, and the INMS processing amount is increased.
本発明の目的は、複数のサブネットワークから構成され
る統合ネットワークにおいて、拡張性および柔軟性に富
んだネットワーク管理アプリケーションが作成可能な統
合ネットワーク管理方式を提供することにある。このた
め本発明では、INMSおよびSNMSに管理対象の属性等の情
報管理を行うネットワーク資源管理(NRM)手段を設
け、目的を達成している。It is an object of the present invention to provide an integrated network management method capable of creating a highly scalable and flexible network management application in an integrated network composed of a plurality of sub-networks. For this reason, in the present invention, the INMS and SNMS are provided with a network resource management (NRM) means for managing information such as attributes to be managed, thereby achieving the object.
次に、本発明について図面を参照して説明する。 Next, the present invention will be described with reference to the drawings.
第1図は、本発明の統合ネットワーク管理方式に用いる
統合ネットワーク管理システム(INMS)1およびサブネ
ットワーク管理システム(SNMS)4の機能構成を示すブ
ロック図である。本実施例においては説明の簡単さのた
めにSNMS4が1つの場合を示した。INMS1とSNMS4はOSIプ
ロトコルにより接続されている。また、ネットワーク管
理における管理対象2はオブジェクト指向モデリングに
より抽象化(カプセル化)され、さらにINMS1が管理す
る第1の管理対象21と、SNMS4が管理する第2の管理対
象22に分散されている。管理アプリケーション11はオブ
ジェクト指向型の言語、たとえばC++で、抽象化された
管理対象及びその管理の内容を用いて記述される。すな
わち、管理アプリケーション11においては管理対象への
経路,属性等を考慮する必要がない。管理アプリケーシ
ョン11は高級言語インタフェース(HLLIF)12を介して
オブジェクト検索サービスアプリケーション(ORS)14
およびネットワーク資源管理機構(NRM)の要素であるN
RMカーネル13にアクセスする。ORS14は管理アプリケー
ション11から直接、データベース16の検索要求がある
と、データベース16から対応する情報を検索して管理ア
プリケーション11に戻す。一方、管理アプリケーション
11が管理対象2に関する情報を要求した場合には、NRM
カーネル13がその要求、すなわちオブジェクトに従い、
オブジェクトがデータベース16内に存在するデータなの
か、INMS1内の管理対象21に関する情報であるのか、SNM
S4内の管理対象に関する情報なのかを特定し、データベ
ース16内に存在するデータであれば検索してその結果を
管理アプリケーション17に戻す。一方、それ以外の場合
は、アクセスすべきNRMサーバ19または41をも特定し、
必要に応じてデータベース16を検索し、検索データとと
もに制御をNRMクライアント15に受け渡す。NRMクライア
ント15は、アクセスすべきNRMサーバに対し、OSIのシス
テム管理機能(マネージャ機能)により、第1および第
2のOSIネットワーク管理プロトコルエンティティ(OSI
−NMPE)17および18、もしくは第1及び第3のOSI−NMP
E17および42を介してアクセスする。FIG. 1 is a block diagram showing a functional configuration of an integrated network management system (INMS) 1 and a sub-network management system (SNMS) 4 used in the integrated network management system of the present invention. In this embodiment, the case where there is one SNMS4 is shown for simplicity of explanation. INMS1 and SNMS4 are connected by the OSI protocol. Further, the management target 2 in network management is abstracted (encapsulated) by object-oriented modeling, and further distributed to a first management target 21 managed by INMS1 and a second management target 22 managed by SNMS4. The management application 11 is written in an object-oriented language, for example, C ++ , using an abstracted management target and the contents of the management. That is, the management application 11 does not need to consider the route to the management target, the attribute, and the like. The management application 11 is an object retrieval service application (ORS) 14 via a high level language interface (HLLIF) 12
And N, which is an element of the Network Resource Management Organization (NRM)
Access the RM kernel 13. The ORS 14, upon receiving a search request for the database 16 directly from the management application 11, retrieves the corresponding information from the database 16 and returns it to the management application 11. Meanwhile, the management application
NRM if 11 requests information about managed object 2
The kernel 13 follows that request, the object
Whether the object is data existing in the database 16 or information about the managed object 21 in INMS1, SNM
Whether or not it is information regarding the management target in S4 is specified, and if the data exists in the database 16, it is searched and the result is returned to the management application 17. On the other hand, in other cases, the NRM server 19 or 41 to be accessed is also specified,
The database 16 is searched as needed, and control is passed to the NRM client 15 together with the search data. The NRM client 15 uses the OSI system management function (manager function) for the NRM server to be accessed by the first and second OSI network management protocol entities (OSI).
-NMPE) 17 and 18 or the first and third OSI-NMP
Access via E17 and 42.
第1および第2のNRMサーバ19および41は、対応する管
理対象21および22の動的な情報(回線,経路情報などネ
ットワークの状態により変化する情報)を管理し、OSI
のシステム管理機能(エージェント機能)を有してい
る。NRMサーバは対応するOSI−NMPEを介して与えられた
NRMクライアント15からの要求を実行し、管理対象の情
報をNRMクライアント15へ戻す。The first and second NRM servers 19 and 41 manage the dynamic information of the corresponding managed objects 21 and 22 (information that changes depending on the network state such as line and route information), and OSI
It has the system management function (agent function). NRM server provided via corresponding OSI-NMPE
The request from the NRM client 15 is executed and the managed information is returned to the NRM client 15.
このように、NRMカーネル13,NRMクライアント15およびN
RMサーバ19または41により構成されるNRMを設けること
で、管理アプリケーション11では管理対象個々の属性,
経路等を考慮する必要がなくなり、ネットワークの拡
張,変更等に対し柔軟な、汎用性の高い管理アプリケー
ションの作成が可能となる。Thus, NRM kernel 13, NRM client 15 and N
By providing the NRM configured by the RM server 19 or 41, the management application 11 can manage individual attributes of the management target,
It is not necessary to consider the route and the like, and it is possible to create a highly versatile management application that is flexible with respect to network expansion and changes.
以上説明したように本発明の統合ネットワーク管理方式
によれば、アプリケーションは、管理対象がどこで管理
されているかを意識する必要がなく、また、異なるモデ
リングによる管理対象に対してもINMSモデルとして、同
じに管理することができる。As described above, according to the integrated network management system of the present invention, the application does not need to be aware of where the management target is managed, and the same INMS model can be applied to the management target by different modeling. Can be managed.
さらに、アプリケーションのみ各システム毎に製造し、
NRM部分を他の管理システムに流用できる効果がある。Furthermore, only the application is manufactured for each system,
There is an effect that the NRM part can be diverted to another management system.
第1図は本発明の統合ネットワーク管理方式を適用した
ネットワーク管理システムの一実施例を示す構成図であ
る。第1図において、 1……INMS(統合ネットワーク管理システム)、4……
SNMS(サブネットワーク管理システム)、11……アプリ
ケーション、12……HLLIF(High Level Language Intef
ace)、13……NRMカーネル、14……ORS(Object Retrie
val Service)、15……NRMクライアント、16……データ
ベース、17,18,42……OSI−NMPE、19,41……NRMサー
バ、21,22……管理対象。FIG. 1 is a block diagram showing an embodiment of a network management system to which the integrated network management system of the present invention is applied. In Figure 1, 1 ... INMS (Integrated Network Management System), 4 ...
SNMS (sub-network management system), 11 …… application, 12 …… HLLIF (High Level Language Intef)
ace), 13 …… NRM kernel, 14 …… ORS (Object Retrie
val Service), 15 …… NRM client, 16 …… database, 17,18,42 …… OSI-NMPE, 19,41 …… NRM server, 21,22 …… Managed.
Claims (1)
されるサブネットワークが複数接続されて成る統合ネッ
トワークにおいて、前記複数のサブネットワークの各々
に設けられ、対応するサブネットワークを管理する複数
のサブネットワーク管理システム(SNMS)と、この複数
のSNMSと開放型システム相互接続(OSI)プロトコルで
接続され、前記統合ネットワークを管理する統合ネット
ワーク管理システム(INMS)を設け、このINMS上で動作
する管理アプリケーションにより、予めネットワークモ
デリングにより定めたモデルの管理対象を前記INMSおよ
び前記SNMSにより分散管理されている前記管理対象を統
合的に管理する統合ネットワークの管理方式であって、
前記INMSが、前記管理対象の各々が前記INMSおよび複数
の前記SNMSのうちどれに管理されているか、および前記
INMSから前記管理対象のそれぞれへのアクセス方法を管
理し、前記管理アプリケーションからの要求に従い、前
記管理対象に対してアクセス処理を行うネットワーク資
源管理手段を設けたことを特徴とする統合ネットワーク
管理方式。1. An integrated network in which a plurality of sub-networks each including one or a plurality of network devices are connected, and a plurality of sub-network managements provided in each of the plurality of sub-networks and managing corresponding sub-networks. A system (SNMS) and a plurality of SNMS and an open system interconnection (OSI) protocol are connected, and an integrated network management system (INMS) for managing the integrated network is provided. A management method of an integrated network for integrally managing the management target that is distributedly managed by the INMS and the SNMS, the management target of the model previously determined by network modeling,
The INMS, which of the INMS and a plurality of the SNMS each of the management target is managed, and the
An integrated network management system comprising: a network resource management unit that manages an access method from the INMS to each of the management targets and performs an access process to the management targets according to a request from the management application.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP1210350A JPH0782465B2 (en) | 1989-08-14 | 1989-08-14 | Integrated network management method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP1210350A JPH0782465B2 (en) | 1989-08-14 | 1989-08-14 | Integrated network management method |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPH0373049A JPH0373049A (en) | 1991-03-28 |
| JPH0782465B2 true JPH0782465B2 (en) | 1995-09-06 |
Family
ID=16587944
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP1210350A Expired - Lifetime JPH0782465B2 (en) | 1989-08-14 | 1989-08-14 | Integrated network management method |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH0782465B2 (en) |
Families Citing this family (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6044407A (en) * | 1992-11-13 | 2000-03-28 | British Telecommunications Public Limited Company | Interface for translating an information message from one protocol to another |
| JPH08508376A (en) * | 1993-03-26 | 1996-09-03 | ブリテイッシュ・テレコミュニケーションズ・パブリック・リミテッド・カンパニー | General-purpose managed object model for LAN area |
| JP2990650B2 (en) * | 1995-05-19 | 1999-12-13 | 日本電信電話株式会社 | Network management system |
-
1989
- 1989-08-14 JP JP1210350A patent/JPH0782465B2/en not_active Expired - Lifetime
Also Published As
| Publication number | Publication date |
|---|---|
| JPH0373049A (en) | 1991-03-28 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US5848243A (en) | Network topology management system through a database of managed network resources including logical topolgies | |
| US5675787A (en) | Unification of directory service with file system services | |
| JP3519920B2 (en) | Method for managing object naming, method for displaying logical address of object on physical CORBA address of object, and computer system | |
| DE69122830T2 (en) | Distributed configuration profile for a computer system | |
| US6742035B1 (en) | Directory-based volume location service for a distributed file system | |
| US7490265B2 (en) | Recovery segment identification in a computing infrastructure | |
| CA2171572A1 (en) | System and Method for Determining and Manipulating Configuration Information of Servers in a Distributed Object Environment | |
| US7418500B1 (en) | Mechanism for controlled sharing of files in a clustered application environment | |
| US20020082818A1 (en) | Data model for automated server configuration | |
| US20020169975A1 (en) | Security policy management for network devices | |
| JPH1027148A (en) | Internet server system | |
| US6804710B1 (en) | Configuration information management system, method, program, and program storage device | |
| US7203742B1 (en) | Method and apparatus for providing scalability and fault tolerance in a distributed network | |
| US6625641B1 (en) | Method and apparatus for providing client support without installation of server software | |
| CN113596162A (en) | Mirror image file processing method and device, network equipment and storage medium | |
| US6516325B1 (en) | Virtual partition vector for a computer directory system | |
| JPH0782465B2 (en) | Integrated network management method | |
| CN1111807C (en) | Data processing unit, method and product of program for describing shared resource over network | |
| KR0175456B1 (en) | Distributed Object Access Information Management System and Its Decentralization Method | |
| CA2244006A1 (en) | A process and apparatus for reducing software failures using sparing in distributed systems | |
| CN115941646B (en) | Multi-tenant shared domain name system and its use method, device and storage medium | |
| US7203705B2 (en) | Location of objects/services in a distributed objects/services system | |
| Born | Analytical performance modelling of lock management in distributed systems | |
| Butler et al. | Architectural design of a common operating environment | |
| JPH04177441A (en) | System program loading system |