JP2000029672A - Distribution management device for software - Google Patents

Distribution management device for software

Info

Publication number
JP2000029672A
JP2000029672A JP10196977A JP19697798A JP2000029672A JP 2000029672 A JP2000029672 A JP 2000029672A JP 10196977 A JP10196977 A JP 10196977A JP 19697798 A JP19697798 A JP 19697798A JP 2000029672 A JP2000029672 A JP 2000029672A
Authority
JP
Japan
Prior art keywords
software
distribution
information
version
distributed
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
JP10196977A
Other languages
Japanese (ja)
Inventor
Yuko Nagano
祐子 長能
Toshihiko Nakano
利彦 中野
Masayuki Usami
政行 宇佐美
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
Original Assignee
Hitachi Ltd
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 filed Critical Hitachi Ltd
Priority to JP10196977A priority Critical patent/JP2000029672A/en
Publication of JP2000029672A publication Critical patent/JP2000029672A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To improve reliability by performing accurate reflection on software by trouble, function addition, function correction, etc., by managing the constitution and history of the same software distributed to systems of different version managing methods. SOLUTION: Distribution information on software inputted to a distribution indication input part 101 is sent by a terminal 100 to a software constitution management part 105 which obtains information on the latest version of distribution-source software saved in a software group storage device 114 and information on the directory by a software constitution management information storage device 108. Those pieces of information are sent to a version information generation part 107, which generates version information by distribution destinations through a version management rule storage device 109. The information is sent to a software distribution part 113 and a software distribution information storage part 111.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ソフトウェアの配
布管理装置に関する。プログラムにより動作する各種の
情報処理装置や情報処理装置の応用技術分野において、
ソフトウェアの開発には多大の時間と経費を要してい
る。開発の規模が大きくなると、開発を完了したシステ
ムと同一の機能を持つ計算機システムに、開発済みのソ
フトウェアを配布することが多く行われている。
[0001] The present invention relates to a software distribution management device. In various information processing devices operated by programs and application technology fields of information processing devices,
Software development takes a lot of time and money. As the scale of development increases, distributed software is often distributed to computer systems having the same functions as systems that have completed development.

【0002】[0002]

【従来の技術】同一のソフトウェアが複数のシステムに
配布されている場合、不具合発生や仕様変更によりソフ
トウェアに変更が加えられると、配布されているシステ
ム全てにその変更を反映させる必要が生じる。
2. Description of the Related Art When the same software is distributed to a plurality of systems, if a change is made to the software due to a failure or a change in specifications, it is necessary to reflect the change in all the distributed systems.

【0003】従来例においては、公開特許広報(特開平
8−320782 号公報)で記述されているように、変更が加
えられたシステムから変更を反映すべきシステムへソフ
トウェアが流用されているという前提の下に、流用元に
流用元の構成と流用先を記録する流用情報記録部を備え
ることによって、ソフトウェアの配布管理を行ってい
た。
[0003] In the conventional example, a public patent publication (Japanese Unexamined Patent Publication No.
As described in Japanese Patent Application Publication No. 8-320782), on the assumption that software is diverted from the system where the change was made to the system where the change is to be reflected, the structure of the diverted source and the diverted destination are assumed. Software distribution management by providing a diversion information recording unit for recording the software.

【0004】また、マスタとなるソフトウェアを管理す
るサーバを持ち、必要とするクライアントに配布するマ
イクロソフト社のSystem Management Serverのようなソ
フトウェア配布管理ツールが存在する。このツールは、
同一LANでのCSSシステムにおけるバージョン管理
を行うものであり、配布元のソフトウェアを構成管理
し、配布先にどのバージョンが配布されたかを一元管理
する方法が取られていた。
There is also a software distribution management tool such as a Microsoft System Management Server that has a server that manages master software and distributes it to clients who need it. This tool
Version management is performed in a CSS system on the same LAN, and a method of centrally managing the distribution source software and managing which version has been distributed to the distribution destination has been adopted.

【0005】[0005]

【発明が解決しようとする課題】前記の方法では、同一
ソフトウェアの流用が繰り返し行われた場合において流
用途中のシステムでの変更により、前後のシステムのつ
ながりがなくなってしまう。例えば、AからBに流用
し、さらにBからCに流用した時に、Bのみに変更が行
われた場合、AとCの関係が消去され、Aの変更がCに
反映できなくなる。また、流用が繰り返されると、各シ
ステムがネットワークで相互接続されていなければ、最
新の流用先から最初の流用元の情報を得るための作業は
膨大となる。また、ソフトウェアの開発においては、稼
動する計算機システムが異なる場合にバージョンの管理
方法が異なる場合が多く、前記の方法では、そのような
バージョン管理方法が違う複数のシステムへ同じソフト
ウェアを配布する時には適用できなかった。
In the above-mentioned method, when the same software is repeatedly used, the connection between the preceding and following systems is lost due to a change in the system being used. For example, if a change is made only to B when the data is diverted from A to B and further diverted from B to C, the relationship between A and C is deleted, and the change of A cannot be reflected on C. Further, if the diversion is repeated, unless the respective systems are interconnected by a network, the work for obtaining the information of the first diversion source from the latest diversion destination becomes enormous. Also, in software development, the version management method is often different when the operating computer systems are different, and the above method is applied when distributing the same software to a plurality of systems with different version management methods. could not.

【0006】本発明は上記のような従来の流用管理装置
・配布管理装置の問題点を解決するためになされたもの
で、その目的は、バージョン管理方法が異なるシステム
へ配布された同一のソフトウェアの構成,履歴情報を得
ることを可能とするソフトウェア配布管理装置を提供す
ることである。更に、他の目的は、配布先のシステムか
ら別の計算機システムへ複写が行われた場合に、その情
報をソフトウェア配布情報に反映させることを可能とす
るソフトウェア配布管理装置を提供することである。更
に、他の目的は、配布先のシステムへのソフトウェア配
布順序を管理することを可能とするソフトウェアの配布
管理装置を提供することである。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-mentioned problems of the conventional diversion management device and distribution management device. The object of the present invention is to provide the same software distributed to systems having different version management methods. An object of the present invention is to provide a software distribution management device capable of obtaining configuration and history information. Still another object of the present invention is to provide a software distribution management device that enables, when a copy is made from a distribution destination system to another computer system, the information to be reflected in software distribution information. Still another object of the present invention is to provide a software distribution management device that can manage the software distribution order to distribution destination systems.

【0007】[0007]

【課題を解決するための手段】そこで、本願の請求項1
に記載のソフトウェア配布管理装置は、複数の計算機シ
ステムへ配布するソフトウェア群と前記ソフトウェア群
の変更履歴を管理するソフトウェア管理装置と、複数の
計算機システムへソフトウェアを配布するソフトウェア
配布装置を具備したソフトウェア構成管理装置におい
て、ソフトウェアを配布する配布先システムごとに、ソ
フトウェアに付与するバージョン付与ルールを記憶する
バージョン管理規則記憶装置と、配布する対象のソフト
ウェアを配布する時に、バージョン管理規則記憶装置の
ルールに基づきバージョンをソフトウェアに付与する手
段と、配布した各ソフトウェアごとに配布先のバージョ
ンを記憶するソフトウェア配布情報記憶装置を具備し、
複数の、異なるバージョン管理方法のシステムに配布さ
れた同一のソフトウェアの構成,履歴を管理することを
特徴とする。
SUMMARY OF THE INVENTION Therefore, claim 1 of the present application is provided.
The software configuration includes a software group that distributes software to a plurality of computer systems, a software management apparatus that manages a change history of the software group, and a software distribution apparatus that distributes software to a plurality of computer systems. In the management device, for each distribution destination system that distributes software, a version management rule storage device that stores version assignment rules to be assigned to software, and when distributing software to be distributed, based on rules of the version management rule storage device when distributing software to be distributed. Means for assigning a version to software, and a software distribution information storage device for storing a version of a distribution destination for each distributed software,
The configuration and history of the same software distributed to a plurality of systems of different version management methods are managed.

【0008】また、本願の請求項2に記載のソフトウェ
ア配布管理装置は、配布先システム内のソフトウェアの
現状のバージョンと、配布元のソフトウェア管理装置内
で管理されているソフトウェアの最新のバージョンを比
較検証し、異なっているものを一覧表示する手段を備え
ている。
The software distribution management device according to the second aspect of the present invention compares the current version of software in the distribution destination system with the latest version of software managed in the distribution source software management device. It has a means for verifying and displaying a list of different items.

【0009】また、本願の請求項3に記載のソフトウェ
ア配布管理装置は、配布対象となるソフトウェアが配布
されている配布先のシステム名と、配布の履歴を一覧表
示する手段を備えている。
Further, the software distribution management device according to the third aspect of the present invention includes means for displaying a list of distribution system names to which software to be distributed is distributed and a distribution history.

【0010】また、本願の請求項4に記載のソフトウェ
ア配布管理装置は、配布先システムから他の計算機シス
テムへソフトウェア群を複写した情報を入力する手段
と、前記情報に基づいてソフトウェア配布情報記憶装置
内にソフトウェア配布情報を反映させる手段を備えてい
る。
According to a fourth aspect of the present invention, there is provided a software distribution management device for inputting information obtained by copying a software group from a distribution destination system to another computer system, and a software distribution information storage device based on the information. Means for reflecting the software distribution information within the server.

【0011】また、本願の請求項5に記載のソフトウェ
ア配布管理装置は、配布先のシステムの配布順序を決定
付けるための配布レベル情報を入力する手段と、前記配
布レベル情報を管理する配布レベル情報管理装置を備
え、ソフトウェアの配布要求に対して配布の可/不可を
指示する手段と、ソフトウェアの配布の完了/未完を表
示する手段を備えている。
According to a fifth aspect of the present invention, there is provided a software distribution management device for inputting distribution level information for determining a distribution order of a distribution destination system, and distribution level information for managing the distribution level information. The system includes a management device, and includes means for instructing whether or not distribution is possible in response to a software distribution request, and means for displaying completion / incomplete of software distribution.

【0012】本願の請求項1に記載のソフトウェア配布
管理装置は、ソフトウェアを配布するシステムごとに設
定されたバージョン付与規則に基づいてバージョンをソ
フトウェアに付与し、配布した各ソフトウェアごとに配
布先のバージョンを記憶することにより、配布元のソフ
トウェアと配布先のソフトウェアを関連付け、複数のシ
ステムに配布されたバージョンの違うソフトウェアを同
一の物であることを認識する。
A software distribution management device according to a first aspect of the present invention assigns a version to software based on a version assignment rule set for each system to which the software is distributed, and provides a version of a distribution destination for each distributed software. Is stored, the software of the distribution source is associated with the software of the distribution destination, and it is recognized that different versions of software distributed to a plurality of systems are the same.

【0013】また、本願の請求項2に記載のソフトウェ
ア配布管理装置は、検証する対象のシステムへのキー情
報を入力することにより、システム内に配布されている
ソフトウェアのバージョンの情報と配布元のソフトウェ
ア管理装置内で管理されているバージョンの情報を比較
検証し、異なっているものを検索することにより、シス
テム内に配布されているソフトウェアに加えられた変更
を反映する為に必要な情報を得る。
Further, the software distribution management device according to the second aspect of the present invention, by inputting key information to a system to be verified, obtains information on the version of software distributed in the system and information on the distribution source. By comparing and verifying the version information managed in the software management device and searching for different ones, information necessary to reflect changes made to software distributed in the system is obtained. .

【0014】また、本願の請求項3に記載のソフトウェ
ア配布管理装置は、配布対象となるソフトウェアのキー
情報を入力し、その情報に基づいてソフトウェア配布情
報記憶装置からそのソフトウェアが配布された先のシス
テム名と、配布の履歴を検索表示する。
According to a third aspect of the present invention, the software distribution management device inputs key information of software to be distributed and, based on the information, a key to which the software is distributed from the software distribution information storage device. Search and display the system name and distribution history.

【0015】また、本願の請求項4に記載のソフトウェ
ア配布管理装置は、配布先システムから他の計算機シス
テムへソフトウェア群を複写した情報を入力することに
より、ソフトウェア配布情報記憶装置内に新規に領域を
作成し、配布先システムのソフトウェア配布情報を、新
規に作成した領域内に複写する。これにより、ソフトウ
ェア配布装置を使用せずとも、配布したのと同等に管理
を行うことができる。また、本願の請求項5に記載のソ
フトウェア配布管理装置は、配布対象となるソフトウェ
アのキー情報を入力することにより、ソフトウェア配布
情報記憶装置からそのソフトウェアが配布された先のシ
ステムへのキー情報を配布レベル情報管理装置に与え、
配布先のシステムの配布順序を得る。
Further, the software distribution management device according to the fourth aspect of the present invention provides a new area in the software distribution information storage device by inputting information obtained by copying a software group from a distribution destination system to another computer system. Is created, and the software distribution information of the distribution destination system is copied into the newly created area. As a result, the management can be performed in the same manner as the distribution without using the software distribution device. Further, the software distribution management device according to claim 5 of the present application, by inputting key information of software to be distributed, transfers key information from the software distribution information storage device to the system to which the software is distributed. Given to the distribution level information management device,
Obtain the distribution order of the distribution destination system.

【0016】さらに、配布対象となるソフトウェアのキ
ー情報を入力することにより、ソフトウェア配布情報記
憶装置からそのソフトウェアのバージョンの情報と配布
元のソフトウェア管理装置内で管理されている情報を比
較し、そのソフトウェアの配布状況の情報を得る。前述
の配布順序情報と配布状況の情報を関連付けることによ
り、ソフトウェアが配布対象のシステムに配布完了か未
完かを表示し、配布未完のシステムより後に配布順序が
設定されているシステムには配布が不可能であることを
表示する。
Further, by inputting the key information of the software to be distributed, the information of the version of the software is compared with the information managed in the distribution source software management device from the software distribution information storage device. Obtain information on software distribution status. By associating the above-mentioned distribution order information with the distribution status information, it is indicated whether the software has been distributed to the distribution target system or not, and distribution is not performed to a system whose distribution order is set after the distribution-uncompleted system. Show that it is possible.

【0017】[0017]

【発明の実施の形態】本発明のソフトウェア配布管理装
置の一実施例について、図面を参照しながら詳細に説明
する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the software distribution management device of the present invention will be described in detail with reference to the drawings.

【0018】図1はソフトウェア配布管理装置の全体構
成を示している。計算機システムA115,計算機シス
テムB116,計算機システムC117は、それぞれソ
フトウェアが配布される対象のシステムである。
FIG. 1 shows the overall configuration of the software distribution management device. The computer system A115, the computer system B116, and the computer system C117 are systems to which software is distributed, respectively.

【0019】端末100によって、配布指示入力部10
1に入力された、配布元ソフトウェアを識別する情報
(例えば、プロダクトID,タスクNo等)、及び配布
先システムの配布場所を指示する情報(ディレクトリ情
報等)で示されるソフトウェアの配布指示情報は、ソフ
トウェア構成管理部105に伝えられ、ソフトウェア構
成管理部105はソフトウェア構成管理情報格納装置1
08より、ソフトウェア群格納装置114内に保管され
ている配布元ソフトウェアの最新バージョンの情報及び
ディレクトリの情報で示される構成管理ソフトウェア構
成管理情報を得る。
The terminal 100 allows the distribution instruction input unit 10
The information for identifying the distribution source software (for example, product ID, task No, etc.) and the information for indicating the distribution location of the distribution destination system (for example, directory information, etc.), which are input to 1, are software distribution instruction information. The software configuration management unit 105 is transmitted to the software configuration management unit 105, and the software configuration management unit 105
From 08, configuration management software configuration management information indicated by the latest version information and directory information of the distribution source software stored in the software group storage device 114 is obtained.

【0020】次に、これらの情報はバージョン情報作成
部107に伝えられ、107はバージョン管理規則格納
装置109より、図2に後述するように配布先別にバー
ジョン情報を作成する。さらに、これらの情報はソフト
ウェア配布部113及びソフトウェア配布情報格納部1
11に伝えられ、ソフトウェア配布部113はソフトウ
ェア群格納装置114のソフトウェアをその格納されて
いるディレクトリから、配布対象の計算機システムA1
15,計算機システムB116,計算機システムC11
7の配布先ディレクトリにコピーすることによってそれ
ぞれ配布し、ソフトウェア配布情報格納部111はこれ
らの情報をソフトウェア配布情報格納装置112に格納
する。
Next, these pieces of information are transmitted to the version information creating unit 107. The version information creating unit 107 creates version information for each distribution destination from the version management rule storage unit 109 as described later with reference to FIG. Further, such information is stored in the software distribution unit 113 and the software distribution information storage unit 1.
The software distribution unit 113 transfers the software of the software group storage device 114 from the directory where the software is stored to the computer system A1 to be distributed.
15, computer system B116, computer system C11
The software distribution information storage unit 111 stores these pieces of information in the software distribution information storage device 112.

【0021】端末100によって、検索キー情報入力部
102に入力された検索キー情報は、ソフトウェア配布
情報取得部110に伝えられ、ソフトウェア配布情報取
得部110は、ソフトウェア配布情報格納装置112よ
り検索した結果を検索情報表示部103に出力する。端
末100によって、複写情報登録部104に入力された
複写情報は、ソフトウェア配布情報複写部118に伝え
られ、ソフトウェア配布情報複写部118は、ソフトウ
ェア配布情報を作成し、ソフトウェア配布情報格納装置
112に格納する。
The search key information input to the search key information input unit 102 by the terminal 100 is transmitted to the software distribution information acquisition unit 110, and the software distribution information acquisition unit 110 retrieves the search result from the software distribution information storage device 112. Is output to the search information display unit 103. The copy information input to the copy information registration unit 104 by the terminal 100 is transmitted to the software distribution information copy unit 118. The software distribution information copy unit 118 creates software distribution information and stores it in the software distribution information storage device 112. I do.

【0022】図2は、図1のバージョン情報作成部10
7においてバージョン情報を作成するバージョン情報作
成アルゴリズムの一例を示したものである。200は、
配布対象各システム毎のバージョンアップ規則を記録し
たテーブルであり、マスタは、ソフトウェア構成管理部
105で管理されているソフトウェア構成管理情報のバ
ージョン管理規則を指し、システムA,システムB,シ
ステムCはそれぞれ配布先システムのバージョン管理規
則を指す。201はバージョン管理規則200に従って
作成したバージョン情報の履歴の一例であり、以下これ
を例にとり説明する。
FIG. 2 shows the version information creating unit 10 shown in FIG.
7 shows an example of a version information creation algorithm for creating version information. 200 is
This is a table in which version upgrade rules for each system to be distributed are recorded. The master indicates the version management rules of the software configuration management information managed by the software configuration management unit 105. The system A, system B, and system C respectively Refers to the version control rules of the distribution destination system. Reference numeral 201 denotes an example of a history of version information created in accordance with the version management rule 200, which will be described below as an example.

【0023】バージョン情報作成部107は、ソフトウ
ェア配布情報格納装置112から、配布対象のシステム
に現在配布されているソフトウェアの最新のバージョン
情報を得る。例として、システムAのマシンαに配布さ
れているタスク1のバージョンがVer2.0であったと
き、バージョンUPを反映させるため、Ver3.1をシス
テムAのマシンαに配布すると指定すると、バージョン
情報作成部107は、ソフトウェア配布情報格納装置1
12内の、システムAのマシンαのタスク1のデータを
検索し、最新の配布バージョンはVer3.0であるという
情報を得る(202)。
The version information creation unit 107 obtains, from the software distribution information storage device 112, the latest version information of the software currently distributed to the distribution target system. For example, if the version of task 1 distributed to machine α of system A is Ver2.0, and if version 3.1 is specified to be distributed to machine α of system A in order to reflect the version UP, the version information The creating unit 107 stores the software distribution information storage device 1
12 to retrieve the data of task 1 of machine α of system A, and obtain information that the latest distribution version is Ver 3.0 (202).

【0024】次に、バージョン管理規則200より、シ
ステムAのバージョンUPによる増分1.0 をVer3.0
に加え、Ver4.0としてバージョン情報を作成する。
Next, according to the version management rule 200, the increment 1.0 due to the version UP of the system A is added to the version 3.0.
In addition, version information is created as Ver 4.0.

【0025】図3に、配布するソフトウェアの配布先及
び配布履歴の検索例を示す。ソフトウェア配布情報格納
装置112内に、ソフトウェア配布情報が300に示す
テーブルの形で格納されている。検索キー情報入力部1
02に、タスク1を検索キーとして入力すると、ソフト
ウェア配布情報取得部110は300の情報からタスク
1の情報のみ検索し、301に示す結果を得る。
FIG. 3 shows an example of searching for a distribution destination and distribution history of software to be distributed. In the software distribution information storage device 112, software distribution information is stored in the form of a table indicated by 300. Search key information input unit 1
When task 1 is input as a search key in 02, the software distribution information acquisition unit 110 searches only the information of task 1 from the information of 300 and obtains the result indicated by 301.

【0026】図4に、最新のバージョンが配布されてい
ないソフトウェア(=再配布が必要なソフトウェア)の
検索例を示す。ソフトウェア配布情報格納装置112内
に、ソフトウェア配布情報が400に示すテーブルの形
で格納されている。検索キー情報入力部102に、シス
テムA,マシンαを検索キーとして入力すると、ソフト
ウェア配布情報取得部110は400の情報からシステ
ムA,マシンαの情報のみ検索し、401に示す結果を
得る。
FIG. 4 shows an example of searching for software for which the latest version has not been distributed (= software requiring redistribution). Software distribution information is stored in the software distribution information storage device 112 in the form of a table indicated by 400. When the system A and the machine α are input to the search key information input unit 102 as search keys, the software distribution information acquisition unit 110 searches only the information of the system A and the machine α from the information of 400 and obtains a result indicated by 401.

【0027】一方、402は、ソフトウェア構成管理情
報格納装置108に格納されている配布ソフトウェアと
Ver 情報である。401と402を、配布ソフトウェア
をキーとして関連付け、401のマスタVer と402の
最新マスタVer が不一致である配布ソフトウェアを検索
することにより403に示す結果を得る。配布済みのソ
フトウェアと最新のソフトウェアのバージョンが違うと
いうことは、検索されたソフトウェアは再配布が必要な
ソフトウェアであるということがいえる。
On the other hand, reference numeral 402 denotes distribution software stored in the software configuration management information storage device 108;
Ver information. 401 and 402 are associated with each other using the distribution software as a key, and a search is made for distribution software in which the master version of 401 and the latest master version of 402 do not match, thereby obtaining a result 403. The difference between the distributed software and the latest software version indicates that the searched software is software that needs to be redistributed.

【0028】図5に、図1に示した複写情報登録部10
4の機能を拡大して示す。端末100から、複写情報登録
部104に、計算機システムA115を計算機システム
B116に複写すると指示すると、ソフトウェア配布情
報複写部118は、ソフトウェア配布情報格納装置11
2よりシステムAの情報500を抽出し、キー情報をシ
ステムBに置換し501にシステムBの情報として作成
すると同時に、ソフトウェア配布情報格納装置112に
対し新規に領域を作成し、システムBの情報501を新
規領域に記憶する。
FIG. 5 shows the copy information registration unit 10 shown in FIG.
4 is shown in an enlarged manner. When the terminal 100 instructs the copy information registration unit 104 to copy the computer system A 115 to the computer system B 116, the software distribution information copying unit 118
2, the system 500 extracts information 500 of the system A, replaces the key information with the system B, and creates the information of the system B in 501, and at the same time, creates a new area in the software distribution information storage device 112 and Is stored in the new area.

【0029】図6(a),(b)に、ソフトウェアの配
布順序が決まっている場合の、ソフトウェアの配布方法
の一例を示す。まず、例に示すシステムはマシン稼働率
の低い順(端末→サーバ→制御用CPU)にソフトウェ
アを配布するように決められている(600)。この
時、配布順の早い方から、配布レベルを設定し、これら
を配布レベル情報として管理する(601)。
FIGS. 6A and 6B show an example of a software distribution method when the software distribution order is determined. First, the system shown in the example is determined to distribute software in the order of the lowest machine operation rate (terminal → server → controlling CPU) (600). At this time, a distribution level is set from the earlier distribution order, and these are managed as distribution level information (601).

【0030】次に、システム全体から再配布が必要なソ
フトウェアを検索する(602)。これらの情報に、さ
らに既にあるソフトウェア配布情報を組み合わせ、再配
布要のマシン,配布レベル,配布対象マスタのバージョ
ン、及び配布済みのバージョン情報を得ることにより、
ソフトウェア配布の完了/未完,配布の可/不可の状態
を導き出すことが出来る(603)。例えば、配布レベ
ル1の端末1と端末2にタスク1が配布済みであるの
で、配布レベル2のサーバー1に、タスク1を配布する
のが許可されている。しかし、タスク2は、配布レベル
1の端末3に未配布であるので、配布レベル2のサーバ
ー1,サーバー2にはタスク2の配布は許可されない。
Next, software that needs redistribution is searched from the entire system (602). By combining this information with the existing software distribution information and obtaining the information on the machine that needs to be redistributed, the distribution level, the version of the master to be distributed, and the distributed version information,
Completion / incompletion of software distribution and availability / non-distribution of software can be derived (603). For example, since task 1 has been distributed to terminals 1 and 2 at distribution level 1, distribution of task 1 to server 1 at distribution level 2 is permitted. However, since the task 2 has not been distributed to the terminal 3 at the distribution level 1, the distribution of the task 2 is not permitted to the servers 1 and 2 at the distribution level 2.

【0031】[0031]

【発明の効果】以上説明したように、請求項1と請求項
2と請求項3に記載の発明によれば、計算機システムに
配布されているソフトウェアに対し、不具合,機能追
加,機能修正等による変更の反映を的確に行い、信頼性
を高めることができる。
As described above, according to the first, second, and third aspects of the present invention, the software distributed to the computer system is caused by a defect, a function addition, a function correction, or the like. The changes can be accurately reflected and reliability can be improved.

【0032】請求項4に記載の発明によれば、ソフトウ
ェアが配布された計算機システムから他の計算機システ
ムへ複写が行われた時に配布情報をも複写する機能を備
えるため、再配布の手間を省くことができ、開発効率が
向上する。
According to the fourth aspect of the present invention, a function of copying the distribution information when the software is distributed from the computer system to which the software has been distributed to another computer system is provided, thereby eliminating the need for redistribution. Can improve development efficiency.

【0033】請求項5に記載の発明によれば、ソフトウ
ェアの配布要求に対して配布順序に従って配布が出来る
ので、特に稼動中のシステムにソフトウェアを再配布す
る場合等に、ソフトウェアの配布による影響範囲を考慮
しながら配布することができ、システム全体の安全性を
向上させることができる。
According to the fifth aspect of the present invention, since the software can be distributed according to the distribution order in response to the software distribution request, the influence of the software distribution particularly when redistributing the software to the operating system is obtained. Can be distributed in consideration of the above, and the security of the entire system can be improved.

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

【図1】本発明の一実施例によるソフトウェア配布装置
の構成図。
FIG. 1 is a configuration diagram of a software distribution device according to an embodiment of the present invention.

【図2】システムAからシステムBへの複写処理イメー
ジ図。
FIG. 2 is a conceptual diagram of a copying process from a system A to a system B;

【図3】ソフトウェア配布管理データとバージョン付与
方法を示す図。
FIG. 3 is a diagram showing software distribution management data and a version assignment method.

【図4】再配布が必要なソフトウェアの検索方法を示す
図。
FIG. 4 is a diagram showing a method for searching for software that requires redistribution.

【図5】配布順序に従った配布の管理方法を示す図。FIG. 5 is a diagram showing a distribution management method according to a distribution order.

【図6】(a)及び(b)はソフトウェアの配布順序を
示す図及び配布レベルを示す図。
FIGS. 6A and 6B are diagrams illustrating a software distribution order and a distribution level.

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

100…端末、101…配布指示入力部、102…検索
キー情報入力部、103…検索情報表示部、104…複写
情報登録部、105…ソフトウェア構成管理部、107
…バージョン情報作成部、108…ソフトウェア構成管
理情報格納装置、109…バージョン管理規則格納装
置、110…ソフトウェア配布情報取得部、111…ソ
フトウェア配布情報格納部、112…ソフトウェア配布
情報格納装置、113…ソフトウェア配布部、114…
ソフトウェア群格納装置、115…計算機システムA、
116…計算機システムB、117…計算機システム
C、118…ソフトウェア配布情報複写部。
100: terminal, 101: distribution instruction input unit, 102: search key information input unit, 103: search information display unit, 104: copy information registration unit, 105: software configuration management unit, 107
... Version information creation unit, 108 ... Software configuration management information storage unit, 109 ... Version management rule storage unit, 110 ... Software distribution information acquisition unit, 111 ... Software distribution information storage unit, 112 ... Software distribution information storage unit, 113 ... Software Distributor, 114 ...
Software group storage device, 115 ... Computer system A,
116: Computer system B, 117: Computer system C, 118: Software distribution information copying unit.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 宇佐美 政行 茨城県日立市大みか町五丁目2番1号 株 式会社日立製作所大みか工場内 Fターム(参考) 5B076 AB10 AC01  ────────────────────────────────────────────────── ─── Continuing on the front page (72) Inventor Masayuki Usami 5-2-1 Omika-cho, Hitachi City, Ibaraki F-term in the Omika Plant of Hitachi, Ltd. F-term (reference) 5B076 AB10 AC01

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】複数の計算機システムへ配布するソフトウ
ェア群と前記ソフトウェア群の変更履歴を管理するソフ
トウェア管理装置と、複数の計算機システムへソフトウ
ェアを配布するソフトウェア配布装置を具備したソフト
ウェア構成管理装置において、ソフトウェアを配布する
配布先システムごとに、ソフトウェアに付与するバージ
ョン付与ルールを記憶するバージョン管理規則記憶装置
と、配布する対象のソフトウェアを配布する時に、バー
ジョン管理規則記憶装置のルールに基づきバージョンを
ソフトウェアに付与する手段と、配布した各ソフトウェ
アごとに配布先のバージョンを記憶するソフトウェア配
布情報記憶装置を具備し、複数の、異なるバージョン管
理方法のシステムに配布された同一のソフトウェアの構
成,履歴を管理することを特徴とするソフトウェアの配
布管理装置。
1. A software configuration management apparatus comprising: a software group for distributing software to a plurality of computer systems, a change history of the software group, and a software distribution apparatus for distributing software to the plurality of computer systems. For each distribution destination system that distributes software, a version control rule storage device that stores the version assignment rules to be assigned to the software, and when distributing the software to be distributed, the version is converted to the software based on the rules of the version control rule storage device. Means for assigning, and a software distribution information storage device for storing a version of a distribution destination for each distributed software, and manages the configuration and history of the same software distributed to a plurality of systems of different version management methods. Distribution management device software, characterized in that.
【請求項2】請求項1において、配布先システム内のソ
フトウェアの現状のバージョンと、配布元のソフトウェ
ア管理装置内で管理されているソフトウェアの最新のバ
ージョンを比較検証し、異なっているものを一覧表示す
る手段を備えたことを特徴とするソフトウェアの配布管
理装置。
2. The method according to claim 1, wherein the current version of the software in the distribution destination system is compared with the latest version of the software managed in the software management apparatus of the distribution source, and different software versions are listed. A software distribution management device comprising means for displaying.
【請求項3】請求項1において、配布対象となるソフト
ウェアが配布されている配布先のシステム名と、配布の
履歴を一覧表示する手段を備えたことを特徴とするソフ
トウェアの配布管理装置。
3. The software distribution management device according to claim 1, further comprising means for displaying a list of system names of distribution destinations to which the distribution target software is distributed and a distribution history.
【請求項4】請求項1において、配布先システムから他
の計算機システムへソフトウェア群を複写した情報を入
力する手段と、前記情報に基づいてソフトウェア配布情
報記憶装置内にソフトウェア配布情報を反映させる手段
を備えたことを特徴とするソフトウェアの配布管理装
置。
4. A means for inputting information obtained by copying software groups from a distribution destination system to another computer system, and means for reflecting software distribution information in a software distribution information storage device based on the information. A software distribution management device comprising:
【請求項5】請求項1において、配布先のシステムの配
布順序を決定付けるための配布レベル情報を入力する手
段と、前記配布レベル情報を管理する配布レベル情報管
理装置を備え、ソフトウェアの配布要求に対して配布の
可/不可を指示する手段と、ソフトウェアの配布の完了
/未完を表示する手段を備えたことを特徴とするソフト
ウェアの配布管理装置。
5. A software distribution request according to claim 1, further comprising: means for inputting distribution level information for determining a distribution order of a distribution destination system; and a distribution level information management device for managing said distribution level information. A software distribution management apparatus, comprising: means for instructing whether or not distribution is possible to a user, and means for displaying completion / incomplete of software distribution.
JP10196977A 1998-07-13 1998-07-13 Distribution management device for software Pending JP2000029672A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10196977A JP2000029672A (en) 1998-07-13 1998-07-13 Distribution management device for software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10196977A JP2000029672A (en) 1998-07-13 1998-07-13 Distribution management device for software

Publications (1)

Publication Number Publication Date
JP2000029672A true JP2000029672A (en) 2000-01-28

Family

ID=16366797

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10196977A Pending JP2000029672A (en) 1998-07-13 1998-07-13 Distribution management device for software

Country Status (1)

Country Link
JP (1) JP2000029672A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002203106A (en) * 2000-12-28 2002-07-19 Daiwa Securities Group Inc Method of controlling download, program, and server
US7069500B2 (en) 2001-03-06 2006-06-27 Hitachi, Ltd. Document management/EDI system linkage unit, document management/EDI system linkage method, information recording medium and document processing program
US7379731B2 (en) 2001-05-14 2008-05-27 Ntt Docomo Inc. System for managing program applications storable in a mobile terminal
US8234644B2 (en) 2007-07-12 2012-07-31 International Business Machines Corporation Selecting a system management product for performance of system management tasks

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002203106A (en) * 2000-12-28 2002-07-19 Daiwa Securities Group Inc Method of controlling download, program, and server
US7069500B2 (en) 2001-03-06 2006-06-27 Hitachi, Ltd. Document management/EDI system linkage unit, document management/EDI system linkage method, information recording medium and document processing program
US7379731B2 (en) 2001-05-14 2008-05-27 Ntt Docomo Inc. System for managing program applications storable in a mobile terminal
US7706786B2 (en) 2001-05-14 2010-04-27 Ntt Docomo, Inc. System for managing program applications storable in a mobile terminal
US7742756B2 (en) 2001-05-14 2010-06-22 Ntt Docomo, Inc. System for managing program applications storable in a mobile terminal
US8010095B2 (en) 2001-05-14 2011-08-30 Ntt Docomo, Inc. System for managing program applications storable in a mobile terminal
US8140846B2 (en) 2001-05-14 2012-03-20 Ntt Docomo, Inc. System for managing program applications storable in a mobile terminal
US8166291B2 (en) 2001-05-14 2012-04-24 Ntt Docomo, Inc. System for managing program applications storable in a mobile terminal
US8234644B2 (en) 2007-07-12 2012-07-31 International Business Machines Corporation Selecting a system management product for performance of system management tasks

Similar Documents

Publication Publication Date Title
KR960012667B1 (en) Method and system for creating and maintaining multiple document versions in a data processing system library
JP2948496B2 (en) System and method for maintaining replicated data consistency in a data processing system
US6415280B1 (en) Identifying and requesting data in network using identifiers which are based on contents of data
US7778970B1 (en) Method and system for managing independent object evolution
US6973463B2 (en) Replication architecture for a directory server
CN112654978B (en) Method, equipment and system for checking data consistency in real time in distributed heterogeneous storage system
CN1146816A (en) Data storage
US20080104008A1 (en) Common data broker method, system, and program product
JPH10506741A (en) Setup mechanism for user programs in computer networks
JP2001306372A (en) Method for managing document and storage medium storing program for executing the method
CN116701330A (en) Logistics information sharing method, device, equipment and storage medium
JP2000029672A (en) Distribution management device for software
JP2011522337A (en) Method of synchronizing software modules of computer system distributed to server cluster, application to synchronization system and data storage
JP2002007191A (en) Information duplicating method between information expressed in language with tag
CN100447751C (en) Method and system for providing computer system software images
JPH10301786A (en) Automatic install system for software through network
US7159012B2 (en) Computational data processing system and computational process implemented by means of such a system
JPH04104342A (en) Data distributed control method and control system
JPH06290098A (en) Method for processing distributed data base
JPH08339321A (en) File management system and network system
JP2000020374A (en) Replication control system
US20030093440A1 (en) Replica update vectors
JPH11120059A (en) Network system
JPH0378045A (en) Computer system
JPH0651992A (en) Program resource managing device