JP2001236211A - Distributed system - Google Patents

Distributed system

Info

Publication number
JP2001236211A
JP2001236211A JP2000044016A JP2000044016A JP2001236211A JP 2001236211 A JP2001236211 A JP 2001236211A JP 2000044016 A JP2000044016 A JP 2000044016A JP 2000044016 A JP2000044016 A JP 2000044016A JP 2001236211 A JP2001236211 A JP 2001236211A
Authority
JP
Japan
Prior art keywords
program
version
file
installation
current
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
JP2000044016A
Other languages
Japanese (ja)
Other versions
JP3741581B2 (en
Inventor
Hirokuni Numata
博邦 沼田
Hiroyuki Yui
博之 油井
Naoki Miwa
直樹 三和
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.)
Hitachi Ltd
Hitachi Information and Control Systems Inc
Original Assignee
Hitachi Ltd
Hitachi Information and Control Systems Inc
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 Hitachi Ltd, Hitachi Information and Control Systems Inc filed Critical Hitachi Ltd
Priority to JP2000044016A priority Critical patent/JP3741581B2/en
Publication of JP2001236211A publication Critical patent/JP2001236211A/en
Application granted granted Critical
Publication of JP3741581B2 publication Critical patent/JP3741581B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To improve the efficiency of an install work by automatically extracting the version of a related program to be installed according to the version-up of a certain program. SOLUTION: An install work is operated at the time of initial install or any program update, and a specific change ID is applied to each work and stored as a program history. Then, in installing a new version, the history of the program of the version between the new version and the present version of the program is checked, and the other program having the same change ID as the change ID of the program and the version are extracted. Then, processing to extract the other program having the same change ID as the change ID of the extracted other program and the version is repeated by an install target extracting function 103, and the extracted program is used as the programs to be installed.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、分散システムの計
算機へバージョンアップしたプログラムをインストール
する時に、関連プログラムを容易に抽出できるようにす
るためのバージョン管理装置を備えた分散システムに関
わるものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a distributed system having a version control device for easily extracting related programs when installing an upgraded program on a computer of the distributed system. .

【0002】[0002]

【従来の技術】大規模な分散システムは、分散機をグル
ープ分けし、分散機グループ単位に開発が行われてい
る。1つの分散機グループの開発においても、各分散機
単位に開発し、開発が終わって本番開始を迎え、本番開
始後に次の分散機の開発を行い本番稼動させる。これら
を繰り返し大規模な分散システムが構築されていく。こ
のように段階的に構築していく分散システムにおいて、
分散機及び分散機グループの開発が進むとともに、不良
対応、機能改善、仕様変更等に伴うプログラムの改善が
行われ、プログラムは進化する。
2. Description of the Related Art Large-scale distributed systems are developed by dividing the distributed machines into groups and distributing machine groups. In the development of one dispersing machine group as well, development is performed for each dispersing machine, and after the development is completed, the production starts, and after the production starts, the next dispersing machine is developed and put into production. These are repeated to construct a large-scale distributed system. In such a distributed system that is built step by step,
As the development of the dispersing machine and the dispersing machine group progresses, the program is evolved by improving the program in response to a defect, improving a function, changing specifications, and the like.

【0003】分散機(計算機)のプログラムが次々と更
新される場合には、それらのバージョンの管理が不可欠
となる。即ち、プログラムの各々にシーケンシャルなバ
ージョンを付加し、変更内容とともに世代管理を行って
いる。そしてプログラムが変更され、バージョンが上が
ったタイミング、または、数バージョン上がったタイミ
ングで、計算機へインストールを実施し、除々にバージ
ョンの最新化を行う。
[0003] When programs of distributed machines (computers) are updated one after another, management of those versions is indispensable. That is, a sequential version is added to each of the programs, and generation management is performed together with the changed contents. Then, at the timing when the program is changed and the version is increased or when the version is increased by several versions, the program is installed in the computer and the version is gradually updated.

【0004】このようなプログラムのバージョン管理に
基づくインストールを、人手の作業と判断のみで行うこ
ともできるが、システムが大規模になると作業も容易で
なく、判断ミスも生じる。特に大規模なプラント制御等
の分散システムにおいては、1度本番稼動すると、次の
開発まで改造禁止、すなわち、現状バージョン維持とさ
れ、分散システム内の他計算機用のプログラム開発も含
めてある程度まとまった開発が終了した時点にインスト
ールが行われるが、この場合には1つのプログラムに対
する度重なるバージョン更新を伴うことが多い。そうす
るとバージョンの開きが大きくなり全てのプログラム最
新版までバージョンアップせざるを得ない。ところが、
これではバージョンアップに関わる工数及び費用が莫大
となってしまう。また、高いバージョンの該当プログラ
ムだけをインストールしようにも、該当プログラムに関
連するプログラムを選択するのに、インストール管理者
と開発担当者で手作業で実施しているため、バージョン
があまりにかけ離れると、選択もれによる機能劣化のリ
スクも増大する。
[0004] The installation based on the version control of such a program can be performed only by manual operation and judgment, but when the system becomes large-scale, the operation is not easy and judgment error occurs. In particular, in a distributed system such as a large-scale plant control, once production starts, modifications are prohibited until the next development, that is, the current version is maintained, and the program is developed to some extent including the program development for other computers in the distributed system. Installation is performed at the time of completion of the development. In this case, repeated version update for one program is often accompanied. Then, the opening of the version becomes large, and it has to be upgraded to the latest version of all programs. However,
In this case, the man-hours and costs related to the version upgrade become enormous. Also, even if you want to install only the higher version of the program, the installation manager and the development staff manually select the program related to the program, so if the versions are too far apart, The risk of functional deterioration due to selection failure also increases.

【0005】このような問題に対処する技術としては、
例えば特開平11−305999号に、各プログラムに
付けられたバージョン情報を含む履歴管理情報を用い
て、インストールを制御するシステムが開示されてい
る。また、特開平11−134178号には、あるアプ
リケーションプログラムの更新時に、当該プログラムだ
けでなくそのプログラムに関連するプログラムのバージ
ョン情報も用意しておき、インストール時に関連プログ
ラムの更新も容易に行えるようにする技術が開示されて
いる。
[0005] Techniques for addressing such a problem include:
For example, JP-A-11-305999 discloses a system for controlling installation using history management information including version information attached to each program. Japanese Patent Application Laid-Open No. H11-134178 discloses that, when an application program is updated, not only the program but also version information of a program related to the program is prepared so that the related program can be easily updated at the time of installation. A technique for performing this is disclosed.

【0006】[0006]

【発明が解決しようとする課題】前記した特開平11−
305999号の技術では、あるプログラムの更新にあ
たって、そのプログラムに関連するプログラムについて
は考慮されていない。また特開平11−134178号
の技術では、関連プログラムを考慮しているが、更新プ
ログラム作成者が関連プログラムとそのバージョンを予
め調べて依存関係情報を作成しておかねばならず、特に
大規模分散システムの開発者は互いの連携作業を要する
など、大きな負担は避けられない。
Problems to be Solved by the Invention
In the technique of 305999, when a certain program is updated, a program related to the program is not considered. In the technique of Japanese Patent Application Laid-Open No. H11-134178, related programs are considered, but the creator of the update program must check the related programs and their versions in advance and create dependency information. A heavy burden is inevitable, as system developers need to work together.

【0007】本発明の目的は、段階的に構築される分散
システムの計算機にインストールされているプログラム
と同一名称でバージョンが異なるプログラムをインスト
ールしようとするとき、その新たにインストールするプ
ログラムと関連したプログラムを自動的にもれなく抽出
し、正しいバージョンでインストールを正確にかつ効率
よく行えるようにするための、プログラムのバージョン
管理装置を備えた分散システムを提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide a program related to a newly installed program when a program having the same name and a different version as a program installed in a computer of a distributed system constructed stepwise is to be installed. The present invention is to provide a distributed system having a program version control device for automatically extracting all the files and installing the correct version accurately and efficiently.

【0008】[0008]

【課題を解決するための手段】本発明は、ネットワーク
に接続された分散機上のプログラムを更新するときにそ
のプログラム更新に伴って関連する他プログラムを抽出
して同時に更新できるようにするためのバージョン管理
装置を備えた分散システムであって、各プログラム毎
に、当該プログラムを識別するためのプログラムID
と、当該プログラムのバージョンと、当該プログラムの
初期インストール時あるいはいずれかのプログラム更新
時に当該プログラムがインストールされた時にそのイン
ストール作業に対して付与される固有の値を持つ変更I
Dとを少なくとも有するプログラム履歴管理ファイル
と、更新しようとする新バージョンのプログラムが新プ
ログラムとして与えられたときに、当該新プログラムと
同一プログラムIDをもち且つ分散機上で使用中の現用
プログラムとその現用バージョンとをネットワーク経由
で取得する現用プログラム取得手段と、1つのプログラ
ムの第1及び第2バージョンが与えられたときに、もし
第1バージョンの方が第2バージョンより大きいときは
何もせず、もし第1バージョンの方が第2バージョンよ
り小さいときは、第1バージョンより大きく第1バージ
ョンもしくはそれ以下のバージョンをもつ当該プログラ
ムの各々の前記変更IDと等しい変更IDをもつ他プロ
グラムを前記プログラム履歴管理ファイルから検出して
インストール対象プログラムとする関連プログラム抽出
手段と、第1回目の抽出処理として、前記現用プログラ
ム取得手段により取得された現用バージョンを前記第1
バージョンとし、前記新バージョンを前記第2バージョ
ンとして前記関連プログラム抽出手段によりインストー
ル対象プログラムを抽出し、第2回目以降の抽出処理に
おいては、前回の抽出処理によって抽出されたインスト
ール対象プログラムの各々に対し、同一プログラムID
をもつプログラムを前記現用プログラム抽出手段により
取得してその現用プログラムのバージョンを前記第1の
バージョンとし、前記抽出されたインストール対象プロ
グラムのバージョンを前記第2バージョンとして前記関
連プログラム抽出手段により新にインストール対象プロ
グラムを抽出する、という処理をインストール対象プロ
グラムが新たに抽出されなくなるまで繰り返すように制
御する制御手段と、を前記バージョン管理装置に設けた
ことを特徴とする分散システムを開示する。
SUMMARY OF THE INVENTION According to the present invention, when a program on a distributed machine connected to a network is updated, another related program is extracted and updated simultaneously with the program update. A distributed system having a version control device, wherein for each program, a program ID for identifying the program
And the version of the program and a change I having a unique value given to the installation work when the program is installed at the time of initial installation of the program or at the time of updating any program.
D, a program history management file having at least D, and a new version of the program to be updated is given as a new program, the current program having the same program ID as the new program and being used on the distributed machine, and Current program acquisition means for acquiring the current version via a network, and when the first and second versions of one program are given, do nothing if the first version is larger than the second version, If the first version is smaller than the second version, another program having a change ID equal to the change ID of each of the programs having a version larger than the first version and lower than the first version is stored in the program history. The installation target program detected from the management file And related program extracting means for gram, as the first extraction process, said been working version acquired by the current program acquisition means first
The installation program is extracted by the related program extracting means with the new version as the second version, and in the second and subsequent extraction processes, each of the installation target programs extracted by the previous extraction process is extracted. , Same program ID
Is acquired by the working program extraction means, the version of the working program is set as the first version, and the extracted version of the installation target program is set as the second version and newly installed by the related program extraction means. A distributed system, characterized in that control means for controlling so as to repeat a process of extracting a target program until a new program to be installed is not newly extracted is provided in the version management device.

【0009】更に本発明は、前記の分散システムにおい
て、分散機の各々に、前記バージョン管理装置の現用プ
ログラム取得手段が現用プログラムとその現用バージョ
ンを取得したときに送信した現用プログラムを格納する
現用ファイルと、その送信した現用ファイルを更新する
ためのインストール対象プログラムが送信されてきたと
きに前記現用ファイルのプログラムを実行形式ファイル
に変換し、これと当該分散機で現用されている実行形式
ファイルとを比較する比較手段と、この手段による比較
結果が一致したとき、更新のためのインストール対象プ
ログラムのインストールを実行するように制御する制御
手段と、を設けたことを特徴とする分散システムを開示
する。
Further, according to the present invention, in the above-mentioned distributed system, each of the dispersing machines stores an active program and an active file transmitted when the active program acquisition means of the version management apparatus acquires the active version. When the program to be installed for updating the transmitted working file is transmitted, the program of the working file is converted into an executable file, and this and the working file currently used by the distribution machine are converted. Disclosed is a distributed system including a comparison unit for comparing, and a control unit for controlling to execute installation of an installation target program for updating when a comparison result obtained by the comparison unit matches.

【0010】[0010]

【発明の実施の形態】以下、本発明の実施の形態につい
て図面により説明する。図1は本発明が適用されると分
散処理システムの全体構成を示すブロック図である。図
1において、開発系ネットワーク3には、プログラムを
開発するための開発機2、2…と、プログラムを管理す
るためのバージョン管理装置1が接続されており、開発
系ネットワーク3を経由してプログラムの取り出し、改
修、登録を行う。基幹ネットワーク4には、段階的に構
築する分散機グループのネットワーク5、5…が接続さ
れ、各分散機グループのネットワークには分散機6、6
…が接続されている。これらの分散機は、それぞれが接
続されている分散機グループネットワーク及び基幹ネッ
トワークを経由し、開発系ネットワーク3に接続される
バージョン管理装置1と相互に情報のやりとりを行う。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing the overall configuration of a distributed processing system when the present invention is applied. In FIG. 1, a development network 2 is connected to development machines 2, 2,... For developing programs and a version control device 1 for managing programs. Take out, repair, and register. .. Are connected to the backbone network 4, and the networks of the respective disperser groups are connected to the dispersers 6, 6,.
... are connected. These dispersers mutually exchange information with the version control device 1 connected to the development network 3 via the disperser group network and the backbone network to which they are connected.

【0011】図1は、本発明になるバージョン管理装置
の構成例を示すブロック図で、開発系ネットワーク3と
入出力機構106を介して接続されている。また、端末
装置107も入出力機構106を介して接続されてい
る。開発機2からのプログラム開発に関する情報が入出
力機構106から入力されると、これはプログラム管理
機能104にて処理され、プログラム履歴管理ファイル
101を参照して開発者の改修するベースとなるバージ
ョンのプログラムをプログラムソース蓄積ファイル10
2から取り出し、入出力機構106、ネットワーク3経
由で開発機へ送信する。開発者が改修完了後、前記と同
様にネットワーク3及び入出力機構106経由で改修プ
ログラムを送ってくると、プログラム管理機能104は
更新を判断し、改修プログラムのバージョンを1つアッ
プして、プログラム履歴管理ファイル101を更新する
とともに、改修されたソースプログラムをプログラムソ
ース蓄積ファイル102に登録する。
FIG. 1 is a block diagram showing a configuration example of a version control device according to the present invention, which is connected to a development network 3 via an input / output mechanism 106. The terminal device 107 is also connected via the input / output mechanism 106. When information related to program development from the development machine 2 is input from the input / output mechanism 106, the information is processed by the program management function 104, and the version of the base version to be modified by the developer with reference to the program history management file 101. The program is stored in the program source storage file 10
2 and is sent to the development machine via the input / output mechanism 106 and the network 3. When the developer sends the repair program via the network 3 and the input / output mechanism 106 as described above after the repair is completed, the program management function 104 determines the update and increases the version of the repair program by one. The history management file 101 is updated, and the modified source program is registered in the program source storage file 102.

【0012】インストール管理者が端末装置107か
ら、今回インストールを予定するプログラムとプログラ
ムのバージョンを入力すると、このデータは入出力制御
機構106を経由してインストール対象抽出機能103
へ入力される。インストール対象抽出機能103は、こ
のデータを受け取ると、プログラム履歴管理ファイル1
01から、今回インストール予定のプログラムのバージ
ョンと、インストール対象の分散機で実際に稼動してい
る対応プログラムのバージョン(ネットワーク3及び入
出力制御機構106を経由して取得する)とを元にし
て、関連する全てのプログラムの中でインストールに必
要なプログラムと所定のバージョンを抽出し、その中の
インストール対象プログラムはインストール対象プログ
ラム蓄積ファイル105に登録される。この登録結果
は、入出力制御機構106を経由して端末装置107に
表示される。1つの分散機へのインストール対象プログ
ラムが全て抽出され、蓄積ファイル105に蓄積される
と、インストールが可能になる。さらに前記と同時に、
蓄積ファイル105へは、今回インストール予定の、抽
出した全てのプログラムの現在稼動中バージョンのプロ
グラムも蓄積される。
When the installation manager inputs the program to be installed this time and the version of the program from the terminal device 107, the data is transmitted to the installation target extraction function 103 via the input / output control mechanism 106.
Is input to Upon receiving this data, the installation object extraction function 103 receives the program history management file 1
From 01, based on the version of the program to be installed this time and the version of the corresponding program that is actually running on the distribution machine to be installed (obtained via the network 3 and the input / output control mechanism 106), A program required for installation and a predetermined version are extracted from all the related programs, and the installation target program among them is registered in the installation target program storage file 105. This registration result is displayed on the terminal device 107 via the input / output control mechanism 106. When all the programs to be installed on one distribution machine are extracted and stored in the storage file 105, installation becomes possible. At the same time,
The accumulation file 105 also accumulates the currently running version of all the extracted programs to be installed this time.

【0013】図3は、分散機側のインストール管理に関
する機能構成例を示すもので、ネットワーク5との情報
のやり取りは入出力機構301を介して行われる。図1
のインストール対象抽出機能103で分散機のプログラ
ムバージョン取得処理が実行されると、現在稼動中バー
ジョン編集機能302が実行され、実行形式ライブラリ
306に登録されているところの全てのプログラムの名
称と各々のプログラムバージョンが取り出されて電文に
編集され、ネットワーク経由でバージョン管理装置1に
送信される。
FIG. 3 shows an example of a functional configuration relating to the installation management on the distribution machine side. The exchange of information with the network 5 is performed via the input / output mechanism 301. FIG.
When the program version acquisition process of the distribution machine is executed by the installation target extraction function 103, the currently running version editing function 302 is executed, and the names and the names of all programs registered in the execution format library 306 are displayed. The program version is extracted, edited into a telegram, and transmitted to the version management device 1 via the network.

【0014】インストール管理者が、端末装置107を
使用して、インストール対象プログラム蓄積ファイル1
05に蓄積されたプログラムを分散機に配信すると、本
情報は、ネットワーク5、入出力機構301を介して分
散機6へ入力され、プログラム判定機能303により、
入力されたプログラムが現在稼動中のプログラムと判定
するとその入力プログラムを今回インストール対象とな
っている現在稼働中プログラム受信ファイル305に蓄
積し、入力されたプログラムが今回インストール対象の
プログラムと判定するとその入力プログラムを今回イン
ストール対象プログラム受信ファイル304に蓄積す
る。
The installation manager uses the terminal device 107 to install the program file 1 to be installed.
When the program stored in the program 05 is distributed to the distribution device, this information is input to the distribution device 6 via the network 5 and the input / output mechanism 301, and the program determination function 303
If the input program is determined to be the currently running program, the input program is stored in the currently running program reception file 305 that is to be installed this time. The program is stored in the installation target program reception file 304 this time.

【0015】バージョン管理装置1からのプログラム配
信が完了したことを判定機能303で判定すると、現在
稼動中プログラム受信ファイル305に蓄積されたプロ
グラムを実行形式プログラム作成機能308に送り、こ
こで実行形式プログラムを作成し、実行形式になったプ
ログラムを比較用実行形式ライブラリ307に登録す
る。全て登録が完了すると、現在稼動している実行形式
ライブラリ306に登録されているプログラムと比較用
実行形式ライブラリ307に登録した実行形式プログラ
ムとを比較判断機能309で比較し、全て比較して等し
いと判断すると、ファイル304に蓄積された全ての今
回インストール対象プログラムを実行形式プログラム作
成機能により実行形式とし、実行形式ライブラリ306
に登録する。さらに今回インストールしたプログラムの
バージョンを実行形式ライブラリ306に登録したプロ
グラムとともに記憶させる。そしてこれら実行形式とし
たプログラムのインストールが正常に完了すると、比較
判断機能309は、インストール管理者へ正常にインス
トールが終了したことをネットワーク経由で知らせる。
また、2つのライブラリ306、307の実行形式プロ
グラムの比較の結果、1つでも等しくないと判断する
と、インストールが失敗したことをインストール管理者
に知らせる。さらに比較判断機能309は、実行形式プ
ログラム作成機能308からプログラムを実行形式ライ
ブラリ306へ登録するときにそれが正常に登録された
かをチェックし、異常判断を下すと、先に作成した比較
用実行形式ライブラリ307の対応プログラムを異常と
なった実行形式プログラムに置き換えて再登録する。こ
のときはここでインストール作業を打ち切り、インスト
ールが失敗したことをインストール管理者に知らせる。
When the determination function 303 determines that the distribution of the program from the version control device 1 has been completed, the program stored in the currently running program reception file 305 is sent to the executable program creating function 308, where the executable program is sent. Is created, and the program in the executable format is registered in the comparison executable format library 307. When all the registrations are completed, the program registered in the currently running executable library 306 and the executable program registered in the comparative executable library 307 are compared by the comparison determining function 309, and if all are equal, it is determined that they are equal. If it is determined, all the programs to be installed this time accumulated in the file 304 are set as the executable format by the executable format program creating function, and the executable format library 306
Register with. Further, the version of the program installed this time is stored together with the program registered in the executable format library 306. When the installation of these executable programs is completed normally, the comparison determining function 309 notifies the installation manager that the installation has been completed normally via the network.
Also, as a result of the comparison between the executable programs of the two libraries 306 and 307, if it is determined that at least one is not equal, the installation manager is notified that the installation has failed. Further, the comparison judging function 309 checks whether or not the program has been registered normally from the executable program creating function 308 to the executable library 306, and if the abnormality is determined, the comparison executable The corresponding program of the library 307 is replaced with the abnormal executable program and re-registered. At this time, the installation is terminated here, and the installation manager is notified that the installation has failed.

【0016】図4は図1、図3の処理のときに用いる各
データのフォーマットである。同図(a)は、分散機6
で現在稼動しているプログラムのバージョンをバージョ
ン管理装置1に通知するデータのフォーマットで、どの
分散機の情報なのかを示す計算機ID401と、プログ
ラムID402と、分散機に登録され稼動中プログラム
のバージョン403から成っている。計算機ID401
は、例えば分散機の装置アドレスでもよい。図4(b)
は、プログラム履歴管理ファイル101に格納される履
歴情報のフォーマットで、プログラムID411、プロ
グラムのバージョン412、当該プログラムが格納され
ているソース蓄積ファイル102上のアドレス414の
他に、本発明の特徴とする変更ID413から成ってい
る。この変更ID413は、プログラム開発者があるプ
ログラムを変更した時、同時に修正しなければならない
プログラムに付加する情報であり、開発者の申告によ
り、バージョン管理者が付けるものである。これは、あ
るプログラムに関連して修正したプログラムを、後にな
って当該開発担当者以外でも容易に識別できるための必
須条件である。
FIG. 4 shows the format of each data used in the processing of FIGS. FIG. 3A shows the dispersing machine 6.
In the data format for notifying the version management apparatus 1 of the version of the currently running program, a computer ID 401 indicating which distributed machine the information is, a program ID 402, and a version 403 of the running program registered in the distributed machine Consists of Computer ID 401
May be, for example, a device address of a dispersing machine. FIG. 4 (b)
Is a format of history information stored in the program history management file 101, which is a feature of the present invention, in addition to the program ID 411, the program version 412, and the address 414 on the source storage file 102 where the program is stored. It consists of a change ID 413. The change ID 413 is information to be added to a program that must be corrected at the same time when a program developer changes a certain program, and is added by a version manager in response to a report from the developer. This is an essential condition for a program modified in connection with a certain program to be easily identified later by a person other than the developer.

【0017】図4(c)は、図1のインストール対象抽
出機能103にてインストール対象プログラムを抽出し
たデータのフォーマットで、このフォーマットでプログ
ラムが対象分散機に配布される。このデータフォーマッ
トは、分散機の計算機ID421、今回インストール対
象のプログラムID422、今回の対象バージョン42
3、今回インストールするのか現在稼動中のバージョン
であるのかを識別する改修区分424、及びプログラム
ソース425から成っている。
FIG. 4C shows a format of data in which the installation target program is extracted by the installation target extracting function 103 in FIG. 1, and the program is distributed to the target distribution machine in this format. This data format includes the computer ID 421 of the distributed machine, the program ID 422 to be installed this time, the current version 42
3, a modification section 424 for identifying whether the current version is installed or a currently running version, and a program source 425.

【0018】図4(d)は、分散機に対しプログラムの
インストールを実施した結果、正常にインストール作業
が完了したか否かを当該分散機からバージョン管理装置
1へ知らせるデータのフォーマットで、インストール作
業を行って分散機の計算機ID431、インストールし
たプログラムID432、そのプログラムのバージョン
433、インストール対象プログラムか現在稼働中プロ
グラムかの改修区分434、インストール結果の判定4
35から成る。インストール管理者は本情報を参照し、
結果を最終判断する。結果失敗となった場合、改修区分
435を参照することにより、今回インストール対象プ
ログラムなのか、現在稼働中のプログラムなのかをすぐ
に判断できる。
FIG. 4 (d) shows a data format that informs the version control apparatus 1 of whether the installation work has been completed normally as a result of installing the program on the distribution machine. And the computer ID 431 of the distributed machine, the installed program ID 432, the version 433 of the program, the modification category 434 of whether the program is an installation target program or a currently running program, and the determination of the installation result 4
35. The installation administrator refers to this information,
Finalize the result. If the result is a failure, by referring to the modification section 435, it is possible to immediately determine whether the program is an installation target program or a currently operating program.

【0019】図5は、図1のインストール対象抽出機能
103の処理を示すフローチャートで、これにより対象
プログラムをもれなく抽出することができる。処理が開
始すると(ステップ501)、分散機から現在稼働中の
プログラムIDとバージョンを図4(a)のデータフォ
ーマットで取り込み(ステップ502)、今回インスト
ールしようとするプログラムのバージョンとステップ5
02で得たバージョンとを比較する(ステップ50
3)。この結果、今回インストールするバージョンの方
が小さいかまたは等しいときは当該分散機にはインスト
ール済みと判断し、処理を終えるが、インストール予定
バージョンの方が大きいと判断した場合は、今回インス
トール予定したプログラムIDをキーとしてプログラム
履歴管理ファイル101を検索し(ステップ504)、
そのプログラムの情報があるかを判定する(ステップ5
05)。この結果、プログラム履歴管理ファイル101
に当該プログラムのID及びバージョンがなければ、イ
ンストール管理者に異常のあった旨を通知する(ステッ
プ506)。これは、今回インストールするプログラム
のバージョン入力の誤り、または、改修ソース登録を誤
ったかを示すものであり、重要な処理である。
FIG. 5 is a flowchart showing the processing of the installation target extraction function 103 in FIG. 1, whereby the target program can be extracted without fail. When the process starts (step 501), the ID and version of the currently operating program are fetched from the distribution machine in the data format shown in FIG. 4A (step 502), and the version of the program to be installed this time and step 5
02 (step 50).
3). As a result, if the version to be installed this time is smaller or equal, it is determined that the distribution machine has already been installed, and the process is completed. The program history management file 101 is searched using the ID as a key (step 504),
It is determined whether there is information of the program (step 5
05). As a result, the program history management file 101
If there is no ID and version of the program, the installation manager is notified that there is an abnormality (step 506). This is an important process that indicates whether the version of the program to be installed this time is erroneously input or whether the registration of the repair source is erroneous.

【0020】検索している情報があったときは(ステッ
プ505でYES)、今回インストールするプログラム
の情報である計算機ID、プログラムID、バージョ
ン、プログラムソース、及び、改修区分を図4(C)に
示したフォーマットに従い編集し、インストール対象プ
ログラム蓄積ファイル105に格納する(ステップ50
7)。ここでプログラムソースは、図4(b)のフォー
マットをもつ履歴管理ファイル101から検索した情報
のプログラムソースアドレス414をもとに、プログラ
ムソース蓄積ファイル102から取り出す。また、改修
区分には改修バージョンであることを記憶させる。次
に、現在稼働中プログラムについても図4(C)のフォ
ーマットをもつデータを作成し、これをインストール対
象蓄積ファイル105に格納する。このときの改修区分
としては、現在稼働中バージョンであることを記憶させ
る(ステップ508)。
If there is information to be searched (YES in step 505), the computer ID, program ID, version, program source, and repair classification, which are information of the program to be installed this time, are shown in FIG. Edit according to the indicated format and store it in the installation target program accumulation file 105 (step 50).
7). Here, the program source is extracted from the program source storage file 102 based on the program source address 414 of the information retrieved from the history management file 101 having the format shown in FIG. In the refurbishment section, the fact that it is a refurbishment version is stored. Next, for the currently running program, data having the format shown in FIG. 4C is created and stored in the installation target accumulation file 105. At this time, as the repair category, the fact that the version is currently in operation is stored (step 508).

【0021】次に、今回インストールするバージョンか
ら現在稼働中バージョンまでの関連プログラムを検索す
るために、まずファイル105に格納したプログラム情
報のバージョンをメモリ上のワークエリアへ取り込み、
インストールしようとするプログラムバージョンをn、
現在稼働中のプログラムのバージョンをnoとする(ス
テップ509)。そしてn≦n0となるまで、ステップ
505で検索したプログラム情報(図4(b)のフォー
マットをもつ)の変更ID413と同一の変更IDをも
つ他プログラムをプログラム履歴管理ファイル101か
ら全て抽出し、そのプログラムIDとバージョンをワー
クエリアに格納して、バージョンnを1つ小さくする、
という処理を繰り返す(ステップ510〜512)。こ
れにより対象としているプログラムの、インストールバ
ージョンから現在稼働中のよりも1大きいバージョンま
でについて、同一変更IDをもつ関連プログラム、即ち
現在稼働中より後のバージョンの全てのプログラムバー
ジョンと同時に改修を行ったプログラムが全て抽出でき
る。
Next, in order to search for a related program from the currently installed version to the currently running version, first, the version of the program information stored in the file 105 is fetched into a work area on the memory.
The program version to be installed is n,
The version of the currently operating program is set to no (step 509). Until n ≦ n0, all other programs having the same change ID as the change ID 413 of the program information (having the format of FIG. 4B) searched in step 505 are extracted from the program history management file 101, and Store the program ID and version in the work area to reduce version n by one,
Is repeated (steps 510 to 512). As a result, for the target program, from the installed version to the version that is one larger than the currently running version, the related program having the same change ID, that is, all the program versions of the version after the currently running version were modified at the same time. All programs can be extracted.

【0022】しかし、これだけでは不十分である。処理
511で抽出したプログラムの中には、更に他のプログ
ラムを同時に改修している可能性があるため、ステップ
511で抽出したプログラムの関連プログラムも全て抽
出する必要がある。そのためステップ510〜512の
ループ処理が終わると、今回インストールするのと同じ
プログラム(バージョンのみが違う)を検索済みに設定
し、これらを再度検索しないようにして処理効率の向上
をはかる(ステップ513)。そして関連プログラム抽
出を行い(ステップ514)、インストール対象プログ
ラム抽出処理を終了する。
However, this is not enough. Among the programs extracted in the process 511, there is a possibility that another program may be modified at the same time, so it is necessary to also extract all the related programs of the program extracted in the step 511. Therefore, when the loop process of steps 510 to 512 is completed, the same program (only the version is different) to be installed this time is set as searched, and the search is not performed again to improve the processing efficiency (step 513). . Then, a related program is extracted (step 514), and the installation target program extracting process ends.

【0023】図6は、図5のステップ514に於る関連
プログラム抽出処理の詳細を示すフローチャートで、イ
ンストール対象プログラムのいくつかのバージョンに関
して同一変更IDをもつプログラム情報が図5のステッ
プ511でワークエリアに格納されているから、まずワ
ークエリア上でプログラムIDを第1キー、バージョン
を第2キーとして降順にソートする(ステップ60
1)。そしてワークエリア上に未検索データがあるかを
調べ(ステップ602)、なければ終了するが、あれば
ソート順にプログラムとバージョンを取り出し(ステッ
プ603)、そのプログラムは検索済みかどうかを調べ
る(ステップ604)。検索済みであればステップ60
2へ戻り、検索未済みであれば、そのプログラムのバー
ジョンと現在稼働中の同じプログラムのバージョンとを
比較し(ステップ605)、現在稼働中バージョンと等
しいか又は小さい場合は、そのプログラムを検索済みと
し(ステップ606)、ステップ602へ戻るが、大き
ければワークエリアから取り出したプログラム情報をプ
ログラム履歴管理ファイル101を検索して取り出し
(ステップ607)、取り出したプログラム情報をイン
ストール対象プログラム蓄積ファイル105に格納し
(ステップ608)、また当該プログラムの現在稼働中
プログラム情報を分散機から読み込んで同じ蓄積ファイ
ル105に格納する(ステップ609)。次にファイル
105に格納したプログラム情報のバージョンをメモリ
上のワークエリアへ取り込み、ステップ607で読み込
んだプログラムのバージョンをm、当該プログラムの現
在稼働中のもののバージョンをm0とする(ステップ6
10)。続けてm≦m0となるまで、ステップ607で
検索したプログラム情報の変更IDと同じ、変更IDを
もつ他のプログラムをプログラム履歴管理ファイル10
1から全て抽出し、そのプログラムIDとバージョンを
ワークエリアに格納してmを1減らす、という処理を繰
り返す(ステップ611〜613)。これにより、図5
の処理で関連プログラムとして検出され、検索済みとさ
れたプログラムの関連プログラムが全て検出される。こ
うして、ループから抜けると、当該プログラムを検査済
みにし(ステップ614)、ステップ601へ戻る。以
上を繰り返すことにより、今回インストールすべきプロ
グラム及びバージョンが全て抽出され、図2のインスト
ール対象プログラム蓄積ファイル105に格納される。
FIG. 6 is a flowchart showing the details of the related program extraction processing in step 514 in FIG. 5. In the step 511 in FIG. Since they are stored in the area, the program ID is first sorted on the work area in descending order using the first key as the first key and the version as the second key (step 60).
1). Then, it is checked whether there is unsearched data in the work area (step 602). If not, the process ends. If there is, the program and the version are taken out in the sorted order (step 603), and it is checked whether the program has been searched (step 604). ). If the search has been completed, step 60
Returning to step 2, if the search has not been completed, the version of the program is compared with the version of the same program currently running (step 605). If the version is equal to or smaller than the version currently running, the program has been searched. (Step 606) and returns to Step 602. If it is larger, the program information retrieved from the work area is retrieved and retrieved from the program history management file 101 (Step 607), and the retrieved program information is stored in the installation target program storage file 105. Then, the currently running program information of the program is read from the distribution machine and stored in the same accumulation file 105 (step 609). Next, the version of the program information stored in the file 105 is fetched into the work area on the memory, and the version of the program read in step 607 is set to m, and the version of the program currently running is set to m0 (step 6).
10). Until m ≦ m0, another program having the same change ID as the change ID of the program information searched in step 607 is stored in the program history management file 10.
1 is repeated, and the program ID and version are stored in the work area and m is reduced by 1 (steps 611 to 613). As a result, FIG.
, All the related programs of the searched program are detected. When the process exits from the loop, the program is checked (step 614), and the process returns to step 601. By repeating the above, all programs and versions to be installed this time are extracted and stored in the installation target program storage file 105 in FIG.

【0024】図7は、図5及び図6のフローによる処理
例の説明図で、分散機1にプログラムAのバージョンV
1.05をインストールしようとする場合である。同図
(A)は、分散機1の現在稼働中プログラムのバージョ
ンを示し、図7(B)は、プログラム履歴管理ファイル
101の構成例である。この場合には、プログラムAの
現在稼働中バージョンはV1.02であるから、プログ
ラム履歴管理テープル上のプログラムAのバージョンV
1.05から、V1.04及びV1.03までの変更I
Dと同一の変更IDをもつ他のプログラムが、即ち変更
ID10、7、及び5をもつ他のプログラムが図5の処
理で抽出される。即ち、プログラムBのV1.03(変
更ID=10)、プログラムCのV1.03(変更ID
=7)が抽出され、ワークエリアには、これらのプログ
ラム、そのバージョン等の情報が格納される。この時点
で、プログラムAは改修バージョンとしてV1.05、
現在稼働中バージョンとしてV1.02が編集される。
FIG. 7 is an explanatory diagram of an example of processing according to the flow charts of FIGS. 5 and 6.
1.05 is to be installed. FIG. 7A shows the version of the currently operating program of the distribution machine 1, and FIG. 7B shows a configuration example of the program history management file 101. In this case, since the currently operating version of the program A is V1.02, the version V of the program A on the program history management table is
Change I from 1.05 to V1.04 and V1.03
Another program having the same change ID as D, that is, another program having the change IDs 10, 7, and 5, is extracted in the process of FIG. That is, V1.03 of program B (change ID = 10), V1.03 of program C (change ID)
= 7) is extracted, and information such as these programs and their versions are stored in the work area. At this point, Program A has a modified version of V1.05,
V1.02 is edited as the currently running version.

【0025】次に、プログラムBの現在稼働中バージョ
ンはV1.01であるから、図5の処理で取り出された
プログラムのバージョンはV1.03なので、同プログ
ラムBのV1.03及びV1.02のもつ変更IDと同
一の変更IDをもつ他プログラムが図6の処理で抽出さ
れている。即ち、プログラムBのV1.03の変更ID
は10であるが、これと同一の変更IDは検索対象外と
なっているプログラムAのみで、ここでは関連プログラ
ムはないが、プログラムBのV1.02の変更IDは6
であるから、プログラムCのV1.01が抽出される。
この結果、ワークエリアには、プログラムBのV1.0
3、プログラムCのV1.02、V1.01が格納され
る。この時点で、プログラムBは改修バージョンとして
V1.03、現在稼働中バージョンとしてV1.01が
編集される。更に、プログラムCについて、その現在稼
働中バージョンはV1.00であるから、プログラム履
歴管理テーブルのV1.02及びV1.01のプログラ
ムCの履歴中の変更IDと同一の変更IDをもつ他プロ
グラムが図6の処理により抽出される。即ちプログラム
CのV1.02の変更IDは7であるがこれと同一の変
更IDは検索対象外となったプログラムのみである。ま
たプログラムCのV1.01の変更IDは6であるが、
これと同一の変更IDは検索対象外となったプログラム
Bのみである。こうして新しいプログラムは本例では抽
出されない。この時点で、プログラムCは改修バージョ
ンとしてV1.02、現在稼働中バージョンとしてV
1.00が編集される。以上のようにして、インストー
ルに必要なプログラムのバージョンは、図7(C)に示
すようになる。
Next, since the currently running version of the program B is V1.01, the version of the program extracted in the processing of FIG. 5 is V1.03, so that the version of V1.03 and V1.02 of the program B is Another program having the same change ID as the change ID is extracted in the process of FIG. That is, the change ID of V1.03 of the program B
Is 10, but the same change ID is only the program A which is excluded from the search, and there is no related program here, but the change ID of V1.02 of the program B is 6
Therefore, V1.01 of the program C is extracted.
As a result, V1.0 of program B is stored in the work area.
3. V1.02 and V1.01 of the program C are stored. At this time, the program B is edited to have the modified version V1.03 and the currently running version V1.01. Further, since the currently running version of the program C is V1.00, another program having the same change ID as the change ID in the history of the program C of V1.02 and V1.01 in the program history management table is not available. It is extracted by the processing of FIG. In other words, the change ID of V1.02 of the program C is 7, but the same change ID is only the program that is not searched. The change ID of V1.01 of program C is 6,
The same change ID is only the program B which is not searched. Thus, new programs are not extracted in this example. At this point, the program C has V1.02 as the repaired version and V as the currently running version.
1.00 is edited. As described above, the version of the program required for installation is as shown in FIG.

【0026】[0026]

【発明の効果】以上説明したように、本発明によれば、
インストールしようとするプログラムとインストールし
ようとするプログラムと関連したプログラムを自動的に
もれなく抽出でき、正しいバージョンでインストールを
正確にかつ効率よく行えるという効果がある。
As described above, according to the present invention,
The program to be installed and the program related to the program to be installed can be automatically and completely extracted, and the installation of the correct version can be performed accurately and efficiently.

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

【図1】本発明の特徴とするバージョン管理装置の構成
例示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration example of a version management device that is a feature of the present invention.

【図2】本発明の分散システムの例である。FIG. 2 is an example of a distributed system of the present invention.

【図3】図2の装置におけるインストール管理方法の全
体の流れを示す図である。
FIG. 3 is a diagram showing an entire flow of an installation management method in the apparatus of FIG. 2;

【図4】図2の装置で用いるデータのフォーマットを示
す図である。
FIG. 4 is a diagram showing a format of data used in the apparatus of FIG. 2;

【図5】図2の装置におけるインストール対象プログラ
ムの抽出処理を示す図である。
FIG. 5 is a diagram showing an extraction process of an installation target program in the apparatus of FIG. 2;

【図6】図2の装置における関連プログラム抽出処理の
フローチャートである。
FIG. 6 is a flowchart of a related program extracting process in the apparatus of FIG. 2;

【図7】インストール対象プログラム抽出処理の例の説
明図である。
FIG. 7 is an explanatory diagram of an example of an installation target program extraction process.

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

1 バージョン管理装置 3 ネットワーク 101 プログラム履歴管理ファイル 102 プログラムソース蓄積ファイル 103 インストール対象抽出機能 104 プログラム管理機能 105 インストール対象プログラム蓄積ファイル 107 端末装置 DESCRIPTION OF SYMBOLS 1 Version control device 3 Network 101 Program history management file 102 Program source storage file 103 Installation target extraction function 104 Program management function 105 Installation target program storage file 107 Terminal device

───────────────────────────────────────────────────── フロントページの続き (72)発明者 油井 博之 茨城県日立市大みか町五丁目2番1号 株 式会社日立情報制御システム内 (72)発明者 三和 直樹 茨城県日立市大みか町五丁目2番1号 株 式会社日立製作所大みか事業所内 Fターム(参考) 5B045 AA00 BB12 BB28 BB47 HH02 JJ49 5B076 AC07  ──────────────────────────────────────────────────続 き Continued on the front page (72) Inventor Hiroyuki Yui 5-2-1, Omikacho, Hitachi City, Ibaraki Prefecture Inside Hitachi Information & Control Systems Co., Ltd. (72) Inventor Naoki Miwa 5, Omikamachi, Hitachi City, Ibaraki Prefecture No. 2 F-term (reference) in Hitachi, Ltd. Omika Works 5B045 AA00 BB12 BB28 BB47 HH02 JJ49 5B076 AC07

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】ネットワークに接続された分散機上のプロ
グラムを更新するときにそのプログラム更新に伴って関
連する他プログラムを抽出して同時に更新できるように
するためのバージョン管理装置を備えた分散システムで
あって、 各プログラム毎に、当該プログラムを識別するためのプ
ログラムIDと、当該プログラムのバージョンと、当該
プログラムの初期インストール時あるいはいずれかのプ
ログラム更新時に当該プログラムがインストールされた
時にそのインストール作業に対して付与される固有の値
を持つ変更IDとを少なくとも有するプログラム履歴管
理ファイルと、 更新しようとする新バージョンのプログラムが新プログ
ラムとして与えられたときに、当該新プログラムと同一
プログラムIDをもち且つ分散機上で使用中の現用プロ
グラムとその現用バージョンとをネットワーク経由で取
得する現用プログラム取得手段と、 1つのプログラムの第1及び第2バージョンが与えられ
たときに、もし第1バージョンの方が第2バージョンよ
り大きいときは何もせず、もし第1バージョンの方が第
2バージョンより小さいときは、第1バージョンより大
きく第1バージョンもしくはそれ以下のバージョンをも
つ当該プログラムの各々の前記変更IDと等しい変更I
Dをもつ他プログラムを前記プログラム履歴管理ファイ
ルから検出してインストール対象プログラムとする関連
プログラム抽出手段と、 第1回目の抽出処理として、前記現用プログラム取得手
段により取得された現用バージョンを前記第1バージョ
ンとし、前記新バージョンを前記第2バージョンとして
前記関連プログラム抽出手段によりインストール対象プ
ログラムを抽出し、第2回目以降の抽出処理において
は、前回の抽出処理によって抽出されたインストール対
象プログラムの各々に対し、同一プログラムIDをもつ
プログラムを前記現用プログラム抽出手段により取得し
てその現用プログラムのバージョンを前記第1のバージ
ョンとし、前記抽出されたインストール対象プログラム
のバージョンを前記第2バージョンとして前記関連プロ
グラム抽出手段により新にインストール対象プログラム
を抽出する、という処理をインストール対象プログラム
が新たに抽出されなくなるまで繰り返すように制御する
制御手段と、 を前記バージョン管理装置に設けたことを特徴とする分
散システム。
1. A distributed system having a version control device for extracting a program related to a distributed machine connected to a network and updating the program at the same time when the program is updated. And for each program, a program ID for identifying the program, a version of the program, and an installation operation when the program is installed at the time of initial installation of the program or at the time of updating any program. A program history management file having at least a change ID having a unique value assigned to the program, and when a new version of the program to be updated is given as a new program, the program has the same program ID as the new program, and In use on the disperser Program acquisition means for acquiring a program for use and its current version via a network, and when given first and second versions of one program, if the first version is larger than the second version Do nothing and if the first version is less than the second version, change I equal to the change ID of each of the programs having a version greater than the first version and less than or equal to the first version.
A related program extracting unit that detects another program having a D from the program history management file and sets it as a program to be installed; and, as a first extraction process, the current version acquired by the current program acquiring unit is the first version The new version is used as the second version to extract the installation target program by the related program extraction means. In the second and subsequent extraction processes, each of the installation target programs extracted by the previous extraction process is The program having the same program ID is obtained by the active program extracting means, the version of the active program is set as the first version, and the version of the extracted installation target program is set as the second version. Control means for controlling a process of extracting a new program to be installed by the program extracting means until the new program to be installed is not newly extracted, and control means provided in the version control device. .
【請求項2】 請求項1の分散システムにおいて、分散
機の各々に、 前記バージョン管理装置の現用プログラム取得手段が現
用プログラムとその現用バージョンを取得したときに送
信した現用プログラムを格納する現用ファイルと、 その送信した現用ファイルを更新するためのインストー
ル対象プログラムが送信されてきたときに前記現用ファ
イルのプログラムを実行形式ファイルに変換し、これと
当該分散機で現用されている実行形式ファイルとを比較
する比較手段と、 この手段による比較結果が一致したとき、更新のための
インストール対象プログラムのインストールを実行する
ように制御する制御手段と、 を設けたことを特徴とする分散システム。
2. The distributed system according to claim 1, wherein each of the distributing apparatuses includes: a current file for storing a current program and a current program transmitted when the current program acquisition unit of the version management device acquires the current version. When the program to be installed for updating the transmitted working file is transmitted, the program of the working file is converted into an executable file, and this is compared with the executable file currently used in the distribution machine. 1. A distributed system, comprising: a comparing unit that performs a process of installing an installation target program for updating when a comparison result obtained by the unit matches.
JP2000044016A 2000-02-22 2000-02-22 Distributed system Expired - Lifetime JP3741581B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000044016A JP3741581B2 (en) 2000-02-22 2000-02-22 Distributed system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000044016A JP3741581B2 (en) 2000-02-22 2000-02-22 Distributed system

Publications (2)

Publication Number Publication Date
JP2001236211A true JP2001236211A (en) 2001-08-31
JP3741581B2 JP3741581B2 (en) 2006-02-01

Family

ID=18566847

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000044016A Expired - Lifetime JP3741581B2 (en) 2000-02-22 2000-02-22 Distributed system

Country Status (1)

Country Link
JP (1) JP3741581B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010079546A (en) * 2008-09-25 2010-04-08 Hitachi Software Eng Co Ltd Program distribution updating system
JP2011164852A (en) * 2010-02-08 2011-08-25 Ricoh Co Ltd Information processing system, information processor, management device, installation processing method and program and storage medium
US9417861B2 (en) 2012-04-03 2016-08-16 Canon Kabushiki Kaisha Information processing apparatus, method for controlling the same, and storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010079546A (en) * 2008-09-25 2010-04-08 Hitachi Software Eng Co Ltd Program distribution updating system
JP2011164852A (en) * 2010-02-08 2011-08-25 Ricoh Co Ltd Information processing system, information processor, management device, installation processing method and program and storage medium
US9417861B2 (en) 2012-04-03 2016-08-16 Canon Kabushiki Kaisha Information processing apparatus, method for controlling the same, and storage medium

Also Published As

Publication number Publication date
JP3741581B2 (en) 2006-02-01

Similar Documents

Publication Publication Date Title
KR100655124B1 (en) Software installation and testing system for a built-to-order computer system
US7310801B2 (en) Servicing a component-based software product throughout the software product lifecycle
KR100513551B1 (en) Software installation and test method and system for customized computer system
US10175969B2 (en) Data processing for upgrading medical equipment
US6289509B1 (en) Software patch generator
EP0950948B1 (en) File distribution system and method thereof
US20030051235A1 (en) Method and apparatus for verifying and analyzing computer software installation
KR19990023212A (en) Software installation and test method and system for customized computer system
US20080051921A1 (en) Method for modifying configuration of business system
JPH11134235A (en) Method for supporting recovery from fault of external storage device
JP3291642B2 (en) Failure support method
JP2001236211A (en) Distributed system
JP2019020798A (en) Information processing device and program
US20100191710A1 (en) Network Meta-Data Libraries And Related Methods
JPH10116189A (en) Installing method for software and its computer system
JP2003316581A (en) Software installation device
CN111610991A (en) Version upgrading method and device
JP4311327B2 (en) Source code automatic generation device, source code automatic generation method, program, and recording medium
CN106528183B (en) Method and device for creating control and computer program
JP3295930B2 (en) Executing program management method and apparatus, and recording medium
JP3563802B2 (en) File rewriting method
JPH0546378A (en) Correction processing method for program
JPH11119980A (en) Software distributing instruction supporting method
CN115016815A (en) Public file processing method, device, equipment and storage medium
CN116501350A (en) Firmware version updating method, system, terminal and storage medium

Legal Events

Date Code Title Description
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: 20051101

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20051108

R150 Certificate of patent or registration of utility model

Ref document number: 3741581

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: 20091118

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20101118

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20101118

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20111118

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20111118

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20121118

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20121118

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20131118

Year of fee payment: 8

EXPY Cancellation because of completion of term