JP2009199394A - Software update management system, device, manager program and agent program - Google Patents

Software update management system, device, manager program and agent program Download PDF

Info

Publication number
JP2009199394A
JP2009199394A JP2008040979A JP2008040979A JP2009199394A JP 2009199394 A JP2009199394 A JP 2009199394A JP 2008040979 A JP2008040979 A JP 2008040979A JP 2008040979 A JP2008040979 A JP 2008040979A JP 2009199394 A JP2009199394 A JP 2009199394A
Authority
JP
Japan
Prior art keywords
management
software
tree
update
management target
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2008040979A
Other languages
Japanese (ja)
Other versions
JP5092790B2 (en
Inventor
Reiji Yoshida
玲司 吉田
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 JP2008040979A priority Critical patent/JP5092790B2/en
Publication of JP2009199394A publication Critical patent/JP2009199394A/en
Application granted granted Critical
Publication of JP5092790B2 publication Critical patent/JP5092790B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To reduce the load applied to a network or a management device of a distribution source in a software update management system. <P>SOLUTION: When update of software occurs, manager software 110 lists up management object devices with the software to be updated installed thereto based on a management database 111 which was formed in advance. A logical network tree composed of the listed management object devices is formed. Distribution of update is performed from the root of the tree to the leaves thereof, and the management object device corresponding to each node is made to take over the role of relay, whereby the load of the network can be distributed. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、ソフトウェア更新管理システム、装置、マネージャプログラム及びエージェントプログラムに関し、特に、ソフトウェア更新に要する負荷を軽減する技術に関する。   The present invention relates to a software update management system, apparatus, manager program, and agent program, and more particularly to a technique for reducing the load required for software update.

自動的にソフトウェアを配布する技術の一例としては、特許文献1ないし3に記載された技術などがある。これらの技術では、配布元の計算機が事前に配布宛先を記憶しており、バージョンアップ時に記憶された配布宛先に対して配布を行っていた。   Examples of techniques for automatically distributing software include the techniques described in Patent Documents 1 to 3. In these techniques, the distribution source computer stores the distribution destination in advance, and distribution is performed to the distribution destination stored at the time of version upgrade.

一方、特許文献4は、ネットワークに接続する全ての端末にコンテンツを配信するシステムを開示する。特許文献4の段落0072等を参照すると、複数の端末装置がツリー状階層構造で多層に論理接続され、中継機能により順次下流の端末装置に中継される旨の記載がある。   On the other hand, Patent Document 4 discloses a system for distributing content to all terminals connected to a network. With reference to paragraph 0072 of Patent Document 4, there is a description that a plurality of terminal devices are logically connected in multiple layers in a tree-like hierarchical structure and sequentially relayed to downstream terminal devices by a relay function.

また、特許文献5は、段落0007,0008等を参照すると、ホストコンピュータから複数端末のソフトウェアの一括更新を行うことを目的として、端末ソフト管理テーブルの情報を基に更新の必要な端末を判断すること等を特徴とする技術を開示する。
特開平03−286345号公報 特開平04−096159号公報 特開平07−334436号公報 特開2007−233652号公報 特開平04−359345号公報
Further, in Patent Document 5, referring to paragraphs 0007, 0008, etc., for the purpose of performing batch update of software of a plurality of terminals from a host computer, a terminal that needs to be updated is determined based on information in a terminal software management table. The technique characterized by this is disclosed.
Japanese Patent Laid-Open No. 03-286345 Japanese Patent Laid-Open No. 04-096159 JP 07-334436 A JP 2007-233652 A Japanese Patent Laid-Open No. 04-359345

しかしながら、上記本発明に関連する技術(例えば、特許文献1ないし3)には、次のような問題点があった。第1の問題点は、配布元の計算機が順番に全ての配布宛先に対して配布を行うため、この計算機の処理能力がボトルネックとなる事である。第2の問題点は、全ての通信が配布元の計算機に接続されたネットワークを経由するため一部のネットワークに負荷が集中してしまう事である。   However, the techniques related to the present invention (for example, Patent Documents 1 to 3) have the following problems. The first problem is that the processing capacity of this computer becomes a bottleneck because the distribution source computer distributes all distribution destinations in order. The second problem is that all communication goes through a network connected to a distribution source computer, so that the load is concentrated on some networks.

これらの問題を解消するために、論理的なネットワークツリーを予め作成しておき、配布先の計算機にデータの中継を行わせる方法が考えられている(例えば、特許文献4)。しかしながら、このような技術において、特許文献5に記載されているようなホストコンピュータから複数端末のソフトウェアの一括更新を行うこととした場合、全体の計算機の一部のみに配布を行い、かつその計算機が予め作成しておいたツリーの一部に偏っていた場合などに効率が低下してしまうという問題がある。   In order to solve these problems, a method has been considered in which a logical network tree is created in advance and data is relayed to a distribution destination computer (for example, Patent Document 4). However, in such a technique, when the software of a plurality of terminals is collectively updated from a host computer as described in Patent Document 5, the distribution is performed only to a part of the entire computer, and the computer However, there is a problem that the efficiency is reduced when it is biased to a part of the tree created in advance.

一般的に、ネットワークを経由して複数の装置のソフトウェアの更新を行う場合、管理装置上のマネージャソフトウェアが管理対象装置上のエージェントソフトウェアに対して更新するソフトウェアを送付し、インストールの指示を行うことにより実現されている。   Generally, when updating software on multiple devices via a network, the manager software on the management device sends the software to be updated to the agent software on the management target device, and instructs installation. It is realized by.

しかしながら、管理対象装置が複数存在する場合、マネージャソフトウェアが全ての管理対象装置上のエージェントソフトウェアへ更新するソフトウェアを配布せねばならず、管理装置のハードウェア資源や管理装置が接続されているネットワークに大きな負荷がかかってしまう。   However, when there are multiple managed devices, the manager software must distribute the software to be updated to the agent software on all managed devices, and the hardware resources of the managed devices and the network to which the managed devices are connected A heavy load is applied.

そこで、上述のように、予め論理的なツリー状のネットワークを構成しておき、管理対象装置に中継の役割を担わせる方法が考えられる。しかしながら、この方法では、管理対象装置にインストールされているソフトウェアが装置毎に異なっていて、さらにツリーの末端の装置のみにソフトウェアを配信する必要がある場合、配信が不要な装置を中継に使ってしまう事によりネットワークに余計な負荷をかけてしまう恐れがある。   Therefore, as described above, a method in which a logical tree-like network is configured in advance and the managed device plays a role of relay is conceivable. However, in this method, if the software installed on the managed device is different for each device and it is necessary to distribute the software only to the device at the end of the tree, use the device that does not need to be used for relaying. May cause an extra load on the network.

そこで本発明は、上記実情に鑑みて、ネットワークや配布元の管理装置にかかる負荷を軽減することを目的とする。   In view of the above circumstances, an object of the present invention is to reduce the load on a network or a distribution source management apparatus.

上記目的を達成するために本発明は、以下の構成を特徴とする。   In order to achieve the above object, the present invention is characterized by the following configurations.

本発明に係るソフトウェア更新管理システムは、ソフトウェア更新管理装置と管理対象装置とがネットワークを介して接続するソフトウェア更新管理システムであって、前記ソフトウェア更新管理装置は、前記管理対象装置に、インストールされているソフトウェアの種類及びバージョンを紐付けて記憶する管理データベースと、ソフトウェアに更新が発生すると前記管理データベースに基づいて更新が必要な管理対象装置をリストアップするリストアップ手段と、リストアップされた管理対象装置と前記ソフトウェア更新管理装置とから構成され、前記ソフトウェア更新管理装置を根とする論理的なネットワークツリーを作成するツリー作成手段と、作成された前記論理的なネットワークツリーにおいて直接下位の管理対象装置に対し、更新ファイルと当該管理対象装置を根としたツリー情報とを配布する配布手段と、を有し、前記管理対象装置は、前記更新ファイルと前記ツリー情報とが配布されてきた場合、前記更新ファイルを自装置に適用するソフトウェア更新手段と、前記ツリー情報を参照して、自装置に対して直接下位の管理対象装置に対し、前記更新ファイルと当該管理対象装置を根としたツリー情報とを配布する配布中継手段と、を有することを特徴とする。   A software update management system according to the present invention is a software update management system in which a software update management device and a management target device are connected via a network, and the software update management device is installed in the management target device. A management database that associates and stores the type and version of software that is stored, list-up means for listing management target devices that need to be updated based on the management database when the software is updated, and listed management targets A tree creation means for creating a logical network tree rooted at the software update management device, and a management target device directly below the created logical network tree. Against A distribution unit that distributes a file and tree information rooted in the managed device, and the managed device automatically distributes the update file when the updated file and the tree information are distributed. Software update means to be applied to the device, and distribution that refers to the tree information and distributes the update file and the tree information rooted in the managed device directly to the lower-level managed device And a relay means.

また、本発明に係るソフトウェア更新管理装置は、ネットワークを介して管理対象装置と接続するソフトウェア更新管理装置であって、前記管理対象装置に、インストールされているソフトウェアの種類及びバージョンを紐付けて記憶する管理データベースと、ソフトウェアに更新が発生すると前記管理データベースに基づいて更新が必要な管理対象装置をリストアップするリストアップ手段と、リストアップされた管理対象装置と前記ソフトウェア更新管理装置とから構成され、前記ソフトウェア更新管理装置を根とする論理的なネットワークツリーを作成するツリー作成手段と、作成された前記論理的なネットワークツリーにおいて直接下位の管理対象装置に対し、更新ファイルと当該管理対象装置を根としたツリー情報とを配布する配布手段と、を有することを特徴とする。   The software update management device according to the present invention is a software update management device connected to a management target device via a network, and stores the type and version of installed software in association with the management target device. A management database, a list-up means for listing management target devices that need to be updated based on the management database when software is updated, a management target device listed, and the software update management device. , A tree creation means for creating a logical network tree rooted in the software update management device, and an update file and the management target device for the management target device directly in the created logical network tree. Distribution to distribute root tree information And having a means.

また、本発明に係るマネージャプログラムは、ネットワークを介して管理対象装置と接続する情報処理装置に、前記管理対象装置に、インストールされているソフトウェアの種類及びバージョンを紐付けて記憶する管理データベースと、ソフトウェアに更新が発生すると前記管理データベースに基づいて更新が必要な管理対象装置をリストアップするリストアップ手段と、リストアップされた管理対象装置と前記ソフトウェア更新管理装置とから構成され、前記ソフトウェア更新管理装置を根とする論理的なネットワークツリーを作成するツリー作成手段と、作成された前記論理的なネットワークツリーにおいて直接下位の管理対象装置に対し、更新ファイルと当該管理対象装置を根としたツリー情報とを配布する配布手段と、を有するソフトウェア更新管理装置として機能させることを特徴とする。   In addition, the manager program according to the present invention includes a management database that stores information associated with a management target device via a network in association with the type and version of software installed in the management target device, and When software is updated, the software update management includes list-up means for listing up management target devices that need to be updated based on the management database, the listed management target devices, and the software update management device. Tree creation means for creating a logical network tree rooted in a device, and update information and tree information rooted in the managed device for a directly lower management target device in the created logical network tree And distribution means for distributing Wherein the function as wear update management apparatus.

また、本発明に係るエージェントプログラムは、ネットワークを介してソフトウェア更新管理装置と接続する情報処理装置に、自装置にインストールされているソフトウェアの更新ファイルと自装置を根とする論理的なネットワークツリーのツリー情報とが配布されてきた場合、前記更新ファイルを自装置に適用するソフトウェア更新手段と、前記ツリー情報を参照して、自装置に対して直接下位の管理対象装置に対し、前記更新ファイルと当該管理対象装置を根としたツリー情報とを配布する配布中継手段と、を有する装置として機能させることを特徴とする。   In addition, the agent program according to the present invention includes a software update file installed in a self-device and a logical network tree rooted in the self-device in an information processing device connected to the software update management device via a network. When the tree information has been distributed, software update means for applying the update file to the own device, and referring to the tree information, the update file It is made to function as a device having distribution relay means for distributing tree information rooted in the management target device.

本発明によれば、ネットワークや配布元の管理装置にかかる負荷を軽減することが可能となる。   According to the present invention, it is possible to reduce the load on the network and the distribution source management device.

(第1の実施形態)
次に、本発明を実施するための形態について図面を参照して詳細に説明する。本発明の第1の実施形態の構成例を図1に示す。本実施形態は、管理装置100と管理対象装置201ないし209がネットワークを介して通信可能に接続されている。
(First embodiment)
Next, embodiments for carrying out the present invention will be described in detail with reference to the drawings. A configuration example of the first embodiment of the present invention is shown in FIG. In the present embodiment, the management apparatus 100 and the management target apparatuses 201 to 209 are communicably connected via a network.

図1において、ネットワークは、例えばルータ301ないし303等を有して、複数のLANにまたがっていてもよい。また、管理対象装置201ないし209(以下、まとめて「管理対象装置200」と呼ぶことがある)は、それぞれ、エージェントソフトウェア211ないし219(以下、まとめて「エージェントソフトウェア」210と呼ぶことがある)がインストールされている。   In FIG. 1, the network may include routers 301 to 303, for example, and may span a plurality of LANs. The managed devices 201 to 209 (hereinafter sometimes collectively referred to as “managed device 200”) are respectively agent software 211 to 219 (hereinafter collectively referred to as “agent software” 210). Is installed.

管理装置100は、本実施形態のシステム全体を管理するマネージャソフトウェア110がインストールされている。マネージャソフトウェア110は、管理データベース111を管理する。なお、管理データベース111は、図1においては管理装置100外に配置するよう構成したが、本発明はこの構成に限定されることなく、管理装置100が有するハードウェアとソフトウェアの組み合わせによって実現してもよい。   The management device 100 is installed with manager software 110 that manages the entire system of the present embodiment. The manager software 110 manages the management database 111. Although the management database 111 is configured to be arranged outside the management apparatus 100 in FIG. 1, the present invention is not limited to this configuration, and is realized by a combination of hardware and software included in the management apparatus 100. Also good.

マネージャソフトウェア110は、エージェントソフトウェア210がインストールされた管理対象装置200上のソフトウェアの種類とバージョン情報をデータベース111で管理している。また、マネージャソフトウェア110は、管理データベース111が管理する、いずれかのソフトウェアにアップデートがある場合に、エージェントソフトウェア210の一部又は全部に対して、更新ファイル等を送信し適用の指示を行う。   The manager software 110 manages the type and version information of software on the management target apparatus 200 in which the agent software 210 is installed in the database 111. Further, the manager software 110 sends an update file or the like to a part or all of the agent software 210 and instructs application when any of the software managed by the management database 111 is updated.

図2に、本構成例における管理データベース111が記憶している情報の一例を示す。管理データベース111は、例えば、図2に示すような行列をデータベースとして保持している。図2において、例えば、管理対象装置201は、ソフトウェアAがインストールされており、そのソフトウェアAのバージョンは1.0である。また、管理対象装置203は、ソフトウェアAとソフトウェアBがインストールされており、ソフトウェアAのバージョンは2.0、ソフトウェアBのバージョンは1.0である。   FIG. 2 shows an example of information stored in the management database 111 in this configuration example. The management database 111 holds, for example, a matrix as shown in FIG. 2 as a database. In FIG. 2, for example, software A is installed in the management target apparatus 201, and the version of the software A is 1.0. The managed device 203 has software A and software B installed therein, the version of software A is 2.0, and the version of software B is 1.0.

図2に示すように、管理対象装置200にインストールされているソフトウェアの種類の組み合わせは、装置により異なる可能性がある。また、マネージャソフトウェア110は、各管理対象装置200にインストールされているソフトウェアの種類とバージョン情報を事前に取得しており、データベース111に登録済みである。   As shown in FIG. 2, the combination of the types of software installed in the management target device 200 may vary depending on the device. The manager software 110 has acquired in advance the type and version information of the software installed in each managed device 200 and has been registered in the database 111.

次に、図面を参照して本実施形態の動作について詳細に説明する。
まず、図3のフローチャートを用いてマネージャソフトウェア110の動作について説明する。図3は、マネージャソフトウェア110の処理の流れを示すフローチャートである。
Next, the operation of this embodiment will be described in detail with reference to the drawings.
First, the operation of the manager software 110 will be described using the flowchart of FIG. FIG. 3 is a flowchart showing a process flow of the manager software 110.

図3において、マネージャソフトウェア110は、ソフトウェア300の更新が発生した場合、管理データベース111を基に更新ファイル等の送付が必要な管理対象装置をリストアップする(ステップS101)。以下では、例として管理対象装置201〜203,206〜208がリストアップされたものとする。   In FIG. 3, when the software 300 is updated, the manager software 110 lists management target devices that need to be sent update files or the like based on the management database 111 (step S101). In the following, it is assumed that managed devices 201 to 203 and 206 to 208 are listed as examples.

次に、マネージャソフトウェア110は、マネージャソフトウェア110を根とし、リストアップされた管理対象装置上のエージェントソフトウェアを節とする論理的なネットワークツリーを作成する(ステップS102)。なお、この論理的なネットワークツリーは、平衡2分木であることが好ましい。論理的なネットワークツリーが平衡2分木であれば、全ての枝のホップ回数の合計が最小となるため、ネットワークの負荷を軽減することができる。以下では、論理的なネットワークツリーとして平衡2分木が作成されるものとする。   Next, the manager software 110 creates a logical network tree having the manager software 110 as a root and the agent software on the listed management target device as a clause (step S102). The logical network tree is preferably a balanced binary tree. If the logical network tree is a balanced binary tree, the total number of hops of all branches is minimized, so that the network load can be reduced. In the following, it is assumed that a balanced binary tree is created as a logical network tree.

図4に、本例において作成される平衡2分木の例を示す。図4に示すように、マネージャソフトウェア110は、自身が根となり、エージェントソフトウェア211〜213,216〜218を節とする平衡2分木を作成する。   FIG. 4 shows an example of a balanced binary tree created in this example. As shown in FIG. 4, the manager software 110 creates a balanced binary tree having itself as roots and having agent software 211 to 213 and 216 to 218 as nodes.

次に、マネージャソフトウェア110は、論理的なネットワークツリーにおいて自身の下位に位置する節に対して、更新ファイルと各々の節を根としたツリー情報とを送信する(ステップS103)。図5を参照して、この処理を説明する。図5は、本実施形態における更新ファイルの配布処理を説明するための図である。   Next, the manager software 110 transmits the update file and the tree information rooted in each node to the nodes positioned below the logical network tree (step S103). This process will be described with reference to FIG. FIG. 5 is a view for explaining update file distribution processing according to this embodiment.

図5において、マネージャソフトウェア110は、自身の下位に位置する節であるエージェントソフトウェア211,216に、更新ファイルと各々の節を根としたツリー情報とを送信している。例えば、エージェントソフトウェア211は、更新ファイルと、エージェントソフトウェア211自身を根とした下位の節(エージェントソフトウェア212,213)を含むツリー情報と、を受信する。同様に、エージェントソフトウェア212は、更新ファイルと、エージェントソフトウェア212自身を根としたツリー情報と、を受信するが、エージェントソフトウェア212は、ツリーの末端である葉に相当するため、下位の節はない。以上が本実施形態における更新ファイルの配布処理の概要である。   In FIG. 5, the manager software 110 transmits an update file and tree information rooted in each node to agent software 211 and 216, which are nodes positioned below the manager software 110. For example, the agent software 211 receives the update file and tree information including subordinate sections (agent software 212 and 213) rooted in the agent software 211 itself. Similarly, the agent software 212 receives the update file and the tree information rooted in the agent software 212 itself, but the agent software 212 corresponds to the leaf that is the end of the tree, and therefore there is no subordinate clause. . The above is the outline of the update file distribution process in the present embodiment.

次に、送信が完了するとマネージャソフトウェア110は、論理的なネットワークツリーにおける下位の節からの適用結果の応答を待つ(ステップS104)。なお、本例ではマネージャソフトウェア110の下位の節は、エージェントソフトウェア211,216である。マネージャソフトウェア110は、応答されてきた適用結果を受信し終えるとその内容を管理データベース111に反映させて管理データベース111を更新し(ステップS105)、処理を完了する。   Next, when the transmission is completed, the manager software 110 waits for a response of the application result from the lower section in the logical network tree (step S104). In this example, agent software 211 and 216 are subordinate sections of manager software 110. When the manager software 110 finishes receiving the application result that has been returned, the manager software 110 reflects the contents in the management database 111 and updates the management database 111 (step S105), thereby completing the process.

次に、図6のフローチャートと図7を参照してエージェントソフトウェア210の動作について説明する。図6は、本実施形態のエージェントソフトウェア210の処理の流れを示すフローチャートである。また、図7は、本実施形態における更新ファイルの適用結果送付処理を説明するための図である。   Next, the operation of the agent software 210 will be described with reference to the flowchart of FIG. 6 and FIG. FIG. 6 is a flowchart showing the flow of processing of the agent software 210 of this embodiment. FIG. 7 is a diagram for explaining an update file application result sending process in the present embodiment.

図6において、上位の節又は根から、更新ファイルとツリー情報を含むデータを受け取ったエージェントソフトウェア200(以下では、エージェントソフトウェア211を例として説明する)は(ステップS201)、受け取ったツリー情報から自分がツリーの葉であるか否かを判断する(ステップS202)。   In FIG. 6, the agent software 200 that has received the data including the update file and the tree information from the upper node or root (hereinafter, the agent software 211 will be described as an example) (step S201) Is determined to be a leaf of the tree (step S202).

エージェントソフトウェア211は、ツリーの葉でない事を判断して(ステップS202/No)、自身の下位の節であるエージェントソフトウェア212,213に更新ファイルと各々の装置を根としたツリー情報を送付する(ステップS203)。その後、管理対象装置201に対して更新ファイルの適用を行う(ステップS204)。なお、更新ファイルの適用は、ステップS201とステップS202の間で行ってもよい。   The agent software 211 determines that the tree is not a leaf (step S202 / No), and sends an update file and tree information rooted in each device to the agent software 212 and 213, which are subordinate sections of the agent software 211 (step S202 / No). Step S203). Thereafter, the update file is applied to the management target device 201 (step S204). The update file may be applied between step S201 and step S202.

次に、エージェントソフトウェア211は、もう一度自身がツリーの葉であるか否かを判断し(ステップS205)、ツリーの葉でないので、下位の節からの更新ファイルの適用結果の応答待ちをする(ステップS206)。本例では、エージェントソフトウェア211は、エージェントソフトウェア212,213からの適用結果の応答を待つ。   Next, the agent software 211 determines once again whether or not it is a leaf of the tree (step S205). Since it is not a leaf of the tree, the agent software 211 waits for a response of the application result of the update file from the lower section (step S205). S206). In this example, the agent software 211 waits for responses of application results from the agent software 212 and 213.

次に、エージェントソフトウェア211は、エージェントソフトウェア212,213から適用結果を受信し終えると、受信した適用結果リストに自身の適用結果を追加することによって受信した内容と自分の適用結果を結合し(ステップS208)、上位の節であるマネージャソフトウェア110(本例では根)に送信する(ステップS209)。   Next, when the agent software 211 has received the application results from the agent software 212 and 213, the agent software 211 combines the received contents with its application results by adding its application results to the received application result list (step S208), and transmits it to the manager software 110 (root in this example), which is the upper node (step S209).

さらに、本例では葉に相当するエージェントソフトウェア212,213の処理動作を、図6を参照して説明する。データを受け取ったエージェントソフトウェア212,213は(ステップS201)、受け取ったツリー情報から自身が葉である事を判断し(ステップS202/Yes)、更新ファイルの適用を行う(ステップS204)。   Further, in this example, processing operations of the agent software 212 and 213 corresponding to leaves will be described with reference to FIG. The agent software 212, 213 that has received the data (step S201) determines that it is a leaf from the received tree information (step S202 / Yes), and applies the update file (step S204).

エージェントソフトウェア212,213は、本実施形態の論理的なネットワークツリーにおいて、自身が葉であるので(ステップS205/Yes)、適用が完了すると、空の適用結果リストを作成し(ステップS207)、当該適用結果リストに自身の適用結果を登録し(ステップS208)、適用結果リストを上位の節に送信する(ステップS209)。本例においてこの上位の節はエージェントソフトウェア211である。   Since the agent software 212, 213 itself is a leaf in the logical network tree of this embodiment (step S205 / Yes), when the application is completed, an empty application result list is created (step S207). The application result list is registered with its own application result (step S208), and the application result list is transmitted to the upper node (step S209). In this example, the higher-level section is the agent software 211.

したがって、本実施形態のエージェントソフトウェア210は、図6のように処理を行うので、図7に示すような適用結果リストを、ネットワークツリーにおいて自身より上位の節に対して送信する。   Therefore, the agent software 210 according to the present embodiment performs processing as shown in FIG. 6, and transmits an application result list as shown in FIG. 7 to a node higher than itself in the network tree.

上記本実施形態は、上述のように構成されるため、次に説明する効果を奏することができる。第1の効果は、論理的なネットワークツリーを構成しない場合と比較して管理サーバの負荷の軽減できることにある。その理由は、管理サーバは自身を直接上位の節とする節又は葉に対してのみ更新ファイルの送付と結果の受信を行えばよいためである。特に、論理的なネットワークツリーを平衡2分木として構成した場合は、管理サーバは高々2台の装置に対して更新ファイルの送付と結果の受信を行えばよいため、一層有利である。   Since the present embodiment is configured as described above, the following effects can be achieved. The first effect is that the load on the management server can be reduced compared to a case where a logical network tree is not configured. The reason is that the management server only has to send the update file and receive the result only for the section or leaf that has itself as the upper node. In particular, when the logical network tree is configured as a balanced binary tree, it is more advantageous because the management server only needs to send update files and receive results to at least two devices.

第1の効果を言い換える。本実施形態は、更新ソフトウェアを配布するにあたって、全ての端末が管理サーバに接続されるのではなく、ツリー状の構成となる。したがって、本実施形態によれば、管理サーバが接続されているネットワークの局所的な負荷を抑えることができ、また、管理サーバの演算能力に更新ソフトウェアの配布処理全体にかかる処理時間が依存することを防ぐことができる。   Paraphrasing the first effect. In this embodiment, when distributing update software, not all terminals are connected to the management server, but a tree-like configuration. Therefore, according to the present embodiment, it is possible to suppress the local load of the network to which the management server is connected, and the processing time required for the entire update software distribution process depends on the calculation capability of the management server. Can be prevented.

第2の効果は、固定的なツリーを用いる場合と比較してネットワークの負荷が軽減できることにある。その理由は、更新ファイルの送付が不要な装置を中継する事による不要な通信を、抑止する事ができるためである。すなわち、本実施形態は、ネットワークに参加している全ての端末ではなく、ソフトウェアの送付が必要な端末のみでツリーが構成されているため、本実施形態によれば、更新ソフトウェアを必要としている端末のみにデータが送付される。その結果、ソフトウェアの送付が不要な端末を中継することによる、ネットワークの無駄な使用を抑止することができる。   The second effect is that the load on the network can be reduced as compared with the case where a fixed tree is used. The reason is that unnecessary communication by relaying a device that does not need to send an update file can be suppressed. That is, in the present embodiment, the tree is configured only with terminals that need to send software, not with all terminals participating in the network. Therefore, according to the present embodiment, the terminals that require updated software are used. Data will be sent to only. As a result, it is possible to suppress useless use of the network by relaying terminals that do not require software transmission.

また、本実施形態は、ツリー状の論理的なネットワークを、更新ソフトウェアの配布を行うたびに再構成する。そのため、本実施形態によれば、不要なデータの送受信を最小限に抑えることができる。そのため、ネットワークの負荷を抑えるとともに、管理サーバの負荷も最小限に抑えることができ、全体の処理速度の向上が見込まれる。   In this embodiment, the tree-like logical network is reconfigured every time update software is distributed. Therefore, according to this embodiment, transmission / reception of unnecessary data can be minimized. As a result, the load on the network can be suppressed and the load on the management server can be minimized, and the overall processing speed can be improved.

上述した本発明の実施形態の説明をまとめる。本実施形態ではソフトウェアの更新が発生した場合、マネージャソフトウェア110は事前に作成済みの管理用データベース111を基に、更新されるソフトウェアがインストールされている管理対象装置をリストアップする。次に、リストアップされた管理対象装置から構成される論理的なネットワークツリーを作成する。このツリーの根から葉に向かって更新の配布を行い、各節に当たる管理対象装置に中継の役割を担わせる事により、ネットワークの負荷の分散ができる。   The above description of the embodiment of the present invention will be summarized. In the present embodiment, when software update occurs, the manager software 110 lists the management target devices in which the software to be updated is installed, based on the management database 111 created in advance. Next, a logical network tree composed of the listed management target devices is created. By distributing updates from the root of this tree toward the leaves and having the managed device corresponding to each section play the role of relay, the load on the network can be distributed.

また、更新の配布が不要な管理対象装置はツリーに含まれないため固定されたツリーを使用する場合と比べ、ネットワークの仕様を最小限に抑える事ができる。さらに、一つのマネージャソフトウェアから全てのエージェントソフトウェアに対して順番に更新を配布する場合と比較すると管理装置の処理能力や管理装置とネットワークを結ぶ間の通信路がボトルネックとなる事を防ぐ事ができるため全体の処理の高速化が期待できる。   In addition, since managed devices that do not require distribution of updates are not included in the tree, network specifications can be minimized as compared to the case of using a fixed tree. Furthermore, compared to the case where updates are distributed in order from one manager software to all agent software, the processing capability of the management device and the communication path between the management device and the network can be prevented from becoming a bottleneck. As a result, the overall processing speed can be expected to increase.

(第2の実施形態)
本発明の他の実施形態として、管理対象装置が頻繁にネットワークから切断される場合の実施形態を説明する。本実施形態の概略構成を図8に示す。図8において、管理対象装置200には上記第1の実施形態と同じエージェントソフトウェア210がインストールされている。しかし、図8に示すように管理対象装置200の中には、ラップトップ型コンピュータを含み、そのような装置は、頻繁にネットワークから切断される。図8においては、管理対象装置203がネットワークから切断されている装置の例である。
(Second Embodiment)
As another embodiment of the present invention, an embodiment in which managed devices are frequently disconnected from the network will be described. A schematic configuration of the present embodiment is shown in FIG. In FIG. 8, the same agent software 210 as that in the first embodiment is installed in the management target apparatus 200. However, as shown in FIG. 8, the management target device 200 includes a laptop computer, and such a device is frequently disconnected from the network. FIG. 8 illustrates an example of a device in which the management target device 203 is disconnected from the network.

本実施形態において、マネージャソフトウェア110は、通信が可能なエージェントソフトウェアのみを対象とした論理的なネットワークツリーを作成し、第1の実施形態と同様にソフトウェアの配信を行う。図9に、本実施形態における、作成された論理的なネットワークツリーの一例を示す。   In the present embodiment, the manager software 110 creates a logical network tree for only the agent software capable of communication, and distributes the software as in the first embodiment. FIG. 9 shows an example of a created logical network tree in the present embodiment.

以上、本発明の好適な実施の形態について説明したが、本発明はこれに限定されるものではなく、要旨を逸脱しない範囲内で種々の変形実施が可能である。本発明は、一台の装置から毎回異なる複数台の装置に対してネットワークを経由して情報の送受信を行うシステムに適用できる。また、上述した本発明の実施形態における各装置の制御動作は、ハードウェア、又は、ソフトウェア、あるいは、両者の複合構成を用いて実行することも可能である。   The preferred embodiment of the present invention has been described above, but the present invention is not limited to this, and various modifications can be made without departing from the scope of the invention. The present invention can be applied to a system that transmits and receives information from a single device to a plurality of different devices each time via a network. In addition, the control operation of each device in the above-described embodiment of the present invention can be executed using hardware, software, or a combined configuration of both.

なお、ソフトウェアを用いて処理を実行する場合には、処理シーケンスを記録したプログラムを、専用のハードウェアに組み込まれているコンピュータ内のメモリにインストールして実行させることが可能である。あるいは、各種処理が実行可能な汎用コンピュータにプログラムをインストールして実行させることが可能である。   In the case of executing processing using software, it is possible to install and execute a program in which a processing sequence is recorded in a memory in a computer incorporated in dedicated hardware. Alternatively, the program can be installed and executed on a general-purpose computer capable of executing various processes.

例えば、プログラムは、記録媒体としてのハードディスクやROM(Read Only Memory)に予め記録しておくことが可能である。あるいは、プログラムは、リムーバブル記録媒体に、一時的、あるいは、永続的に格納(記録)しておくことが可能である。このようなリムーバブル記録媒体は、いわゆるパッケージソフトウエアとして提供することが可能である。なお、リムーバブル記録媒体としては、フロッピー(登録商標)ディスク、CD-ROM(Compact Disc Read Only Memory)、MO(Magneto optical)ディスク、DVD(Digital Versatile Disc)、磁気ディスク、半導体メモリなどが挙げられる。   For example, the program can be recorded in advance on a hard disk or ROM (Read Only Memory) as a recording medium. Alternatively, the program can be stored (recorded) temporarily or permanently in a removable recording medium. Such a removable recording medium can be provided as so-called package software. The removable recording medium includes a floppy (registered trademark) disk, a CD-ROM (Compact Disc Read Only Memory), an MO (Magneto optical) disk, a DVD (Digital Versatile Disc), a magnetic disk, a semiconductor memory, and the like.

なお、プログラムは、上述したようなリムーバブル記録媒体からコンピュータにインストールすることになる。また、ダウンロードサイトから、コンピュータに無線転送することになる。また、ネットワークを介して、コンピュータに有線で転送することになる。   The program is installed in the computer from the removable recording medium as described above. In addition, it is wirelessly transferred from the download site to the computer. In addition, it is transferred to the computer via a network by wire.

本発明の実施形態の構成を示す図である。It is a figure which shows the structure of embodiment of this invention. 本発明の実施形態の管理データベースの構成を説明するための図である。It is a figure for demonstrating the structure of the management database of embodiment of this invention. 本発明の実施形態のマネージャソフトウェアの処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process of the manager software of embodiment of this invention. 本発明の実施形態のマネージャソフトウェアが作成する論理的なネットワークツリーの一例を示す図である。It is a figure which shows an example of the logical network tree which the manager software of embodiment of this invention produces. 本発明の実施形態における更新ファイルの配布処理を説明するための図である。It is a figure for demonstrating the distribution process of the update file in embodiment of this invention. 本発明の実施形態のエージェントソフトウェアの処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process of the agent software of embodiment of this invention. 本発明の実施形態における更新ファイルの適用結果送付処理を説明するための図である。It is a figure for demonstrating the application result sending process of the update file in embodiment of this invention. 本発明の他の実施形態の構成を示す図である。It is a figure which shows the structure of other embodiment of this invention. 本発明の他の実施形態のマネージャソフトウェアが作成する論理的なネットワークツリーの一例を示す図である。It is a figure which shows an example of the logical network tree which the manager software of other embodiment of this invention produces.

符号の説明Explanation of symbols

100 管理装置
110 マネージャソフトウェア
111 管理データベース
200〜209 管理対象装置
210〜219 エージェントソフトウェア
301〜303 ルータ
DESCRIPTION OF SYMBOLS 100 Management apparatus 110 Manager software 111 Management database 200-209 Management object apparatus 210-219 Agent software 301-303 Router

Claims (7)

ソフトウェア更新管理装置と管理対象装置とがネットワークを介して接続するソフトウェア更新管理システムであって、
前記ソフトウェア更新管理装置は、
前記管理対象装置に、インストールされているソフトウェアの種類及びバージョンを紐付けて記憶する管理データベースと、
ソフトウェアに更新が発生すると前記管理データベースに基づいて更新が必要な管理対象装置をリストアップするリストアップ手段と、
リストアップされた管理対象装置と前記ソフトウェア更新管理装置とから構成され、前記ソフトウェア更新管理装置を根とする論理的なネットワークツリーを作成するツリー作成手段と、
作成された前記論理的なネットワークツリーにおいて直接下位の管理対象装置に対し、更新ファイルと当該管理対象装置を根としたツリー情報とを配布する配布手段と、を有し、
前記管理対象装置は、
前記更新ファイルと前記ツリー情報とが配布されてきた場合、前記更新ファイルを自装置に適用するソフトウェア更新手段と、
前記ツリー情報を参照して、自装置に対して直接下位の管理対象装置に対し、前記更新ファイルと当該管理対象装置を根としたツリー情報とを配布する配布中継手段と、を有することを特徴とする、ソフトウェア更新管理システム。
A software update management system in which a software update management device and a management target device are connected via a network,
The software update management device includes:
A management database for storing the type and version of software installed in the management target device;
List-up means for listing up management target devices that need to be updated based on the management database when an update occurs in the software;
A tree creating unit configured to create a logical network tree rooted at the software update management device, the management target device being listed and the software update management device;
Distribution means for distributing an update file and tree information rooted in the managed device directly to a lower management target device in the created logical network tree;
The managed device is:
When the update file and the tree information have been distributed, software update means for applying the update file to its own device;
A distribution relay unit that refers to the tree information and distributes the update file and tree information rooted in the management target device to a management target device directly below the own device. Software update management system.
前記論理的なネットワークツリーは、平衡2分木であることを特徴とする、請求項1記載のソフトウェア更新管理システム。   The software update management system according to claim 1, wherein the logical network tree is a balanced binary tree. 前記管理対象装置は、前記ツリー情報を参照して、自装置より下位の管理対象装置があるか否かを判断する判断手段と、
下位の管理対象装置がない場合、前記更新ファイルの適用結果を前記更新ファイルを配布した上位の装置に対して送信する適用結果送信手段と、を有することを特徴とする、請求項1又は2記載のソフトウェア更新管理システム。
The management target device refers to the tree information, and determines whether there is a management target device lower than the own device; and
3. An application result transmitting means for transmitting an application result of the update file to an upper apparatus to which the update file is distributed when there is no lower management target apparatus. Software update management system.
ネットワークを介して管理対象装置と接続するソフトウェア更新管理装置であって、
前記管理対象装置に、インストールされているソフトウェアの種類及びバージョンを紐付けて記憶する管理データベースと、
ソフトウェアに更新が発生すると前記管理データベースに基づいて更新が必要な管理対象装置をリストアップするリストアップ手段と、
リストアップされた管理対象装置と前記ソフトウェア更新管理装置とから構成され、前記ソフトウェア更新管理装置を根とする論理的なネットワークツリーを作成するツリー作成手段と、
作成された前記論理的なネットワークツリーにおいて直接下位の管理対象装置に対し、更新ファイルと当該管理対象装置を根としたツリー情報とを配布する配布手段と、
を有することを特徴とする、ソフトウェア更新管理装置。
A software update management device connected to a management target device via a network,
A management database for storing the type and version of software installed in the management target device;
List-up means for listing up management target devices that need to be updated based on the management database when an update occurs in the software;
A tree creating unit configured to create a logical network tree rooted at the software update management device, the management target device being listed and the software update management device;
A distribution means for distributing an update file and tree information rooted in the management target device directly to a lower level management target device in the created logical network tree;
A software update management apparatus characterized by comprising:
ネットワークを介して管理対象装置と接続する情報処理装置に、
前記管理対象装置に、インストールされているソフトウェアの種類及びバージョンを紐付けて記憶する管理データベースと、
ソフトウェアに更新が発生すると前記管理データベースに基づいて更新が必要な管理対象装置をリストアップするリストアップ手段と、
リストアップされた管理対象装置と前記ソフトウェア更新管理装置とから構成され、前記ソフトウェア更新管理装置を根とする論理的なネットワークツリーを作成するツリー作成手段と、
作成された前記論理的なネットワークツリーにおいて直接下位の管理対象装置に対し、更新ファイルと当該管理対象装置を根としたツリー情報とを配布する配布手段と、
を有するソフトウェア更新管理装置として機能させることを特徴とする、マネージャプログラム。
To the information processing device connected to the management target device via the network,
A management database for storing the type and version of software installed in the management target device;
List-up means for listing up management target devices that need to be updated based on the management database when an update occurs in the software;
A tree creating unit configured to create a logical network tree rooted at the software update management device, the management target device being listed and the software update management device;
A distribution means for distributing an update file and tree information rooted in the management target device directly to a lower level management target device in the created logical network tree;
A manager program which functions as a software update management apparatus having
ネットワークを介してソフトウェア更新管理装置と接続する情報処理装置に、
自装置にインストールされているソフトウェアの更新ファイルと自装置を根とする論理的なネットワークツリーのツリー情報とが配布されてきた場合、前記更新ファイルを自装置に適用するソフトウェア更新手段と、
前記ツリー情報を参照して、自装置に対して直接下位の管理対象装置に対し、前記更新ファイルと当該管理対象装置を根としたツリー情報とを配布する配布中継手段と、
を有する装置として機能させることを特徴とする、エージェントプログラム。
To the information processing device connected to the software update management device via the network,
Software update means for applying the update file to the own device when the update file of the software installed in the own device and the tree information of the logical network tree rooted in the own device have been distributed;
A distribution relay unit that refers to the tree information and distributes the update file and tree information rooted in the management target device to a management target device directly below the own device;
An agent program characterized by causing it to function as a device comprising
前記情報処理装置に、さらに、
前記ツリー情報を参照して、自装置より下位の管理対象装置があるか否かを判断する判断手段と、
下位の管理対象装置がない場合、前記更新ファイルの適用結果を前記更新ファイルを配布した上位の装置に対して送信する適用結果送信手段と、
を有する装置として機能させることを特徴とする、請求項6記載のエージェントプログラム。
In addition to the information processing apparatus,
A determination unit that refers to the tree information and determines whether there is a lower management target device than the own device;
If there is no lower management target device, application result transmission means for transmitting the application result of the update file to the upper device that has distributed the update file;
The agent program according to claim 6, wherein the agent program is made to function as a device having the following.
JP2008040979A 2008-02-22 2008-02-22 Software update management system and agent program Expired - Fee Related JP5092790B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008040979A JP5092790B2 (en) 2008-02-22 2008-02-22 Software update management system and agent program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008040979A JP5092790B2 (en) 2008-02-22 2008-02-22 Software update management system and agent program

Publications (2)

Publication Number Publication Date
JP2009199394A true JP2009199394A (en) 2009-09-03
JP5092790B2 JP5092790B2 (en) 2012-12-05

Family

ID=41142814

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008040979A Expired - Fee Related JP5092790B2 (en) 2008-02-22 2008-02-22 Software update management system and agent program

Country Status (1)

Country Link
JP (1) JP5092790B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012014248A (en) * 2010-06-29 2012-01-19 Hitachi Information Systems Ltd System, method and program for software distribution corresponding to scale-out configuration
JP2012146093A (en) * 2011-01-11 2012-08-02 Nippon Telegr & Teleph Corp <Ntt> Software image distribution method, repository device, server, and system
CN108694049A (en) * 2017-02-23 2018-10-23 阿里巴巴集团控股有限公司 A kind of method and apparatus of update software
JP2021068605A (en) * 2019-10-24 2021-04-30 パナソニックIpマネジメント株式会社 Induction heating cooker

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7323857B1 (en) 2022-02-07 2023-08-09 日本製鉄株式会社 Steel pipe, steel pipe group, pipeline, and steel pipe manufacturing method
JP7300568B1 (en) 2023-04-20 2023-06-29 株式会社システムコミュニケーションズ Annular support device
JP7302114B1 (en) 2023-04-20 2023-07-03 株式会社システムコミュニケーションズ Belt support device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001147869A (en) * 1999-11-22 2001-05-29 Nifty Corp Hierarchized copy method, file distribution computer and copy execution computer
JP2002049490A (en) * 2000-08-03 2002-02-15 Toshiba Tec Corp Remote maintenance method for server-client system
JP2004274583A (en) * 2003-03-11 2004-09-30 Nippon Telegr & Teleph Corp <Ntt> Buildup method of semantic information network, and semantic information network system and program
JP2005157577A (en) * 2003-11-21 2005-06-16 Victor Co Of Japan Ltd Program update method
JP2007233652A (en) * 2006-02-28 2007-09-13 Brother Ind Ltd Content distribution system, information processing method thereof, and terminal device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001147869A (en) * 1999-11-22 2001-05-29 Nifty Corp Hierarchized copy method, file distribution computer and copy execution computer
JP2002049490A (en) * 2000-08-03 2002-02-15 Toshiba Tec Corp Remote maintenance method for server-client system
JP2004274583A (en) * 2003-03-11 2004-09-30 Nippon Telegr & Teleph Corp <Ntt> Buildup method of semantic information network, and semantic information network system and program
JP2005157577A (en) * 2003-11-21 2005-06-16 Victor Co Of Japan Ltd Program update method
JP2007233652A (en) * 2006-02-28 2007-09-13 Brother Ind Ltd Content distribution system, information processing method thereof, and terminal device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012014248A (en) * 2010-06-29 2012-01-19 Hitachi Information Systems Ltd System, method and program for software distribution corresponding to scale-out configuration
JP2012146093A (en) * 2011-01-11 2012-08-02 Nippon Telegr & Teleph Corp <Ntt> Software image distribution method, repository device, server, and system
CN108694049A (en) * 2017-02-23 2018-10-23 阿里巴巴集团控股有限公司 A kind of method and apparatus of update software
CN108694049B (en) * 2017-02-23 2021-08-17 阿里巴巴集团控股有限公司 Method and equipment for updating software
JP2021068605A (en) * 2019-10-24 2021-04-30 パナソニックIpマネジメント株式会社 Induction heating cooker

Also Published As

Publication number Publication date
JP5092790B2 (en) 2012-12-05

Similar Documents

Publication Publication Date Title
TWI813743B (en) Independent datastore in a network routing environment
JP5092790B2 (en) Software update management system and agent program
US10491523B2 (en) Load distribution in data networks
US10798005B2 (en) Optimizing application throughput
US11671365B2 (en) Associating route tables with ingress traffic to logically isolated networks
JP4920702B2 (en) Peer distribution point function for the system management server
US10146848B2 (en) Systems and methods for autonomous, scalable, and distributed database management
US20210377162A1 (en) Malleable routing for data packets
US20050058132A1 (en) Network repeater apparatus, network repeater method and network repeater program
CN102291455B (en) Distributed cluster processing system and message processing method thereof
CN105531972A (en) Controlling data storage input/output requests
CN103166870A (en) Load balancing clustered system and method for providing services by using load balancing clustered system
JP2013533689A (en) Distributed virtual network gateway
EP3682597B1 (en) Modeling access networks as trees in software-defined network controllers
US7930379B2 (en) Interface for a delay-tolerant network
US9935834B1 (en) Automated configuration of virtual port channels
US9749221B2 (en) Multi-destination packet handling at overlay virtual network tunneling endpoints
US11627169B2 (en) Network-based Media Processing (NBMP) workflow management through 5G Framework for Live Uplink Streaming (FLUS) control
US11675638B1 (en) Webhooks use for a microservice architecture application
CN103095587B (en) A method for registration service, network group center control nodes and system
US7707299B2 (en) Data package with recovery data
US11108854B2 (en) Peer-to-peer network for internet of things resource allocation operation
US11405284B1 (en) Generating network link utilization targets using a packet-loss-versus-link utilization model
Urayama et al. Virtual network construction with K‐shortest path algorithm and optimization problems for robust physical networks
US20180217870A1 (en) System And Method For Multi-Tiered Real Time Processing Using Configurable Platform Instances

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20101014

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20110920

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120606

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120612

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120802

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20120821

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120903

R150 Certificate of patent or registration of utility model

Ref document number: 5092790

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20150928

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees