JPH11305999A - Method and system for managing install history - Google Patents

Method and system for managing install history

Info

Publication number
JPH11305999A
JPH11305999A JP12178398A JP12178398A JPH11305999A JP H11305999 A JPH11305999 A JP H11305999A JP 12178398 A JP12178398 A JP 12178398A JP 12178398 A JP12178398 A JP 12178398A JP H11305999 A JPH11305999 A JP H11305999A
Authority
JP
Japan
Prior art keywords
history management
installation
management information
information
application
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
JP12178398A
Other languages
Japanese (ja)
Inventor
Mayumi Fukumoto
真弓 福本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP12178398A priority Critical patent/JPH11305999A/en
Publication of JPH11305999A publication Critical patent/JPH11305999A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To prepare install managing information in a short time, to shorten time for installing an application into a large scale system as a result and to exactly and efficiently perform the install work of the application as well. SOLUTION: The history managing information of non-updated version information stored in a storage device for each application is compared with the history managing information of updated version information stored in a release medium for each application for each application, Install managing information for storing the conditions of install execution, uninstall execution and no processing as a table is prepared from the compared result. Based on that install managing information, the work of install execution, uninstall execution and no processing for each application is performed.

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、多端末展開を行
う大規模システムにおけるアプリケーションプログラム
のリビジョンアップや各種システムパラメータの設定の
インストール作業を、台帳管理のような人為的なもので
はなく自動的に行うインストール履歴管理方法及びイン
ストール履歴管理システムに関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention automatically updates application programs and installs various system parameter settings in a large-scale system in which multiple terminals are deployed, instead of an artificial operation such as ledger management. The present invention relates to an installation history management method and an installation history management system to be performed.

【0002】[0002]

【従来の技術】従来のインストール履歴管理システムの
一例として、例えば、特開平4−30218号公報に示
すものがある。この従来のインストール履歴管理システ
ムは、インストールする製品の変更履歴とその製品のイ
ンストール条件、その製品を構成するファイル群を格納
した記憶媒体と、製品毎のリリース番号群、インストー
ル履歴管理の動作をつかさどるプログラムを格納した計
算機システム内の記憶装置とから構成されている。計算
機システム内の記憶装置に格納されたプログラムには、
差分リスト出力プログラム、差分リスト、製品ファイル
群の操作制御プログラムが含まれている。
2. Description of the Related Art An example of a conventional installation history management system is disclosed in, for example, JP-A-4-30218. This conventional installation history management system manages a change history of a product to be installed, an installation condition of the product, a storage medium storing a group of files constituting the product, a release number group for each product, and an operation of installation history management. And a storage device in the computer system that stores the program. The programs stored in the storage device in the computer system include:
A difference list output program, a difference list, and a product file group operation control program are included.

【0003】このように構成されたインストール履歴管
理システムの動作について簡単に説明すると、計算機シ
ステム内の記憶装置に格納されているプログラムが、記
憶媒体に格納されている製品の変更履歴と、計算機シス
テム内に格納されているリリース番号群のインストール
する製品に対するリリース番号を読み込み、これら製品
の変更履歴とリリース番号に基づいて、変更ファイル名
とそのファイルに対する操作(削除、追加、変更)の履
歴を追うことにより、計算機システム内の製品とインス
トールする製品間の差分を求める。そして、プログラム
は、この差分に基づいて、記憶媒体内の製品を構成する
ファイル群より操作するファイルを抽出し、その差分に
関するファイルのみ、削除、追加、変更といった操作を
行う。
The operation of the installation history management system configured as described above will be briefly described. A program stored in a storage device in a computer system is used to store a change history of a product stored in a storage medium and a computer system. Reads the release numbers for the products to be installed in the release number group stored in, and keeps track of the change file name and the operation (deletion, addition, change) on the file based on the change history and release number of these products Thereby, the difference between the product in the computer system and the product to be installed is obtained. Then, the program extracts a file to be operated from a group of files constituting the product in the storage medium based on the difference, and performs an operation such as deleting, adding, or changing only the file related to the difference.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、従来の
インストール履歴管理システムは、アプリケーションに
含まれる1つ1つのファイルについて比較処理を行って
いるので、差分リストの作成に時間がかかってしまう。
特に、大規模システムにアプリケーションをインストー
ルする場合には、アプリケーションに含まれるファイル
数が多く、差分リストの作成時間がかかり、その結果、
大規模システムへのアプリケーションのインストール作
業の時間もかかってしまうという課題があった。
However, in the conventional installation history management system, since comparison processing is performed for each file included in the application, it takes time to create a difference list.
In particular, when installing an application on a large-scale system, the number of files included in the application is large, and it takes time to create a difference list. As a result,
There is a problem that it takes time to install an application in a large-scale system.

【0005】尚、従来のインストール履歴管理システム
は、アプリケーションに含まれるファイルを操作対象と
し、大規模システムにおけるシステムパラメータについ
ては考慮されていない。
The conventional installation history management system operates on files included in an application and does not consider system parameters in a large-scale system.

【0006】この発明は上記のような課題を解決するた
めになされたものであり、大規模システムへのアプリケ
ーションのインストール作業を、短時間に、また正確か
つ効率的に行うことができるインストール履歴管理方法
およびインストール履歴管理システムを得ることを目的
とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problem, and has an installation history management system capable of performing an application installation work on a large-scale system in a short time, accurately and efficiently. The aim is to obtain a method and an installation history management system.

【0007】尚、本願発明に関連するその他の先行技術
としては、特開平3−34017号公報、特開平5−1
43294号公報、特開平8−77018号公報などが
掲げられる。
[0007] Other prior arts related to the present invention include Japanese Patent Application Laid-Open Nos. 3-34017 and 5-1.
43294, JP-A-8-77018 and the like.

【0008】[0008]

【課題を解決するための手段】請求項1記載の発明に係
るインストール履歴管理方法は、記憶装置に格納された
更新前のアプリケーション毎のバージョン情報である履
歴管理情報とリリース媒体に格納された更新するアプリ
ケーション毎のバージョン情報である履歴管理情報をア
プリケーション毎に比較し、その比較結果からインスト
ール実施、アンインストール実施及び処理なしの条件を
テーブルとして記憶するインストール管理情報を作成
し、そのインストール管理情報に基づいてアプリケーシ
ョン毎のインストール実施、アンインストール実施及び
処理なしの作業を行うものである。
According to a first aspect of the present invention, there is provided an installation history management method, wherein history management information, which is version information for each application before update stored in a storage device, and update management stored in a release medium. The history management information, which is version information for each application to be performed, is compared for each application, and from the comparison result, installation management information for storing conditions of installation execution, uninstallation execution, and no processing as a table is created. On the basis of this, installation, uninstallation, and work without processing are performed for each application.

【0009】請求項2記載の発明に係るインストール履
歴管理方法は、記憶装置に格納された更新前のシステム
パラメータ毎の設定値情報である履歴管理情報とリリー
ス媒体に格納された更新するシステムパラメータ毎の設
定値情報である履歴管理情報をシステムパラメータ毎に
比較し、その比較結果から設定値変更実施、設定値削除
実施、新規適用実施及び処理なしの条件をテーブルとし
て記憶するインストール管理情報を作成し、そのインス
トール管理情報に基づいてシステムパラメータ毎の設定
値変更実施、設定値削除実施、新規適用実施及び処理な
しの作業を行うものである。
According to a second aspect of the present invention, there is provided an installation history management method, wherein history management information, which is set value information for each system parameter before update stored in a storage device, and system parameter to be updated, stored in a release medium. The history management information, which is the setting value information of the system, is compared for each system parameter, and from the comparison result, the installation management information for storing the conditions of the setting value change, the setting value deletion, the new application, and no processing is created as a table. Based on the installation management information, setting values are changed for each system parameter, setting values are deleted, new applications are performed, and no processing is performed.

【0010】請求項3記載の発明に係るインストール履
歴管理システムは、更新前のアプリケーション毎のバー
ジョン情報である履歴管理情報を記憶した、コンピュー
タ装置内の記憶装置と、更新するアプリケーション毎の
バージョン情報である履歴管理情報、及びインストール
作業を行わせるツールを記憶したリリース媒体と、記憶
装置の履歴管理情報とリリース媒体の履歴管理情報とを
アプリケーション毎に比較し、その比較結果からインス
トール実施、アンインストール実施及び処理なしの条件
をテーブルとして記憶したインストール管理情報を作成
し、そのインストール管理情報に基づいてリリース媒体
のツールを起動し、アプリケーション毎のインストール
実施、アンインストール実施及び処理なしの作業を行
う、コンピュータ装置内の履歴管理手段とを備えたもの
である。
[0010] The installation history management system according to the third aspect of the present invention uses a storage device in a computer device that stores history management information, which is version information for each application before updating, and a version information for each application to be updated. A release management medium storing certain history management information and a tool for performing an installation operation is compared with the history management information of the storage device and the history management information of the release medium for each application, and the installation and uninstallation are performed based on the comparison result. Computer that creates installation management information storing conditions of no processing and a table as a table, starts a tool of a release medium based on the installation management information, and performs installation, uninstallation, and no processing for each application. Dress It is obtained by a history management means of the inner.

【0011】請求項4記載の発明に係るインストール履
歴管理システムは、更新前のシステムパラメータ毎の設
定値情報である履歴管理情報、及びインストール作業を
行わせるツールを記憶した、コンピュータ装置内の記憶
装置と、更新するシステムパラメータ毎の設定値情報で
ある履歴管理情報を記憶したリリース媒体と、記憶装置
の履歴管理情報とリリース媒体の履歴管理情報とをシス
テムパラメータ毎に比較し、その比較結果から設定値変
更実施、設定値削除実施、新規適用実施及び処理なしの
条件をテーブルとして記憶したインストール管理情報を
作成し、そのインストール管理情報に基づいて記憶装置
のツールを起動し、システムパラメータ毎の設定値変更
実施、設定値削除実施、新規適用実施及び処理なしの作
業を行う、コンピュータ装置内の履歴管理手段とを備え
たものである。
According to a fourth aspect of the present invention, there is provided an installation history management system which stores history management information as setting value information for each system parameter before updating, and a tool for performing an installation operation. And a release medium storing history management information, which is set value information for each system parameter to be updated, and a comparison between the history management information of the storage device and the history management information of the release medium for each system parameter, and setting based on the comparison result. Creates installation management information that stores the conditions of value change execution, setting value deletion execution, new application execution, and no processing as a table, starts a storage device tool based on the installation management information, and sets values for each system parameter. A computer that performs changes, deletes set values, implements new applications, and performs work without processing. It is obtained by a history management unit in over data device.

【0012】[0012]

【発明の実施の形態】以下、添付図面を参照してこの発
明の実施の一形態を説明する。 実施の形態1.図1はこの発明の実施の形態1によるイ
ンストール履歴管理システムを示す構成図である。図に
おいて、コンピュータ装置10は、キーボードなどの入
力装置と、データを記憶する記憶装置2と、プログラム
制御によりインストール作業の動作を行う履歴管理手段
3と、ディスプレイ装置や印刷装置などの出力装置5と
を備えている。リリース媒体4は、フロッピーディス
ク、光ディスクなどのデータを記憶するものである。コ
ンピュータ装置10は、リリース媒体4に記憶されたデ
ータを読み込み可能に構成されている。
An embodiment of the present invention will be described below with reference to the accompanying drawings. Embodiment 1 FIG. FIG. 1 is a configuration diagram showing an installation history management system according to Embodiment 1 of the present invention. In the figure, a computer device 10 includes an input device such as a keyboard, a storage device 2 for storing data, a history management unit 3 for performing an installation operation under program control, and an output device 5 such as a display device or a printing device. It has. The release medium 4 stores data such as a floppy disk and an optical disk. The computer device 10 is configured to be able to read data stored in the release medium 4.

【0013】記憶装置2は、履歴管理部21、インスト
ール管理部22、及び記憶部23を備えている。履歴管
理部21は、記憶部23に格納されているアプリケーシ
ョンプログラム(アプリケーション)毎のバージョン情
報である履歴管理情報を格納する記憶領域である。イン
ストール管理部22は、履歴管理手段3によって作成さ
れたアプリケーションプログラム毎のインストール実
施、アンインストール実施及び処理なしのテーブル情報
であるインストール管理情報を格納する記憶領域であ
る。記憶部23は、システムに対応したアプリケーショ
ンプログラムやその他のデータを格納する記憶領域であ
る。
The storage device 2 includes a history management unit 21, an installation management unit 22, and a storage unit 23. The history management unit 21 is a storage area for storing history management information that is version information for each application program (application) stored in the storage unit 23. The installation management unit 22 is a storage area for storing installation management information, which is table information for installation, uninstallation, and no processing for each application program created by the history management unit 3. The storage unit 23 is a storage area for storing application programs and other data corresponding to the system.

【0014】リリース媒体4は、履歴管理部41、イン
ストールツール42、及び記憶部43を備えている。履
歴管理部41は、記憶部43に格納されているアプリケ
ーションプログラム毎のバージョン情報(インストール
実施を実行するアプリケーションプログラムのバージョ
ン情報だけでなく、アンインストール実施を実行するア
プリケーションプログラムのための情報も含む)である
履歴管理情報を格納する記憶領域である。インストール
ツール42は、記憶装置2のインストール管理部22の
インストール管理情報に基づいて、アプリケーションプ
ログラム毎のインストール実施、アンインストール実施
及び処理なしを実行するツールを格納する記憶領域であ
る。記憶部43は、インストールするアプリケーション
プログラムやその他のデータを格納する記憶領域であ
る。
The release medium 4 includes a history management unit 41, an installation tool 42, and a storage unit 43. The history management unit 41 stores version information for each application program stored in the storage unit 43 (including not only the version information of the application program that executes the installation, but also the information for the application program that executes the uninstallation). Is a storage area for storing history management information. The installation tool 42 is a storage area for storing a tool for executing installation, uninstallation, and no processing for each application program based on the installation management information of the installation management unit 22 of the storage device 2. The storage unit 43 is a storage area for storing an application program to be installed and other data.

【0015】履歴管理手段3は、履歴管理情報比較手段
31、インストールツール起動手段32、履歴更新手段
33、及び結果出力手段34を備えている。履歴管理部
比較手段31は、記憶装置2の履歴管理部21に格納さ
れている履歴管理情報と、リリース媒体4の履歴管理部
41に格納されている履歴管理情報とを比較して、イン
ストール実施、アンインストール実施及び処理なしの判
断を行い、それらの判断のテーブル情報であるインスト
ール管理情報を作成し記憶装置2のインストール管理部
22に記憶するものである。インストールツール起動手
段32は、履歴管理情報比較手段31が作成したインス
トール管理情報を基に、該当するツールをリリース媒体
4のインストールツール42の中から選択して起動し、
アプリケーションプログラム毎のインストール実施、ア
ンインストール実施及び処理なしを実行するものであ
る。
The history management means 3 includes a history management information comparison means 31, an installation tool activation means 32, a history update means 33, and a result output means 34. The history management unit comparison means 31 compares the history management information stored in the history management unit 21 of the storage device 2 with the history management information stored in the history management unit 41 of the release medium 4, and executes the installation. , Uninstallation execution and no processing are performed, and installation management information, which is table information for the determination, is created and stored in the installation management unit 22 of the storage device 2. The installation tool starting unit 32 selects and starts a corresponding tool from the installation tools 42 of the release medium 4 based on the installation management information created by the history management information comparing unit 31.
It performs installation, uninstallation, and no processing for each application program.

【0016】履歴更新手段33は、インストールツール
起動手段32によってインストール実施、アンインスト
ール実施及び処理なしのインストール作業が実行された
アプリケーションプログラムの結果を受け、その結果を
基に、記憶装置2の履歴管理部21の履歴管理情報を更
新するものである。結果出力手段34は、履歴管理部2
1の履歴管理情報を加工して出力装置5に出力するとと
もに、入力装置1から指定されたユーザの要求に従っ
て、履歴管理部21の履歴管理情報を参照し、現在の記
憶部23に格納されているアプリケーションプログラム
のバージョン情報を加工し出力装置5に出力するもので
ある。
The history updating means 33 receives the result of the application program that has been installed, uninstalled, and installed without processing by the installation tool starting means 32, and based on the result, manages the history of the storage device 2. This is for updating the history management information of the unit 21. The result output means 34 is provided by the history management unit 2
1 is processed and output to the output device 5, and the history management information of the history management unit 21 is referred to according to the user's request specified from the input device 1, and is stored in the current storage unit 23. This is to process the version information of the application program and output it to the output device 5.

【0017】次に動作について説明する。図2はこの発
明の実施の形態1によるインストール履歴管理システム
の動作、即ち、インストール履歴管理方法を説明するた
めのフローチャートである。まず、入力装置1から与え
られた命令によって履歴管理手段3の履歴管理情報比較
手段31が起動される(ステップST1)。次に、履歴
管理情報比較手段31は、アプリケーションプログラム
の名称をキーワードにして、記憶装置2の履歴管理部2
1に記憶されている履歴管理情報と、リリース媒体4の
履歴管理部41に記憶されている履歴管理情報とを比較
する(ステップST2)。
Next, the operation will be described. FIG. 2 is a flowchart for explaining the operation of the installation history management system according to the first embodiment of the present invention, that is, an installation history management method. First, the history management information comparison means 31 of the history management means 3 is activated by a command given from the input device 1 (step ST1). Next, the history management information comparison means 31 uses the name of the application program as a keyword and
1 and the history management information stored in the history management unit 41 of the release medium 4 (step ST2).

【0018】ここで、履歴管理情報比較手段31による
履歴管理部21の履歴管理情報と履歴管理部41の履歴
管理情報の比較は、図3に示す対応表に従ってインスト
ール実施、アンインストール実施及び処理なしのいずれ
かに決定される。図3において、パターン1は、記憶装
置2の履歴管理部21に記憶された履歴管理情報のある
アプリケーションプログラムのバージョン情報がなく、
リリース媒体4の履歴管理部41に記憶された履歴管理
情報のあるアプリケーションプログラムのバージョン情
報が存在する場合、パターン2は、記憶装置2及びリリ
ース媒体4の履歴管理部21,41の履歴管理情報のい
ずれにもアプリケーションプログラムのバージョン情報
は存在するが、履歴管理部21の履歴管理情報のアプリ
ケーションプログラムのバージョン情報よりも履歴管理
部41の履歴管理情報のアプリケーションプログラムの
バージョン情報の方が新しい場合、パターン3は、記憶
装置2及びリリース媒体4の履歴管理部21,41の履
歴管理情報のいずれにもアプリケーションプログラムの
バージョン情報は存在し、履歴管理部21,41の履歴
管理情報のアプリケーションプログラムのバージョン情
報が双方同じ場合、パターン4は、記憶装置2及びリリ
ース媒体4の履歴管理部21,41の履歴管理情報のい
ずれにもアプリケーションプログラムのバージョン情報
は存在するが、履歴管理部21の履歴管理情報のアプリ
ケーションプログラムのバージョン情報よりも履歴管理
部41の履歴管理情報のアプリケーションプログラムの
バージョン情報の方が古い場合、パターン5は、記憶装
置2の履歴管理部21に記憶された履歴管理情報のある
アプリケーションプログラムのバージョン情報が存在
し、リリース媒体4の履歴管理部41に記憶された履歴
管理情報のあるアプリケーションプログラムのバージョ
ン情報がない場合である。
Here, the comparison between the history management information of the history management unit 21 and the history management information of the history management unit 41 by the history management information comparison means 31 is performed according to the correspondence table shown in FIG. Is determined. In FIG. 3, the pattern 1 has no version information of the application program having the history management information stored in the history management unit 21 of the storage device 2;
If the version information of the application program having the history management information stored in the history management unit 41 of the release medium 4 exists, the pattern 2 indicates that the history management information of the history management units 21 and 41 of the storage device 2 and the release medium 4 In any case, the version information of the application program exists, but if the version information of the application program of the history management information of the history management unit 41 is newer than the version information of the application program of the history management information of the history management unit 21, the pattern 3 indicates that the version information of the application program exists in the history management information of the history management units 21 and 41 of the storage device 2 and the release medium 4, and the version information of the application program of the history management information of the history management units 21 and 41. Are the same for both The pattern 4 has the version information of the application program in the history management information of the history management unit 21 in the history management information of the history management units 21 and 41 of the storage device 2 and the release medium 4. If the version information of the application program in the history management information of the history management unit 41 is older than the version information, the pattern 5 indicates that the version information of the application program with the history management information stored in the history management unit 21 of the storage device 2 exists. In this case, there is no version information of the application program having the history management information stored in the history management unit 41 of the release medium 4.

【0019】履歴管理情報比較手段31による履歴管理
情報の比較する動作について、さらに具体例を用いて説
明する。例えば、図4に示すように、リリース媒体4の
履歴管理部41の履歴管理情報には、インストールする
4件のアプリケーションプログラムAP1〜AP4が記
憶されており(図4(b)参照)、記憶装置2の履歴管
理部21の履歴管理情報には、これまでに適用されてい
た3件のアプリケーションプログラムAP1,AP2,
AP4が記憶されているとする(図4(a)参照)。履
歴管理情報比較手段31は、リリース媒体4に記憶され
ているアプリケーションプログラムの名称をベースに検
索を行い、アプリケーションプログラムAP1を最初に
比較する。アプリケーションプログラムAP1のバージ
ョン情報は、履歴管理部21,41ともに存在している
が、履歴管理部41のアプリケーション情報の方が新し
いバージョンになっているため、図3のパターン2に該
当する。従って、履歴管理情報比較手段31は、アプリ
ケーションプログラムAP1をVer2.00からVe
r3.00へのバージョンアップするインストール実施
を決定する。この結果は、図5に示すインストール管理
情報のように、履歴管理情報比較手段31によってテー
ブル情報としてインストール管理部22に記憶される。
The operation of comparing the history management information by the history management information comparison means 31 will be described using a more specific example. For example, as shown in FIG. 4, the history management information of the history management unit 41 of the release medium 4 stores four application programs AP1 to AP4 to be installed (see FIG. 4B). The history management information of the second history management unit 21 includes three application programs AP1, AP2,
It is assumed that AP4 is stored (see FIG. 4A). The history management information comparison means 31 performs a search based on the name of the application program stored in the release medium 4, and compares the application program AP1 first. Although the version information of the application program AP1 exists in both the history management units 21 and 41, since the application information of the history management unit 41 has a newer version, it corresponds to the pattern 2 in FIG. Therefore, the history management information comparison means 31 converts the application program AP1 from Ver2.00 to Ve.
It is determined that the installation for upgrading to r3.00 is to be performed. This result is stored in the installation management unit 22 as table information by the history management information comparison unit 31, as in the installation management information shown in FIG.

【0020】次に、履歴管理部比較手段31は、アプリ
ケーションプログラムAP2を比較する。アプリケーシ
ョンプログラムAP2のバージョン情報は、リリース媒
体4の履歴管理部41の履歴管理情報には存在せず、記
憶装置2の履歴管理部21の履歴管理情報にのみ存在す
るため、図3のパターン5に該当する。従って、履歴管
理情報比較手段31は、アンインストール実施を決定す
る。この結果も、図5に示すインストール管理情報のよ
うに、履歴管理情報比較手段31によってテーブル情報
としてインストール管理部22に記憶される。
Next, the history management unit comparison means 31 compares the application program AP2. Since the version information of the application program AP2 does not exist in the history management information of the history management unit 41 of the release medium 4 but exists only in the history management information of the history management unit 21 of the storage device 2, the version information of the application program AP2 corresponds to the pattern 5 in FIG. Applicable. Therefore, the history management information comparison means 31 determines to perform the uninstallation. This result is also stored in the installation management unit 22 as table information by the history management information comparison unit 31, as in the installation management information shown in FIG.

【0021】次に、履歴管理部比較手段31は、アプリ
ケーションプログラムAP3を比較する。アプリケーシ
ョンプログラムAP3のバージョン情報は、記憶装置2
の履歴管理部21の履歴管理情報には存在しないため、
図3のパターン1に該当する。従って、履歴管理情報比
較手段31は、アプリケーションプログラムAP3のV
er1.00のインストール実施を決定する。この結果
も、図5に示すインストール管理情報のように、履歴管
理情報比較手段31によってテーブル情報としてインス
トール管理部22に記憶される。
Next, the history management unit comparison means 31 compares the application program AP3. The version information of the application program AP3 is stored in the storage device 2
Does not exist in the history management information of the history management unit 21 of
This corresponds to pattern 1 in FIG. Therefore, the history management information comparison means 31 uses the V of the application program AP3.
er1.00 is determined to be installed. This result is also stored in the installation management unit 22 as table information by the history management information comparison unit 31, as in the installation management information shown in FIG.

【0022】最後に、履歴管理部比較手段31は、アプ
リケーションプログラムAP4を比較する。アプリケー
ションプログラムAP4のバージョン情報は、履歴管理
部21,41の履歴管理情報ともに同じであるため、図
3のパターン3に該当する。従って、履歴管理情報比較
手段31は、アプリケーションプログラムAP4の処理
なしを決定する。この結果も、図5に示すインストール
管理情報のように、履歴管理情報比較手段31によって
テーブル情報としてインストール管理部22に記憶され
る。
Finally, the history management unit comparison means 31 compares the application programs AP4. Since the version information of the application program AP4 is the same as the history management information of the history management units 21 and 41, it corresponds to the pattern 3 in FIG. Therefore, the history management information comparison means 31 determines that there is no processing of the application program AP4. This result is also stored in the installation management unit 22 as table information by the history management information comparison unit 31, as in the installation management information shown in FIG.

【0023】このように、履歴管理部比較手段31は、
アプリケーションプログラム毎の比較結果を記憶装置2
のインストール管理部22に順次記憶し、インストール
管理情報を作成する(ステップST3)。履歴管理部比
較手段31の比較処理が終了しインストール管理情報が
作成されると、履歴管理部比較手段31は、インストー
ルツール起動手段32にインストール管理部22の作成
終了の通知する。
As described above, the history management unit comparison means 31
Storage device 2 stores the comparison result for each application program
Are sequentially stored in the installation management unit 22 to create installation management information (step ST3). When the comparison process of the history management unit comparison unit 31 is completed and the installation management information is created, the history management unit comparison unit 31 notifies the installation tool starting unit 32 of the completion of the creation of the installation management unit 22.

【0024】次に、インストールツール起動手段32
は、履歴管理情報比較手段31からインストール管理部
22の作成終了の通知を受けると、インストール管理部
22に記憶されたインストール管理情報を参照し、この
インストール管理情報に対応したインストール作業のツ
ールを、リリース媒体4のインストールツール42から
選択して起動する(ステップST4)。例えば、図5に
示したインストール管理情報の場合では、アプリケーシ
ョンプログラムAP1,AP3に対してはインストール
ツールを起動し、アプリケーションプログラムAP2に
対してはアンインストールツールを起動し、アプリケー
ションプログラムAP4に対しては処理なしであるの
で、何も作業を行わない。
Next, the installation tool starting means 32
Receives the notification of the completion of the creation of the installation management unit 22 from the history management information comparison unit 31, refers to the installation management information stored in the installation management unit 22, and executes the installation work tool corresponding to the installation management information. The user selects and starts from the installation tool 42 of the release medium 4 (step ST4). For example, in the case of the installation management information shown in FIG. 5, the installation tool is started for the application programs AP1 and AP3, the uninstall tool is started for the application program AP2, and the installation tool is started for the application program AP4. Since there is no processing, no operation is performed.

【0025】アプリケーションプログラムのインストー
ル実施及びアンインストール実施の作業が終了すると、
履歴更新手段33が起動され、図6に示すように、イン
ストール実施及びアンインストール実施の結果を、適用
日時とともに記憶装置2の履歴管理部21の履歴管理情
報に記憶する(ステップST5)。最後に、結果出力手
段34が、履歴管理部21に記憶された最新のインスト
ール結果(履歴管理情報)を出力装置5に出力する(ス
テップST6)。出力装置5に最新のインストール結果
が表示されると処理が終了する。
When the work of installing and uninstalling the application program is completed,
The history updating unit 33 is started, and as shown in FIG. 6, the results of installation and uninstallation are stored in the history management information of the history management unit 21 of the storage device 2 together with the application date and time (step ST5). Finally, the result output unit 34 outputs the latest installation result (history management information) stored in the history management unit 21 to the output device 5 (step ST6). When the latest installation result is displayed on the output device 5, the process ends.

【0026】以上のように、この実施の形態1によれ
ば、記憶装置2及びリリース媒体4の履歴管理部21,
41のいずれにも履歴管理情報を記憶させておき、履歴
管理手段3の履歴管理情報比較手段31がアプリケーシ
ョンプログラム単位で履歴管理部情報を比較するように
構成されているので、インストール実施、アンインスト
ール実施及び処理なしの情報を記憶したインストール管
理情報を短時間で作成することができ、その結果、大規
模システムへのアプリケーションプログラムのインスト
ール作業の時間も短縮できる。
As described above, according to the first embodiment, the history management unit 21 of the storage device 2 and the release medium 4
41, history management information is stored, and the history management information comparison unit 31 of the history management unit 3 is configured to compare the history management unit information for each application program. Installation management information that stores information on execution and no processing can be created in a short time, and as a result, the time for installing an application program in a large-scale system can be reduced.

【0027】また、インストール管理部22に記憶され
るインストール管理情報は、インストール実施、アンイ
ンストール実施及び処理なしの情報をテーブルとして記
憶し、このテーブルに記憶されたされた情報に従って、
インストールツール起動手段32がインストールツール
42を起動するように構成されているので、アプリケー
ションプログラムのインストール作業を正確かつ効率的
に行うことができる。
The installation management information stored in the installation management unit 22 stores information of installation execution, uninstallation execution, and no processing as a table, and according to the information stored in this table,
Since the installation tool starting means 32 is configured to start the installation tool 42, the installation work of the application program can be performed accurately and efficiently.

【0028】実施の形態2.上記実施の形態1によるイ
ンストール履歴管理システムでは、インストール作業を
行う対象をアプリケーションプログラムとしていたが、
この実施の形態2によるインストール履歴管理システム
では、大規模システムにおけるシステムパラメータの設
定をインストール作業を行う対象としたものである。図
7はそのようなこの発明の実施の形態2によるインスト
ール履歴管理システムを示す構成図である。図7に示す
ように、この実施の形態2によるインストール履歴管理
システムが図1に示した上記実施の形態1によるインス
トール履歴管理システムと異なるのは、履歴管理手段3
のインストールツール起動手段32が、システムパラメ
ータ設定手段35に置き換えられている点、及びリリー
ス媒体4からインストールツール42が抜けて、代わり
に記憶装置2Aにシステムパラメータ設定ツール24が
追加されている点である。その他の構成については、上
記図1と同様であるため、重複する説明を省略する。
Embodiment 2 In the installation history management system according to the first embodiment, the target of the installation work is an application program.
In the installation history management system according to the second embodiment, the setting of system parameters in a large-scale system is to be performed. FIG. 7 is a configuration diagram showing such an installation history management system according to the second embodiment of the present invention. As shown in FIG. 7, the installation history management system according to the second embodiment is different from the installation history management system according to the first embodiment shown in FIG.
In that the installation tool starting means 32 is replaced by system parameter setting means 35, and that the installation tool 42 is removed from the release medium 4 and the system parameter setting tool 24 is added to the storage device 2A instead. is there. Other configurations are the same as those in FIG. 1 described above, and thus redundant description will be omitted.

【0029】システムパラメータ設定手段25は、履歴
管理情報比較手段31が判断した設定値変更実施、設定
値削除実施、新規適用実施及び処理なしの情報が記憶さ
れているインストール管理部22のインストール管理情
報を基に、該当するツールを記憶装置2のシステムパラ
メータ設定ツール24の中から選択して起動し、その結
果を得るものである。
The system parameter setting means 25 is the installation management information of the installation management unit 22 in which the information of setting value change, setting value deletion, new application and no processing determined by the history management information comparing means 31 are stored. The corresponding tool is selected from the system parameter setting tool 24 of the storage device 2 and activated, and the result is obtained.

【0030】次に動作について説明する。図8はこの発
明の実施の形態2によるインストール履歴管理システム
の動作、即ち、インストール履歴管理方法を説明するた
めのフローチャートである。上記実施の形態1で説明し
たのと同様、まず、入力装置1から与えられた命令によ
って履歴管理手段3Aの履歴管理情報比較手段31が起
動される(ステップST11)。履歴管理情報比較手段
31は、システムパラメータの名称をキーワードにし
て、記憶装置2Aの履歴管理部21に記憶された履歴管
理情報と、リリース媒体4Aの履歴管理部41に記憶さ
れた履歴管理情報とを比較する(ステップST12)。
Next, the operation will be described. FIG. 8 is a flowchart for explaining the operation of the installation history management system according to the second embodiment of the present invention, that is, an installation history management method. As described in the first embodiment, first, the history management information comparison unit 31 of the history management unit 3A is activated by a command given from the input device 1 (step ST11). The history management information comparison means 31 uses the name of the system parameter as a keyword, and stores the history management information stored in the history management unit 21 of the storage device 2A and the history management information stored in the history management unit 41 of the release medium 4A. Are compared (step ST12).

【0031】ここで、履歴管理情報比較手段31による
履歴管理部21の履歴管理情報と履歴管理部41の履歴
管理情報の比較は、図9に示す対応表に従って設定値変
更実施、設定値削除実施、新規適用実施及び処理なしの
いずれかに決定される。図9において、パターン1は、
記憶装置2Aの履歴管理部21に記憶された履歴管理情
報の設定値がなく、リリース媒体4Aの履歴管理部41
に記憶された履歴管理情報の設定値が存在する場合、パ
ターン2は、記憶装置2A及びリリース媒体4Aの履歴
管理部21,41の履歴管理情報のいずれにも設定値は
存在するが、それらの設定値が異なる場合、パターン3
は、記憶装置2A及びリリース媒体4Aの履歴管理部2
1,41の履歴管理情報のいずれにも設定値は存在し、
それらの設定値が双方同じ場合、パターン4は、記憶装
置2Aの履歴管理部21に記憶された履歴管理情報の設
定値が存在し、リリース媒体4Aの履歴管理部41に記
憶された履歴管理情報の設定値がない場合である。
Here, the comparison between the history management information of the history management unit 21 and the history management information of the history management unit 41 by the history management information comparison means 31 is performed according to the correspondence table shown in FIG. , New application implementation and no treatment. In FIG. 9, pattern 1 is
There is no set value of the history management information stored in the history management unit 21 of the storage device 2A and the history management unit 41 of the release medium 4A
When the set value of the history management information stored in the history management information stored in the storage device 2A and the history management units 21 and 41 of the release medium 4A exists in the pattern 2, the pattern 2 has the set value. If the set values are different, pattern 3
Is the history management unit 2 of the storage device 2A and the release medium 4A.
There is a set value in any of the history management information 1, 41,
When the set values are the same, the pattern 4 indicates that the set value of the history management information stored in the history management unit 21 of the storage device 2A exists and the history management information stored in the history management unit 41 of the release medium 4A. There is no set value of.

【0032】履歴管理情報比較手段31による履歴管理
部21,41の履歴管理情報の比較について具体例を用
いて説明すると、例えば、図10に示すように、リリー
ス媒体4Aの履歴管理部41には4つの設定値情報が記
憶されており、記憶装置2Aの履歴管理部21にはこれ
までに適用されていた3つの設定値情報が記憶されてい
るとする。履歴管理部比較手段31は、リリース媒体4
Aの履歴管理部41に記憶されている設定値の名称をベ
ースにして検索を行い、設定値1を最初に比較する。設
定値1は、履歴管理部21,41ともに存在している
が、設定値の内容が異なっているため、図9のパターン
2に該当する。従って、履歴管理情報比較手段31は、
設定値ABAを設定値ABCに変更する設定値変更実施
を決定する。この結果は、図12のインストール管理情
報のように、履歴管理情報比較手段31によってストー
ル管理部22に記憶される。
The comparison of the history management information of the history management units 21 and 41 by the history management information comparison means 31 will be described using a specific example. For example, as shown in FIG. It is assumed that four pieces of setting value information are stored, and the three pieces of setting value information applied so far are stored in the history management unit 21 of the storage device 2A. The history management unit comparison means 31 uses the release medium 4
A search is performed based on the name of the setting value stored in the history management unit 41 of A, and the setting value 1 is compared first. The set value 1 exists in both the history management units 21 and 41, but corresponds to the pattern 2 in FIG. 9 because the contents of the set values are different. Therefore, the history management information comparison means 31
The setting value change to change the setting value ABA to the setting value ABC is determined. This result is stored in the stall management unit 22 by the history management information comparison unit 31 as in the installation management information of FIG.

【0033】次に、履歴管理情報比較手段31は、設定
値2を比較する。設定値2の情報は、リリース媒体4A
の履歴管理部41の履歴管理情報には存在せず、記憶装
置2Aの履歴管理部21の履歴管理情報にのみ存在する
ため、図9のパターン4に該当する。従って、履歴管理
情報比較手段31は、設定値削除実施を決定する。この
結果も、図12のインストール管理情報のように、履歴
管理情報比較手段31によってインストール管理部22
に記憶される。
Next, the history management information comparison means 31 compares the set value 2. The information of the setting value 2 is the release medium 4A
This does not exist in the history management information of the history management unit 41, but exists only in the history management information of the history management unit 21 of the storage device 2A, and thus corresponds to the pattern 4 in FIG. Therefore, the history management information comparison means 31 determines to execute the setting value deletion. This result is also obtained by the history management information comparison means 31 as shown in the installation management information of FIG.
Is stored.

【0034】次に、履歴管理情報比較手段31は、設定
値3を比較する。設定値3の情報は、記憶装置2Aの履
歴管理部21の履歴管理情報には存在しないため、図9
のパターン1に該当する。従って、履歴管理情報比較手
段31は、設定値の新規適用実施を決定する。この結果
も、図12のインストール管理情報のように、履歴管理
情報比較手段31によってインストール管理部22に記
憶される。
Next, the history management information comparison means 31 compares the set value 3. Since the information of the setting value 3 does not exist in the history management information of the history management unit 21 of the storage device 2A, FIG.
Corresponds to pattern 1. Therefore, the history management information comparison means 31 determines the new application of the set value. This result is also stored in the installation management unit 22 by the history management information comparison means 31 as in the installation management information of FIG.

【0035】最後に、履歴管理部比較手段31は、設定
値4を比較する。設定値4の情報は、履歴管理部21,
41の履歴管理情報ともに同じであるため、図9のパタ
ーン3に該当する。従って、履歴管理部比較手段31
は、処理なしと決定する。この結果も、図12のインス
トール管理情報のように、履歴管理情報比較手段31に
よってインストール管理部22に記憶される。
Finally, the history management section comparison means 31 compares the set value 4. The information of the setting value 4 is stored in the history management unit 21,
Since the history management information 41 is the same, it corresponds to the pattern 3 in FIG. Therefore, the history management unit comparison means 31
Determines that there is no processing. This result is also stored in the installation management unit 22 by the history management information comparison means 31 as in the installation management information of FIG.

【0036】このように、履歴管理情報比較手段31
は、システムパラメータ毎の比較結果を記憶装置2Aの
インストール管理部22に順次記憶し、インストール管
理情報を作成する(ステップST13)。履歴管理情報
比較手段31の比較処理が終了し、インストール管理情
報が作成されると、履歴管理情報比較手段31は、シス
テムパラメータ設定手段35にインストール管理情報の
作成終了の通知する。
As described above, the history management information comparing means 31
Sequentially stores the comparison result for each system parameter in the installation management unit 22 of the storage device 2A, and creates installation management information (step ST13). When the comparison processing of the history management information comparison unit 31 is completed and the installation management information is created, the history management information comparison unit 31 notifies the system parameter setting unit 35 of the completion of the creation of the installation management information.

【0037】次に、システムパラメータ設定手段35
は、履歴管理情報比較手段31からインストール管理情
報の作成終了の通知を受けると、インストール管理部2
2に記憶されたインストール管理情報を参照し、このイ
ンストール管理情報に対応したインストール作業のツー
ルを、記憶装置2Aのシステムパラメータ設定ツール2
4から選択して起動する(ステップST14)。例え
ば、図5に示したインストール管理情報の場合では、設
定値1に対しては設定値変更ツールを起動し、設定値2
に対しては設定値削除ツールを起動し、設定値3に対し
ては新規適用ツールを起動する。設定値4に対しては処
理なしであるので、何も作業を行わない。
Next, the system parameter setting means 35
Receives the notification of the end of the creation of the installation management information from the history management information comparing means 31,
With reference to the installation management information stored in the storage device 2A, the installation tool corresponding to the installation management information is stored in the system parameter setting tool 2 of the storage device 2A.
4 and activated (step ST14). For example, in the case of the installation management information shown in FIG. 5, the setting value change tool is started for the setting value 1 and the setting value 2 is set.
, The setting value deletion tool is activated, and for the setting value 3, a new application tool is activated. Since no processing is performed for the setting value 4, no operation is performed.

【0038】システムパラメータの設定値変更実施、設
定値削除実施及び新規適用実施の作業が終了すると、履
歴更新手段33が起動され、図6に示すように、設定値
変更実施、設定値削除実施及び新規適用実施の結果を、
適用日時とともに記憶装置2Aの履歴管理部21の履歴
管理情報に記憶する(ステップST15)。最後に、結
果出力手段34が、履歴管理部21に記憶された最新の
インストール結果(履歴管理情報)を出力装置5に出力
する(ステップST16)。出力装置5に最新のインス
トール結果が表示されると処理が終了する。
When the operation of changing the set value of the system parameter, deleting the set value, and executing the new application is completed, the history updating means 33 is started, and as shown in FIG. The results of the new implementation
It is stored in the history management information of the history management unit 21 of the storage device 2A together with the application date (step ST15). Finally, the result output unit 34 outputs the latest installation result (history management information) stored in the history management unit 21 to the output device 5 (step ST16). When the latest installation result is displayed on the output device 5, the process ends.

【0039】以上のように、この実施の形態2によれ
ば、記憶装置2A及びリリース媒体4Aの履歴管理部2
1,41のいずれにも履歴管理情報を記憶させておき、
履歴管理手段3Aの履歴管理情報比較手段31がシステ
ムパラメータ単位で履歴管理部21,41の履歴管理情
報を比較するように構成されているので、設定値変更実
施、設定値削除実施、新規適用実施及び処理なしの情報
を記憶したインストール管理情報を短時間で作成するこ
とができ、その結果、大規模システムへのシステムパラ
メータのインストール作業の時間も短縮できる。
As described above, according to the second embodiment, the history management unit 2 of the storage device 2A and the release medium 4A
The history management information is stored in any one of 1, 1 and 41,
Since the history management information comparison unit 31 of the history management unit 3A is configured to compare the history management information of the history management units 21 and 41 for each system parameter, the setting value is changed, the setting value is deleted, and the new application is performed. In addition, installation management information that stores information without processing can be created in a short time, and as a result, the time for installing system parameters in a large-scale system can be reduced.

【0040】また、インストール管理情報は、設定値変
更実施、設定値削除実施、新規適用実施及び処理なしの
情報をテーブルとして格納し、このテーブルに格納され
た情報に従って、システムパラメータ設定手段35がシ
ステムパラメータ設定ツール24を起動するように構成
されているので、システムパラメータのインストール作
業を正確かつ効率的に行うことができる。
The installation management information stores information of setting value change, setting value deletion, new application, and no processing as a table, and the system parameter setting means 35 operates the system parameter setting means 35 in accordance with the information stored in this table. Since the configuration is such that the parameter setting tool 24 is activated, the installation work of the system parameters can be performed accurately and efficiently.

【0041】[0041]

【発明の効果】以上のように、請求項1記載の発明によ
れば、記憶装置に格納された更新前のアプリケーション
毎のバージョン情報である履歴管理情報とリリース媒体
に格納された更新するアプリケーション毎のバージョン
情報である履歴管理情報をアプリケーション毎に比較
し、その比較結果からインストール実施、アンインスト
ール実施及び処理なしの条件をテーブルとして記憶する
インストール管理情報を作成し、そのインストール管理
情報に基づいてアプリケーション毎のインストール実
施、アンインストール実施及び処理なしの作業を行うの
で、インストール管理情報を短時間で作成することがで
き、その結果、大規模システムへのアプリケーションの
インストール作業の時間も短縮できるとともに、アプリ
ケーションのインストール作業を正確かつ効率的に行う
ことができる効果がある。
As described above, according to the first aspect of the present invention, the history management information, which is the version information of each application before update stored in the storage device, and the application to be updated stored in the release medium, The history management information, which is the version information, is compared for each application. Based on the comparison result, installation management information that stores the conditions of installation, uninstallation, and no processing is created as a table, and the application is created based on the installation management information. Since installation, uninstallation, and no processing are performed for each installation, installation management information can be created in a short time, and as a result, the time for installing the application on a large-scale system can be reduced, and the application can be shortened. Instrument There is an effect that it is possible to perform the Le work accurately and efficiently.

【0042】また、請求項2記載の発明によれば、記憶
装置に格納された更新前のシステムパラメータ毎の設定
値情報である履歴管理情報とリリース媒体に格納された
更新するシステムパラメータ毎の設定値情報である履歴
管理情報をシステムパラメータ毎に比較し、その比較結
果から設定値変更実施、設定値削除実施、新規適用実施
及び処理なしの条件をテーブルとして記憶するインスト
ール管理情報を作成し、そのインストール管理情報に基
づいてシステムパラメータ毎の設定値変更実施、設定値
削除実施、新規適用実施及び処理なしの作業を行うの
で、インストール管理情報を短時間で作成することがで
き、その結果、大規模システムへのシステムパラメータ
のインストール作業の時間も短縮できるとともに、シス
テムパラメータのインストール作業を正確かつ効率的に
行うことができる効果がある。
According to the second aspect of the present invention, history management information which is set value information for each system parameter before updating stored in the storage device and setting for each system parameter to be updated stored in the release medium The history management information, which is the value information, is compared for each system parameter, and from the comparison result, the installation management information for storing the setting value change execution, the set value deletion execution, the new application execution, and the condition of no processing as a table is created. Performing setting value change, setting value deletion, new application, and no processing for each system parameter based on the installation management information, the installation management information can be created in a short time, and as a result, large-scale The time required to install system parameters on the system can be reduced, and the system parameter There is an effect that it is possible to perform the stall work accurately and efficiently.

【0043】さらに、請求項3記載の発明によれば、更
新前のアプリケーション毎のバージョン情報である履歴
管理情報を記憶した、コンピュータ装置内の記憶装置
と、更新するアプリケーション毎のバージョン情報であ
る履歴管理情報、及びインストール作業を行わせるツー
ルを記憶したリリース媒体と、記憶装置の履歴管理情報
とリリース媒体の履歴管理情報とをアプリケーション毎
に比較し、その比較結果からインストール実施、アンイ
ンストール実施及び処理なしの条件をテーブルとして記
憶したインストール管理情報を作成し、そのインストー
ル管理情報に基づいてリリース媒体のツールを起動し、
アプリケーション毎のインストール実施、アンインスト
ール実施及び処理なしの作業を行う、コンピュータ装置
内の履歴管理手段とを備えたので、請求項1記載の発明
と同様、インストール管理情報を短時間で作成すること
ができ、その結果、大規模システムへのアプリケーショ
ンのインストール作業の時間も短縮できるとともに、ア
プリケーションのインストール作業を正確かつ効率的に
行うことができる効果がある。
Further, according to the third aspect of the present invention, a storage device in the computer storing history management information which is version information for each application before update, and a history which is version information for each application to be updated The release medium storing the management information and the tool for performing the installation work is compared with the history management information of the storage device and the history management information of the release medium for each application. Based on the comparison result, installation, uninstallation, and processing are performed. Create installation management information that stores the condition of no as a table, start the tool on the release medium based on the installation management information,
Since there is provided a history management means in the computer device for performing installation, uninstallation and no processing for each application, it is possible to create installation management information in a short time as in the first aspect of the present invention. As a result, it is possible to shorten the time required for installing the application on a large-scale system, and to perform the application installation work accurately and efficiently.

【0044】さらに、請求項4記載の発明によれば、更
新前のシステムパラメータ毎の設定値情報である履歴管
理情報、及びインストール作業を行わせるツールを記憶
した、コンピュータ装置内の記憶装置と、更新するシス
テムパラメータ毎の設定値情報である履歴管理情報を記
憶したリリース媒体と、記憶装置の履歴管理情報とリリ
ース媒体の履歴管理情報とをシステムパラメータ毎に比
較し、その比較結果から設定値変更実施、設定値削除実
施、新規適用実施及び処理なしの条件をテーブルとして
記憶したインストール管理情報を作成し、そのインスト
ール管理情報に基づいて記憶装置のツールを起動し、シ
ステムパラメータ毎の設定値変更実施、設定値削除実
施、新規適用実施及び処理なしの作業を行う、コンピュ
ータ装置内の履歴管理手段とを備えたので、請求項2記
載の発明と同様、インストール管理情報を短時間で作成
することができ、その結果、大規模システムへのシステ
ムパラメータのインストール作業の時間も短縮できると
ともに、システムパラメータのインストール作業を正確
かつ効率的に行うことができる効果がある。
Further, according to the present invention, a storage device in a computer device storing history management information as setting value information for each system parameter before updating, and a tool for performing an installation operation, The release medium storing the history management information, which is the set value information for each system parameter to be updated, is compared with the history management information of the storage device and the history management information of the release medium for each system parameter, and the set value is changed based on the comparison result. Create installation management information that stores the conditions of execution, setting value deletion, new application execution, and no processing as a table, activate the storage device tool based on the installation management information, and change the setting value for each system parameter History management in a computer device to perform setting value deletion, new application, and work without processing Means, the installation management information can be created in a short time in the same manner as in the second aspect of the invention. As a result, the time for installing system parameters in a large-scale system can be shortened, and There is an effect that parameter installation work can be performed accurately and efficiently.

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

【図1】 この発明の実施の形態1によるインストール
履歴管理システムを示す構成図である。
FIG. 1 is a configuration diagram showing an installation history management system according to a first embodiment of the present invention.

【図2】 この発明の実施の形態1によるインストール
履歴管理方法を説明するためのフローチャートである。
FIG. 2 is a flowchart for explaining an installation history management method according to the first embodiment of the present invention;

【図3】 履歴管理情報の比較結果とインストール作業
の対応表を示す図である。
FIG. 3 is a diagram showing a correspondence table between comparison results of history management information and installation work.

【図4】 アプリケーションプログラムの履歴管理情報
を示す図であり、(a)は記憶装置側の履歴管理情報を
示す図、(b)はリリース媒体側の履歴管理情報を示す
図である。
4A and 4B are diagrams illustrating history management information of an application program, FIG. 4A is a diagram illustrating history management information on a storage device side, and FIG. 4B is a diagram illustrating history management information on a release medium side;

【図5】 アプリケーションプログラムのインストール
管理情報を示す図である。
FIG. 5 is a diagram showing installation management information of an application program.

【図6】 更新後のアプリケーションプログラムの履歴
管理情報を示す図である。
FIG. 6 is a diagram illustrating history management information of an updated application program.

【図7】 この発明の実施の形態2によるインストール
履歴管理システムを示す構成図である。
FIG. 7 is a configuration diagram showing an installation history management system according to a second embodiment of the present invention.

【図8】 この発明の実施の形態2によるインストール
履歴管理方法を説明するためのフローチャートである。
FIG. 8 is a flowchart illustrating an installation history management method according to a second embodiment of the present invention.

【図9】 履歴管理情報の比較結果とインストール作業
の対応表を示す図である。
FIG. 9 is a diagram showing a correspondence table of comparison results of history management information and installation work.

【図10】 システムパラメータの履歴管理情報を示す
図であり、(a)は記憶装置側の履歴管理情報を示す
図、(b)はリリース媒体側の履歴管理情報を示す図で
ある。
10A and 10B are diagrams illustrating history management information of system parameters, wherein FIG. 10A is a diagram illustrating history management information on the storage device side, and FIG. 10B is a diagram illustrating history management information on the release medium side.

【図11】 システムパラメータのインストール管理情
報を示す図である。
FIG. 11 is a diagram showing installation management information of system parameters.

【図12】 更新後のシステムパラメータの履歴管理情
報を示す図である。
FIG. 12 is a diagram showing history management information of updated system parameters.

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

2,2A 記憶装置 3,3A 履歴管理手段 4,4A リリース媒体 21 履歴管理部(記憶装置) 22 インストール管理部(記憶装置) 23 記憶部(記憶装置) 24 システムパラメータ設定ツール(記憶装置) 31 履歴管理情報比較手段(履歴管理手段) 32 インストールツール起動手段(履歴管理手段) 33 履歴更新手段(履歴管理手段) 34 結果出力手段(履歴管理手段) 35 システムパラメータ設定手段(履歴管理手段) 41 履歴管理部(リリース媒体) 42 インストールツール(リリース媒体) 43 記憶部(リリース媒体) 2, 2A storage device 3, 3A history management means 4, 4A release medium 21 history management unit (storage device) 22 installation management unit (storage device) 23 storage unit (storage device) 24 system parameter setting tool (storage device) 31 history Management information comparison means (history management means) 32 installation tool activation means (history management means) 33 history update means (history management means) 34 result output means (history management means) 35 system parameter setting means (history management means) 41 history management Unit (release medium) 42 Installation tool (release medium) 43 Storage unit (release medium)

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 記憶装置に格納された更新前のアプリケ
ーション毎のバージョン情報である履歴管理情報とリリ
ース媒体に格納された更新するアプリケーション毎のバ
ージョン情報である履歴管理情報をアプリケーション毎
に比較し、その比較結果からインストール実施、アンイ
ンストール実施及び処理なしの条件をテーブルとして記
憶するインストール管理情報を作成し、そのインストー
ル管理情報に基づいてアプリケーション毎のインストー
ル実施、アンインストール実施及び処理なしの作業を行
うことを特徴とするインストール履歴管理方法。
1. A comparison is made between history management information, which is version information for each application before update stored in a storage device, and history management information, which is version information for each application to be updated, stored on a release medium, for each application. Based on the comparison result, installation management information for storing conditions of installation, uninstallation, and no processing as a table is created, and installation, uninstallation, and no processing are performed for each application based on the installation management information. An installation history management method, characterized in that:
【請求項2】 記憶装置に格納された更新前のシステム
パラメータ毎の設定値情報である履歴管理情報とリリー
ス媒体に格納された更新するシステムパラメータ毎の設
定値情報である履歴管理情報をシステムパラメータ毎に
比較し、その比較結果から設定値変更実施、設定値削除
実施、新規適用実施及び処理なしの条件をテーブルとし
て記憶するインストール管理情報を作成し、そのインス
トール管理情報に基づいてシステムパラメータ毎の設定
値変更実施、設定値削除実施、新規適用実施及び処理な
しの作業を行うことを特徴とするインストール履歴管理
方法。
2. History management information, which is set value information for each system parameter before update stored in a storage device, and history management information, which is set value information for each system parameter to be updated, stored in a release medium, are stored in a system parameter. For each of the system parameters, a setting value change, a set value is deleted, a new application is performed, and conditions of no processing are stored as a table. An installation history management method characterized by performing setting value change, setting value deletion, new application, and work without processing.
【請求項3】 更新前のアプリケーション毎のバージョ
ン情報である履歴管理情報を記憶した、コンピュータ装
置内の記憶装置と、 更新するアプリケーション毎のバージョン情報である履
歴管理情報、及びインストール作業を行わせるツールを
記憶したリリース媒体と、 上記記憶装置の履歴管理情報と上記リリース媒体の履歴
管理情報とをアプリケーション毎に比較し、その比較結
果からインストール実施、アンインストール実施及び処
理なしの条件をテーブルとして記憶したインストール管
理情報を作成し、そのインストール管理情報に基づいて
上記リリース媒体のツールを起動し、アプリケーション
毎のインストール実施、アンインストール実施及び処理
なしの作業を行う、上記コンピュータ装置内の履歴管理
手段とを備えたインストール履歴管理システム。
3. A storage device in a computer device which stores history management information which is version information for each application before update, history management information which is version information for each application to be updated, and a tool for performing installation work And the history management information of the storage device and the history management information of the release medium are compared for each application, and the conditions of installation, uninstallation, and no processing are stored as a table based on the comparison result. A history management unit in the computer device that creates installation management information, starts a tool of the release medium based on the installation management information, and performs installation, uninstallation, and work without processing for each application. Installed History management system.
【請求項4】 更新前のシステムパラメータ毎の設定値
情報である履歴管理情報、及びインストール作業を行わ
せるツールを記憶した、コンピュータ装置内の記憶装置
と、 更新するシステムパラメータ毎の設定値情報である履歴
管理情報を記憶したリリース媒体と、 上記記憶装置の履歴管理情報と上記リリース媒体の履歴
管理情報とをシステムパラメータ毎に比較し、その比較
結果から設定値変更実施、設定値削除実施、新規適用実
施及び処理なしの条件をテーブルとして記憶したインス
トール管理情報を作成し、そのインストール管理情報に
基づいて上記記憶装置のツールを起動し、システムパラ
メータ毎の設定値変更実施、設定値削除実施、新規適用
実施及び処理なしの作業を行う、上記コンピュータ装置
内の履歴管理手段とを備えたインストール履歴管理シス
テム。
4. A storage device in a computer device which stores history management information as setting value information for each system parameter before updating, and a tool for performing an installation operation, and setting value information for each system parameter to be updated. The release medium storing certain history management information, the history management information of the storage device and the history management information of the release medium are compared for each system parameter, and the set value is changed, the set value is deleted, new Create the installation management information storing the conditions of application and no processing as a table, activate the tool of the storage device based on the installation management information, change the set value for each system parameter, delete the set value, or A history management means in the computer device for performing work without application and processing; Stall history management system.
JP12178398A 1998-04-15 1998-04-15 Method and system for managing install history Pending JPH11305999A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP12178398A JPH11305999A (en) 1998-04-15 1998-04-15 Method and system for managing install history

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP12178398A JPH11305999A (en) 1998-04-15 1998-04-15 Method and system for managing install history

Publications (1)

Publication Number Publication Date
JPH11305999A true JPH11305999A (en) 1999-11-05

Family

ID=14819793

Family Applications (1)

Application Number Title Priority Date Filing Date
JP12178398A Pending JPH11305999A (en) 1998-04-15 1998-04-15 Method and system for managing install history

Country Status (1)

Country Link
JP (1) JPH11305999A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007206819A (en) * 2006-01-31 2007-08-16 Seiko Epson Corp Information processor, control method and program for information processor
JP2015072704A (en) * 2003-09-30 2015-04-16 株式会社富士通ソーシアルサイエンスラボラトリ Program, information processing method and information processing device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015072704A (en) * 2003-09-30 2015-04-16 株式会社富士通ソーシアルサイエンスラボラトリ Program, information processing method and information processing device
JP2007206819A (en) * 2006-01-31 2007-08-16 Seiko Epson Corp Information processor, control method and program for information processor
JP4577225B2 (en) * 2006-01-31 2010-11-10 セイコーエプソン株式会社 Information processing apparatus, control method for information processing apparatus, and control program

Similar Documents

Publication Publication Date Title
US8132186B1 (en) Automatic detection of hardware and device drivers during restore operations
JP2002287974A (en) Method and device related to control for registering and starting application program
JP2010039512A (en) Software updating device and software updating program
JP2008009809A (en) Database synchronous processing program
JP2001014175A (en) System and method for managing job operation and storage medium
JPH11305999A (en) Method and system for managing install history
US20100070468A1 (en) Application management method and information processing apparatus
JP4300196B2 (en) Command execution device, command execution method, and command execution program
JP2003296263A (en) Method and system for automatically concealing pci extension cad in computer system
CN100504787C (en) Virtual executing method for installing software, and system
JP6947582B2 (en) Data updater, data update method, and data update program
US20030028868A1 (en) Information processor, method for processing information and computer-readable recording medium recorded with program code for controlling a computer to process information
JP2011203917A (en) Program for generating installation instructing file and installer controlling program
JP2004206353A (en) Installation method of software
JP3903563B2 (en) Program execution environment repair method
JP2008204208A (en) Automatic generation system of patch application procedure, automatic generation method of patch application procedure and program
JPH09179727A (en) Uninstallation device and uninstallation method
JP2921480B2 (en) Method of starting maintenance mode in computer system
JP2002189601A (en) Program installing method and program installing system
JPH1027095A (en) Software version managing system
US20060085491A1 (en) System and method for recovering from interruptions during data loading
JP7166904B2 (en) Information processing system and control method
JP6762452B1 (en) Information processing equipment, backup method, restore method and program
JP3111713B2 (en) How to manage auxiliary files
JPH06243062A (en) Computer system