JP2003084983A - Software distributor, software distribution system and method - Google Patents

Software distributor, software distribution system and method

Info

Publication number
JP2003084983A
JP2003084983A JP2001275620A JP2001275620A JP2003084983A JP 2003084983 A JP2003084983 A JP 2003084983A JP 2001275620 A JP2001275620 A JP 2001275620A JP 2001275620 A JP2001275620 A JP 2001275620A JP 2003084983 A JP2003084983 A JP 2003084983A
Authority
JP
Japan
Prior art keywords
software
updated
update
distribution
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.)
Pending
Application number
JP2001275620A
Other languages
Japanese (ja)
Inventor
Seiichiro Wazumi
誠一郎 和住
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2001275620A priority Critical patent/JP2003084983A/en
Publication of JP2003084983A publication Critical patent/JP2003084983A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a software distribution system capable of automatically updating software to be operated constantly or executed frequently by updating it after confirming that the operating state of the software to be updated is not under execution. SOLUTION: This software distributor 2 is characterized in including a update part 11 transmitting the updated software to a distribution destination computer 3 with the set update object software to be updated, an operation state monitor part 12 monitoring whether or not the operation state of the update object software is executed based on update information with a prescribed update method, an introduction part 13 introducing the updated software to the distribution destination computer 3, when the operation state monitor part 12 confirms the non-execution of the update object software, and a start part 14 performing a processing for restarting the introduced updated software based on the update information.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、更新済みのソフト
ウェアをネットワークを介して配布してソフトウェアの
更新を行うソフトウェア配布装置に係り、特に常時実行
しておく必要のあるソフトウェアや頻繁に実行されるソ
フトウェアの更新を自動で行うことのできるソフトウェ
ア配布システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a software distribution device for distributing updated software via a network to update the software, and particularly to software that needs to be executed at all times or executed frequently. The present invention relates to a software distribution system that can automatically update software.

【0002】[0002]

【従来の技術】現在、各地で稼動しているソフトウェア
の管理コストを下げるために、ソフトウェアの更新を1
カ所のサーバーで管理し、更新済みのソフトウェアを各
地に配布する方法が採用されている。
2. Description of the Related Art In order to reduce the management cost of software currently operating in various places, it is necessary to update the software 1
It is managed by a server in one place and the updated software is distributed locally.

【0003】このようなソフトウェアの管理方法は、例
えばコンピュータウィルスの監視ソフトウェアなど頻繁
に更新する必要があり、かつそのソフトウェアを必要と
するコンピュータが多数ある場合に有効である。
Such a software management method is effective when, for example, computer virus monitoring software needs to be updated frequently, and there are many computers that require the software.

【0004】この方法では、コンピュータの起動時やソ
フトウェアの実行開始時に対象となるソフトウェアの更
新状況を確認し、更新が必要な場合にはソフトウェアを
管理するコンピュータからネットワーク経由で更新済み
のソフトウェアを受け取ることによってソフトウェアの
更新が行われていた。
According to this method, the update status of the target software is confirmed at the time of starting the computer or starting the execution of the software, and when the update is required, the updated software is received from the computer managing the software via the network. Software was being updated by this.

【0005】また、別の方法として、コンピュータが稼
動していないときにネットワーク経由でコンピュータを
起動し、更新済みのソフトウェアを導入して再びコンピ
ュータを停止する方法も行われていた。
As another method, when the computer is not operating, the computer is started via the network, the updated software is installed, and the computer is stopped again.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、上述し
たソフトウェアの配布方法では、配布先のコンピュータ
における更新対象ソフトウェアの稼働状況を考慮せずに
更新処理を行うので、更新対象ソフトウェアが稼動して
いるにも関わらずソフトウェアの更新が行れてしまう場
合があり、この場合には稼働中のソフトウェアが異常終
了してしまい、処理が実行できなくなるという問題点が
あった。
However, in the above-described software distribution method, since the update processing is performed without considering the operating status of the update target software in the distribution destination computer, the update target software is running. However, there are cases where the software can be updated despite this, and in this case, the running software ends abnormally, making it impossible to execute processing.

【0007】したがって、24時間稼動し続ける必要の
あるソフトウェアや、他のコンピュータからの要求によ
り頻繁に稼動するソフトウェアについては、自動でソフ
トウェアの更新を行うことができず、更新作業の担当者
が更新対象ソフトウェアを停止するか、または実行され
ないようにしてからソフトウェアの更新を行っていた。
Therefore, software that needs to be operated for 24 hours or software that operates frequently due to a request from another computer cannot be automatically updated, and the person in charge of the update work updates the software. Software was being updated after the target software was stopped or stopped.

【0008】本発明は上記事情に鑑みてなされたもので
あり、その目的は、更新対象のソフトウェアの稼働状況
を監視して動作していないことを確認してから更新処理
を行うことによって、常時稼動のソフトウェアや頻繁に
実行されるソフトウェアの更新を自動で行うことのでき
るソフトウェア配布システムを提供することにある。
The present invention has been made in view of the above circumstances. An object of the present invention is to constantly update the software by monitoring the operating status of the software to be updated and confirming that the software is not operating. It is to provide a software distribution system capable of automatically updating operating software and frequently executed software.

【0009】[0009]

【課題を解決するための手段】上記目的を達成するため
に、請求項1に記載の発明であるソフトウェア配布装置
は、ソフトウェアが更新されたときに更新済みのソフト
ウェアを配布してソフトウェアの更新を行うソフトウェ
ア配布装置であって、更新の対象となる更新対象ソフト
ウェアが設定されている配布先コンピュータに対して更
新済みのソフトウェアを送信する更新手段と、前記更新
対象ソフトウェアの稼働状況が実行中であるか否かを、
更新方法を規定した更新情報に基づいて監視する稼働状
況監視手段と、この稼働状況監視手段によって前記更新
対象ソフトウェアが実行中でないことが確認されると、
前記更新済みのソフトウェアを前記配布先コンピュータ
に導入する導入手段と、導入された前記更新済みのソフ
トウェアを再起動するための処理を、前記更新情報に基
づいて行う起動手段とを含むことを特徴とする。
In order to achieve the above object, the software distribution device according to the invention of claim 1 updates the software by distributing the updated software when the software is updated. A software distribution device for performing update means for transmitting updated software to a distribution-destination computer in which update target software to be updated is set, and an operating status of the update target software is being executed. Whether or not
When the operating status monitoring unit that monitors based on the update information that defines the updating method and the operating status monitoring unit confirms that the update target software is not being executed,
An introduction unit that introduces the updated software to the distribution destination computer; and a starting unit that performs a process for restarting the introduced updated software based on the update information. To do.

【0010】この請求項1の発明によれば、配布先コン
ピュータに設定されている更新対象ソフトウェアの稼働
状況が実行中でないことを確認してから更新処理を行う
ので、常時稼動のソフトウェアや頻繁に実行されるソフ
トウェアの更新を自動で行うことができる。
According to the first aspect of the present invention, since the update processing is performed after confirming that the update target software set in the distribution destination computer is not in the operating status, the software that is always running or frequently The software to be executed can be updated automatically.

【0011】請求項2に記載の発明であるソフトウェア
配布方法は、ソフトウェアが更新されたときにコンピュ
ータシステムによって更新済みのソフトウェアを配布し
てソフトウェアの更新を行うソフトウェア配布方法であ
って、ソフトウェアが更新されると、更新の対象となる
更新対象ソフトウェアが設定されている配布先コンピュ
ータに対して更新済みのソフトウェアを管理コンピュー
タが送信し、前記更新対象ソフトウェアの稼働状況が実
行中であるか否かを、更新方法を規定した更新情報に基
づいて前記管理コンピュータが監視し、前記更新対象ソ
フトウェアが実行中でないことが前記管理コンピュータ
によって確認されると、前記管理コンピュータが前記更
新済みのソフトウェアを前記配布先コンピュータに導入
し、導入された前記更新済みのソフトウェアを再起動す
るための処理を、前記管理コンピュータが前記更新情報
に基づいて行うことを特徴とする。
According to a second aspect of the present invention, a software distribution method is a software distribution method for updating software by distributing updated software by a computer system when the software is updated. Then, the management computer sends the updated software to the distribution-destination computer in which the update-target software to be updated is set, and the operating status of the update-target software is checked. When the management computer monitors based on update information that defines an update method and the management computer confirms that the software to be updated is not running, the management computer distributes the updated software to the distribution destination. Introduced on the computer, before it was introduced The process for restarting the updated software, the management computer and performing based on the update information.

【0012】この請求項2の発明によれば、配布先コン
ピュータに設定されている更新対象ソフトウェアの稼働
状況が実行中でないことを確認してから更新処理を行う
ので、常時稼動のソフトウェアや頻繁に実行されるソフ
トウェアの更新を自動で行うことができる。
According to the second aspect of the present invention, since the update processing is performed after confirming that the update target software set in the distribution destination computer is not in operation, the software that is always running or frequently The software to be executed can be updated automatically.

【0013】請求項3に記載の発明であるソフトウェア
配布システムは、配布対象として格納している配布対象
ソフトウェアの更新を管理する管理コンピュータと、こ
の管理コンピュータに対して前記配布対象ソフトウェア
の更新状況を問い合わせて更新されているときには、更
新済みのソフトウェアと更新方法を規定した更新情報と
を取り込み、更新の対象となる更新対象ソフトウェアの
稼働状況が実行中であるか否かを前記更新情報に基づい
て監視して前記更新対象ソフトウェアが実行中でないこ
とが確認されると、前記更新済みのソフトウェアを導入
して再起動するための処理を前記更新情報に基づいて行
う配布先コンピュータとを含むことを特徴とする。
According to a third aspect of the present invention, there is provided a software distribution system in which a management computer for managing updates of distribution target software stored as a distribution target and an update status of the distribution target software for the management computer are displayed. When inquired and updated, the updated software and the update information that defines the update method are fetched, and whether or not the operating status of the update target software that is the update target is running is determined based on the update information. When it is confirmed that the software to be updated is not running by monitoring, a distribution destination computer that performs a process for introducing the updated software and rebooting based on the update information is included. And

【0014】この請求項3の発明によれば、配布先コン
ピュータに設定されている更新対象ソフトウェアの稼働
状況が実行中でないことを確認してから更新処理を行う
ので、常時稼動のソフトウェアや頻繁に実行されるソフ
トウェアの更新を自動で行うことができる。
According to the third aspect of the present invention, since the update processing is performed after confirming that the update target software set in the distribution destination computer is not running, the software that is always running or frequently The software to be executed can be updated automatically.

【0015】請求項4に記載の発明であるソフトウェア
配布システムは、配布対象として格納している配布対象
ソフトウェアが更新されると、更新済みのソフトウェア
と更新方法を規定した更新情報とを送信する管理コンピ
ュータと、この管理コンピュータから前記更新済みのソ
フトウェアを受信し、更新の対象となる更新対象ソフト
ウェアの稼働状況が実行中であるか否かを前記更新情報
に基づいて監視して前記更新対象ソフトウェアが実行中
でないことが確認されると、前記更新済みのソフトウェ
アを導入して再起動するための処理を前記更新情報に基
づいて行う配布先コンピュータとを含むことを特徴とす
る。
According to a fourth aspect of the present invention, in the software distribution system, when the distribution target software stored as the distribution target is updated, the management for transmitting the updated software and the update information defining the update method. A computer and the updated software are received from the management computer, and whether or not the operating status of the update target software to be updated is being monitored based on the update information and the update target software is When it is confirmed that the software is not being executed, a distribution destination computer that performs a process for installing the updated software and restarting the software based on the update information is included.

【0016】この請求項4の発明によれば、配布先コン
ピュータに設定されている更新対象ソフトウェアの稼働
状況が実行中でないことを確認してから更新処理を行う
ので、常時稼動のソフトウェアや頻繁に実行されるソフ
トウェアの更新を自動で行うことができる。
According to the fourth aspect of the present invention, the update process is performed after confirming that the update target software set in the distribution destination computer is not in the operating state. The software to be executed can be updated automatically.

【0017】[0017]

【発明の実施の形態】以下、第1の実施形態に係るソフ
トウェア配布システムの構成を図1に基づいて説明す
る。
BEST MODE FOR CARRYING OUT THE INVENTION The configuration of a software distribution system according to a first embodiment will be described below with reference to FIG.

【0018】図1に示すように、本実施形態のソフトウ
ェア配布システム1は、配布対象として格納しているソ
フトウェアが更新されると、更新済みのソフトウェアを
配布して更新するソフトウェア配布装置2と、このソフ
トウェア配布装置2から通信網を介して更新済みのソフ
トウェアを受信して更新対象のソフトウェアが更新され
る配布先コンピュータ3とから構成されている。
As shown in FIG. 1, the software distribution system 1 of this embodiment includes a software distribution device 2 which distributes and updates updated software when the software stored as a distribution target is updated. The distribution destination computer 3 receives the updated software from the software distribution device 2 via the communication network and updates the software to be updated.

【0019】ここで、ソフトウェア配布装置2は、ソフ
トウェアが更新されると配布先コンピュータ3に更新済
みのソフトウェアを送信する更新部11と、配布先コン
ピュータ3における更新対象ソフトウェアの稼働状況が
実行中であるか否かを監視する稼働状況監視部12と、
この稼働状況監視部12によって更新対象ソフトウェア
が実行中でないことが確認されると、更新済みのソフト
ウェアを配布先コンピュータ3に導入する導入部13
と、導入された更新済みのソフトウェアを再起動するた
めの処理を配布先コンピュータ3に対して行う起動部1
4と、配布対象のソフトウェアとともにソフトウェアの
更新方法を規定した更新情報を格納している記憶部15
とを含んでいる。
Here, the software distribution device 2 has an updating unit 11 for transmitting the updated software to the distribution destination computer 3 when the software is updated, and the operating status of the update target software in the distribution destination computer 3 is being executed. An operation status monitoring unit 12 that monitors whether or not there is
When the operating status monitoring unit 12 confirms that the software to be updated is not being executed, the introduction unit 13 that introduces the updated software to the distribution destination computer 3
And a startup unit 1 for performing a process for restarting the installed updated software on the distribution destination computer 3.
4 and a storage unit 15 storing update information defining a software update method together with software to be distributed.
Includes and.

【0020】次に、図2のフローチャートに基づいて本
実施形態に係るソフトウェア配布システム1によるソフ
トウェアの配布処理について説明する。
Next, a software distribution process by the software distribution system 1 according to this embodiment will be described with reference to the flowchart of FIG.

【0021】ソフトウェア配布装置2は、配布対象とし
て格納されているソフトウェアが更新されているか常に
監視しており、配布対象のソフトウェアの中で更新され
たソフトウェアがあると(S201)、更新済みのソフ
トウェアを配布先コンピュータ3にネットワークを経由
して送信する(S202)。
The software distribution device 2 constantly monitors whether or not the software stored as the distribution target is updated, and if there is updated software among the distribution target software (S201), the updated software is updated. Is transmitted to the distribution destination computer 3 via the network (S202).

【0022】ソフトウェア配布装置2は、配布先コンピ
ュータ3に設定されている更新対象ソフトウェアが常時
稼動するものであるか、あるいは他のコンピュータやソ
フトウェアからの要求に応じて起動するものであるかを
記憶部15に格納されている更新情報に基づいて判断す
る(S203)。
The software distribution device 2 stores whether the software to be updated set in the distribution destination computer 3 always operates, or whether it is activated in response to a request from another computer or software. The determination is made based on the update information stored in the unit 15 (S203).

【0023】ここで、更新情報の一例を図3に示す。更
新情報は、図3に示すように配布対象のソフトウェア毎
にソフトウェアの種類(常時起動、逐次起動)、稼働状
況の確認方法、停止方法、起動方法がそれぞれ登録され
ている。
Here, an example of the update information is shown in FIG. In the update information, as shown in FIG. 3, the type of software (always start, sequential start), operating status confirmation method, stop method, and start method are registered for each software to be distributed.

【0024】そして、更新対象ソフトウェアが常時稼動
のものである場合には、ソフトウェア配布装置2は更新
対象ソフトウェアの稼働状況が実行中であるか待機中で
あるかを確認し(S204)、待機中のときには更新対
象ソフトウェアを停止させる(S205)。このとき、
図3に示した更新情報に登録されている稼働状況確認方
法と停止方法とを参照して、稼働状況の確認とソフトウ
ェアの停止を行う。
If the software to be updated is always running, the software distribution device 2 confirms whether the operating status of the software to be updated is running or waiting (S204), and waits. In case of, the update target software is stopped (S205). At this time,
The operating status is confirmed and the software is stopped by referring to the operating status checking method and the stopping method registered in the update information shown in FIG.

【0025】また、ステップS203において、更新対
象ソフトウェアが常時稼動ではなく他のコンピュータや
ソフトウェアからの要求に応じて起動する逐次稼動であ
る場合には、ソフトウェア配布装置2は更新対象ソフト
ウェアが実行中でないことを確認する(S206)。こ
のときも更新情報に登録されている稼働状況確認方法に
基づいて確認する。
Further, in step S203, if the software to be updated is not always operating, but is sequentially operating in response to a request from another computer or software, the software distributing apparatus 2 is not executing the software to be updated. It is confirmed (S206). At this time also, the confirmation is performed based on the operation status confirmation method registered in the update information.

【0026】こうして更新対象ソフトウェアが実行中で
ないことが確認されると、ソフトウェア配布装置2は更
新済みのソフトウェアを配布先コンピュータ3に導入す
る(S207)。このとき、更新対象ソフトウェアが動
作してしまうことがないように、更新対象ソフトウェア
が保存されているファイルの名称を変更するなどの処理
をしておく。
When it is thus confirmed that the software to be updated is not being executed, the software distribution device 2 introduces the updated software to the distribution destination computer 3 (S207). At this time, in order to prevent the update target software from operating, processing such as changing the name of the file in which the update target software is stored is performed.

【0027】更新対象ソフトウェアの導入が完了する
と、ソフトウェア配布装置2は更新情報に登録されてい
る起動方法に基づいて、更新対象ソフトウェアを起動す
るか、または他のコンピュータやソフトウェアからの要
求に応じて起動可能な状態にして(S208)本実施形
態のソフトウェア配布システム1におけるソフトウェア
の配布処理は終了する。
When the installation of the software to be updated is completed, the software distribution device 2 starts the software to be updated based on the startup method registered in the update information, or responds to a request from another computer or software. The software distribution process in the software distribution system 1 of the present embodiment is finished by making the system ready to start (S208).

【0028】このように、本実施形態のソフトウェア配
布装置2は、更新情報に登録されている稼働状況確認方
法に基づいて、更新対象ソフトウェアが実行中でないこ
とを確認してから更新済みのソフトウェアを導入するの
で、更新対象ソフトウェアに異常を生じさせることな
く、常時稼動のソフトウェアや頻繁に実行されるソフト
ウェアの更新を自動で行うことができる。
As described above, the software distribution device 2 of the present embodiment confirms that the software to be updated is not running based on the operating status confirmation method registered in the update information, and then updates the updated software. Since the software is introduced, it is possible to automatically update software that is always operating or software that is frequently executed without causing an abnormality in the software to be updated.

【0029】次に、第2の実施形態に係るソフトウェア
配布システムの構成を図4に基づいて説明する。
Next, the configuration of the software distribution system according to the second embodiment will be described with reference to FIG.

【0030】図4に示すように、本実施形態のソフトウ
ェア配布システム41は、配布対象となるソフトウェア
を管理する管理コンピュータ42と、ソフトウェアが更
新されると更新済みのソフトウェアを取り込んで更新対
象ソフトウェアの更新を行う配布先コンピュータ43と
から構成されている。
As shown in FIG. 4, the software distribution system 41 of the present embodiment includes a management computer 42 for managing the software to be distributed, and the updated software that fetches the updated software and updates the software to be updated. It is composed of a distribution destination computer 43 for updating.

【0031】ここで、管理コンピュータ42は、配布対
象のソフトウェアとともにソフトウェアの更新方法を規
定した更新情報を格納している記憶部21を含んでい
る。
Here, the management computer 42 includes a storage unit 21 that stores the software to be distributed and update information that defines the software update method.

【0032】配布先コンピュータ43は、ソフトウェア
が更新されると管理コンピュータ42から更新済みのソ
フトウェアと更新情報とを取り込む更新部22と、更新
の対象となる更新対象ソフトウェアの稼働状況が実行中
であるか否かを更新情報に基づいて監視する稼働状況監
視部23と、この稼働状況監視部23によって更新対象
ソフトウェアが実行中でないことが確認されると、更新
済みのソフトウェアを導入する導入部24と、導入され
た更新済みのソフトウェアを再起動するための処理を更
新情報に基づいて行う起動部25とを含んでいる。
The distribution-destination computer 43 is in the process of executing the update unit 22 that takes in the updated software and the update information from the management computer 42 when the software is updated, and the operating status of the update-target software to be updated. An operating status monitoring unit 23 that monitors whether or not the software to be updated is not being executed by the operating status monitoring unit 23 that monitors whether or not the updated software is running. , And an activation unit 25 that performs a process for reactivating the introduced updated software based on the update information.

【0033】次に、図5のフローチャートに基づいて本
実施形態に係るソフトウェア配布システム41によるソ
フトウェアの配布処理について説明する。
Next, a software distribution process by the software distribution system 41 according to the present embodiment will be described with reference to the flowchart of FIG.

【0034】配布先コンピュータ43は、管理コンピュ
ータ42にアクセスして配布対象として格納されている
ソフトウェアが更新されているかを常に監視し(S50
1)、配布対象のソフトウェアの中で更新されたソフト
ウェアがあると、更新済みのソフトウェアを管理コンピ
ュータ42からネットワークを経由して取り込む(S5
02)。このとき、記憶部21に格納されている更新情
報についても同時に取り込む。この更新情報は第1の実
施形態で説明した更新情報と同じものである。
The distribution-destination computer 43 accesses the management computer 42 and constantly monitors whether the software stored as the distribution target is updated (S50).
1) If there is updated software among the distribution target software, the updated software is fetched from the management computer 42 via the network (S5).
02). At this time, the update information stored in the storage unit 21 is also fetched at the same time. This update information is the same as the update information described in the first embodiment.

【0035】配布先コンピュータ43は、更新の対象と
なる更新対象ソフトウェアが常時稼動するものである
か、あるいは他のコンピュータやソフトウェアからの要
求に応じて起動するものであるかを更新情報に基づいて
判断する(S503)。
Based on the update information, the distribution-destination computer 43 determines whether the update-target software to be updated always operates or is started in response to a request from another computer or software. A judgment is made (S503).

【0036】そして、更新対象ソフトウェアが常時稼動
のものである場合には、配布先コンピュータ43は更新
対象ソフトウェアの稼働状況が実行中であるか待機中で
あるかを確認し(S504)待機中のときには更新情報
に基づいて更新対象ソフトウェアを停止させる(S50
5)。
If the software to be updated is always running, the distribution-destination computer 43 confirms whether the operating status of the software to be updated is running or waiting (S504). Sometimes the software to be updated is stopped based on the update information (S50
5).

【0037】また、ステップS503において、更新対
象ソフトウェアが常時稼動ではなく他のコンピュータや
ソフトウェアからの要求に応じて起動する逐次稼動であ
る場合には、配布先コンピュータ43は更新情報に基づ
いて更新対象ソフトウェアが実行中でないことを確認す
る(S506)。
Further, in step S503, if the software to be updated is not always operating but is sequentially operating to start in response to a request from another computer or software, the distribution-destination computer 43 updates the software based on the update information. It is confirmed that the software is not running (S506).

【0038】こうして更新対象ソフトウェアが実行中で
ないことが確認されると、配布先コンピュータ43は更
新済みのソフトウェアを導入する(S507)。このと
き、更新対象ソフトウェアが動作してしまうことがない
ように、更新対象ソフトウェアが保存されているファイ
ルの名称を変更するなどの処理をしておく。
When it is thus confirmed that the software to be updated is not being executed, the distribution-destination computer 43 installs the updated software (S507). At this time, in order to prevent the update target software from operating, processing such as changing the name of the file in which the update target software is stored is performed.

【0039】更新対象ソフトウェアの導入が完了する
と、配布先コンピュータ43は更新情報に登録されてい
る起動方法に基づいて、更新対象ソフトウェアを起動す
るか、または他のコンピュータやソフトウェアからの要
求に応じて起動可能な状態にして(S508)本実施形
態のソフトウェア配布システム41におけるソフトウェ
アの配布処理は終了する。
When the installation of the software to be updated is completed, the distribution-destination computer 43 starts the software to be updated based on the starting method registered in the update information, or responds to a request from another computer or software. The software distribution process in the software distribution system 41 according to the present embodiment is finished (S508).

【0040】このように、本実施形態のソフトウェア配
布システム41では、配布先コンピュータ43が更新情
報に基づいて更新対象ソフトウェアが実行中でないこと
を確認してから更新済みのソフトウェアを導入するの
で、更新対象ソフトウェアに異常を生じさせることな
く、常時稼動のソフトウェアや頻繁に実行されるソフト
ウェアの更新を自動で行うことができる。
As described above, in the software distribution system 41 of the present embodiment, the distribution destination computer 43 installs the updated software after confirming that the software to be updated is not running based on the update information. It is possible to automatically update software that is always operating or software that is frequently executed without causing abnormality in the target software.

【0041】次に、第3の実施形態に係るソフトウェア
配布システムの構成を図6に基づいて説明する。
Next, the configuration of the software distribution system according to the third embodiment will be described with reference to FIG.

【0042】図6に示すように、本実施形態のソフトウ
ェア配布システム61は、配布対象として格納している
ソフトウェアが更新されると、更新済みのソフトウェア
を配布する管理コンピュータ62と、更新済みのソフト
ウェアを管理コンピュータ62から受信して更新対象ソ
フトウェアの更新を行う配布先コンピュータ63とから
構成されている。
As shown in FIG. 6, in the software distribution system 61 of this embodiment, when the software stored as the distribution target is updated, the management computer 62 that distributes the updated software and the updated software. Is received from the management computer 62, and the distribution destination computer 63 that updates the software to be updated is configured.

【0043】ここで、管理コンピュータ62は、ソフト
ウェアが更新されると配布先コンピュータ63に更新済
みのソフトウェアと更新情報とを送信する更新部31
と、配布対象ソフトウェアとともにソフトウェアの更新
方法を規定した更新情報を格納している記憶部32とを
含んでいる。
Here, the management computer 62 sends the updated software and update information to the distribution destination computer 63 when the software is updated.
And a storage unit 32 that stores update information defining a software update method together with the distribution target software.

【0044】配布先コンピュータ63は、更新の対象と
なる更新対象ソフトウェアの稼働状況が実行中であるか
否かを更新情報に基づいて監視する稼働状況監視部33
と、この稼働状況監視部33によって更新対象ソフトウ
ェアが実行中でないことが確認されると、更新済みのソ
フトウェアを導入する導入部34と、導入された更新済
みのソフトウェアを再起動するための処理を更新情報に
基づいて行う起動部35とを含んでいる。
The distribution-destination computer 63 monitors, based on the update information, whether the operation status of the update target software to be updated is being executed or not.
When it is confirmed by the operation status monitoring unit 33 that the software to be updated is not being executed, the introduction unit 34 for introducing the updated software and the process for restarting the introduced updated software are executed. The activation unit 35 is included based on the update information.

【0045】次に、図7のフローチャートに基づいて本
実施形態に係るソフトウェア配布システム61によるソ
フトウェアの配布処理について説明する。
Next, a software distribution process by the software distribution system 61 according to the present embodiment will be described with reference to the flowchart of FIG.

【0046】管理コンピュータ62は、配布対象として
格納されているソフトウェアが更新されているか常に監
視しており、配布対象のソフトウェアの中で更新された
ソフトウェアがあると(S701)、更新済みのソフト
ウェアを配布先コンピュータ63にネットワークを経由
して送信する(S702)。このとき、ソフトウェアの
更新に必要な更新情報も同時に送信する。この更新情報
は第1の実施形態で説明した更新情報と同じものであ
る。
The management computer 62 constantly monitors whether or not the software stored as the distribution target is updated, and if there is updated software among the distribution target software (S701), the updated software is updated. It is transmitted to the distribution destination computer 63 via the network (S702). At this time, update information necessary for updating the software is also transmitted at the same time. This update information is the same as the update information described in the first embodiment.

【0047】更新済みソフトウェアを受信した配布先コ
ンピュータ63は、更新対象ソフトウェアが常時稼動す
るものであるか、あるいは他のコンピュータやソフトウ
ェアからの要求に応じて起動するものであるかを更新情
報に基づいて判断する(S703)。
The distribution-destination computer 63 that has received the updated software determines whether the software to be updated is always operating or whether it is activated in response to a request from another computer or software based on the update information. (S703).

【0048】そして、更新対象ソフトウェアが常時稼動
である場合には、配布先コンピュータ63は更新対象ソ
フトウェアの稼働状況が実行中であるか待機中であるか
を更新情報に基づいて確認し(S704)待機中のとき
には更新対象ソフトウェアを更新情報に基づいて停止さ
せる(S705)。
If the software to be updated is always operating, the distribution-destination computer 63 confirms whether the operating status of the software to be updated is in execution or in standby based on the update information (S704). When in standby, the software to be updated is stopped based on the update information (S705).

【0049】また、ステップS703において、更新対
象ソフトウェアが常時稼動ではなく他のコンピュータや
ソフトウェアからの要求に応じて起動する逐次稼動であ
る場合には、配布先コンピュータ63は更新対象ソフト
ウェアが実行中でないことを更新情報に基づいて確認す
る(S706)。
In step S703, if the software to be updated is not always operating but is sequentially operating to start in response to a request from another computer or software, the distribution destination computer 63 is not executing the software to be updated. It is confirmed based on the update information (S706).

【0050】こうして更新対象ソフトウェアが実行中で
ないことが確認されると、配布先コンピュータ63は更
新済みのソフトウェアを導入する(S707)。このと
き、更新対象ソフトウェアが動作してしまうことがない
ように、更新対象ソフトウェアが保存されているファイ
ルの名称を変更するなどの処理をしておく。
When it is confirmed that the software to be updated is not being executed, the distribution-destination computer 63 installs the updated software (S707). At this time, in order to prevent the update target software from operating, processing such as changing the name of the file in which the update target software is stored is performed.

【0051】更新対象ソフトウェアの導入が完了する
と、配布先コンピュータ63は更新情報に登録されてい
る起動方法に基づいて、更新対象ソフトウェアを起動す
るか、または他のコンピュータやソフトウェアからの要
求に応じて起動可能な状態にして(S708)本実施形
態のソフトウェア配布システム61におけるソフトウェ
アの配布処理は終了する。
When the installation of the software to be updated is completed, the distribution-destination computer 63 starts the software to be updated based on the starting method registered in the update information, or responds to a request from another computer or software. The software distribution process in the software distribution system 61 according to the present embodiment is finished (S708).

【0052】このように、本実施形態のソフトウェア配
布システム61では、配布先コンピュータ63が更新情
報に基づいて更新対象ソフトウェアが実行中でないこと
を確認してから更新済みのソフトウェアを導入するの
で、更新対象ソフトウェアに異常を生じさせることな
く、常時稼動のソフトウェアや頻繁に実行されるソフト
ウェアの更新を自動で行うことができる。
As described above, in the software distribution system 61 of this embodiment, the distribution destination computer 63 installs the updated software after confirming that the software to be updated is not running based on the update information. It is possible to automatically update software that is always operating or software that is frequently executed without causing abnormality in the target software.

【0053】[0053]

【発明の効果】以上説明したように、本発明のソフトウ
ェア配布システムによれば、配布先コンピュータに設定
されている更新対象ソフトウェアの稼働状況が実行中で
ないことを確認してから更新処理を行うので、常時稼動
のソフトウェアや頻繁に実行されるソフトウェアの更新
を自動で行うことができる。
As described above, according to the software distribution system of the present invention, the update processing is performed after confirming that the update target software set in the distribution destination computer is not running. , It is possible to automatically update software that is always operating and software that is frequently executed.

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

【図1】本発明によるソフトウェア配布システムの第1
の実施形態の構成を示すブロック図である。
FIG. 1 is a first software distribution system according to the present invention.
3 is a block diagram showing the configuration of the embodiment of FIG.

【図2】図1に示すソフトウェア配布システムにおける
ソフトウェアの配布処理を説明するためのフローチャー
トである。
FIG. 2 is a flowchart for explaining software distribution processing in the software distribution system shown in FIG.

【図3】更新情報の一例を示す図である。FIG. 3 is a diagram showing an example of update information.

【図4】本発明によるソフトウェア配布システムの第2
の実施形態の構成を示すブロック図である。
FIG. 4 is a second software distribution system according to the present invention.
3 is a block diagram showing the configuration of the embodiment of FIG.

【図5】図4に示すソフトウェア配布システムにおける
ソフトウェアの配布処理を説明するためのフローチャー
トである。
5 is a flowchart for explaining software distribution processing in the software distribution system shown in FIG.

【図6】本発明によるソフトウェア配布システムの第3
の実施形態の構成を示すブロック図である。
FIG. 6 is a third software distribution system according to the present invention.
3 is a block diagram showing the configuration of the embodiment of FIG.

【図7】図6に示すソフトウェア配布システムにおける
ソフトウェアの配布処理を説明するためのフローチャー
トである。
7 is a flowchart for explaining software distribution processing in the software distribution system shown in FIG.

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

1、41、61 ソフトウェア配布システム 2 ソフトウェア配布装置 3、43、63 配布先コンピュータ 11、22、31 更新部 12、23、33 稼働状況監視部 13、24、34 導入部 14、25、35 起動部 15、21、32 記憶部 42、62 管理コンピュータ 1, 41, 61 Software distribution system 2 Software distribution device 3, 43, 63 Distribution destination computer 11, 22, 31 Update section 12, 23, 33 Operation status monitoring unit 13, 24, 34 Introduction 14, 25, 35 Starter 15, 21, 32 Storage 42, 62 Management computer

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 ソフトウェアが更新されたときに更新済
みのソフトウェアを配布してソフトウェアの更新を行う
ソフトウェア配布装置であって、 更新の対象となる更新対象ソフトウェアが設定されてい
る配布先コンピュータに対して更新済みのソフトウェア
を送信する更新手段と、 前記更新対象ソフトウェアの稼働状況が実行中であるか
否かを、更新方法を規定した更新情報に基づいて監視す
る稼働状況監視手段と、 この稼働状況監視手段によって前記更新対象ソフトウェ
アが実行中でないことが確認されると、前記更新済みの
ソフトウェアを前記配布先コンピュータに導入する導入
手段と、 導入された前記更新済みのソフトウェアを再起動するた
めの処理を、前記更新情報に基づいて行う起動手段とを
含むことを特徴とするソフトウェア配布装置。
1. A software distribution device that distributes updated software to update the software when the software is updated, to a distribution destination computer to which the update target software to be updated is set. Update means for transmitting the updated software, and an operating status monitoring means for monitoring whether or not the operating status of the software to be updated is being executed based on update information defining an updating method, and the operating status When the monitoring means confirms that the update target software is not being executed, an introducing means for introducing the updated software into the distribution destination computer, and a process for restarting the introduced updated software And a start-up means for performing the operation based on the update information. Cloth equipment.
【請求項2】 ソフトウェアが更新されたときにコンピ
ュータシステムによって更新済みのソフトウェアを配布
してソフトウェアの更新を行うソフトウェア配布方法で
あって、 ソフトウェアが更新されると、更新の対象となる更新対
象ソフトウェアが設定されている配布先コンピュータに
対して更新済みのソフトウェアを管理コンピュータが送
信し、 前記更新対象ソフトウェアの稼働状況が実行中であるか
否かを、更新方法を規定した更新情報に基づいて前記管
理コンピュータが監視し、 前記更新対象ソフトウェアが実行中でないことが前記管
理コンピュータによって確認されると、前記管理コンピ
ュータが前記更新済みのソフトウェアを前記配布先コン
ピュータに導入し、 導入された前記更新済みのソフトウェアを再起動するた
めの処理を、前記管理コンピュータが前記更新情報に基
づいて行うことを特徴とするソフトウェア配布方法。
2. A software distribution method for distributing updated software by a computer system to update the software when the software is updated, which is the update target software to be updated when the software is updated. The management computer sends the updated software to the distribution destination computer for which the update target software is set, and whether or not the operating status of the software to be updated is being executed, based on the update information that defines the update method, When the management computer monitors and the management computer confirms that the software to be updated is not running, the management computer installs the updated software to the distribution destination computer, and the installed updated software is installed. Process for restarting the software , Software distribution wherein said management computer and performing based on the update information.
【請求項3】 配布対象として格納している配布対象ソ
フトウェアの更新を管理する管理コンピュータと、 この管理コンピュータに対して前記配布対象ソフトウェ
アの更新状況を問い合わせて更新されているときには、
更新済みのソフトウェアと更新方法を規定した更新情報
とを取り込み、更新の対象となる更新対象ソフトウェア
の稼働状況が実行中であるか否かを前記更新情報に基づ
いて監視して前記更新対象ソフトウェアが実行中でない
ことが確認されると、前記更新済みのソフトウェアを導
入して再起動するための処理を前記更新情報に基づいて
行う配布先コンピュータとを含むことを特徴とするソフ
トウェア配布システム。
3. A management computer for managing the update of the distribution target software stored as a distribution target, and when the management computer is inquired about the update status of the distribution target software to update,
The updated software and the update information defining the update method are fetched, and whether or not the operating status of the update target software to be updated is being monitored based on the update information and the update target software is A software distribution system, comprising: a distribution destination computer that performs a process for introducing the updated software and restarting it when it is confirmed that the software is not being executed, based on the update information.
【請求項4】 配布対象として格納している配布対象ソ
フトウェアが更新されると、更新済みのソフトウェアと
更新方法を規定した更新情報とを送信する管理コンピュ
ータと、 この管理コンピュータから前記更新済みのソフトウェア
を受信し、更新の対象となる更新対象ソフトウェアの稼
働状況が実行中であるか否かを前記更新情報に基づいて
監視して前記更新対象ソフトウェアが実行中でないこと
が確認されると、前記更新済みのソフトウェアを導入し
て再起動するための処理を前記更新情報に基づいて行う
配布先コンピュータとを含むことを特徴とするソフトウ
ェア配布システム。
4. A management computer that transmits updated software and update information defining an update method when the software to be distributed stored as the distribution target is updated, and the updated software from the management computer. Is received, the operating status of the update target software to be updated is monitored based on the update information, and it is confirmed that the update target software is not running, the update is performed. And a distribution destination computer that performs a process for introducing and restarting already-used software based on the update information.
JP2001275620A 2001-09-11 2001-09-11 Software distributor, software distribution system and method Pending JP2003084983A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001275620A JP2003084983A (en) 2001-09-11 2001-09-11 Software distributor, software distribution system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001275620A JP2003084983A (en) 2001-09-11 2001-09-11 Software distributor, software distribution system and method

Publications (1)

Publication Number Publication Date
JP2003084983A true JP2003084983A (en) 2003-03-20

Family

ID=19100447

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001275620A Pending JP2003084983A (en) 2001-09-11 2001-09-11 Software distributor, software distribution system and method

Country Status (1)

Country Link
JP (1) JP2003084983A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009122811A (en) * 2007-11-13 2009-06-04 Fujitsu Ltd Center management apparatus, center management program, center management method
JP2017508220A (en) * 2014-03-20 2017-03-23 クラウドストライク インコーポレイテッド Guaranteed integrity and rebootless updates during runtime
US10853491B2 (en) 2012-06-08 2020-12-01 Crowdstrike, Inc. Security agent

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009122811A (en) * 2007-11-13 2009-06-04 Fujitsu Ltd Center management apparatus, center management program, center management method
US10853491B2 (en) 2012-06-08 2020-12-01 Crowdstrike, Inc. Security agent
JP2017508220A (en) * 2014-03-20 2017-03-23 クラウドストライク インコーポレイテッド Guaranteed integrity and rebootless updates during runtime
US10289405B2 (en) 2014-03-20 2019-05-14 Crowdstrike, Inc. Integrity assurance and rebootless updating during runtime
US11340890B2 (en) 2014-03-20 2022-05-24 Crowdstrike, Inc. Integrity assurance and rebootless updating during runtime

Similar Documents

Publication Publication Date Title
US6816964B1 (en) System, method and medium storing a program controlling a computer, to install a program remotely and automatically into a client by pre-downloaded agent using managing record recording an install execution state of the client and execution control information
JP5293595B2 (en) Computer program, update system, and program execution device
JP6940365B2 (en) Information updater
US10120676B2 (en) Method of updating baseboard management controller firmware for fan speed control
JP2003084984A5 (en)
CN108563472B (en) Service plug-in loading method and device based on multi-open application
JP5056504B2 (en) Control apparatus, information processing system, control method for information processing system, and control program for information processing system
JP2012069088A (en) Medical information processor and software distribution system
JP2003084983A (en) Software distributor, software distribution system and method
JP4882291B2 (en) Module update program
US11853742B2 (en) Server, software update system, distribution method, and non-transitory storage medium
JPH06309261A (en) Automatic installing and version-up method for software
KR20160071260A (en) Method for managing state of ECU in vehicle based on automotive open system architecture
JPH05250239A (en) Computer network system
JPH11232233A (en) Method for managing network computer and network computer system
JP2002063035A (en) Remote maintenance method for information processor
JP2004334679A (en) Information processor, program execution method of information processor, and storage medium recording the program execution method of information processor
JPH08190474A (en) Computer system
JP4860671B2 (en) Program distribution processing system, method and program
JP2008052593A (en) Module distribution method, program, distribution server and terminal
JP2004157767A (en) Software update system
CN113407403B (en) Cloud host management method and device, computer equipment and storage medium
CN112181609B (en) Service daemon method, device and readable storage medium
JP2004078550A (en) Updating system of software
CN108595193A (en) Substrate management controller firmware update method for rotation speed of the fan control