JP2008015648A - Application management framework - Google Patents

Application management framework Download PDF

Info

Publication number
JP2008015648A
JP2008015648A JP2006184118A JP2006184118A JP2008015648A JP 2008015648 A JP2008015648 A JP 2008015648A JP 2006184118 A JP2006184118 A JP 2006184118A JP 2006184118 A JP2006184118 A JP 2006184118A JP 2008015648 A JP2008015648 A JP 2008015648A
Authority
JP
Japan
Prior art keywords
module
application
management
management tool
probe
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.)
Withdrawn
Application number
JP2006184118A
Other languages
Japanese (ja)
Inventor
Yuichi Sakuraba
祐一 櫻庭
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.)
Yokogawa Electric Corp
Original Assignee
Yokogawa Electric 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 Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP2006184118A priority Critical patent/JP2008015648A/en
Publication of JP2008015648A publication Critical patent/JP2008015648A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • Computer And Data Communications (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To solve the following problem: a personal computer and a controller constituting a control system used to be managed by using SNMP but it is only equipment that can be managed by the SNMP and the application cannot be managed, so that control in accordance with operating situations of the application is incapable. <P>SOLUTION: According to a request of a management tool placed at a remote place, an agent module collects information on, and operates, application by using a probe module, and transmits the result to the management tool; and, by using a communication module placed between the management tool and the agent module, adapts the module to a communication protocol of the management tool. The application can be managed in concentration from the remote place and, by changing the communication module, a variety of management tools, such as a general purpose web browser, can be used. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、機器管理アプリケーションやデータ分析アプリケーション等のアプリケーションを管理するフレームワークに関し、特に制御システムに用いて好適なアプリケーション管理フレームワークに関するものである。   The present invention relates to a framework for managing applications such as a device management application and a data analysis application, and more particularly to an application management framework suitable for use in a control system.

制御システムは、DCS(Distributed Control System)で用いられるプロセス制御を行うアプリケーションだけでなく、機器管理を行うアプリケーションやロガー、データ分析アプリケーション等種々のアプリケーションで構成されている。これらのアプリケーションを動作させているパソコンやコントローラは、SNMP(Simple Network Management Protocol)を使用した機器管理が行われている。   The control system includes not only an application for process control used in DCS (Distributed Control System) but also various applications such as an application for managing devices, a logger, and a data analysis application. Personal computers and controllers that operate these applications are managed by using SNMP (Simple Network Management Protocol).

SNMPは管理対象機器に常駐するエージェントと、管理する側の機器(監視サーバ)上で動作するマネージャで構成される。マネージャとエージェントの間でやりとりされる情報は、次の3種類に分類される。
(1)マネージャがエージェントに管理対象機器の情報を要求し、エージェントは要求された情報を取得してマネージャに送信する。
(2)マネージャからエージェントに管理対象機器の設定変更を要求する。エージェントは要求された設定変更を実行し、結果をマネージャに返す。
(3)管理対象機器の状態が変化すると、エージェントはマネージャに変化を通知する。
SNMP is composed of an agent that resides in a managed device and a manager that operates on the managing device (monitoring server). Information exchanged between the manager and the agent is classified into the following three types.
(1) The manager requests information about the device to be managed from the agent, and the agent acquires the requested information and transmits it to the manager.
(2) The manager requests the agent to change the setting of the managed device. The agent performs the requested configuration change and returns the result to the manager.
(3) When the state of the management target device changes, the agent notifies the manager of the change.

エージェントは、MIB(Management Information Base)と呼ばれる管理データベースを参照して管理対象機器の情報を取得し、マネージャに送信する。マネージャは受信した情報から管理対象機器の状態を判断する。MIBはエージェント側とマネージャ側に両方に存在する。MIBに規定することにより、種々の情報を管理することができる。   The agent refers to a management database called MIB (Management Information Base), acquires information on the management target device, and transmits it to the manager. The manager determines the status of the managed device from the received information. The MIB exists on both the agent side and the manager side. Various information can be managed by defining in the MIB.

特開2000−259585号公報JP 2000-259585 A

しかしながら、このような機器管理の手法では、制御のためのアプリケーションが動作しているパソコンやコントローラなどの機器を管理することはできるが、アプリケーションが正常に動作しているかを管理することはできない。そのため、アプリケーションの動作状況に応じた制御を行うことができないという課題があった。   However, such a device management method can manage devices such as a personal computer and a controller on which a control application is operating, but cannot manage whether the application is operating normally. For this reason, there is a problem that control according to the operation status of the application cannot be performed.

従って本発明の目的は、アプリケーションを管理するためのフレームワークを提供することにある。   Accordingly, an object of the present invention is to provide a framework for managing applications.

このような課題を達成するために、本発明のうち請求項1記載の発明は、
アプリケーションから情報を収集してその情報を送信し、また要求によりこのアプリケーションを操作するプローブモジュールと、
少なくとも1つのプローブモジュールが接続され、このプローブモジュールに情報の収集、または操作を要求し、その結果を前記プローブモジュールから受け取るエージェントモジュールと、
前記エージェントモジュールに接続され、外部に置かれた管理ツールから送信された要求を前記エージェントモジュールに通知し、前記エージェントモジュールから通知された結果を前記管理ツールに送信する通信モジュールと、
を具備したものである。アプリケーションを遠隔地から管理することができる。
In order to achieve such a problem, the invention according to claim 1 of the present invention is:
A probe module that collects and sends information from the application and manipulates the application on demand;
An agent module connected to at least one probe module, requesting the probe module to collect or manipulate information, and receiving the result from the probe module;
A communication module connected to the agent module and notifying the agent module of a request transmitted from a management tool placed outside, and transmitting a result notified from the agent module to the management tool;
Is provided. Applications can be managed from a remote location.

請求項2記載の発明は、請求項1記載の発明において、
前記プローブモジュールは独自のID(identifier)を保持し、前記エージェントモジュールはこのIDを用いて前記プローブモジュールを管理するようにしたものである。プローブモジュールの管理が容易になる。
The invention according to claim 2 is the invention according to claim 1,
The probe module holds a unique ID (identifier), and the agent module manages the probe module using this ID. Management of the probe module becomes easy.

請求項3記載の発明は、請求項1若しくは請求項2記載の発明において、
前記プローブモジュールは、要求があったときのみアプリケーションから情報を収集するようにしたものである。システムにかかる負荷を少なくすることができる。
The invention according to claim 3 is the invention according to claim 1 or claim 2,
The probe module collects information from the application only when requested. The load on the system can be reduced.

請求項4記載の発明は、請求項1乃至請求項3いずれかに記載の発明において、
前記プローブモジュールは、所定の周期でアプリケーションから情報を収集するようにしたものである。常に最新の情報が得られる。
The invention according to claim 4 is the invention according to any one of claims 1 to 3,
The probe module collects information from an application at a predetermined cycle. The latest information is always available.

請求項5記載の発明は、請求項1乃至請求項4いずれかに記載の発明において、
前記通信モジュールと管理ツール間通信のプロトコルは、XML(Extensible Markup Language)で記述するようにしたものである。システムのプラットフォームや構築言語に影響されない。
The invention according to claim 5 is the invention according to any one of claims 1 to 4,
The communication protocol between the communication module and the management tool is described in XML (Extensible Markup Language). Unaffected by system platform and build language.

請求項6記載の発明は、請求項1乃至請求項5ずれかに記載の発明において、
前記通信モジュールは、HTTP(HyperText Transfer Protocol)を用いて管理ツールと通信するようにしたものである。管理ツールとして汎用のウエブブラウザを使用することができる。
The invention according to claim 6 is the invention according to any one of claims 1 to 5,
The communication module communicates with the management tool using HTTP (HyperText Transfer Protocol). A general-purpose web browser can be used as a management tool.

請求項7記載の発明は、請求項1乃至請求項6いずれかに記載の発明において、
前記通信モジュールは、SNMP(Simple Network Management Protocol)を用いて管理ツールと通信するようにしたものである。従来使用されていたSNMPを使用することができる。
The invention according to claim 7 is the invention according to any one of claims 1 to 6,
The communication module communicates with the management tool using SNMP (Simple Network Management Protocol). A conventionally used SNMP can be used.

以上説明したことから明らかなように、本発明によれば次のような効果がある。
請求項1,2、3、4、5、6および7の発明によれば、遠隔地に置かれた管理ツールの指令により、エージェントモジュールがプローブモジュールを使用してアプリケーションの情報収集、または操作を行い、その結果を管理ツールに返すようにした。また、通信モジュールを用いて、管理ツールの通信プロトコルに適合させるようにした。
As is apparent from the above description, the present invention has the following effects.
According to the first, second, third, fourth, fifth, sixth and seventh aspects of the invention, the agent module uses the probe module to collect or operate information on the application in accordance with a command from a management tool placed at a remote place. The result was returned to the management tool. The communication module is adapted to the communication protocol of the management tool.

遠隔地に置かれた管理ツールを用いて、複数のアプリケーションを集中管理し、また稼働状況を確認することができるという効果がある。アプリケーションの稼働状況には、メモリの使用量、スレッド数、デッドロックの有無、アプリケーション固有の情報等があり、操作にはシャットダウン、再起動、ログレベルの変更、イベント通知の登録などがある。   Using a management tool placed at a remote location, there is an effect that a plurality of applications can be centrally managed and the operation status can be confirmed. The operation status of the application includes the memory usage, the number of threads, the presence / absence of deadlock, application-specific information, and the like. The operations include shutdown, restart, log level change, event notification registration, and the like.

また、管理ツールが使用する通信プロトコルに合わせて通信モジュールを入れ替えることにより、汎用ウエブブラウザやSNMPツールなど、種々の管理ツールを使用することができるという効果もある。   Further, by replacing the communication module in accordance with the communication protocol used by the management tool, there is an effect that various management tools such as a general-purpose web browser and an SNMP tool can be used.

さらに、管理ツールと通信モジュール間の通信プロトコルをXMLで記述することにより、システムのプラットフォームや構築言語に影響されずにアプリケーションを管理することができるという効果もある。   Further, by describing the communication protocol between the management tool and the communication module in XML, there is an effect that the application can be managed without being influenced by the system platform and the construction language.

以下本発明を図面を用いて詳細に説明する。図1は本発明に係るアプリケーション管理フレームワークの一実施例を示す構成図である。図1において、11はアプリケーションであり、情報を保持しているオブジェクト11a、11b、11cを内蔵している。なお、11a、11b、11cはコンポーネントの場合もある。   Hereinafter, the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram showing an embodiment of an application management framework according to the present invention. In FIG. 1, reference numeral 11 denotes an application, which includes objects 11a, 11b, and 11c that hold information. Note that 11a, 11b, and 11c may be components.

12はプローブモジュールであり、オブジェクト11a、11bから情報を収集する。13もプローブモジュールであり、オブジェクト11cから情報を収集する。14はエージェントモジュールであり、プローブモジュール12、13が接続される。エージェントモジュール14はプローブモジュール12、13に要求を通知し、またプローブモジュール12、13が出力した情報を取得する。エージェントモジュール14はプローブモジュール12、13のコンテナとなる。プローブモジュール12、13およびエージェントモジュール14はソフトウエアモジュールとして構成される。   A probe module 12 collects information from the objects 11a and 11b. Reference numeral 13 denotes a probe module that collects information from the object 11c. Reference numeral 14 denotes an agent module to which the probe modules 12 and 13 are connected. The agent module 14 notifies the probe modules 12 and 13 of the request, and acquires information output by the probe modules 12 and 13. The agent module 14 is a container for the probe modules 12 and 13. The probe modules 12 and 13 and the agent module 14 are configured as software modules.

15、16、17は通信モジュールであり、それぞれエージェントモジュール14に接続される。通信モジュール15は独自プロトコルを用いて独自プロトコル管理ツール21と通信を行う。通信モジュール16はHTTP(HyperText Transfer Protocol)を用いて、管理ツールとして動作するウエブブラウザ22と通信を行う。通信モジュール17はSNMPを用いてSNMP管理ツール23と通信を行う。すなわち、通信モジュールを変えることにより、エージェントモジュール14は種々の管理ツールと通信を行うことができる。なお、管理ツール21〜23はアプリケーション11が稼働する機器とは離れた遠隔地に設置される場合が多い。   Reference numerals 15, 16, and 17 denote communication modules, which are connected to the agent module 14, respectively. The communication module 15 communicates with the unique protocol management tool 21 using a unique protocol. The communication module 16 communicates with the web browser 22 that operates as a management tool using HTTP (HyperText Transfer Protocol). The communication module 17 communicates with the SNMP management tool 23 using SNMP. That is, the agent module 14 can communicate with various management tools by changing the communication module. In many cases, the management tools 21 to 23 are installed in a remote place away from the device on which the application 11 operates.

アプリケーション11、プローブモジュール12、13、エージェントモジュール14および通信モジュール15〜17でプロセス10を構成している。また、プローブモジュール、エージェントモジュール、通信モジュールでアプリケーション管理フレームワークを構成している。なお、プローブモジュール12,13がアプリケーション11を操作する場合もある。   The application 11, the probe modules 12 and 13, the agent module 14, and the communication modules 15 to 17 constitute a process 10. The probe module, agent module, and communication module constitute an application management framework. Note that the probe modules 12 and 13 may operate the application 11.

オブジェクト指向言語で作成されたアプリケーションの場合、情報の保持方法や操作方法はアプリケーション毎に異なっている。従って、プローブモジュール12、13は情報を収集するアプリケーション毎に作り込みを行わなければならない。しかし、エージェントモジュール14とのインターフェイスは共通とする。従って、プローブモジュール12、13はエージェントモジュール14以外のエージェントモジュールとも接続することができる。   In the case of an application created in an object-oriented language, the information holding method and operation method are different for each application. Therefore, the probe modules 12 and 13 must be built for each application that collects information. However, the interface with the agent module 14 is common. Accordingly, the probe modules 12 and 13 can be connected to an agent module other than the agent module 14.

プローブモジュール12、13が収集する情報はアプリケーションによって異なるが、例えばCPU時間、メモリの使用量、稼働ステータス、オブジェクトの個数、スレッド数、デッドロックの有無、操作しているユーザ名、トランザクションやログなどがある。また、操作の例としては、シャットダウン、再起動、ログレベルの変更、処理の中断や割込などがある。   The information collected by the probe modules 12 and 13 varies depending on the application. For example, CPU time, memory usage, operation status, number of objects, number of threads, presence or absence of deadlock, operating user name, transaction, log, etc. There is. Examples of operations include shutdown, restart, log level change, processing interruption and interrupt.

エージェントモジュール14は管理ツール21〜23と通信を行い、プローブモジュール12、13が収集した情報を管理ツール21〜23に送信し、また管理ツール21〜23から操作要求があると、操作対象オブジェクトに接続しているプローブモジュールに操作要求を送信する。   The agent module 14 communicates with the management tools 21 to 23, transmits the information collected by the probe modules 12 and 13 to the management tools 21 to 23, and receives an operation request from the management tools 21 to 23, Send an operation request to the connected probe module.

プローブモジュール12、13は独自のID(identifier)を保持し、エージェントモジュール14はこのIDを用いてプローブモジュール12、13を管理する。プローブモジュール12、13はコンパイル時に静的に作成され、IDはプローブモジュール12、13の作成時に割り付けられる。従って、管理ツール21〜23は常に同じIDでプローブモジュールにアクセスすることができる。   The probe modules 12 and 13 hold a unique ID (identifier), and the agent module 14 manages the probe modules 12 and 13 using this ID. The probe modules 12 and 13 are statically created at the time of compilation, and the ID is assigned when the probe modules 12 and 13 are created. Therefore, the management tools 21 to 23 can always access the probe module with the same ID.

プローブモジュール12、13が情報収集する手法には、定期的に行う手法と、管理ツール21〜23からの要請があった場合のみ行う手法がある。この実施例ではどちらの手法でも可能であるとするが、制御システムではリアルタイムで動作するアプリケーションが多くあるために、制御以外の用途では不必要に負荷をかけないようにしていることが多い。そのため、デフォルトでは要請があった場合のみ情報収集することとし、設定によって定期的に情報収集することも可能であるようにした方がよい。   As a method of collecting information by the probe modules 12 and 13, there are a method that is periodically performed and a method that is performed only when requested by the management tools 21 to 23. In this embodiment, it is possible to use either method. However, since there are many applications that operate in real time in the control system, an unnecessary load is often avoided in applications other than control. Therefore, it is better to collect information only when requested by default, and to collect information periodically by setting.

エージェントモジュール14と管理ツール21〜23の間の通信は、管理対象アプリケーションを作成している言語や動作しているプラットフォームによる差異をなくすために、XML(Extensible Markup Language)等の汎用言語をベースにしたプロトコルを用いる。通信プロトコルの例を下記に示す。
(1)管理ツールからエージェントモジュールへの通信
<mng>
<get id="factory1.area2.asset.mem" key="usedmemory" />
<get id="factory1.area2.asset.cpu" key="cputimemory" />
<get id="factory1.area2.asset.cpu." key="usertimemory" />
</mng>

(2)エージェントモジュールから管理ツールへの通信
<mng>
<reply id="factory1.area2.asset.mem" key="usedmemory" val="192" type="int" unit="KB" />
<reply id="factory1.area2.asset.cpu" key="cputimeory" val="89" type="int" unit="ms" />
<reply id="factory1.area2.asset.cpu." key="usertimeory" vale="20" type="int" unit="ms" />
</mng>
The communication between the agent module 14 and the management tools 21 to 23 is based on a general-purpose language such as XML (Extensible Markup Language) in order to eliminate the difference depending on the language in which the managed application is created and the platform on which it is operating. Protocol. Examples of communication protocols are shown below.
(1) Communication from management tool to agent module
<mng>
<get id = "factory1.area2.asset.mem" key = "usedmemory"/>
<get id = "factory1.area2.asset.cpu" key = "cputimemory"/>
<get id = "factory1.area2.asset.cpu." key = "usertimemory"/>
</ mng>

(2) Communication from agent module to management tool
<mng>
<reply id = "factory1.area2.asset.mem" key = "usedmemory" val = "192" type = "int" unit = "KB"/>
<reply id = "factory1.area2.asset.cpu" key = "cputimeory" val = "89" type = "int" unit = "ms"/>
<reply id = "factory1.area2.asset.cpu." key = "usertimeory" vale = "20" type = "int" unit = "ms"/>
</ mng>

図1に示すように、管理ツールとの通信プロトコルにHTTPを用いると、汎用のウエブブラウザ22を管理ツールとして用いることができる。SNMPを用いる場合は、プローブモジュール12、13が収集した情報をプライベートMIB形式に変換して通信を行う。通信モジュール15〜17を交換できるようにしておくと、状況に応じて種々の管理ツールを使用することができる。   As shown in FIG. 1, when HTTP is used as a communication protocol with the management tool, a general-purpose web browser 22 can be used as the management tool. When using SNMP, information collected by the probe modules 12 and 13 is converted into a private MIB format for communication. If the communication modules 15 to 17 can be exchanged, various management tools can be used depending on the situation.

なお、図1の実施例では情報を収集するアプリケーションを1つとしたが、複数アプリケーションの情報を収集するようにすることもできる。この場合、エージェントモジュール14に接続するプローブモジュールを増加させればよい。また、別プロセスで動作しているアプリケーションの情報を収集するようにすることもできる。   In the embodiment of FIG. 1, only one application for collecting information is used, but information on a plurality of applications may be collected. In this case, the number of probe modules connected to the agent module 14 may be increased. It is also possible to collect information on applications running in another process.

また、この実施例では管理ツールとして独自管理ツール21、ウエブブラウザ22、SNMP管理ツール23の3種類の管理ツールを用いることとしたが、いずれか1つまたは2つを用いるようにしてもよい。例えば、デフォルトとして独自プロトコルを用いるようにし、HTTPやSNMPはオプションとすることもできる。通信モジュールを交換することにより、どのプロトコルを用いるかを選択できる。   In this embodiment, three types of management tools, ie, the unique management tool 21, the web browser 22, and the SNMP management tool 23 are used as the management tools, but any one or two of them may be used. For example, a unique protocol may be used as a default, and HTTP and SNMP may be optional. By exchanging the communication module, it is possible to select which protocol is used.

図2は、図1に示したアプリケーション管理フレームワークの動作を表したフローチャートである。図2において、工程(P2−1)で管理ツールは対応する通信モジュールと接続する。そして、工程(P2−2)で動作しているプローブモジュールの情報を管理ツールが持っているかを調べ、持っていないと、工程(P2−3)に移行して、管理ツールはエージェントモジュールにプローブモジュールの一覧を要求する。情報を持っていると、工程(P2−3)をスキップする。   FIG. 2 is a flowchart showing the operation of the application management framework shown in FIG. In FIG. 2, the management tool is connected to the corresponding communication module in step (P2-1). Then, it is checked whether the management tool has information on the probe module operating in the process (P2-2). If not, the process proceeds to the process (P2-3), and the management tool probes the agent module. Request a list of modules. If it has information, the process (P2-3) is skipped.

次に、工程(P2−4)で、管理ツールはプローブモジュールのIDを指定して、エージェントモジュールに情報収集または操作の要求を送信する。通信モジュールは、工程(P2−5)で受信した要求をエージェントモジュールに通知する。工程(P2−6)で、エージェントモジュールは受信内容を解釈して、指定されたIDを有するプローブモジュールに情報収集あるいは操作を要求する。   Next, in step (P2-4), the management tool designates the ID of the probe module and sends a request for information collection or operation to the agent module. The communication module notifies the agent module of the request received in step (P2-5). In step (P2-6), the agent module interprets the received content and requests information collection or operation from the probe module having the designated ID.

プローブモジュールは、工程(P2−7)で要求された動作を実行し、その結果(収集した情報あるいは操作結果)を取得して、エージェントモジュールに通知する。エージェントモジュールは、工程(P2−8)で受信した結果を通信モジュールに通知し、管理ツールへの返信を指示する。通信モジュールは、工程(P2−9)で管理ツールに返信する。管理ツールは、工程(P2−10)でこの返信を受信する。このようにして、管理ツールはアプリケーションの情報を取得し、またアプリケーションを操作する。   The probe module executes the operation requested in step (P2-7), acquires the result (collected information or operation result), and notifies the agent module. The agent module notifies the communication module of the result received in step (P2-8) and instructs a reply to the management tool. The communication module returns to the management tool in step (P2-9). The management tool receives this reply in step (P2-10). In this way, the management tool acquires application information and operates the application.

図3に、本発明の応用例を示す。図3において、30および50は広い範囲に分散設置された制御アプリケーション、40および60はそれぞれ制御アプリケーション30、50内に配置されたプロセスである。プロセス40はアプリケーション41、このアプリケーション41内の情報を保持しているオブジェクト42、このオブジェクト42から情報を取得し、またアプリケーション41を操作するプローブモジュール43、プローブモジュール43を操作するエージェントモジュール44、外部と通信を行う通信モジュール45で構成されている。すなわち、プロセス40は図1のプロセス10と同様の構成を有している。   FIG. 3 shows an application example of the present invention. In FIG. 3, 30 and 50 are control applications distributed over a wide range, and 40 and 60 are processes arranged in the control applications 30 and 50, respectively. The process 40 includes an application 41, an object 42 that holds information in the application 41, a probe module 43 that acquires information from the object 42, and operates the application 41, an agent module 44 that operates the probe module 43, an external It is comprised with the communication module 45 which communicates. That is, the process 40 has the same configuration as the process 10 of FIG.

プロセス60もプロセス40と同様の構成を有している。すなわち、アプリケーション61、オブジェクト62、プローブモジュール63、エージェントモジュール64、通信モジュール65で構成されている。   The process 60 has the same configuration as the process 40. That is, the application 61, the object 62, the probe module 63, the agent module 64, and the communication module 65 are configured.

70は管理ツールであり、インターネットなどの広域ネットワークでプロセス40、60と接続されている。管理ツール70は、エージェントモジュール44、64を介して制御アプリケーション30、50から情報を取得し、また操作する。このように、複数の制御アプリケーションを1台の管理ツール70で集中管理することができる。   A management tool 70 is connected to the processes 40 and 60 via a wide area network such as the Internet. The management tool 70 acquires and operates information from the control applications 30 and 50 via the agent modules 44 and 64. In this way, a plurality of control applications can be centrally managed by one management tool 70.

例えば、AMEDAS(Automated Meteorological Data Acquisition System、アメダス)のような広域に渡って計測器が設置されるシステムを集中管理することも可能になる。このようなシステムでは、計測器の設置場所が分散しており、保守要員が直接計測器の所に赴いて動作が正常であるかを管理することは、人員配置等さまざまな困難がある。そこで、本発明を応用して計測器群と管理ツールをネットワークで接続することにより、広域に分散したシステムを集中管理することができる。   For example, it is possible to centrally manage a system in which measuring instruments are installed over a wide area, such as AMEDAS (Automated Meteorological Data Acquisition System, AMeDAS). In such a system, the installation locations of the measuring instruments are dispersed, and it is difficult for maintenance personnel to go directly to the measuring instrument and manage whether the operation is normal, such as personnel assignment. Therefore, by applying the present invention and connecting a measuring instrument group and a management tool via a network, a system distributed over a wide area can be centrally managed.

本発明の一実施例を示す構成図である。It is a block diagram which shows one Example of this invention. 本発明の一実施例の動作を示すフローチャートである。It is a flowchart which shows operation | movement of one Example of this invention. 本発明の応用を示す構成図である。It is a block diagram which shows the application of this invention.

符号の説明Explanation of symbols

10、40、60プロセス
11、41、61 アプリケーション
11a、11b、11c、42、62 オブジェクト
12、13、43、63 プローブモジュール
14、44、64 エージェントモジュール
15〜17、45、65 通信モジュール
30、50 制御アプリケーション
70 管理ツール
10, 40, 60 Process 11, 41, 61 Application 11a, 11b, 11c, 42, 62 Object 12, 13, 43, 63 Probe module 14, 44, 64 Agent module 15-17, 45, 65 Communication module 30, 50 Control application 70 Management tool

Claims (7)

アプリケーションから情報を収集してその情報を送信し、また要求によりこのアプリケーションを操作するプローブモジュールと、
少なくとも1つのプローブモジュールが接続され、このプローブモジュールに情報の収集、または操作を要求し、その結果を前記プローブモジュールから受け取るエージェントモジュールと、
前記エージェントモジュールに接続され、外部に置かれた管理ツールから送信された要求を前記エージェントモジュールに通知し、前記エージェントモジュールから通知された結果を前記管理ツールに送信する通信モジュールと、
を具備したことを特徴とするアプリケーション管理フレームワーク。
A probe module that collects and sends information from the application and manipulates the application on demand;
An agent module connected to at least one probe module, requesting the probe module to collect or manipulate information, and receiving the result from the probe module;
A communication module connected to the agent module and notifying the agent module of a request transmitted from a management tool placed outside, and transmitting a result notified from the agent module to the management tool;
An application management framework characterized by comprising:
前記プローブモジュールは独自のID(identifier)を保持し、前記エージェントモジュールはこのIDを用いて前記プローブモジュールを管理するようにしたことを特徴とする請求項1記載のアプリケーション管理フレームワーク。   The application management framework according to claim 1, wherein the probe module holds a unique ID (identifier), and the agent module manages the probe module using the ID. 前記プローブモジュールは、要求があったときのみアプリケーションから情報を収集するようにしたことを特徴とする請求項1若しくは請求項2記載のアプリケーション管理フレーム。   The application management frame according to claim 1 or 2, wherein the probe module collects information from an application only when requested. 前記プローブモジュールは、所定の周期でアプリケーションから情報を収集するようにしたことを特徴とする請求項1乃至請求項3いずれかに記載のアプリケーション管理フレーム。   4. The application management frame according to claim 1, wherein the probe module collects information from an application at a predetermined cycle. 前記通信モジュールと管理ツール間通信のプロトコルは、XML(Extensible Markup Language)で記述されていることを特徴とする請求項1乃至請求項4いずれかに記載のアプリケーション管理フレームワーク。   5. The application management framework according to claim 1, wherein the protocol for communication between the communication module and the management tool is described in XML (Extensible Markup Language). 前記通信モジュールは、HTTP(HyperText Transfer Protocol)を用いて管理ツールと通信するようにしたことを特徴とする請求項1乃至請求項5いずれかに記載のアプリケーション管理フレームワーク。   6. The application management framework according to claim 1, wherein the communication module communicates with a management tool using HTTP (HyperText Transfer Protocol). 前記通信モジュールは、SNMP(Simple Network Management Protocol)を用いて管理ツールと通信するようにしたことを特徴とする請求項1乃至請求項6いずれかに記載のアプリケーション管理フレームワーク。
7. The application management framework according to claim 1, wherein the communication module communicates with a management tool using SNMP (Simple Network Management Protocol).
JP2006184118A 2006-07-04 2006-07-04 Application management framework Withdrawn JP2008015648A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006184118A JP2008015648A (en) 2006-07-04 2006-07-04 Application management framework

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006184118A JP2008015648A (en) 2006-07-04 2006-07-04 Application management framework

Publications (1)

Publication Number Publication Date
JP2008015648A true JP2008015648A (en) 2008-01-24

Family

ID=39072618

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006184118A Withdrawn JP2008015648A (en) 2006-07-04 2006-07-04 Application management framework

Country Status (1)

Country Link
JP (1) JP2008015648A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130190946A1 (en) * 2010-10-14 2013-07-25 Toyota Jidosha Kabushiki Kaisha Vehicle data acquisition system and vehicle data acquisition method

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0575620A (en) * 1991-01-17 1993-03-26 Hewlett Packard Co <Hp> System and method for collecting lan statistical data
JP2000090054A (en) * 1998-09-08 2000-03-31 Yokogawa Electric Corp Moving agent system
JP2002215424A (en) * 2001-01-16 2002-08-02 Hitachi Ltd Method of filtering operation monitoring data
JP2002278780A (en) * 2001-03-19 2002-09-27 Toshiba Corp Network system and resources analysis system
JP2003099340A (en) * 2001-09-20 2003-04-04 Hitachi Information Systems Ltd Network-managing system, method therefor, network- managing device, method therefor, program and data storage medium
JP2004021549A (en) * 2002-06-14 2004-01-22 Hitachi Information Systems Ltd Network monitoring system and program
JP2004145536A (en) * 2002-10-23 2004-05-20 Hitachi Ltd Management system
JP2004206495A (en) * 2002-12-26 2004-07-22 Hitachi Ltd Management system, management computer, management method, and program
JP2005531070A (en) * 2002-06-25 2005-10-13 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and system for monitoring application performance in a distributed environment

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0575620A (en) * 1991-01-17 1993-03-26 Hewlett Packard Co <Hp> System and method for collecting lan statistical data
JP2000090054A (en) * 1998-09-08 2000-03-31 Yokogawa Electric Corp Moving agent system
JP2002215424A (en) * 2001-01-16 2002-08-02 Hitachi Ltd Method of filtering operation monitoring data
JP2002278780A (en) * 2001-03-19 2002-09-27 Toshiba Corp Network system and resources analysis system
JP2003099340A (en) * 2001-09-20 2003-04-04 Hitachi Information Systems Ltd Network-managing system, method therefor, network- managing device, method therefor, program and data storage medium
JP2004021549A (en) * 2002-06-14 2004-01-22 Hitachi Information Systems Ltd Network monitoring system and program
JP2005531070A (en) * 2002-06-25 2005-10-13 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and system for monitoring application performance in a distributed environment
JP2004145536A (en) * 2002-10-23 2004-05-20 Hitachi Ltd Management system
JP2004206495A (en) * 2002-12-26 2004-07-22 Hitachi Ltd Management system, management computer, management method, and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130190946A1 (en) * 2010-10-14 2013-07-25 Toyota Jidosha Kabushiki Kaisha Vehicle data acquisition system and vehicle data acquisition method

Similar Documents

Publication Publication Date Title
KR102262321B1 (en) IoT GATEWAY SYSTEM FOR INDUSTRIAL
CN102890481B (en) There is the handheld field maintenance tool in procedure communication tunnel
KR101337619B1 (en) Integrated control system and method
WO2014002184A1 (en) Equipment management system and program
WO2012092319A1 (en) Remote wind turbine reset system and method
CN106027351B (en) A kind of embedded web server fieldbus fault diagnosis communication module
JP2008193799A (en) Power system monitoring control system and its remote monitoring control device
JP2006011888A (en) Remote management system
CN103533084A (en) Real-time DMS (device management system) of B/S (browser/server) framework and method thereof
CN101621544A (en) Service flow processing apparatus and method
JP2016146020A (en) Data analysis system and analysis method
US20100016994A1 (en) Network Supervision With Control Systems
CN109392192B (en) Method and system for device connection of SCADA system for fast communication
JP2009237835A (en) Web server system and load distribution method
JP2008015648A (en) Application management framework
JP4303640B2 (en) General purpose embedded devices and mechanisms for various intelligent maintenance applications
JP5721762B2 (en) Equipment management system, monitoring device and monitoring program
JP2009042995A (en) Method for controlling circulation of distributed information, distribution system, and its server and program
KR102593008B1 (en) Method and apparatus for distributed smart factory operation using opc ua
KR101740236B1 (en) A remote management system for apparatus having mqtt and dds client module
KR101545232B1 (en) Integrated monitoring and control system using distributed computing
Zhang et al. Design of power communication data network management system and implementation of data acquisition module
JP2005346257A (en) Information processing apparatus and device
Seilonen et al. Service-oriented application integration for condition-based maintenance with OPC unified architecture
KR101926799B1 (en) Method for providing context awareness messenger and system thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20081210

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20101014

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110712

A761 Written withdrawal of application

Free format text: JAPANESE INTERMEDIATE CODE: A761

Effective date: 20110726