JP2012185766A - Computer device life/death monitoring system and method - Google Patents

Computer device life/death monitoring system and method Download PDF

Info

Publication number
JP2012185766A
JP2012185766A JP2011049961A JP2011049961A JP2012185766A JP 2012185766 A JP2012185766 A JP 2012185766A JP 2011049961 A JP2011049961 A JP 2011049961A JP 2011049961 A JP2011049961 A JP 2011049961A JP 2012185766 A JP2012185766 A JP 2012185766A
Authority
JP
Japan
Prior art keywords
computer device
life
managed computer
mib
information
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
JP2011049961A
Other languages
Japanese (ja)
Inventor
Masayoshi Nagashima
正芳 長島
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 JP2011049961A priority Critical patent/JP2012185766A/en
Publication of JP2012185766A publication Critical patent/JP2012185766A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To monitor whether each managed computer device is alive or dead with a small scale.SOLUTION: In each managed computer device 20, a manager function part 22 periodically transmits an update request for updating its life/death information registered in an MIB of a management computer device 10 to the management computer device 10. In the management computer device 10, an MIB 12 stores life/death states for each managed computer device 20, an agent function part 11 updates life/death information of a managed computer device 20 in the MIB at an update request from the managed computer device 20, and when a life/death state of each managed computer device 20 is monitored, life/death information on the managed computer device 20 is acquired from the MIB.

Description

本発明は、コンピュータ装置管理技術に関し、特にネットワーク上に接続された複数のコンピュータ装置に関する死活状態を監視するコンピュータ装置死活監視技術に関する。   The present invention relates to computer device management technology, and more particularly, to computer device life / death monitoring technology for monitoring the life / death status of a plurality of computer devices connected on a network.

一般に、ネットワーク上に接続された複数の被管理コンピュータ装置の死活監視を行う場合、管理コンピュータ装置から全ての被管理コンピュータ装置に対し、死活を確認するための問い合わせデータを送信し、問い合わせデータを受信した被管理コンピュータ装置からの応答データを管理コンピュータ装置が受信することで、該当コンピュータ装置が正常に動作していると判断を行う。この場合、ICMP(Internet Control Message Protocol)やSNMP(Simple Network Management Protocol)などの通信プロトコルを用いて管理コンピュータから被管理コンピュータの状態を定期的に確認する方法が用いられる。   In general, when alive monitoring of a plurality of managed computer devices connected on a network is performed, inquiry data for confirming the alive status is transmitted from the management computer device to all the managed computer devices, and the inquiry data is received. When the management computer apparatus receives the response data from the managed computer apparatus, it is determined that the corresponding computer apparatus is operating normally. In this case, a method of periodically checking the status of the managed computer from the management computer using a communication protocol such as ICMP (Internet Control Message Protocol) or SNMP (Simple Network Management Protocol) is used.

このような方式では、被管理コンピュータ装置の数が少ない場合には、管理コンピュータ装置からの問い合わせデータの送信と被管理コンピュータ装置からの応答データの受信を円滑に行うことができるが、被管理コンピュータ装置の数が大多数となるような場合、管理コンピュータ装置はネットワークを介し多数の問い合わせデータの送信と応答データの受信を行わなければならないため、全ての被管理コンピュータに対する確認を行うためには多くの時間を有することになる。   In such a system, when the number of managed computer devices is small, it is possible to smoothly transmit inquiry data from the managed computer device and receive response data from the managed computer device. When the number of devices is large, the management computer device must send a large number of inquiry data and receive response data via the network, so it is often necessary to confirm all managed computers. Will have the time.

一方、従来のコンピュータ装置監視技術として、各コンピュータ装置に設けたMIB(Management Information Base)と呼ばれるネットワーク定義情報を用いて、被管理コンピュータ装置の状態を監視する技術が提案されている(例えば、特許文献1など参照)。
このコンピュータ装置監視システムには、被管理コンピュータ装置にMIBが設けられているとともに、これに対応するMIBが管理コンピュータ装置にそれぞれ設けられている。
On the other hand, as a conventional computer apparatus monitoring technique, a technique for monitoring the state of a managed computer apparatus using network definition information called MIB (Management Information Base) provided in each computer apparatus has been proposed (for example, patents). Reference 1 etc.).
In this computer apparatus monitoring system, an MIB is provided in a managed computer apparatus, and an MIB corresponding to the MIB is provided in each management computer apparatus.

このコンピュータ装置監視システムでは、各被管理コンピュータ装置において、エージェントが自己のMIBを常時監視し、MIBの内容に変化があればその変更内容を管理コンピュータ装置に通知する。管理コンピュータ装置のマネージャは、任意の被管理コンピュータ装置からの変更内容の通知に応じて、自己のMIBのうち対応するMIBの内容を更新する。
このようにして、被管理コンピュータ装置のMIBと管理コンピュータ装置のMIBとを同期させておくことにより、各被管理コンピュータ装置の状態情報を管理コンピュータ装置のMIBで、収集して監視するものとなっている。
In this computer apparatus monitoring system, in each managed computer apparatus, an agent constantly monitors its own MIB, and if there is a change in the contents of the MIB, the change contents are notified to the management computer apparatus. The manager of the management computer device updates the content of the corresponding MIB among its own MIBs in response to the notification of the change content from any managed computer device.
In this way, by synchronizing the MIB of the managed computer device with the MIB of the managed computer device, the status information of each managed computer device is collected and monitored by the MIB of the managed computer device. ing.

特開2002−149509号公報JP 2002-149509 A

しかしながら、このような従来技術では、被管理コンピュータ装置のMIBと管理コンピュータ装置のMIBとを同期させることにより、各被管理コンピュータ装置の状態情報を管理コンピュータ装置のMIBで収集しているため、各被管理コンピュータ装置にMIBを設ける必要がある。このため、各被管理コンピュータ装置の構成が複雑化するとともに、死活監視のための情報が被管理コンピュータ装置と管理コンピュータ装置で冗長して持つことになり、システムの規模が大きくなるという問題点があった。   However, in such a conventional technique, since the MIB of the managed computer apparatus is synchronized with the MIB of the managed computer apparatus, the status information of each managed computer apparatus is collected by the MIB of the managed computer apparatus. It is necessary to provide the managed computer device with an MIB. For this reason, the configuration of each managed computer apparatus becomes complicated, and information for alive monitoring is redundantly stored in the managed computer apparatus and the management computer apparatus, which increases the system scale. there were.

本発明はこのような課題を解決するためのものであり、小さい規模で各被管理コンピュータ装置の死活を監視できるコンピュータ装置死活監視技術を提供することを目的としている。   An object of the present invention is to solve such a problem, and an object of the present invention is to provide a computer device alive monitoring technique capable of monitoring the alive life of each managed computer device on a small scale.

このような目的を達成するために、本発明にかかるコンピュータ装置死活監視システムは、通信網を介して接続された管理コンピュータ装置と複数の被管理コンピュータ装置とを備え、被管理コンピュータ装置は、管理コンピュータ装置のMIB(Management Information Base)に登録されている自己の死活情報を更新するための更新要求を、通信網を介して管理コンピュータ装置へ周期的に送信するマネージャ機能部を備え、管理コンピュータ装置は、被管理コンピュータ装置ごとに、当該被管理コンピュータ装置の死活情報を記憶するMIBと、被管理コンピュータ装置からの更新要求に応じて、MIBのうち当該被管理コンピュータ装置の死活情報を更新するエージェント機能部と、各被管理コンピュータ装置の死活を監視する際、各被管理コンピュータ装置の死活情報をMIBから取得する取得要求をエージェント機能部へ指示する監視マネージャ機能部とを備え、エージェント機能部で、監視マネージャ機能部からの取得要求に応じて、MIBから各被管理コンピュータ装置の死活情報を取得して監視マネージャ機能部へ通知するようにしたものである。   In order to achieve such an object, a computer device alive monitoring system according to the present invention includes a management computer device and a plurality of managed computer devices connected via a communication network. A management computer device comprising a manager function unit that periodically transmits an update request for updating own life / death information registered in MIB (Management Information Base) of the computer device to the management computer device via a communication network. For each managed computer device, an MIB that stores the life and death information of the managed computer device, and an agent that updates the life and death information of the managed computer device in the MIB in response to an update request from the managed computer device When monitoring the functional part and the life and death of each managed computer device, A monitoring manager function unit for instructing the agent function unit to obtain an acquisition request for acquiring life / death information of the computer device from the MIB, and the agent function unit from the MIB to each managed computer in response to the acquisition request from the monitoring manager function unit The life / death information of the device is acquired and notified to the monitoring manager function unit.

また、本発明にかかるコンピュータ装置死活監視方法は、通信網を介して接続された管理コンピュータ装置と複数の被管理コンピュータ装置とを備えるコンピュータ装置死活監視システムで用いられるコンピュータ装置死活監視方法であって、被管理コンピュータ装置のマネージャ機能部が、管理コンピュータ装置のMIB(Management Information Base)に登録されている自己の死活情報を更新するための更新要求を、通信網を介して管理コンピュータ装置へ周期的に送信するマネージャ機能ステップと、管理コンピュータ装置のMIBが、被管理コンピュータ装置ごとに、当該被管理コンピュータ装置の死活情報を記憶するステップと、管理コンピュータ装置のエージェント機能部が、被管理コンピュータ装置からの更新要求に応じて、MIBのうち当該被管理コンピュータ装置の死活情報を更新するエージェント機能ステップと、管理コンピュータ装置の監視マネージャ機能部が、各被管理コンピュータ装置の死活を監視する際、各被管理コンピュータ装置の死活情報をMIBから取得する取得要求をエージェント機能部へ指示する監視マネージャ機能ステップと備え、エージェント機能ステップに、監視マネージャ機能部からの取得要求に応じて、MIBから各被管理コンピュータ装置の死活情報を取得して監視マネージャ機能部へ通知するステップと含むようにしたものである。   A computer device alive monitoring method according to the present invention is a computer device alive monitoring method used in a computer device alive monitoring system comprising a management computer device and a plurality of managed computer devices connected via a communication network. The manager function unit of the managed computer device periodically sends an update request for updating its own life and death information registered in the MIB (Management Information Base) of the management computer device to the management computer device via the communication network. The management function step of transmitting to the management computer device, the MIB of the management computer device storing the alive information of the management computer device for each management computer device, and the agent function unit of the management computer device from the management computer device In response to an update request That is, when the agent function step for updating the life and death information of the managed computer device and the monitoring manager function unit of the management computer device monitor the life and death of each managed computer device, the life and death information of each managed computer device is obtained from the MIB. A monitoring manager function step for instructing an acquisition request to be acquired to the agent function unit is provided, and the agent function step acquires and monitors the alive information of each managed computer device from the MIB in response to the acquisition request from the monitoring manager function unit. And a step of notifying the manager function unit.

本発明によれば、各被管理コンピュータ装置にMIBを設けることなく、各被管理コンピュータ装置の死活情報を管理コンピュータで管理することができる。したがって、各被管理コンピュータ装置の構成を簡素化できるとともに、死活監視のための情報が管理コンピュータ装置だけで一元管理することができ、小さい規模のシステムで各被管理コンピュータ装置の死活を監視することが可能となる。   According to the present invention, life management information of each managed computer apparatus can be managed by the management computer without providing an MIB in each managed computer apparatus. Therefore, the configuration of each managed computer apparatus can be simplified, information for life and death monitoring can be centrally managed only by the management computer apparatus, and the life and death of each managed computer apparatus can be monitored with a small-scale system. Is possible.

本発明にかかるコンピュータ装置死活監視システムの構成を示すブロック図である。It is a block diagram which shows the structure of the computer apparatus alive monitoring system concerning this invention. MIBの構成例である。It is a structural example of MIB. 監視リストの構成例である。It is a structural example of a monitoring list. 死活状態確認結果の構成例である。It is a structural example of a life / death state confirmation result. 管理コンピュータ装置での死活情報確認処理を示すフローチャートである。It is a flowchart which shows the life and death information confirmation process in a management computer apparatus.

次に、本発明の実施形態について図面を参照して説明する。
[コンピュータ装置死活監視システム]
まず、図1を参照して、本発明の一実施形態にかかるコンピュータ装置死活監視システムについて説明する。図1は、本発明にかかるコンピュータ装置死活監視システムの構成を示すブロック図である。
このコンピュータ装置死活監視システム1は、通信網30を介して接続された管理コンピュータ装置10と複数の被管理コンピュータ装置20(20A−20N)とから構成されており、各被管理コンピュータ装置20の死活状態を管理コンピュータ装置10で監視する機能を有している。
Next, embodiments of the present invention will be described with reference to the drawings.
[Computer device alive monitoring system]
First, a computer device alive monitoring system according to an embodiment of the present invention will be described with reference to FIG. FIG. 1 is a block diagram showing a configuration of a computer device alive monitoring system according to the present invention.
The computer device alive monitoring system 1 includes a management computer device 10 and a plurality of managed computer devices 20 (20A-20N) connected via a communication network 30. The management computer device 10 has a function of monitoring the status.

[発明の原理]
ネットワークに接続された各機器を遠隔で監視制御する際、SMNP(Simple Network Management Protocol)というプロトコルが用いられる。このプロトコルでは、機器を管理する機能をマネージャと呼ぶ。各機器には、それぞれの機器に関する各種情報を記憶するMIB(Management Information Base)というデータベースが設けられており、マネージャからの指示に応じて自己のMIBに記憶している各種情報を更新する機能をエージェントという。
[Principle of the Invention]
When remotely monitoring and controlling each device connected to the network, a protocol called SMNP (Simple Network Management Protocol) is used. In this protocol, a function for managing devices is called a manager. Each device is provided with a database called MIB (Management Information Base) that stores various information related to each device, and has a function of updating various information stored in its own MIB according to instructions from the manager. An agent.

このSMNPを利用して、コンピュータ装置を監視する場合、一般的には、前述した従来技術のように、管理コンピュータ装置にマネージャを搭載し、被管理コンピュータ装置のエージェントをマネージャから遠隔制御することにより、各被管理コンピュータ装置に設けられたMIBから情報を取得する、という構成を持つ。
この構成では、エージェントのMIBから情報を取得するというマネージャの機能を利用していることになる。
When a computer device is monitored using this SMNP, generally, a manager is mounted on the management computer device and the agent of the managed computer device is remotely controlled from the manager as in the prior art described above. In this configuration, information is acquired from an MIB provided in each managed computer apparatus.
In this configuration, the manager function of acquiring information from the MIB of the agent is used.

ここで、マネージャの機能には、エージェントのMIBから情報を取得するという機能以外に、エージェントのMIBに記憶されている情報を更新する機能がある。
本発明は、このマネージャの機能に着目し、この機能で被管理コンピュータ装置から管理コンピュータに対して、死活情報を通知するようにしたものである。したがって、本発明では、一般的なSMNPとは逆に、各被管理コンピュータ装置にマネージャを搭載するとともに、管理コンピュータ装置にエージェントとMIBを搭載するという構成を備えている。
Here, the manager function includes a function of updating information stored in the agent MIB, in addition to a function of acquiring information from the agent MIB.
The present invention pays attention to the function of the manager, and uses this function to notify the management computer from the managed computer apparatus to the life and death information. Therefore, in the present invention, contrary to general SMNP, a manager is mounted on each managed computer device, and an agent and an MIB are mounted on the management computer device.

本実施形態は、このような発明の原理に基づいて、各被管理コンピュータ装置20で、管理コンピュータ装置10のMIBに登録されている自己の死活情報を更新するための更新要求を、管理コンピュータ装置10へ周期的に送信し、管理コンピュータ装置10において、MIBで被管理コンピュータ装置20ごとに死活状態を記憶しておき、被管理コンピュータ装置20からの更新要求に応じて、MIBのうち当該被管理コンピュータ装置20の死活情報を更新し、各被管理コンピュータ装置20の死活を監視する際、MIBから各被管理コンピュータ装置20の死活情報を取得するようにしたものである。   In the present embodiment, based on the principle of the present invention, each managed computer apparatus 20 issues an update request for updating its own life / death information registered in the MIB of the management computer apparatus 10 to the management computer apparatus. The management computer device 10 stores the life / death state for each managed computer device 20 in the MIB, and in response to an update request from the managed computer device 20, the management computer device 10 stores the management target device in the MIB. When alive information of the computer apparatus 20 is updated and the alive information of each managed computer apparatus 20 is monitored, the alive information of each managed computer apparatus 20 is acquired from the MIB.

[被管理コンピュータ装置]
次に、図1を参照して、本実施形態にかかるコンピュータ装置死活監視システム1で用いる被管理コンピュータ装置20の構成について詳細に説明する。
被管理コンピュータ装置20は、全体としてパーソナルコンピュータやサーバ装置などのコンピュータ装置からなり、主な機能部として、情報更新部21とマネージャ機能部22とが設けられている。
[Managed computer device]
Next, the configuration of the managed computer device 20 used in the computer device alive monitoring system 1 according to the present embodiment will be described in detail with reference to FIG.
The managed computer device 20 includes a computer device such as a personal computer or a server device as a whole, and an information update unit 21 and a manager function unit 22 are provided as main function units.

情報更新部21は、管理コンピュータ装置10のMIB12に登録されている自己の死活情報を正常状態に更新するための更新要求の送信をマネージャ機能部22に対して周期的に指示する機能を有している。   The information update unit 21 has a function of periodically instructing the manager function unit 22 to transmit an update request for updating the self-life information registered in the MIB 12 of the management computer apparatus 10 to a normal state. ing.

マネージャ機能部22は、SMNPに基づいて管理処理を行うマネージャからなり、情報更新部21からの送信指示に応じて、管理コンピュータ装置10のMIB12に登録されている自己の死活情報を正常状態に更新するための更新要求を、通信網30を介して管理コンピュータ装置10へ送信する機能を有している。   The manager function unit 22 includes a manager that performs management processing based on the SMNP, and updates its own life / death information registered in the MIB 12 of the management computer device 10 to a normal state in response to a transmission instruction from the information update unit 21. A function for transmitting an update request to the management computer device 10 via the communication network 30.

被管理コンピュータ20装置には、これら機能部のほか、データ通信部など、コンピュータ装置に設けられている一般的な機能が設けられているものとする。また、これら情報更新部21およびマネージャ機能部22は、専用のデータ処理回路で実現してもよく、CPUとプログラムとを協働させて実現してもよい。   In addition to these function units, the managed computer 20 device is assumed to be provided with general functions provided in the computer device, such as a data communication unit. The information updating unit 21 and the manager function unit 22 may be realized by a dedicated data processing circuit, or may be realized by cooperating a CPU and a program.

[管理コンピュータ装置]
次に、図1を参照して、本実施形態にかかるコンピュータ装置死活監視システム1で用いる管理コンピュータ装置10の構成について詳細に説明する。
管理コンピュータ装置10は、全体としてパーソナルコンピュータやサーバ装置などのコンピュータ装置からなり、主な機能部として、エージェント機能部11、MIB12、死活確認部13、および監視マネージャ機能部14とが設けられている。
[Management computer device]
Next, the configuration of the management computer device 10 used in the computer device alive monitoring system 1 according to the present embodiment will be described in detail with reference to FIG.
The management computer device 10 is composed of a computer device such as a personal computer or a server device as a whole, and is provided with an agent function unit 11, an MIB 12, a life / death confirmation unit 13, and a monitoring manager function unit 14 as main function units. .

エージェント機能部11は、通信網30を介して受信した被管理コンピュータ装置20からの更新要求に応じて、MIB12のうち当該被管理コンピュータ装置20の死活情報を正常状態に更新する機能と、監視マネージャ機能部14からの取得要求に応じて、指定された監視リストに含まれている各被管理コンピュータ装置20の死活情報を、MIB12から取得して監視マネージャ機能部14へ通知するとともに、各被管理コンピュータ装置20の死活情報を異常状態に初期化する機能とを有している。   In response to an update request from the managed computer device 20 received via the communication network 30, the agent function unit 11 updates the alive information of the managed computer device 20 in the MIB 12 to a normal state, and a monitoring manager In response to an acquisition request from the function unit 14, the life / death information of each managed computer device 20 included in the designated monitoring list is acquired from the MIB 12 and notified to the monitoring manager function unit 14. A function of initializing the life-and-death information of the computer device 20 to an abnormal state.

MIB12は、被管理コンピュータ装置20ごとに、当該被管理コンピュータ装置20の死活情報を記憶する機能を有している。
図2は、MIBの構成例である。ここでは、各被管理コンピュータ装置20を識別するためのオブジェクトIDごとに、当該被管理コンピュータ装置20の死活状態を示す死活情報が登録されている。この場合、死活情報が「0」の場合には「異常」を示し、「1」の場合には「正常」を示している。
The MIB 12 has a function of storing life / death information of the managed computer device 20 for each managed computer device 20.
FIG. 2 is a configuration example of the MIB. Here, for each object ID for identifying each managed computer apparatus 20, life / death information indicating the life / death state of the managed computer apparatus 20 is registered. In this case, when the life / death information is “0”, “abnormal” is indicated, and when “1” is indicated, “normal” is indicated.

死活確認部13は、監視対象となる被管理コンピュータ装置20を示す監視リストに基づいて、これら被管理コンピュータ装置20に関する死活状態の確認を監視マネージャ機能部14へ指示する機能を有している。この場合、監視マネージャ機能部14への確認指示については、被管理コンピュータ装置20から通知される死活状態の周期より長い周期で、確認指示を出力すればよく、死活監視の自動化を実現できる。また、任意のイベントやオペレータ操作に応じて、監視マネージャ機能部14への確認指示を出力してもよい。
図3は、監視リストの構成例である。ここでは、監視対象となる被管理コンピュータ装置20を示すオブジェクトIDが登録されている。
The life and death confirmation unit 13 has a function of instructing the monitoring manager function unit 14 to confirm the life and death state of the managed computer device 20 based on the monitoring list indicating the managed computer device 20 to be monitored. In this case, the confirmation instruction to the monitoring manager function unit 14 may be output in a cycle longer than the cycle of the life and death state notified from the managed computer device 20, so that life and death monitoring can be automated. Further, a confirmation instruction to the monitoring manager function unit 14 may be output in response to an arbitrary event or operator operation.
FIG. 3 is a configuration example of the monitoring list. Here, an object ID indicating the managed computer device 20 to be monitored is registered.

監視マネージャ機能部14は、死活確認部13からの確認指示に応じて、当該確認指示で指定された監視リストに基づき、各被管理コンピュータ装置20の死活情報の取得要求をエージェント機能部11へ指示する機能と、エージェント機能部11から通知された各被管理コンピュータ装置20の死活情報を、各被管理コンピュータ装置20に関する死活状態の確認結果として通知する機能とを有している。   In response to the confirmation instruction from the life and death confirmation unit 13, the monitoring manager function unit 14 instructs the agent function unit 11 to request the acquisition of life and death information of each managed computer device 20 based on the monitoring list designated by the confirmation instruction. And a function of notifying the life and death information of each managed computer device 20 notified from the agent function unit 11 as a result of confirming the life and death status of each managed computer device 20.

図4は、死活状態確認結果の構成例である。ここでは、各被管理コンピュータ装置20を識別するためのオブジェクトIDごとに、当該被管理コンピュータ装置20の死活状態「正常」/「異常」を示す死活情報が対応付けられている。この死活状態確認結果は、死活確認部13により記憶部(図示せず)に保存され、例えばオペレータ操作に応じて読み出されて画面表示される。   FIG. 4 is a configuration example of the life / death state confirmation result. Here, for each object ID for identifying each managed computer apparatus 20, life-and-death information indicating the life-and-death state "normal" / "abnormal" of the managed computer apparatus 20 is associated. The life / death state confirmation result is stored in a storage unit (not shown) by the life / death confirmation unit 13 and is read and displayed on the screen according to, for example, an operator operation.

管理コンピュータ装置10には、これら機能部のほか、データ通信I/F部、操作入力部、画面表示部など、コンピュータ装置に設けられている一般的な機能が設けられているものとする。また、これらエージェント機能部11、死活確認部13、および監視マネージャ機能部14は、専用のデータ処理回路で実現してもよく、CPUとプログラムとを協働させて実現してもよい。また、MIB12はハードディスクや半導体メモリなどの記憶装置で構成すればよい。   In addition to these functional units, the management computer device 10 is assumed to be provided with general functions provided in the computer device, such as a data communication I / F unit, an operation input unit, and a screen display unit. The agent function unit 11, the alive confirmation unit 13, and the monitoring manager function unit 14 may be realized by a dedicated data processing circuit, or may be realized by cooperating a CPU and a program. The MIB 12 may be constituted by a storage device such as a hard disk or a semiconductor memory.

[本実施形態の動作]
次に、図5を参照して、本実施形態にかかるコンピュータ装置死活監視システム1の動作について説明する。図5は、管理コンピュータ装置での死活情報確認処理を示すフローチャートである。
エージェント機能部11は、監視マネージャ機能部14からの取得要求に応じて、図5の死活情報確認処理を実行する。
[Operation of this embodiment]
Next, with reference to FIG. 5, the operation of the computer device alive monitoring system 1 according to the present embodiment will be described. FIG. 5 is a flowchart showing the life and death information confirmation processing in the management computer device.
In response to the acquisition request from the monitoring manager function unit 14, the agent function unit 11 executes the alive information confirmation process in FIG.

まず、エージェント機能部11は、監視マネージャ機能部14からの取得要求で指示された監視リストを取得し(ステップ100)、この監視リストのうちから死活情報を取得していない未処理のオブジェクトIDを1つ選択する(ステップ101)。
次に、エージェント機能部11は、選択オブジェクトIDと対応する死活情報をMIB12から取得して(ステップ102)、その死活情報の内容を確認する(ステップ103)。
First, the agent function unit 11 acquires a monitoring list instructed by an acquisition request from the monitoring manager function unit 14 (step 100), and selects an unprocessed object ID for which alive information has not been acquired from this monitoring list. One is selected (step 101).
Next, the agent function unit 11 acquires the life / death information corresponding to the selected object ID from the MIB 12 (step 102), and confirms the contents of the life / death information (step 103).

ここで、当該死活情報が「1」を示す場合(ステップ103:YES)、エージェント機能部11は、当該選択オブジェクトIDに関する死活状態確認結果を「正常」に設定し(ステップ104)、MIB12のうち当該選択オブジェクトIDと対応する死活情報を「0」すなわち「異常」を示す状態に初期化する(ステップ105)。   Here, when the life and death information indicates “1” (step 103: YES), the agent function unit 11 sets the life and death state confirmation result regarding the selected object ID to “normal” (step 104), and the MIB 12 The life and death information corresponding to the selected object ID is initialized to a state indicating “0”, that is, “abnormal” (step 105).

続いて、エージェント機能部11は、監視リストのうち未処理のオブジェクトIDが存在するか確認し(ステップ107)、未処理のオブジェクトIDが存在する場合には(ステップ107:YES)、ステップ101へ戻って処理を続ける。
また、ステップ103において、当該死活情報が「0」を示す場合(ステップ103:NO)、エージェント機能部11は、当該選択オブジェクトIDに関する死活状態確認結果を「異常」に設定し(ステップ106)、ステップ107へ移行する。
Subsequently, the agent function unit 11 checks whether or not an unprocessed object ID exists in the monitoring list (step 107). If an unprocessed object ID exists (step 107: YES), the process proceeds to step 101. Return and continue processing.
In step 103, when the life / death information indicates “0” (step 103: NO), the agent function unit 11 sets the life / death state confirmation result regarding the selected object ID to “abnormal” (step 106), The process proceeds to step 107.

ステップ107において、未処理のオブジェクトIDがなくなった場合(ステップ107:NO)、監視リストに記載されている各オブジェクトIDとそれぞれの監視結果との組を監視マネージャ機能部14へ通知して(ステップ108)、一連の死活情報確認処理を終了する。   In step 107, when there is no unprocessed object ID (step 107: NO), the monitoring manager function unit 14 is notified of a set of each object ID described in the monitoring list and each monitoring result (step 107). 108), a series of life and death information confirmation processing is terminated.

[本実施形態の効果]
このように、本実施形態は、各被管理コンピュータ装置20において、マネージャ機能部22で、管理コンピュータ装置10のMIBに登録されている自己の死活情報を更新するための更新要求を、管理コンピュータ装置10へ周期的に送信し、管理コンピュータ装置10において、MIB12で被管理コンピュータ装置20ごとに死活状態を記憶しておき、エージェント機能部11で、被管理コンピュータ装置20からの更新要求に応じて、MIBのうち当該被管理コンピュータ装置20の死活情報を更新し、各被管理コンピュータ装置20の死活を監視する際、MIBから各被管理コンピュータ装置20の死活情報を取得するようにしたものである。
[Effect of this embodiment]
As described above, in this embodiment, in each managed computer device 20, the manager function unit 22 sends an update request for updating its own life / death information registered in the MIB of the management computer device 10 to the management computer device. 10 is periodically transmitted to the management computer device 10. The management computer device 10 stores an alive state for each managed computer device 20 in the MIB 12, and the agent function unit 11 responds to an update request from the managed computer device 20, In the MIB, the life / death information of the managed computer apparatus 20 is updated, and when the life / death of each managed computer apparatus 20 is monitored, the life / death information of each managed computer apparatus 20 is acquired from the MIB.

これにより、各被管理コンピュータ装置20にMIBを設けることなく、各被管理コンピュータ装置20の死活情報を管理コンピュータ装置10で管理することができる。したがって、各被管理コンピュータ装置20の構成を簡素化できるとともに、死活監視のための情報が管理コンピュータ装置10だけで一元管理することができ、小さい規模のシステムで各被管理コンピュータ装置20の死活を監視することが可能となる。   As a result, it is possible to manage the life / death information of each managed computer apparatus 20 by the management computer apparatus 10 without providing an MIB in each managed computer apparatus 20. Therefore, the configuration of each managed computer device 20 can be simplified, and information for life and death monitoring can be centrally managed only by the management computer device 10, and the life and death of each managed computer device 20 can be managed in a small scale system. It becomes possible to monitor.

また、本実施形態では、被管理コンピュータ装置20のマネージャ機能部22は、更新要求により、被管理コンピュータ装置20の死活情報を正常状態に更新することを要求し、エージェント機能部11で、更新要求に応じて、MIB12のうち被管理コンピュータ装置20の死活情報を正常状態に更新し、監視マネージャ機能部14からの取得要求に応じて、MIB12から各被管理コンピュータ装置の死活情報を取得した後、各被管理コンピュータ装置20の死活情報を異常状態に初期化するようにしてもよい。   Further, in the present embodiment, the manager function unit 22 of the managed computer device 20 requests to update the alive information of the managed computer device 20 to a normal state by an update request, and the agent function unit 11 performs the update request. In response, after updating the life and death information of the managed computer device 20 in the MIB 12 to a normal state and acquiring the life and death information of each managed computer device from the MIB 12 in response to the acquisition request from the monitoring manager function unit 14, The life and death information of each managed computer device 20 may be initialized to an abnormal state.

これにより、被管理コンピュータ装置20からの更新要求が管理コンピュータ装置10に通知されなくなった場合には、MIB12内の死活情報が異常状態のままとなるため、被管理コンピュータ装置20に異常が発生して、更新要求が周期的に通知できなくなった場合には、自動的に被管理コンピュータ装置20の死活状態が異常であると判断することができる。   As a result, when an update request from the managed computer device 20 is not notified to the management computer device 10, the life / death information in the MIB 12 remains in an abnormal state, and thus an abnormality occurs in the managed computer device 20. Thus, when the update request cannot be notified periodically, it can be automatically determined that the alive state of the managed computer device 20 is abnormal.

なお、MIB12で記憶する死活情報としては、「正常」/「異常」に限定されるものではない。例えば死活情報として更新要求の送信日時を用いた場合には、各被管理コンピュータ装置20の死活を監視する際、MIB12の確認日時とMIB12に登録されている送信日時との時間差を検査することにより、更新の滞りの有無に基づいて、当該被管理コンピュータ装置20の死活すなわち「正常」/「異常」を判定できる。   The life / death information stored in the MIB 12 is not limited to “normal” / “abnormal”. For example, when the update request transmission date and time is used as the life and death information, when monitoring the life and death of each managed computer device 20, the time difference between the confirmation date and time of the MIB 12 and the transmission date and time registered in the MIB 12 is checked. Based on the presence or absence of update delay, it is possible to determine whether the managed computer device 20 is active or not, ie, “normal” / “abnormal”.

[実施形態の拡張]
以上、実施形態を参照して本発明を説明したが、本発明は上記実施形態に限定されるものではない。本発明の構成や詳細には、本発明のスコープ内で当業者が理解しうる様々な変更をすることができる。
[Extended embodiment]
The present invention has been described above with reference to the embodiments, but the present invention is not limited to the above embodiments. Various changes that can be understood by those skilled in the art can be made to the configuration and details of the present invention within the scope of the present invention.

[付記]
以下、本発明の特徴を付記する。
[Appendix]
The features of the present invention will be described below.

(付記1)
通信網を介して接続された管理コンピュータ装置と複数の被管理コンピュータ装置とを備え、
前記被管理コンピュータ装置は、
前記管理コンピュータ装置のMIB(Management Information Base)に登録されている自己の死活情報を更新するための更新要求を、前記通信網を介して前記管理コンピュータ装置へ周期的に送信するマネージャ機能部を備え、
前記管理コンピュータ装置は、
前記被管理コンピュータ装置ごとに、当該被管理コンピュータ装置の死活情報を記憶する前記MIBと、
前記被管理コンピュータ装置からの前記更新要求に応じて、前記MIBのうち当該被管理コンピュータ装置の死活情報を更新するエージェント機能部と、
前記各被管理コンピュータ装置の死活を監視する際、前記各被管理コンピュータ装置の死活情報を前記MIBから取得する取得要求を前記エージェント機能部へ指示する監視マネージャ機能部と
を備え、
前記エージェント機能部は、前記監視マネージャ機能部からの前記取得要求に応じて、前記MIBから前記各被管理コンピュータ装置の死活情報を取得して前記監視マネージャ機能部へ通知する
ことを特徴とするコンピュータ装置死活監視システム。
(Appendix 1)
A management computer device and a plurality of managed computer devices connected via a communication network;
The managed computer device includes:
A manager function unit that periodically transmits an update request for updating own life and death information registered in MIB (Management Information Base) of the management computer device to the management computer device via the communication network; ,
The management computer device includes:
For each managed computer device, the MIB for storing information on the life and death of the managed computer device;
In response to the update request from the managed computer device, an agent function unit that updates life / death information of the managed computer device in the MIB;
A monitoring manager function unit that instructs the agent function unit to acquire an acquisition request for acquiring the life and death information of each managed computer device from the MIB when monitoring the life and death of each managed computer device;
In response to the acquisition request from the monitoring manager function unit, the agent function unit acquires alive information of each managed computer device from the MIB and notifies the monitoring manager function unit of the information. Device alive monitoring system.

(付記2)
付記1に記載のコンピュータ装置死活監視システムにおいて、
前記更新要求は、前記被管理コンピュータ装置の死活情報を正常状態に更新する要求からなり、
前記エージェント機能部は、前記更新要求に応じて、前記MIBのうち前記被管理コンピュータ装置の死活情報を正常状態に更新し、前記監視マネージャ機能部からの前記取得要求に応じて、前記MIBから前記各被管理コンピュータ装置の死活情報を取得した後、前記各被管理コンピュータ装置の死活情報を異常状態に初期化する
ことを特徴とするコンピュータ装置死活監視システム。
(Appendix 2)
In the computer device alive monitoring system according to appendix 1,
The update request consists of a request to update the life and death information of the managed computer device to a normal state,
In response to the update request, the agent function unit updates the alive information of the managed computer device in the MIB to a normal state, and in response to the acquisition request from the monitoring manager function unit, from the MIB After acquiring life / death information of each managed computer apparatus, the life / death information of each managed computer apparatus is initialized to an abnormal state.

(付記3)
通信網を介して接続された管理コンピュータ装置と複数の被管理コンピュータ装置とを備えるコンピュータ装置死活監視システムで用いられるコンピュータ装置死活監視方法であって、
前記被管理コンピュータ装置のマネージャ機能部が、前記管理コンピュータ装置のMIB(Management Information Base)に登録されている自己の死活情報を更新するための更新要求を、前記通信網を介して前記管理コンピュータ装置へ周期的に送信するマネージャ機能ステップと、
前記管理コンピュータ装置の前記MIBが、前記被管理コンピュータ装置ごとに、当該被管理コンピュータ装置の死活情報を記憶するステップと、
前記管理コンピュータ装置のエージェント機能部が、前記被管理コンピュータ装置からの前記更新要求に応じて、前記MIBのうち当該被管理コンピュータ装置の死活情報を更新するエージェント機能ステップと、
前記管理コンピュータ装置の監視マネージャ機能部が、前記各被管理コンピュータ装置の死活を監視する際、前記各被管理コンピュータ装置の死活情報を前記MIBから取得する取得要求を前記エージェント機能部へ指示する監視マネージャ機能ステップと
を備え、
前記エージェント機能ステップは、前記監視マネージャ機能部からの前記取得要求に応じて、前記MIBから前記各被管理コンピュータ装置の死活情報を取得して前記監視マネージャ機能部へ通知するステップを含む
ことを特徴とするコンピュータ装置死活監視方法。
(Appendix 3)
A computer device alive monitoring method used in a computer device alive monitoring system comprising a management computer device and a plurality of managed computer devices connected via a communication network,
The manager function unit of the managed computer apparatus sends an update request for updating its own life / death information registered in MIB (Management Information Base) of the management computer apparatus via the communication network. Manager function steps to periodically send to
The MIB of the management computer device stores, for each managed computer device, life and death information of the managed computer device;
An agent function step in which the agent function unit of the management computer device updates the life-and-death information of the managed computer device in the MIB in response to the update request from the managed computer device;
When the monitoring manager function unit of the management computer device monitors the life and death of each managed computer device, monitoring that instructs the agent function unit to obtain an acquisition request for acquiring life and death information of each managed computer device from the MIB Manager function steps and
In response to the acquisition request from the monitoring manager function unit, the agent function step includes a step of acquiring life / death information of each managed computer device from the MIB and notifying the monitoring manager function unit. A computer device alive monitoring method.

(付記4)
付記3に記載のコンピュータ装置死活監視方法において、
前記更新要求は、前記被管理コンピュータ装置の死活情報を正常状態に更新する要求からなり、
前記エージェント機能ステップは、前記更新要求に応じて、前記MIBのうち前記被管理コンピュータ装置の死活情報を正常状態に更新し、前記監視マネージャ機能部からの前記取得要求に応じて、前記MIBから前記各被管理コンピュータ装置の死活情報を取得した後、前記各被管理コンピュータ装置の死活情報を異常状態に初期化するステップを含む
ことを特徴とするコンピュータ装置死活監視方法。
(Appendix 4)
In the computer apparatus alive monitoring method according to attachment 3,
The update request consists of a request to update the life and death information of the managed computer device to a normal state,
The agent function step updates the alive information of the managed computer device in the MIB to a normal state in response to the update request, and from the MIB in response to the acquisition request from the monitoring manager function unit A computer apparatus alive monitoring method comprising the step of initializing the alive information of each managed computer apparatus to an abnormal state after acquiring the alive information of each managed computer apparatus.

1…コンピュータ装置死活監視システム、10…管理コンピュータ装置、11…エージェント機能部、12…MIB、13…死活確認部、14…監視マネージャ機能部、20…被管理コンピュータ装置、21…情報更新部、22…マネージャ機能部、30…通信網。   DESCRIPTION OF SYMBOLS 1 ... Computer apparatus alive monitoring system, 10 ... Management computer apparatus, 11 ... Agent function part, 12 ... MIB, 13 ... Life / death confirmation part, 14 ... Monitoring manager function part, 20 ... Managed computer apparatus, 21 ... Information update part, 22: Manager function unit, 30: Communication network.

Claims (4)

通信網を介して接続された管理コンピュータ装置と複数の被管理コンピュータ装置とを備え、
前記被管理コンピュータ装置は、
前記管理コンピュータ装置のMIB(Management Information Base)に登録されている自己の死活情報を更新するための更新要求を、前記通信網を介して前記管理コンピュータ装置へ周期的に送信するマネージャ機能部を備え、
前記管理コンピュータ装置は、
前記被管理コンピュータ装置ごとに、当該被管理コンピュータ装置の死活情報を記憶する前記MIBと、
前記被管理コンピュータ装置からの前記更新要求に応じて、前記MIBのうち当該被管理コンピュータ装置の死活情報を更新するエージェント機能部と、
前記各被管理コンピュータ装置の死活を監視する際、前記各被管理コンピュータ装置の死活情報を前記MIBから取得する取得要求を前記エージェント機能部へ指示する監視マネージャ機能部と
を備え、
前記エージェント機能部は、前記監視マネージャ機能部からの前記取得要求に応じて、前記MIBから前記各被管理コンピュータ装置の死活情報を取得して前記監視マネージャ機能部へ通知する
ことを特徴とするコンピュータ装置死活監視システム。
A management computer device and a plurality of managed computer devices connected via a communication network;
The managed computer device includes:
A manager function unit that periodically transmits an update request for updating own life and death information registered in MIB (Management Information Base) of the management computer device to the management computer device via the communication network; ,
The management computer device includes:
For each managed computer device, the MIB for storing information on the life and death of the managed computer device;
In response to the update request from the managed computer device, an agent function unit that updates life / death information of the managed computer device in the MIB;
A monitoring manager function unit that instructs the agent function unit to acquire an acquisition request for acquiring the life and death information of each managed computer device from the MIB when monitoring the life and death of each managed computer device;
In response to the acquisition request from the monitoring manager function unit, the agent function unit acquires alive information of each managed computer device from the MIB and notifies the monitoring manager function unit of the information. Device alive monitoring system.
請求項1に記載のコンピュータ装置死活監視システムにおいて、
前記更新要求は、前記被管理コンピュータ装置の死活情報を正常状態に更新する要求からなり、
前記エージェント機能部は、前記更新要求に応じて、前記MIBのうち前記被管理コンピュータ装置の死活情報を正常状態に更新し、前記監視マネージャ機能部からの前記取得要求に応じて、前記MIBから前記各被管理コンピュータ装置の死活情報を取得した後、前記各被管理コンピュータ装置の死活情報を異常状態に初期化する
ことを特徴とするコンピュータ装置死活監視システム。
In the computer apparatus alive monitoring system according to claim 1,
The update request consists of a request to update the life and death information of the managed computer device to a normal state,
In response to the update request, the agent function unit updates the alive information of the managed computer device in the MIB to a normal state, and in response to the acquisition request from the monitoring manager function unit, from the MIB After acquiring life / death information of each managed computer apparatus, the life / death information of each managed computer apparatus is initialized to an abnormal state.
通信網を介して接続された管理コンピュータ装置と複数の被管理コンピュータ装置とを備えるコンピュータ装置死活監視システムで用いられるコンピュータ装置死活監視方法であって、
前記被管理コンピュータ装置のマネージャ機能部が、前記管理コンピュータ装置のMIB(Management Information Base)に登録されている自己の死活情報を更新するための更新要求を、前記通信網を介して前記管理コンピュータ装置へ周期的に送信するマネージャ機能ステップと、
前記管理コンピュータ装置の前記MIBが、前記被管理コンピュータ装置ごとに、当該被管理コンピュータ装置の死活情報を記憶するステップと、
前記管理コンピュータ装置のエージェント機能部が、前記被管理コンピュータ装置からの前記更新要求に応じて、前記MIBのうち当該被管理コンピュータ装置の死活情報を更新するエージェント機能ステップと、
前記管理コンピュータ装置の監視マネージャ機能部が、前記各被管理コンピュータ装置の死活を監視する際、前記各被管理コンピュータ装置の死活情報を前記MIBから取得する取得要求を前記エージェント機能部へ指示する監視マネージャ機能ステップと
を備え、
前記エージェント機能ステップは、前記監視マネージャ機能部からの前記取得要求に応じて、前記MIBから前記各被管理コンピュータ装置の死活情報を取得して前記監視マネージャ機能部へ通知するステップを含む
ことを特徴とするコンピュータ装置死活監視方法。
A computer device alive monitoring method used in a computer device alive monitoring system comprising a management computer device and a plurality of managed computer devices connected via a communication network,
The manager function unit of the managed computer apparatus sends an update request for updating its own life / death information registered in MIB (Management Information Base) of the management computer apparatus via the communication network. Manager function steps to periodically send to
The MIB of the management computer device stores, for each managed computer device, life and death information of the managed computer device;
An agent function step in which the agent function unit of the management computer device updates the life-and-death information of the managed computer device in the MIB in response to the update request from the managed computer device;
When the monitoring manager function unit of the management computer device monitors the life and death of each managed computer device, monitoring that instructs the agent function unit to obtain an acquisition request for acquiring life and death information of each managed computer device from the MIB Manager function steps and
In response to the acquisition request from the monitoring manager function unit, the agent function step includes a step of acquiring life / death information of each managed computer device from the MIB and notifying the monitoring manager function unit. A computer device alive monitoring method.
請求項3に記載のコンピュータ装置死活監視方法において、
前記更新要求は、前記被管理コンピュータ装置の死活情報を正常状態に更新する要求からなり、
前記エージェント機能ステップは、前記更新要求に応じて、前記MIBのうち前記被管理コンピュータ装置の死活情報を正常状態に更新し、前記監視マネージャ機能部からの前記取得要求に応じて、前記MIBから前記各被管理コンピュータ装置の死活情報を取得した後、前記各被管理コンピュータ装置の死活情報を異常状態に初期化するステップを含む
ことを特徴とするコンピュータ装置死活監視方法。
In the computer apparatus alive monitoring method according to claim 3,
The update request consists of a request to update the life and death information of the managed computer device to a normal state,
The agent function step updates the alive information of the managed computer device in the MIB to a normal state in response to the update request, and from the MIB in response to the acquisition request from the monitoring manager function unit A computer apparatus alive monitoring method comprising the step of initializing the alive information of each managed computer apparatus to an abnormal state after acquiring the alive information of each managed computer apparatus.
JP2011049961A 2011-03-08 2011-03-08 Computer device life/death monitoring system and method Withdrawn JP2012185766A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011049961A JP2012185766A (en) 2011-03-08 2011-03-08 Computer device life/death monitoring system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011049961A JP2012185766A (en) 2011-03-08 2011-03-08 Computer device life/death monitoring system and method

Publications (1)

Publication Number Publication Date
JP2012185766A true JP2012185766A (en) 2012-09-27

Family

ID=47015788

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011049961A Withdrawn JP2012185766A (en) 2011-03-08 2011-03-08 Computer device life/death monitoring system and method

Country Status (1)

Country Link
JP (1) JP2012185766A (en)

Similar Documents

Publication Publication Date Title
US9383993B2 (en) Enterprise wide software version recommendation
JP6012727B2 (en) Equipment management system, equipment management apparatus, equipment management method and program
JP2006221376A (en) Plant emergency information display system and method, and web server
JP6050812B2 (en) Device management method, apparatus, and system
CN105279210A (en) Automatic mode switching in a synchronous replication environment
EP2112783A2 (en) Knowledge-based failure recovery support system
CN110651256B (en) System and method for preventing service interruption during software update
US20150120908A1 (en) Real-time, distributed administration of information describing dependency relationships among configuration items in a data center
JP2011210064A (en) Log information collection system, device, method and program
JP2006215958A (en) Peripheral device management system, its method, and peripheral device management program
JPWO2015037603A1 (en) Remote monitoring system, remote monitoring method, and program
JP2019032686A (en) Managing device, control method for managing device, and program
CN113742031A (en) Node state information acquisition method and device, electronic equipment and readable storage medium
CN107071189B (en) Connection method of communication equipment physical interface
JP2012043121A (en) Operation management system, operation management method, and operation management device
JP5675372B2 (en) Virus monitoring system and virus monitoring method
JP2010231293A (en) Monitoring device
JP6575311B2 (en) Network system and control device
JP2010128958A (en) Device management apparatus, device management system, operation setting management method, operation setting management program, and recording medium recording the program
US9648111B2 (en) Communication system and method of controlling the same
CN116346834A (en) Session synchronization method, device, computing equipment and computer storage medium
KR20160096243A (en) IoT Service System and Method for Semantic Information Analysis
JP2012185766A (en) Computer device life/death monitoring system and method
US20140297724A1 (en) Network element monitoring system and server
JP5483784B1 (en) CONTROL DEVICE, COMPUTER RESOURCE MANAGEMENT METHOD, AND COMPUTER RESOURCE MANAGEMENT PROGRAM

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20140513