JPH1021059A - Software version management system for network system - Google Patents

Software version management system for network system

Info

Publication number
JPH1021059A
JPH1021059A JP8172271A JP17227196A JPH1021059A JP H1021059 A JPH1021059 A JP H1021059A JP 8172271 A JP8172271 A JP 8172271A JP 17227196 A JP17227196 A JP 17227196A JP H1021059 A JPH1021059 A JP H1021059A
Authority
JP
Japan
Prior art keywords
version
client
program
check
software
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP8172271A
Other languages
Japanese (ja)
Other versions
JP3119166B2 (en
Inventor
Masahiro Momomoto
征弘 百本
Takuro Kanamori
卓郎 金森
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP08172271A priority Critical patent/JP3119166B2/en
Publication of JPH1021059A publication Critical patent/JPH1021059A/en
Application granted granted Critical
Publication of JP3119166B2 publication Critical patent/JP3119166B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)

Abstract

PROBLEM TO BE SOLVED: To surely match the versions of software of an execution client with each other, to prevent inconsistency due to version mismatching, and to actualize stable system operation by replacing a client program of mismatching version on the client side. SOLUTION: On the side of a client machine 2, it is judged whether the version of a client program 13 matches with that of a server program 14 according to a version check result transferred form, a server machine 1. When it is judged that they do not match with each other, the client program 13 is replaced so that its version will matches the version of the server program 14 and a replacing client program 13 is executed. Consequently, when the client program 13 is executed, its version can surely be matched with the version of the server program 14.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ネットワークシス
テムのソフトウェア・バージョン管理方式に係り、詳し
くは、分散システム上で動作するソフトウェア・バージ
ョン管理方式に適用することができ、特に、クライアン
トのソフトウェアを実行する時、実行するクライアント
のソフトウェアのバージョンを確実に合わせて、バージ
ョン不一致による不整合を起こらないようにして安定し
たシステム動作を実現することができるネットワークシ
ステムのソフトウェア・バージョン管理方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a software version management system for a network system, and more particularly, to a software version management system operating on a distributed system. The present invention relates to a software version management method for a network system capable of realizing a stable system operation by ensuring that the version of software of a client to be executed is matched and preventing inconsistency due to version mismatch.

【0002】[0002]

【従来の技術】分散システム上で動作する従来のソフト
ウェアのバージョン管理方式では、バージョン管理用の
データベースにより各マシンにインストールされている
ソフトウェアおよびそのバージョン情報を集中的に管理
している。この従来のソフトウェアのバージョン管理方
式には、該ソフトウェア及びそのバージョン情報を管理
した後、スケジュールを設定した時のソフトウェア配布
機能やソフトウェア配布に失敗した際のリトライ機能な
どにより、ソフトウェア配信機能の付加機能として配信
時に各クライアントのソフトウェアのバージョンの整合
性を保証しようという形態のものや、分散システム全体
のバージョン情報を管理して、定期的に各クライアント
のソフトウェアのバージョンのチェックを行ない、バー
ジョンの不一致を検出した際に、バージョンを合わせる
ために、バージョンの合っていないクライアントにソフ
トウェアの入れ替えを指示する形態のものが知られてい
る。
2. Description of the Related Art In a conventional software version management system operating on a distributed system, software installed on each machine and its version information are centrally managed by a version management database. This conventional software version management method includes the additional function of software distribution function, such as software distribution function when managing the software and its version information, and retry function when software distribution fails, etc. As a way to ensure the consistency of the software version of each client at the time of distribution, and to manage the version information of the entire distributed system, periodically check the software version of each client and check for version mismatch There is known a configuration in which, when a detection is made, a client whose version does not match is instructed to replace software in order to match the version.

【0003】まず、前者のスケジュール機能及びソフト
ウェア配布に失敗した際のリトライ機能によりシステム
全体のバージョンの一致を保証しようという形態の従来
のソフトウェアのバージョン管理方式について、以下に
図面を用いて説明する。図8は従来のソフトウェアのバ
ージョン管理方式におけるシステム動作フローを示すフ
ローチャートである。ソフトウェア配布サーバは、配布
するソフトウェアの配布先、入れ替え時間などのスケジ
ュール情報を設定した後(ステップS801)、設定し
たスケジュール情報に従って、配布先のクライアントに
対するソフトウェアの配信処理を行ない、クライアント
へソフトウェア入れ替え用ファイルを配信する(ステッ
プS802)。この時、設定したスケジュール情報のソ
フトウェアの入れ替え時間などの情報もクライアントへ
送信される。
First, a description will be given of a conventional software version management system in which the former schedule function and the retry function in the event of software distribution failure are used to ensure that the versions of the entire system match, with reference to the drawings. FIG. 8 is a flowchart showing a system operation flow in a conventional software version management method. After setting the schedule information such as the distribution destination and the replacement time of the software to be distributed (step S801), the software distribution server performs a software distribution process to the distribution destination client according to the set schedule information, and replaces the software with the client. The file is distributed (step S802). At this time, information such as the software replacement time of the set schedule information is also transmitted to the client.

【0004】クライアントは、ソフトウェア配布サーバ
から配信されたソフトウェア入れ替え用ファイルを受信
すると(ステップS803)、ソフトウェア入れ替え用
ファイルの受信結果をソフトウェア配布サーバへ通知す
る(ステップS804)。クライアントは、ソフトウェ
ア配布サーバから配信されたソフトウェア入れ替え用フ
ァイルを受信し、ソフトウェア入れ替え用ファイルの受
信が正常に行なわれた場合、ソフトウェア配布サーバか
ら送信され受信したスケジュール情報のソフトウェアの
入れ替え時間などの情報に従って、ソフトウェアの入れ
替え処理を実施する(ステップS805)。
[0004] Upon receiving the software replacement file distributed from the software distribution server (step S803), the client notifies the software distribution server of the reception result of the software replacement file (step S804). The client receives the software replacement file distributed from the software distribution server, and when the software replacement file is normally received, information such as the software replacement time in the schedule information transmitted and received from the software distribution server. , A software replacement process is performed (step S805).

【0005】クライアントは、ソフトウェア入れ替え処
理の結果をソフトウェア配布サーバへ通知する(ステッ
プS806)。ソフトウェア配布サーバは、クライアン
トから通知されたソフトウェア入れ替え用ファイル受信
確認結果とソフトウェア入れ替え処理結果のソフトウェ
ア配布結果を受信し(ステップS807)、受信したソ
フトウェア配布結果を基にソフトウェア配布が正常に処
理されたか否かを判断する(ステップS808)。
[0005] The client notifies the software distribution server of the result of the software replacement process (step S806). The software distribution server receives the software replacement file reception confirmation result and the software replacement processing result notified from the client (step S807), and based on the received software distribution result, determines whether the software distribution is normally processed. It is determined whether or not it is (step S808).

【0006】ソフトウェア配布サーバは、ソフトウェア
配布が正常に処理されず失敗していると判断した場合
(ステップS808)、設定したスケジュール情報を変
更せずに、再度クライアントへソフトウェアを配信する
(ステップS802)。一方、ソフトウェア配布サーバ
は、ソフトウェア配布が正常に処理されたと判断した場
合(ステップS808)、他に入れ替え対象ソフトウェ
アがあるか否かを判断し(ステップS809)、ある場
合は、次のソフトウェアの処理に戻り(ステップS80
1)、ない場合は、処理を終了する。
When the software distribution server determines that the software distribution has not been processed normally and has failed (step S808), the software distribution server distributes the software to the client again without changing the set schedule information (step S802). . On the other hand, when the software distribution server determines that the software distribution has been normally processed (step S808), it determines whether there is any other software to be replaced (step S809). (Step S80)
1) If not, the process ends.

【0007】この従来のソフトウェアのバージョン管理
方式では、配布サーバ側で設定したスケジュール情報に
従ってクライアントが定期的にソフトウェアを入れ替え
たり、配布サーバからのソフトウェア配布を失敗した時
やクライアントがソフトウェアの入れ替えを失敗した
時、再度配布サーバからソフトウェアを配信してソフト
ウェアの入れ替え処理を行なうものである。
In this conventional software version control system, when a client periodically replaces software according to schedule information set on the distribution server side, fails when software distribution from the distribution server fails, or when the client fails to replace software. Then, the software is distributed again from the distribution server to perform the software replacement process.

【0008】次に、前述した後者の定期的にバージョン
のチェックを行なってバージョンの不一致を検出した際
に、ソフトウェアの入れ替えを指示する形態の従来のソ
フトウェアのバージョン管理方式について、以下に図面
を用いて説明する。図9は従来のソフトウェアのバージ
ョン管理方式におけるシステム動作フローを示すフロー
チャートである。クライアントは、定期的にバージョン
チェックに必要な情報を設定し、設定した情報を基に定
期的にソフトウェアのバージョンチェックをバージョン
管理サーバへ依頼する(ステップS901)。この時、
クライアントは、クライアントのソフトウェアのバージ
ョン情報やソフトウェアのバージョンチェック要求情報
などをバージョン管理サーバへ送信する。
Next, a description will be given of a conventional software version management method in which a software replacement is instructed when the latter version is periodically checked and a version mismatch is detected, with reference to the drawings. Will be explained. FIG. 9 is a flowchart showing a system operation flow in a conventional software version management method. The client periodically sets information required for the version check, and periodically requests the version management server to check the version of the software based on the set information (step S901). At this time,
The client transmits the version information of the client's software, the software version check request information, and the like to the version management server.

【0009】バージョン管理サーバは、クライアントか
らソフトウェアのバージョンチェック要求を受け付ける
と(ステップS902)、バージョン管理データベース
に管理しているバージョン情報を基に、クライアントの
ソフトウェアのバージョン情報をチェックして、バージ
ョンの整合性を確認する(ステップS903)。バージ
ョン管理サーバは、バージョン・チェックの結果情報を
クライアントへ送信して応答する(ステップS90
4)。
When the version management server receives a software version check request from the client (step S902), the version management server checks the software version information of the client based on the version information managed in the version management database, and checks the version of the software. The consistency is confirmed (step S903). The version management server responds by transmitting the version check result information to the client (step S90).
4).

【0010】クライアントは、バージョン管理サーバか
ら送信されるバージョン・チェック結果情報を受信する
と(ステップS905)、受信したバージョン・チェッ
ク結果情報を基に、クライアントのソフトウェアのバー
ジョンがバージョン管理サーバで管理されているソフト
ウェアのバージョンと一致しているか否か、即ち、ソフ
トウェアの入れ替えが必要であるか否かを判断する(ス
テップS906)。
When the client receives the version check result information transmitted from the version management server (step S905), the version of the client software is managed by the version management server based on the received version check result information. It is determined whether or not the version of the software is the same, that is, whether or not the software needs to be replaced (step S906).

【0011】クライアントは、クライアントのソフトウ
ェアのバージョンがバージョン管理サーバで管理されて
いるバージョンと一致して、クライアントのソフトウェ
アの入れ替えが必要でないと判断すると(ステップS9
06)、そのまま処理を終了する。一方、クライアント
は、クライアントのソフトウェアのバージョンがバージ
ョン管理サーバで管理されているバージョンと一致せ
ず、クライアントのソフトウェアの入れ替えが必要であ
ると判断すると(ステップS906)、ソフトウェア入
れ替え用ファイルの配信をソフトウェア配布サーバへ要
求する(ステップS907)。
If the client software version matches the version managed by the version control server and determines that the client software does not need to be replaced (step S9).
06), the process is terminated as it is. On the other hand, if the client determines that the version of the software of the client does not match the version managed by the version management server and that the replacement of the software of the client is necessary (step S906), the distribution of the software replacement file is performed by the software. A request is made to the distribution server (step S907).

【0012】ソフトウェア配布サーバは、クライアント
からのソフトウェア配信要求に従ったスケジュール情報
を設定し(ステップS908)、設定したスケジュール
情報を基に、配信要求元のクライアントへソフトウェア
入れ替え用ファイルを配信する(ステップS909)。
この時、設定したスケジュール情報のソフトウェアの入
れ替え時間などの情報もクライアントへ送信される。
The software distribution server sets schedule information according to the software distribution request from the client (step S908), and distributes the software replacement file to the distribution requesting client based on the set schedule information (step S908). S909).
At this time, information such as the software replacement time of the set schedule information is also transmitted to the client.

【0013】クライアントは、ソフトウェア配布サーバ
から配信されたソフトウェア入れ替え用ファイルを受信
すると(ステップS910)、受信したスケジュール情
報の入れ替え時間などの情報に従って、ソフトウェア入
れ替え処理を実施する(ステップS911)。
When the client receives the software replacement file distributed from the software distribution server (step S910), the client performs a software replacement process according to information such as the replacement time of the received schedule information (step S911).

【0014】この従来のソフトウェアのバージョン管理
方式では、定期的にクライアント側からバージョン管理
サーバへソフトウェアのバージョンチェックを要求し、
クライアントのバージョンがバージョン管理サーバのバ
ージョンと一致していないと、クライアントがソフトウ
ェア配布サーバから入れ替え処理用のソフトウェアを貰
ってソフトウェアの入れ替え処理を行なうものである。
In this conventional software version management system, a client periodically requests a version management server to check a software version,
If the version of the client does not match the version of the version management server, the client receives software for replacement processing from the software distribution server and performs software replacement processing.

【0015】[0015]

【発明が解決しようとする課題】上記した前者の従来の
ソフトウェアのバージョン管理方式では、配布サーバ側
で設定したスケジュール情報に従ってクライアントが定
期的にソフトウェアを入れ替えることができるととも
に、配布サーバからのソフトウェア配布を失敗した時や
クライアントがソフトウェアの入れ替えを失敗した時、
再度配布サーバからソフトウェアを配信してソフトウェ
アの入れ替え処理を行なうことができるが、クライアン
ト側へのソフトウェア配布完了前にクライアント・プロ
グラムが実行された際、サーバ・プログラムとの間での
バージョン一致は保証されておらず、また、バージョン
不一致検出時も、クライアントのソフトウェアの入れ替
え実施は、クライアント・プログラム起動のタイミング
では行なえない。このため、ソフトウェア実行時にバー
ジョン不一致による不整合が生じて、安定したシステム
動作を行ない難いという問題があった。
According to the former conventional software version control method described above, the client can periodically exchange software according to schedule information set on the distribution server side, and the software distribution from the distribution server can be performed. Failed or the client failed to replace the software,
The software can be replaced again by distributing the software from the distribution server, but if the client program is executed before the software distribution to the client is completed, the version match with the server program is guaranteed. Also, even when the version mismatch is detected, the replacement of the client software cannot be performed at the timing of starting the client program. For this reason, there is a problem that inconsistency due to version mismatch occurs at the time of software execution, and it is difficult to perform a stable system operation.

【0016】また、この前者の従来のソフトウェアのバ
ージョン管理方式では、ネットワークエラー等が生じた
時、配布サーバから入れ替え用のソフトウェアを貰えな
くなることがあるため、ソフトウェアの入れ替えを行な
えなくなることがあるという問題があった。
Further, in the former conventional version control method of software, when a network error or the like occurs, the software for replacement may not be obtained from the distribution server, and thus the software may not be replaced. There was a problem.

【0017】上記した後者のソフトウェアのバージョン
管理方式では、定期的にクライアント側からバージョン
管理サーバへソフトウェアのバージョンチェックを要求
し、クライアントのバージョンがバージョン管理サーバ
のバージョンと一致していない時、クライアントがソフ
トウェア配布サーバから入れ替え処理用のソフトウェア
を貰ってソフトウェアの入れ替え処理を行なうことがで
きるが、定期的にクライアントのソフトウェアのバージ
ョンチェックを行なっているのであって、クライアント
のソフトウェアを実行する時に、ソフトウェアの入れ替
えを必ずしも行なっているのではないため、クライアン
トのソフトウェアを実行する時に、常にバージョンを一
致させ難い。このため、ソフトウェア実行時にバージョ
ン不一致による不整合が生じて、安定したシステム動作
を行ない難いという問題があった。
In the latter software version control method, the client periodically requests the version control server to check the software version, and when the client version does not match the version control server version, the client The software replacement process can be performed by receiving the software for the replacement process from the software distribution server. However, the software version of the client is regularly checked. Since the replacement is not always performed, it is difficult to always match the versions when executing the client software. For this reason, there is a problem that inconsistency due to version mismatch occurs at the time of software execution, and it is difficult to perform a stable system operation.

【0018】また、この後者のソフトウェアのバージョ
ン管理方式では、バージョンチェックの方式についても
単純な一致検索を行なっており、異なるバージョン間で
互換性の保証されたソフトウェアの入れ替えや、複数の
バージョンの異なるクライアントアプリケーションとサ
ーバとの複雑な関係に対応することができていなかっ
た。
In the latter software version management method, a simple match search is also performed for the version check method, so that software whose compatibility is guaranteed between different versions is exchanged or a plurality of different versions are different. It was not able to handle the complicated relationship between the client application and the server.

【0019】また、この後者のソフトウェアのバージョ
ン管理方式では、ネットワークエラー等が生じた時、配
布サーバから入れ替え用のソフトウェアを貰えなくなる
ことがあるため、ソフトウェアの入れ替えを行なえなく
なることがあるという問題があった。
Further, in the latter software version control system, when a network error or the like occurs, it may become impossible to obtain replacement software from the distribution server, so that the software may not be replaced. there were.

【0020】そこで、本発明は、クライアントのソフト
ウェアを実行する時、実行するクライアントのソフトウ
ェアのバージョンを確実に合わせて、バージョン不一致
による不整合を起こらないようにして安定したシステム
動作を実現することができるとともに、ネットワークエ
ラーが生じても、バージョン不一致だったクライアント
のソフトウェアを確実に入れ替えることができるネット
ワークシステムのソフトウェア・バージョン管理方式を
提供することを目的とする。
In view of the above, the present invention realizes a stable system operation by executing the software of a client without fail by matching the versions of the software of the client to be executed to prevent inconsistency due to version mismatch. It is another object of the present invention to provide a software version management method for a network system capable of reliably replacing software of a client whose version does not match even if a network error occurs.

【0021】[0021]

【課題を解決するための手段】請求項1記載の発明は、
クライアントとサーバがネットワークを介して接続され
たネットワークシステムのソフトウェア・バージョン管
理方式において、バージョンチェックに必要なクライア
ント・プログラムのバージョン情報を設定するバージョ
ン情報設定手段と、設定したバージョン情報をサーバへ
転送してクライアント・プログラムのバージョンチェッ
ク要求を行なうバージョンチェック要求手段とをクライ
アントに設け、クライアントから転送されるクライアン
ト・プログラムのバージョン情報を受信して、バージョ
ンチェック要求を受け付けるバージョンチェック要求受
け付け手段と、サーバ・プログラムのバージョン情報を
格納するバージョン情報格納手段と、受信したクライア
ント・プログラムのバージョン情報とバージョン情報格
納手段から読み出したサーバ・プログラムのバージョン
情報とを比較して、クライアント・プログラムとサーバ
・プログラムのバージョンチェックを行なうバージョン
チェック手段と、バージョンチェック結果をクライアン
トへ転送するバージョンチェック結果転送手段とをサー
バに設け、サーバから転送されるバージョンチェック結
果に基づいて、クライアント・プログラムのバージョン
がサーバ・プログラムのバージョンと一致していないか
を判断するバージョン不一致判断手段と、バージョンが
一致していないと判断した場合、バージョンが一致して
いないクライアント・プログラムをサーバ・プログラム
のバージョンと一致するように入れ替えるプログラム入
れ替え手段と、入れ替えたクライアント・プログラムを
実行するプログラム実行手段とをクライアントに設ける
ことを特徴とするものである。
According to the first aspect of the present invention,
In a software version management method of a network system in which a client and a server are connected via a network, version information setting means for setting version information of a client program required for version checking, and transferring the set version information to the server. Version check request means for making a version check request of the client program by receiving the version information of the client program transferred from the client and receiving the version check request; Version information storage means for storing the version information of the program, and version information of the received client program and read from the version information storage means Version checking means for comparing the version information of the server program with the version information of the server program, and version checking result transferring means for transferring the version checking result to the client; Version mismatch checking means for determining whether the version of the client program does not match the version of the server program based on the version check result transferred from The program switching means for replacing the mismatched client program with the version of the server program and the program executing means for executing the replaced client program are clicked. It is characterized in that provided on Ianto.

【0022】請求項2記載の発明は、上記請求項1記載
の発明において、バージョンチェック要求を行なう前
に、バージョンチェックのタイミングを指定するタイミ
ング指定手段と、指定したバージョンチェックのタイミ
ングに達したかを判断するタイミング判断手段とをクラ
イアントに設け、前記バージョンチェック要求手段が、
指定したバージョンチェックのタイミングに達したと判
断した場合、設定したクライアント・プログラムのバー
ジョン情報をサーバへ転送してバージョンチェック要求
を行なうことをを特徴とするものである。
According to a second aspect of the present invention, in the first aspect of the present invention, before the version check request is made, a timing designating means for designating a version check timing, and whether the designated version check timing has been reached. The client is provided with timing determination means for determining
If it is determined that the specified version check timing has been reached, the set version information of the client program is transferred to the server and a version check request is made.

【0023】請求項3記載の発明は、上記請求項1,2
の何れかに記載の発明において、バージョンチェックを
行なう前に、バージョンチェックに用いるバージョンチ
ェック情報を設定するチェック情報設定手段をサーバに
設け、前記バージョンチェック手段が、設定したバージ
ョンチェック情報に基づいてバージョンチェックを行な
うことを特徴とするものである。
The third aspect of the present invention is directed to the first and second aspects.
In the invention according to any one of the above, before performing the version check, a check information setting means for setting version check information used for the version check is provided in the server, and the version check means performs a version check based on the set version check information. A check is performed.

【0024】請求項4記載の発明は、上記請求項1,2
の何れかに記載の発明において、バージョンチェックを
行なう前に、バージョンチェック時のチェックロジック
を設定するロジック設定手段をサーバに設け、前記バー
ジョンチェック手段が、設定したチェックロジックに基
づいてバージョンチェックを行なうことを特徴とするも
のである。
The invention described in claim 4 is the above-mentioned claim 1 or 2.
In the invention according to any one of the above, before performing the version check, a logic setting means for setting a check logic at the time of the version check is provided in the server, and the version check means performs the version check based on the set check logic. It is characterized by the following.

【0025】請求項5記載の発明は、上記請求項1,2
記載の何れかに記載の発明において、バージョンチェッ
クを行なう前に、関連するソフトウェア間の依存関係を
設定する依存関係設定手段をサーバに設け、前記バージ
ョンチェック手段が、設定した関連するソフトウェア間
の依存関係に基づいてバージョンチェックを行なうこと
を特徴とするものである。
The fifth aspect of the present invention is directed to the first and second aspects.
In the invention according to any one of the above aspects, before performing a version check, a dependency setting unit that sets a dependency relationship between related software is provided in the server, and the version check unit sets a dependency between the set related software. It is characterized in that version checking is performed based on the relationship.

【0026】請求項6記載の発明は、上記請求項1〜5
の何れかに記載の発明において、クライアント・プログ
ラムを入れ替える前に、クライアント・プログラムを入
れ替えるタイミングを設定するタイミング設定手段と、
設定したクライアント・プログラムの入れ替えタイミン
グに達したかを判断するタイミング判断手段とをクライ
アントに設け、前記プログラム入れ替え手段が、設定し
たクライアント・プログラムの入れ替えタイミングに達
したと判断した場合、クライアント・プログラムを入れ
替えることを特徴とするものである。
The invention according to claim 6 is the invention according to claims 1 to 5 above.
In the invention according to any one of the above, before replacing the client program, timing setting means for setting the timing of replacing the client program,
A timing determining means for determining whether the set client program replacement timing has been reached is provided in the client, and when the program replacement means determines that the set client program replacement timing has been reached, the client program is switched It is characterized by being replaced.

【0027】請求項7記載の発明は、上記請求項1〜5
の何れかに記載の発明において、クライアント・プログ
ラムを入れ替える前に、クライアント・プログラムの入
れ替え条件を設定する入れ替え条件設定手段をクライア
ントに設け、前記プログラム入れ替え手段が、設定した
クライアント・プログラムの入れ替え条件に基づいてク
ライアント・プログラムを入れ替えることを特徴とする
ものである。
[0027] The invention of claim 7 provides the above-mentioned claims 1 to 5.
In the invention according to any one of the above, before the client program is replaced, a replacement condition setting means for setting a replacement condition of the client program is provided in the client, and the program replacement means is adapted to the set replacement condition of the client program. It is characterized in that the client program is replaced based on this.

【0028】請求項8記載の発明は、上記請求項1〜5
の何れかに記載の発明において、クライアント・プログ
ラムを入れ替える前に、クライアント・プログラムの入
れ替え対象を選択する入れ替え対象選択手段をクライア
ントに設け、前記プログラム入れ替え手段が、選択した
クライアント・プログラムの入れ替え対象に基づいてク
ライアント・プログラムを入れ替えることを特徴とする
ものである。
[0028] The invention of claim 8 provides the above-mentioned claims 1-5.
In the invention according to any one of the above, before replacing the client program, a replacement target selection means for selecting a replacement target of the client program is provided in the client, the program replacement means, the replacement target of the selected client program It is characterized in that the client program is replaced based on this.

【0029】[0029]

【発明の実施の形態】以下、本発明の実施の形態を図面
を参照して説明する。 実施の形態1.図1は本発明に係る実施の形態1のネッ
トワークシステムのソフトウェア・バージョン管理方式
のシステム構成を示すブロック図である。ネットワーク
システムのマシン構成は、任意の台数のサーバ・マシン
1及びクライアント・マシン2からなり、各コンピュー
タは、LAN等の通信媒体3を介してネットワークに接
続されている。サーバ・マシン1は、アプリケーション
・プログラムのまとまりであるソフトウェア・パッケー
ジ4を格納するための磁気ディスク装置5と、バージョ
ン情報を管理するバージョン管理データベース6を格納
するための磁気ディスク装置7とを有する。
Embodiments of the present invention will be described below with reference to the drawings. Embodiment 1 FIG. FIG. 1 is a block diagram showing a system configuration of a software version management system of a network system according to a first embodiment of the present invention. The machine configuration of the network system includes an arbitrary number of server machines 1 and client machines 2, and each computer is connected to a network via a communication medium 3 such as a LAN. The server machine 1 has a magnetic disk device 5 for storing a software package 4 as a set of application programs, and a magnetic disk device 7 for storing a version management database 6 for managing version information.

【0030】次に、ソフトウェア構成について説明す
る。まず、サーバ・マシン1側のバージョン管理に関す
るソフトウェアは、各ネットワーク上の各ソフトウェア
のバージョン情報を記録するバージョン管理データベー
ス6と、クライアント・マシン2によるバージョン・チ
ェック要求を受け付けるバージョン管理サーバ・プログ
ラム8と、バージョン・チェック方法に関して規定した
アクション記述ファイル9とから構成される。
Next, the software configuration will be described. First, software related to version control on the server machine 1 includes a version management database 6 that records version information of each software on each network, and a version management server program 8 that receives a version check request from the client machine 2. , An action description file 9 that defines the version check method.

【0031】クライアント・マシン2側のバージョン管
理に関するソフトウェアは、バージョン管理サーバ・プ
ログラム8に対するバージョン・チェック要求前後のソ
フトウェアの動作を規定するアクション記述ファイル1
1と、バージョン・チェック要求を発行するバージョン
管理クライアント・プログラム12とから構成される。
The software related to version management on the client machine 2 side is an action description file 1 that defines the operation of the software before and after a version check request to the version management server program 8.
1 and a version management client program 12 that issues a version check request.

【0032】分散システム環境下で動作するアプリケー
ションは、アプリケーションクライアント・プログラム
13及びアプリケーションサーバ・プログラム14であ
る。クライアント・プログラム13の起動は、バージョ
ン管理クライアント・プログラム12を通して行なわれ
る。ソフトウェアの配布及びバージョンチェック後のソ
フトウェアの入れ替えは、サーバ・マシン1側の配信プ
ログラム16がソフトウェア・パッケージ4を、クライ
アント・マシン2側の配信プログラム217に送ること
により行なわれる。
The applications operating in the distributed system environment are an application client program 13 and an application server program 14. The activation of the client program 13 is performed through the version management client program 12. The software distribution and the software replacement after the version check are performed by the distribution program 16 of the server machine 1 sending the software package 4 to the distribution program 217 of the client machine 2.

【0033】次に、アクション記述ファイルの構成につ
いて説明する。図2は図1に示すクライアント・マシン
2上のアクション記述ファイル11の構成を示す図であ
る。クライアント・マシン2上のアクション記述ファイ
ル11には、バージョン・チェックを行なうタイミング
に関する記述211と、バージョン・チェックによりク
ライアント・プログラムとサーバ・プログラムの間でバ
ージョンが異なっていることが判った後のソフトウェア
入れ替え方法に関する記述212を行なう。ソフトウェ
ア入れ替え方法としては、ソフトウェアをいつ入れ替え
るか、どのソフトウェアを入れ替えるか等の情報が定義
されている。
Next, the structure of the action description file will be described. FIG. 2 is a diagram showing a configuration of the action description file 11 on the client machine 2 shown in FIG. The action description file 11 on the client machine 2 includes a description 211 relating to the timing at which a version check is performed, and software after the version check reveals that the versions differ between the client program and the server program. A description 212 regarding the replacement method is made. As the software replacement method, information such as when to replace software, which software to replace, and the like are defined.

【0034】次に、図3は図1に示すサーバ・マシン1
上のアクション記述ファイル9の構成を示す図である。
サーバ・マシン1上のアクション記述ファイル9には、
ソフトウェアのバージョン・チェック方法に関する記述
411を行なう。クライアント側/サーバ側何れのアク
ション記述ファイル9,11とも、“Product”
221、321及び“Program”222、322
というタグ名を有する。
Next, FIG. 3 shows the server machine 1 shown in FIG.
FIG. 3 is a diagram showing a configuration of an action description file 9 above.
The action description file 9 on the server machine 1 contains
A description 411 relating to a software version check method is made. “Product” is used for both the action description files 9 and 11 on the client side and the server side.
221, 321 and "Program" 222, 322
Tag name.

【0035】“Program”は、個々のアプリケー
ション・プログラムを意味し、“Program”に引
続き該当するプログラム名を記述する。“Produc
t”は、プログラムの集まりを意味し、このプログラム
の集まりは、通常、業務単位に設定されるものであり、
“Product”に引続きプロダクト名を記述する。
個々の“Product”タグ内には、複数の“Pro
gram”タグを記述することができる。これは、“P
roduct”に含まれるアプリケーション・プログラ
ム毎に、固有のバージョン・チェック方法を提供するた
めのものである。
"Program" means an individual application program, and the corresponding program name is described following "Program". “Produc
t "means a group of programs, and the group of programs is usually set in business units,
The product name is described following "Product".
Within each "Product" tag, multiple "Pro"
A "gram" tag can be described.
This is to provide a unique version checking method for each application program included in “product”.

【0036】クライアント・マシン2側のアクション記
述ファイル11の構成は、該当するプロダクトに関して
バージョンチェック前の条件及び不一致検出後の処理に
関するデフォルトの動作を規定する部分213と、ある
プロダクト中に含まれるプログラムのうちデフォルトの
対処方法を用いないものに関する記述を行なう部分21
4とからなる。
The configuration of the action description file 11 on the client machine 2 side includes a part 213 for specifying conditions before version check and a default operation for processing after mismatch detection for a corresponding product, and a program included in a certain product. Part 21 that describes the one not using the default coping method
4

【0037】サーバ・マシン1側のアクション記述ファ
イル11の構成は、該当するプロダクトに関して、バー
ジョン不一致のチェック及びその後の動作に関するデフ
ォルトの動作を規定する部分311と、あるプロダクト
中に含まれるプログラムのうちデフォルトのチェック方
法を用いないものに関する記述を行なう部分312とか
らなる。本発明によるバージョン管理方法は、プロダク
ト/プログラム何れの単位での管理とも可能である。
The action description file 11 of the server machine 1 has a structure 311 for checking a version mismatch and a default operation relating to the subsequent operation of the relevant product, and a program 3 included in a certain product. And a part 312 for describing a device that does not use the default check method. The version management method according to the present invention is capable of managing products or programs.

【0038】次に、図4は本発明に係る実施の形態1の
ネットワークシステムのソフトウェア・バージョン管理
方式におけるシステム動作フローを示すフローチャート
である。サーバ・マシン1側のバージョン管理サーバ・
プログラム8は、任意のタイミングでクライアント・マ
シン2からのバージョンチェック要求を受け付けるため
に常に動作し、クライアント・マシン2からのバージョ
ンチェック要求を待つ。クライアント・プログラム13
の起動は、バージョン管理クライアント・プログラム1
2を通して行なわれる。
FIG. 4 is a flowchart showing a system operation flow in the software version management system of the network system according to the first embodiment of the present invention. Version control server on server machine 1
The program 8 always operates to receive a version check request from the client machine 2 at an arbitrary timing, and waits for a version check request from the client machine 2. Client program 13
Is started by the version control client program 1.
2 is performed.

【0039】クライアント・マシン2のバージョン管理
クライアント・プログラム12は、起動されると、ま
ず、アクション記述ファイル11を読み込む(ステップ
S1)。バージョン管理クライアント・プログラム12
は、アクション記述ファイル11を読み込んだ結果、ア
プリケーション実行のためのバージョンチェックが必要
であると判断した場合(ステップS2)、自プログラム
のバージョン番号、アプリケーション名、プロダクト名
等のバージョンチェックに必要なバージョン情報を設定
し、設定したバージョン情報をサーバ・マシン1のバー
ジョン管理サーバ・プログラム8へを転送して、バージ
ョンチェック要求を行なう(ステップS3)。
When the version management client program 12 of the client machine 2 is started, it first reads the action description file 11 (step S1). Version control client program 12
Reads the action description file 11 and determines that it is necessary to check the version for executing the application (step S2). If the version is required for checking the version number of the own program, the application name, the product name, etc. The information is set, the set version information is transferred to the version management server program 8 of the server machine 1, and a version check request is made (step S3).

【0040】サーバ・マシン1のバージョン管理サーバ
・プログラム8は、クライアント・マシン2から転送さ
れるバージョン情報を受信して、バージョン・チェック
要求を受け付けると(ステップS4)、サーバ・マシン
1上のアクション記述ファイル9を読み込む(ステップ
S5)。そして、バージョン管理サーバ・プログラム8
は、アクション記述ファイル9内に記述されたチェック
方法に従い、クライアント・プログラム13とサーバ・
プログラム14間のバージョン・チェック処理を行ない
(ステップS6)、クライアント・プログラム13とサ
ーバ・プログラム14が同一バージョンであるか否かの
バージョンチェック結果を、バージョンチェック要求元
のクライアント・マシン2のバージョン管理クライアン
ト・プログラム12へ返す(ステップS7)。
When the version management server program 8 of the server machine 1 receives the version information transferred from the client machine 2 and receives a version check request (step S4), the action on the server machine 1 is performed. The description file 9 is read (step S5). And the version control server program 8
According to the check method described in the action description file 9, the client program 13 and the server
A version check process between the programs 14 is performed (step S6), and a version check result of whether or not the client program 13 and the server program 14 are the same version is used as the version management of the client machine 2 which has issued the version check. It returns to the client program 12 (step S7).

【0041】クライアント・マシン2のバージョン管理
クライアント・プログラム12は、サーバ・マシン1か
ら転送されるバージョンチェック結果を受信し(ステッ
プS8)、クライアント・プログラムとサーバ・プログ
ラムのバージョンが一致である旨のバージョンチェック
結果の通知を受けた場合(ステップS9)、引続きアプ
リケーションクライアント・プログラム13を起動する
(ステップS10)。
The version management client program 12 of the client machine 2 receives the version check result transferred from the server machine 1 (step S8), and informs that the versions of the client program and the server program match. When the notification of the version check result is received (step S9), the application client program 13 is subsequently started (step S10).

【0042】一方、クライアント・マシン2のバージョ
ン管理クライアント・プログラム12は、クライアント
・プログラム13とサーバ・プログラム14のバージョ
ンが一致していないと判断した場合(ステップS9)、
直ちにソフトウェアの入れ替えを実施するか否かを判断
する(ステップS11)。クライアント・マシン2のバ
ージョン管理クライアント・プログラム12は、直ちに
ソフトウェアの入れ替えを実施すると判断した場合(ス
テップS11)、アクション記述ファイル11に従った
ソフトウェアの入れ替えを実施し(ステップS12)、
アプリケーションクライアント・プログラム13を起動
する(ステップS13)。
On the other hand, when the version management client program 12 of the client machine 2 determines that the versions of the client program 13 and the server program 14 do not match (step S9).
It is determined immediately whether the software replacement is to be performed (step S11). If the version management client program 12 of the client machine 2 determines that the software replacement is to be performed immediately (step S11), the version management client program 12 performs the software replacement according to the action description file 11 (step S12).
The application client program 13 is started (step S13).

【0043】クライアント・マシン2のバージョン管理
クライアント・プログラム12は、直ちにソフトウェア
の入れ替えを実施しないと判断した場合(ステップS1
1)、クライアント・プログラム13の起動を実施する
か否かを判断する(ステップS14)。クライアント・
マシン2のバージョン管理クライアント・プログラム1
2は、クライアント・プログラム13の起動を実施する
と判断した場合(ステップS14)、クライアント・プ
ログラム13の起動を実施し(ステップS15)、アク
ション記述ファイル11に従ったソフトウェア入れ替え
を指示する(ステップS16)。
When the version management client program 12 of the client machine 2 determines that the software is not to be replaced immediately (step S1).
1) It is determined whether to activate the client program 13 (step S14). client·
Version control client program 1 of machine 2
When it is determined that the client program 13 is to be activated (step S14), the client 2 activates the client program 13 (step S15), and instructs software replacement according to the action description file 11 (step S16). .

【0044】このように、本実施の形態では、クライア
ント・マシン2側で、バージョンチェックに必要なクラ
イアント・プログラム13のバージョン情報を設定し、
設定したバージョン情報をサーバ・マシン1へ転送して
バージョンチェック要求を行ない、サーバ・マシン1側
で、クライアント・マシン2から転送されるクライアン
ト・プログラム13のバージョン情報を受信してバージ
ョンチェック要求を受け付け、受信したクライアント・
プログラム13のバージョン情報とバージョン管理デー
タベース6から読み出したサーバ・プログラム14のバ
ージョンチェックを行なった後、そのバージョンチェッ
ク結果をクライアント・マシン2へ転送するように構成
している。更に、本実施の形態では、クライアント・マ
シン2側で、サーバ・マシン1から転送されるバージョ
ンチェック結果に基づいて、クライアント・プログラム
13とサーバ・プログラム14のバージョンが一致して
いないかを判断し、一致していないと判断した場合、バ
ージョンが一致していないクライアント・プログラム1
3をサーバ・プログラム14のバージョンと一致するよ
うに入れ替え、入れ替えたクライアント・プログラム1
3を実行するように構成している。このため、クライア
ント・プログラム13を実行する時、実行するクライア
ント・プログラム13のバージョンをサーバ・プログラ
ム14のバージョンと確実に合わせることができるの
で、クライアント・プログラム13実行時にバージョン
不一致による不整合を起こらないようにすることがで
き、安定したシステム動作を行なうことができる。従っ
て、常にバージョンの一致した環境での処理を保証する
ことができる。
As described above, in the present embodiment, the version information of the client program 13 required for the version check is set on the client machine 2 side.
The set version information is transferred to the server machine 1 to make a version check request, and the server machine 1 receives the version information of the client program 13 transferred from the client machine 2 and receives the version check request. , Received client
After the version information of the program 13 and the version check of the server program 14 read from the version management database 6 are performed, the result of the version check is transferred to the client machine 2. Further, in the present embodiment, the client machine 2 determines whether the versions of the client program 13 and the server program 14 do not match based on the version check result transferred from the server machine 1. If it is determined that they do not match, the client program 1 whose version does not match
3 is replaced with the version of the server program 14, and the replaced client program 1
3 is executed. Therefore, when the client program 13 is executed, the version of the client program 13 to be executed can be surely matched with the version of the server program 14, so that inconsistency due to version mismatch does not occur when the client program 13 is executed. And stable system operation can be performed. Therefore, it is possible to always guarantee processing in an environment where the versions match.

【0045】また、本実施の形態では、クライアント・
マシン2側でバージョン不一致だったクライアント・プ
ログラム13を入れ替えるように構成したため、従来の
配布サーバからソフトウェアを貰って入れ替える場合よ
りも、ネットワークエラーが生じても確実にクライアン
ト・プログラム13を入れ替えることができる。
In this embodiment, the client
Since the client program 13 whose version did not match is replaced on the machine 2 side, the client program 13 can be reliably replaced even if a network error occurs, compared to the case where the software is received from a conventional distribution server and replaced. .

【0046】実施の形態2.本実施の形態は、請求項2
の発明に係る特徴部分のみ説明し、図1,4を参照して
説明する。上記実施の形態1では、クライアント・マシ
ン2側でクライアント・プログラム13のバージョン情
報を設定した後、直ちに設定したバージョン情報をサー
バ・マシン1へ転送してバージョンチェック要求を行な
う場合を説明したが、本実施の形態では、クライアント
・マシン2のアクション記述ファイル11にバージョン
チェックのタイミングを指定しておき、バージョン管理
クライアント・プログラム12により、指定したバージ
ョンチェックのタイミングに達したと判断した場合、設
定したクライアント・プログラム13のバージョン情報
をサーバ・マシン1へ転送してバージョンチェック要求
を行なうように構成する。この場合、指定したタイミン
グでバージョンチェックを行なうことができるので、バ
ージョンチェックを効率よく行なうことができる。以
下、具体的に図面を用いて説明する。
Embodiment 2 This embodiment relates to claim 2
Only the characteristic portions according to the present invention will be described, and description will be made with reference to FIGS. In the first embodiment, a case has been described in which, after setting the version information of the client program 13 on the client machine 2 side, the set version information is immediately transferred to the server machine 1 to make a version check request. In the present embodiment, the version check timing is specified in the action description file 11 of the client machine 2, and when the version management client program 12 determines that the specified version check timing has been reached, the setting is performed. The version information of the client program 13 is transferred to the server machine 1 to make a version check request. In this case, since the version check can be performed at the designated timing, the version check can be performed efficiently. Hereinafter, a specific description will be given with reference to the drawings.

【0047】図5は本発明に係る実施の形態2の図1に
示すアクション記述ファイル11におけるバージョンチ
ェックタイミング設定に関する記述例を示す図である。
アプリケーション実行環境において、クライアント/サ
ーバ間でソフトウェアのバージョンが一致しているか否
かを確実にチェックするためには、アプリケーションの
起動のタイミングでバージョンのチェックを行なえばよ
い。
FIG. 5 is a diagram showing a description example regarding the version check timing setting in the action description file 11 shown in FIG. 1 according to the second embodiment of the present invention.
In the application execution environment, in order to reliably check whether or not the software version is the same between the client and the server, the version may be checked at the time of starting the application.

【0048】しかしながら、アプリケーションによって
は、常に、バージョンのチェックを行なう必要がないこ
とも多い。本実施の形態では、このアプリケーション起
動時のバージョン・チェック処理を実施するタイミング
について、アクション記述ファイル11に従って行なう
ことを特徴としている。アクション記述ファイル11に
は、プログラム起動毎(every)/1日の最初の一
回(1st)/チェック未実施(none)の何れかの
指定を行なう。
However, depending on the application, it is often unnecessary to always check the version. The present embodiment is characterized in that the timing at which the version check process is performed when the application is started is performed according to the action description file 11. In the action description file 11, one of the followings is specified: program startup (every) / first time of the day (1st) / check not performed (none).

【0049】このアクション記述ファイル11のアプリ
ケーション2(app.2)に関しては、プログラム起
動毎にチェックを実施する設定502であり、アプリケ
ーション1(app.1)に関しては、一日の内で最初
の一回目だけチェックを実施する設定501である。こ
の設定の行なわれた状態でのバージョン管理クライアン
ト・プログラム13の動作を、図4のフローチャートを
基に説明する。
For the application 2 (app. 2) of the action description file 11, the setting 502 is to execute a check every time the program is started. For the application 1 (app. 1), the first one in a day is set. This is a setting 501 for performing the check only the first time. The operation of the version management client program 13 in the state where the setting has been performed will be described with reference to the flowchart of FIG.

【0050】クライアント・マシン2のバージョン管理
クライアント・プログラム12は、その起動時に、アク
ション記述ファイル11を読み込み、バージョンチェッ
クを実施するかの情報を、Checkフィールドより得
る。その結果、バージョン管理クライアント・プログラ
ム12は、例えば、図5のアクション記述ファイル11
の設定で、app.2を起動した時のように、バージョ
ンチェックの実施が必要であると判断した場合(ステッ
プS2)、設定したクライアント・プログラムのバージ
ョン情報をサーバ・マシン1のバージョン管理サーバ・
プログラム8へ転送して、バージョンチェック要求を行
なう(ステップS3)。
When the version management client program 12 of the client machine 2 starts, it reads the action description file 11 and obtains information on whether or not to execute a version check from the Check field. As a result, the version management client program 12, for example,
In the setting of app. When it is determined that the version check needs to be performed, such as when the server 2 is started (step S2), the version information of the set client program is stored in the version management server of the server machine 1.
The program is transferred to the program 8, and a version check request is made (step S3).

【0051】一方、クライアント・マシン2のバージョ
ン管理クライアント・プログラム12は、例えば図5の
設定で、app.1を連続して何回か起動した時の2回
目以降の起動時のようにバージョンチェックを行なう必
要がないと判断した場合(ステップS2)、サーバ・マ
シン1のバージョン管理サーバ・プログラム8へのバー
ジョンチェック要求は発行せず、クライアント・プログ
ラム13の起動を行なう(ステップS10)。
On the other hand, the version management client program 12 of the client machine 2 uses, for example, the app. If it is determined that it is not necessary to perform a version check as in the second and subsequent startups when the server 1 is started several times in succession (step S2), the version management server program 8 of the server machine 1 is notified. The client program 13 is started without issuing a version check request (step S10).

【0052】このように、本実施の形態では、クライア
ント・マシン1のアクション記述ファイル11にバージ
ョンチェックのタイミングを指定しておき、バージョン
管理クライアント・プログラム12により、指定したバ
ージョンチェックのタイミングに達したと判断した場
合、設定したクライアント・プログラムのバージョン情
報をサーバ・マシン1へ転送してバージョンチェック要
求を行なうように構成することにより、指定したタイミ
ングでバージョンチェックを行なうことができるので、
バージョンチェックを効率よく行なうことができる。例
えば、アプリケーション起動の度にバージョンチェック
の実施やソフトウェアのダウンロードを行なわないで済
ませることができる。このため、システムの運用上不必
要なバージョンチェックを行なわないで済ませることが
できるので、性能の劣化や不用意な負荷の増大を防ぐこ
とができる。
As described above, in this embodiment, the version check timing is specified in the action description file 11 of the client machine 1 and the specified version check timing is reached by the version management client program 12. If it is determined that the version information of the set client program is transferred to the server machine 1 and a version check request is made, the version check can be performed at the designated timing.
Version checking can be performed efficiently. For example, it is not necessary to perform a version check or download software every time the application is started. For this reason, it is not necessary to perform a version check that is unnecessary for the operation of the system, so that it is possible to prevent the performance from being degraded and the load from being carelessly increased.

【0053】実施の形態3.本実施の形態は、請求項3
の発明に係る特徴部分のみを説明し、図1,4,6を参
照して説明する。上記実施の形態1では、バージョン管
理サーバ・プログラム8により、クライアント・マシン
2からバージョンチェック要求を受け付けると、受信し
たクライアント・プログラムのバージョン情報とバージ
ョン管理データベース6から読み出したサーバ・プログ
ラムのバージョン情報とを比較してバージョンチェック
を行なう場合を説明したが、本実施の形態では、バージ
ョンチェックを行なう前に、サーバ・マシン1のアクシ
ョン記述ファイル9にバージョンチェックに用いるバー
ジョンチェック情報を設定しておき、バージョン管理サ
ーバ・プログラム8により、アクション記述ファイル9
から読み出したバージョンチェック情報に基づいてバー
ジョンチェックを行なう(ステップS5、S6)ように
構成する。この場合、設定したバージョンチェック情報
に基づいてバージョンチェックを行なうことができるの
で、ソフトウェアに合わせた柔軟なバージョン解釈方法
を指定することができる。以下、具体的に図面を用いて
説明する。
Embodiment 3 This embodiment relates to claim 3
Only the features according to the present invention will be described, and will be described with reference to FIGS. In the first embodiment, when a version check request is received from the client machine 2 by the version management server program 8, the received version information of the client program and the version information of the server program read from the version management database 6 are transmitted. In the present embodiment, the version check information used for the version check is set in the action description file 9 of the server machine 1 before performing the version check. The action description file 9 is generated by the version management server program 8.
The system is configured to perform a version check based on the version check information read from (steps S5 and S6). In this case, since the version check can be performed based on the set version check information, a flexible version interpretation method suitable for the software can be designated. Hereinafter, a specific description will be given with reference to the drawings.

【0054】図6は本発明に係る実施の形態3の図1に
示すアクション記述ファイル9の内容を示す図である。
ソフトウェアのバージョンをチェックする際、チェック
の基準となる情報としては大きく、このチェック基準と
なる情報には、ファイルの作成日付(“date”)、
ファイル名(例えば、バージョンを含んだプロダクト名
の場合)、ファイルやモジュール中に埋め込まれたバー
ジョン情報(“revision”)、そして、バージ
ョン管理データベース6への登録内容(“confi
g”)、例えば、プロダクトやアプリケーション群をま
とめて版管理する場合)等が挙げられる。
FIG. 6 is a diagram showing the contents of the action description file 9 shown in FIG. 1 according to the third embodiment of the present invention.
When checking the software version, the information used as a reference for the check is large. The information used as the check criterion includes a file creation date (“date”),
A file name (for example, in the case of a product name including a version), version information (“revision”) embedded in a file or a module, and registration contents in the version management database 6 (“config”
g "), for example, when a product or application group is collectively version-managed).

【0055】しかしながら、バージョンチェックの基準
となる情報は多いものの、それらを結合してバージョン
チェックを行なうのは困難である。本実施の形態は、
“Information”フィールド611,616
にファイル作成日付(“date”)/ソフトウェアに
埋め込まれた版情報(“revision”)/バージ
ョン管理データベース6の登録内容(“confi
g”)の何れかを記述することにより、バージョンチェ
ックに用いる情報を設定する。
However, although there is a lot of information serving as a reference for the version check, it is difficult to perform a version check by combining them. In this embodiment,
“Information” fields 611 and 616
File creation date (“date”) / version information embedded in the software (“revision”) / contents registered in version management database 6 (“confi
g ”), the information used for the version check is set.

【0056】例えば、図6では、プロダクトPRO1に
関して、Informationフィールドに“con
fig”が記述されていることから、バージョン管理デ
ータベース6を基にしたバージョン・チェックを優先す
ることになる。バージョン管理サーバ・プログラム8
は、このInformationに記述の情報を基に、
バージョンの比較を行なう。図6の例の場合、例えばク
ライアント・プログラム13とサーバ・プログラム14
のモジュールの中に含まれたバージョン(revisi
on)に相違があっても、バージョン管理データベース
6の登録内容に相違がなければ、クライアント・プログ
ラム13とサーバ・プログラム14間にバージョンの相
違はないものと判断される。
For example, in FIG. 6, regarding the product PRO1, "con" is added to the Information field.
Since the “fig” is described, the version check based on the version management database 6 has priority. The version management server program 8
Is based on the information described in this Information
Perform version comparison. In the case of the example of FIG. 6, for example, the client program 13 and the server program 14
Version included in the module (revisi
Even if there is a difference in on), if there is no difference in the registered contents of the version management database 6, it is determined that there is no difference between the client program 13 and the server program 14.

【0057】このように、本実施の形態では、バージョ
ンチェックを行なう前に、サーバ・マシン1のアクショ
ン記述ファイル9にバージョンチェックに用いるバージ
ョンチェック情報を設定しておき、バージョン管理サー
バ・プログラム8により、この設定したバージョンチェ
ック情報に基づいてバージョンチェックを行なうように
構成することにより、設定したバージョンチェック情報
に基づいてバージョンチェックを行なうことができるの
で、ソフトウェアに合わせた柔軟なバージョン解釈方法
を指定することができる。このため、ソフトウェアによ
って異なるバージョン情報に対応することができるの
で、効率の良いシステム運用を実現することができる。
As described above, in this embodiment, before performing the version check, the version check information used for the version check is set in the action description file 9 of the server machine 1, and the version management server program 8 Since the version check is performed based on the set version check information, the version check can be performed based on the set version check information. Therefore, a flexible version interpretation method suitable for the software is specified. be able to. For this reason, different version information can be dealt with by software, and efficient system operation can be realized.

【0058】実施の形態4.本実施の形態は、請求項4
の発明に係る特徴部分のみを説明し、図1,4,6を参
照して説明する。上記実施の形態1では、バージョン管
理サーバ・プログラム8により、クライアント・マシン
2からバージョンチェック要求を受け付けると、受信し
たクライアント・プログラムのバージョン情報とバージ
ョン管理データベース6から読み出したサーバ・プログ
ラムのバージョン情報とを比較してバージョンチェック
を行なう場合を説明したが、本実施の形態では、バージ
ョンチェックを行なう前に、アクション記述ファイル9
にバージョンチェック時のチェックロジック情報を設定
しておき、バージョン管理サーバ・プログラム8によ
り、アクション記述ファイル9から読み出したチェック
ロジック情報に基づいてバージョンチェックを行なう
(ステップS5、S6)ように構成する。この場合、設
定したチェックロジック情報に基づいてバージョンチェ
ックを行なうことができるので、ソフトウェアに合わせ
た柔軟なバージョン解釈方法を指定することができる。
Embodiment 4 This embodiment relates to claim 4
Only the features according to the present invention will be described, and will be described with reference to FIGS. In the first embodiment, when a version check request is received from the client machine 2 by the version management server program 8, the received version information of the client program and the version information of the server program read from the version management database 6 are transmitted. Has been described, the version check is performed by comparing the action description file 9 with the action description file 9 before the version check is performed.
The check logic information at the time of version check is set in advance, and the version management server program 8 performs a version check based on the check logic information read from the action description file 9 (steps S5 and S6). In this case, since the version check can be performed based on the set check logic information, a flexible version interpretation method suitable for software can be designated.

【0059】本実施の形態は、バージョン・チェックの
アルゴリズムに関するものである。実際のシステムで
は、ネットワーク環境内に分散したクライアント/サー
バ型アプリケーションのバージョンは、同一プロダクト
に関しては一致していることが望ましい。しかしなが
ら、実際のシステム環境では、サーバ・マシンにおける
24時間連続運転実施の場合等、容易にソフトウェアの
入れ替えを実施できない環境もある。こういった環境内
でクライアント/サーバ間のアプリケーションのバージ
ョンが異なってしまった場合、ソフトウェアの入れ替え
を極力少なくするために、バージョンの完全な一致はな
いものの、動作上問題が発生しないことが判っていれ
ば、バージョン一致とみなすことが望ましい。
This embodiment relates to a version check algorithm. In an actual system, it is desirable that the versions of the client / server type applications distributed in the network environment be the same for the same product. However, in an actual system environment, there are environments in which software replacement cannot be easily performed, such as in a case where a server machine is continuously operated for 24 hours. In such an environment, if the version of the application between the client and the server is different, it is known that there is no perfect match of the versions in order to minimize software replacement, but there is no operational problem. If so, it is desirable to regard it as a version match.

【0060】本実施の形態では、サーバ・マシン1のア
クション記述ファイル9に“Algorithm”フィ
ールド611,616を設け、クライアント・プログラ
ム13とサーバ・プログラム14の間で、完全にバージ
ョンの一致が必要(“complete”)/特定の範
囲内のバージョンであればバージョンが一致したとみな
す(“range”)の何れかを記述することにより、
バージョンチェックの考え方(完全一致又は部分一致)
に関する設定を行なう。
In the present embodiment, the “Algorithm” fields 611 and 616 are provided in the action description file 9 of the server machine 1, and the versions of the client program 13 and the server program 14 must completely match ( "Complete") / If the version is within a specific range, it is considered that the version matches ("range").
Concept of version check (exact match or partial match)
Make settings related to

【0061】このように、本実施の形態では、バージョ
ン管理サーバ・プログラム8により、アクション記述フ
ァイル9に設定したチェックロジック情報に基づいてバ
ージョンチェックを行なうように構成することにより、
ソフトウェアに合わせた柔軟なバージョン解釈方法を指
定することができる。このため、バージョンの異なるソ
フトウェアが混在する環境等、単純なバージョン比較の
みでは対応できない複雑な環境化においても、バージョ
ンチェック・アルゴリズムをカスタマイズすることによ
り、対応することができる。
As described above, in the present embodiment, the version management server program 8 is configured to perform a version check based on the check logic information set in the action description file 9,
A flexible version interpretation method can be specified according to the software. Therefore, it is possible to cope with a complicated environment, such as an environment in which different versions of software are mixed, which cannot be coped with only by simple version comparison, by customizing the version check algorithm.

【0062】実施の形態5.本実施の形態は、請求項5
の発明に係る特徴部分のみを説明し、図1,4,6を参
照して説明する。上記実施の形態1では、バージョン管
理サーバ・プログラム8により、クライアント・マシン
2からバージョンチェック要求を受け付けると、受信し
たクライアント・プログラム13のバージョン情報とバ
ージョン管理データベース6から読み出したサーバ・プ
ログラム14のバージョン情報とを比較してバージョン
チェックを行なう場合を説明したが、本実施の形態で
は、バージョンチェックを行なう前に、アクション記述
ファイル9に関連するソフトウェア間の依存関係情報を
設定しておき、バージョン管理サーバ・プログラム8に
より、アクション記述ファイル9から読み出した関連す
るソフトウェア間の依存関係情報に基づいてバージョン
チェックを行なう(ステップS5、S6)ように構成す
る。この場合、設定した関連するソフトウェア間の依存
関係情報に基づいてバージョンチェックを行なうことが
できるので、依存関係のあるソフトウェア全体のバージ
ョンチェックを一括して行なうことができる。
Embodiment 5 This embodiment relates to claim 5
Only the features according to the present invention will be described, and will be described with reference to FIGS. In the first embodiment, when a version check request is received from the client machine 2 by the version management server program 8, the received version information of the client program 13 and the version of the server program 14 read from the version management database 6 are received. Although the case where the version check is performed by comparing with the information has been described, in the present embodiment, before performing the version check, the dependency information between the softwares related to the action description file 9 is set, and the version management is performed. The server program 8 performs a version check based on the dependency information between related software read from the action description file 9 (steps S5 and S6). In this case, since the version check can be performed based on the set dependency information between the related software, the version check of all the software having the dependency can be collectively performed.

【0063】本実施の形態は、ソフトウェアの依存関係
を考慮したバージョン・チェック方法に関するものであ
る。分散システム環境内では、相互に依存関係にあるア
プリケーションが多く存在する。例えば、プロダクト1
に含まれるアプリケーションとして、クライアント・プ
ログラムclient1及びサーバ・プログラムser
ver2が存在し、プロダクト2に含まれるアプリケー
ションとして、クライアント・プログラムclient
2及びサーバ・プログラムserver2が存在した場
合を考える。
The present embodiment relates to a version checking method in which software dependencies are considered. In a distributed system environment, there are many applications that depend on each other. For example, product 1
Are included in the client program client1 and the server program ser
ver2 exists, and as an application included in the product 2, the client program client
2 and the server program server2 exist.

【0064】ここで、プロダクト2に含まれるアプリケ
ーション・プログラムだけが分散システム環境内に配信
された時、プロダクト1に含まれるクライアント・プロ
グラムclient1及びサーバ・プログラムserv
er1間のバージョンは、一致しているにも拘らず、ク
ライアント・プログラムclient1を実行すること
ができないか、若しくは、実行結果に誤りを生じるとい
った問題が発生することがある。これは、プロダクト1
内のソフトウェアがプロダクト2内の機能を使っている
ために発生するものである。
Here, when only the application program included in the product 2 is distributed in the distributed system environment, the client program client 1 and the server program serv included in the product 1
Although the versions between er1 and er1 match, there may be a problem that the client program client1 cannot be executed or an error occurs in the execution result. This is Product 1
This occurs because the software in the product uses the function in the product 2.

【0065】本実施の形態では、図6に示すように、ア
クション記述ファイル9にフィールド“depende
ncy”613,618を設け、プロダクトPRO1と
プロダクトPRO2間の依存関係情報を記述しておくこ
とにより、プロダクトPRO1中のSERVER1に対
する要求発行時、起動時のバージョンのチェックとし
て、プロダクトPRO1だけでなく、プロダクトPRO
2中のバージョンとの比較処理を行なうことにより、バ
ージョン一致をチェックする。
In the present embodiment, as shown in FIG. 6, the field "depende
ncy "613, 618, and by describing the dependency information between the product PRO1 and the product PRO2, when issuing a request for SERVER1 in the product PRO1, when checking the version at the time of activation, not only the product PRO1 but also the product PRO1 is checked. Product PRO
A version match is checked by performing comparison processing with the version in 2.

【0066】このように、本実施の形態では、バージョ
ン管理サーバ・プログラム8により、アクション記述フ
ァイル9に設定した関連するソフトウェア間の依存関係
情報に基づいてバージョンチェックを行なうように構成
することにより、管理単位を跨って依存関係を有するソ
フトウェアに対して、相互の依存関係を指定することが
できるので、効率の良いシステム運用を実現することが
できる。本実施の形態では、1つのソフトウェアを入れ
替える際、そのソフトウェアと依存関係にあるソフトウ
ェアを入れ替えることができるので、システム管理者の
負担を軽減することができる。
As described above, in the present embodiment, the version management server program 8 is configured to perform a version check based on the dependency information between related software set in the action description file 9. Since mutual dependency can be specified for software having a dependency over management units, efficient system operation can be realized. In the present embodiment, when one piece of software is replaced, software that is dependent on the software can be replaced, so that the burden on the system administrator can be reduced.

【0067】実施の形態6.本実施の形態は、請求項6
の発明に係る特徴部分のみを説明し、図1,4,7を参
照して説明する。上記実施の形態1では、バージョン管
理クライアント・プログラム12により、クライアント
・プログラム13とサーバ・プログラム14のバージョ
ンが一致していない時(ステップS9)、直ちにソフト
ウェアの入れ替えを実施すると判断した場合(ステップ
S11)、ソフトウェアの入れ替えを実施する場合を説
明したが、本実施の形態では、クライアント・プログラ
ム13を入れ替える前に、アクション記述ファイル11
にクライアント・プログラム13を入れ替えるタイミン
グを設定しておき、バージョン管理クライアント・プロ
グラム12により、設定したクライアント・プログラム
13の入れ替えタイミングに達した時(ステップS1
1)、クライアント・プログラム13を入れ替えるよう
に構成する。この場合、設定したクライアント・プログ
ラム13の入れ替えタイミングに達した時に、クライア
ント・プログラム13を入れ替えることができるので、
システム運用に合わせたソフトウェア入れ替えを実施す
ることができる。
Embodiment 6 FIG. This embodiment relates to claim 6
Only the characteristic portions according to the present invention will be described and will be described with reference to FIGS. In the first embodiment, when the version management client program 12 determines that the software is to be replaced immediately when the versions of the client program 13 and the server program 14 do not match (step S9) (step S11). ), The case of exchanging software has been described. In the present embodiment, the action description file 11 is replaced before the client program 13 is exchanged.
The timing for replacing the client program 13 is set in advance, and when the replacement timing of the set client program 13 is reached by the version management client program 12 (step S1).
1) The client program 13 is configured to be replaced. In this case, when the set replacement timing of the client program 13 is reached, the client program 13 can be replaced.
Software replacement according to the system operation can be performed.

【0068】本実施の形態は、バージョンチェック実施
の結果、クライアント・プログラム13のバージョン情
報とサーバ・プログラム14のバージョン情報に相違が
発生した場合のソフトウェア入れ替え方法に関する。バ
ージョンチェックの結果、分散システム環境においてア
プリケーションを動作させるための正しいバージョンで
ないことが判明した場合、通常はアプリケーションを入
れ替えることが望ましい。ここで、このアプリケーショ
ンの入れ替え作業は、クライアント・マシン2の台数が
多かったり、システムが動作中である場合には、特に困
難であり、システム環境に応じたソフトウェア入れ替え
方法により、バージョン不整合を解消することが望まし
い。
The present embodiment relates to a method of replacing software when a difference occurs between the version information of the client program 13 and the version information of the server program 14 as a result of the version check. When the version check reveals that the version is not the correct version for operating the application in the distributed system environment, it is usually desirable to replace the application. Here, this application replacement work is particularly difficult when the number of client machines 2 is large or the system is operating, and the version inconsistency is resolved by a software replacement method according to the system environment. It is desirable to do.

【0069】本実施の形態は、アクション記述ファイル
11の記述内容に従ったバージョンチェックに失敗時の
バージョン不一致となったソフトウェアの入れ替え方法
に関する。このアクション記述ファイル11の記述は、
図2の212部分に相当する。図7は図2に示す212
部分の具体的な記述例を示す図である。本実施の形態
は、バージョンチェックの結果、ソフトウェアの入れ替
えが必要と判断された際、実際のプログラムの入れ替え
作業を実施するタイミングを指定する手段を設けるもの
である。入れ替えタイミングとしては、バージョンチェ
ックによる不一致検出直後(“now”)、不一致検出
後もアプリケーションは動作しアプリケーション自身の
終了直後(“after”)、時刻指定による入れ替え
(“time”、業務終了時刻の入れ替え等)を設定す
ることができる。“now”、“after”、“ti
me”何れかの情報は、サーバ・マシン1のアクション
記述ファイル11の“When”フィールドに記述す
る。
The present embodiment relates to a method for replacing software whose version does not match when the version check in accordance with the description content of the action description file 11 fails. The description of the action description file 11 is as follows:
This corresponds to the portion 212 in FIG. FIG. 7 shows the 212 shown in FIG.
It is a figure which shows the specific description example of a part. In the present embodiment, when it is determined that software replacement is necessary as a result of the version check, means for designating the timing at which the actual program replacement work is performed is provided. As for the replacement timing, immediately after the mismatch is detected by the version check (“now”), the application operates even after the mismatch is detected, immediately after the application itself ends (“after”), the replacement is performed by specifying the time (“time”, the business end time is replaced) Etc.) can be set. “Now”, “after”, “ti”
Any information of "me" is described in the "When" field of the action description file 11 of the server machine 1.

【0070】図7のアクション記述ファイル11の記述
例におけるプログラムapp‐aに関しては、バージョ
ン不一致を検出した時点でアプリケーションの実際の処
理を行なわず即座に入れ替え711を行なうための設定
であり、プログラムapp‐bに関しては、深夜時間
(業務時間外)の入れ替え(717)を行なうための設
定である。図4,7を基に、動作を説明する。
The program app-a in the description example of the action description file 11 in FIG. 7 is a setting for immediately performing the replacement 711 without performing the actual processing of the application when the version mismatch is detected. -B is a setting for performing the exchange (717) of the midnight hours (outside of business hours). The operation will be described with reference to FIGS.

【0071】クライアント・マシン2のバージョン管理
クライアント・プログラム12は、起動されてバージョ
ンチェックの不一致を検出した際、図4のステップ9の
部分の処理で入れ替え条件を判断する。そして、バージ
ョン管理クライアント・プログラム12は、アクション
記述ファイル11の記述として、図7のプロダクトPR
O‐Xに属するようなすぐに入れ替えが必要な場合(ス
テップS11)、配信プログラムに対して、必要なソフ
トウェアの条件を通知し、クライアント・プログラム1
3のソフトウェアの入れ替えを行なう(ステップS1
2)。
When the version management client program 12 of the client machine 2 is activated and detects a mismatch of the version check, the version control client program 12 determines the replacement condition in the processing of step 9 in FIG. Then, the version management client program 12 writes the product PR in FIG.
If it is necessary to immediately replace the server with the OX (step S11), the distribution program is notified of necessary software conditions, and the client program 1
3 is replaced (step S1).
2).

【0072】クライアント・マシン2のバージョン管理
クライアント・プログラム12は、入れ替え環境を確認
した上で、入れ替えたクライアント・プログラム13の
アプリケーションを起動する(ステップS13)。一
方、バージョン管理クライアント・プログラム12は、
アクション記述ファイル11の記述として、図7のプロ
ダクトPRO‐Yに属するような業務時間外入れ替えが
指定された場合、バージョン管理クライアント・プログ
ラム12は、システムの提供するスケジュール機能等へ
必要なアプリケーション配布処理の登録を行なう(ステ
ップ16)。登録内容としては、配布時間、配布対象プ
ロダクトの指定が挙げられる。
The version management client program 12 of the client machine 2 confirms the replacement environment and starts the application of the replaced client program 13 (step S13). On the other hand, the version control client program 12
When the replacement of business hours belonging to the product PRO-Y of FIG. 7 is specified as the description of the action description file 11, the version management client program 12 executes the application distribution processing necessary for the schedule function provided by the system. Is registered (step 16). The registered contents include a distribution time and designation of a product to be distributed.

【0073】このように、本実施の形態では、クライア
ント・プログラム13を入れ替える前に、アクション記
述ファイル11にクライアント・プログラム13を入れ
替えるタイミングを設定しておき、バージョン管理クラ
イアント・プログラム12により、設定したクライアン
ト・プログラム13の入れ替えタイミングに達した時
(ステップS11)、クライアント・プログラム13を
入れ替えるように構成したため、設定したクライアント
・プログラム13の入れ替えタイミングに達した時に、
クライアント・プログラム13を入れ替えることができ
るので、システム運用に合わせたソフトウェア入れ替え
を実施することができる。
As described above, in the present embodiment, before replacing the client program 13, the timing for replacing the client program 13 is set in the action description file 11, and the timing is set by the version management client program 12. When the replacement timing of the client program 13 is reached (step S11), the client program 13 is replaced. When the replacement timing of the set client program 13 is reached,
Since the client program 13 can be replaced, software replacement according to the system operation can be performed.

【0074】本実施の形態では、例えば、今、ソフトウ
ェアを直ぐに入れ替えたいが入れ替えられない時、夜間
に入れ替えたり、一連の業務が終了した後に入れ替えた
りすることを、予め指定することができる。このため、
システム要件に合わせて柔軟にソフトウェアの入れ替え
スケジュールを設定することができるので、効率の良い
システム運用を実現することができる。
In the present embodiment, for example, when the software is to be replaced immediately but cannot be replaced, it is possible to specify in advance that the software should be replaced at night or replaced after a series of operations are completed. For this reason,
Since the software replacement schedule can be flexibly set according to the system requirements, efficient system operation can be realized.

【0075】実施の形態7.本実施の形態は、請求項7
の発明に係る特徴部分のみを説明し、図1,4,7を参
照して説明する。上記実施の形態1では、バージョン管
理クライアント・プログラム12により、クライアント
・プログラム13とサーバ・プログラム14のバージョ
ンが一致していない時(ステップS9)、直ちにソフト
ウェアの入れ替えを実施すると判断した場合(ステップ
S11)、ソフトウェアの入れ替えを実施する場合を説
明したが、本実施の形態では、クライアント・プログラ
ム13を入れ替える前に、クライアント2のアクション
記述ファイル11にクライアント・プログラム13の入
れ替え条件を設定しておき、バージョン管理クライアン
ト・プログラム12により、設定したクライアント・プ
ログラム13の入れ替え条件を基にクライアント・プロ
グラム13を入れ替えるように構成する。この場合、設
定したクライアント・プログラム13の入れ替え条件を
基にクライアント・プログラム13を入れ替えることが
できるので、例えば、重要度の高いものはバージョンチ
ェックを頻繁に行なうといった、環境や業務内容に応じ
た柔軟なソフトウェア入れ替えを実現することができ
る。
Embodiment 7 This embodiment relates to claim 7
Only the characteristic portions according to the present invention will be described and will be described with reference to FIGS. In the first embodiment, when the version management client program 12 determines that the software is to be replaced immediately when the versions of the client program 13 and the server program 14 do not match (step S9) (step S11). Although the case of exchanging software has been described, in the present embodiment, before exchanging the client program 13, the conditions for exchanging the client program 13 are set in the action description file 11 of the client 2. The configuration is such that the client program 13 is replaced by the version management client program 12 based on the set replacement condition of the client program 13. In this case, the client programs 13 can be exchanged based on the set exchange conditions of the client programs 13. Therefore, for example, version checks are frequently performed for those having a high degree of importance. Software replacement can be realized.

【0076】本実施の形態は、バージョンチェックの結
果、クライアント・プログラム13の入れ替えが必要で
あると判断された際、事前に設定されたクライアント・
プログラム13の入れ替え条件に応じて入れ替えを行な
うものである。ソフトウェアの入れ替えを行なう際は通
常、入れ替え対象となるソフトウェアが動作状態では実
施できない。そこで、実システムにおいて業務実施中の
場合、この入れ替え作業を実施するのは、時間的に困難
な時もある。業務実施中か処何に関わらず、緊急に入れ
替えが必要なことも多い。それは例えば、頻繁に使用さ
れるソフトウェア、重要作業を行なうような特定の端
末、非常に重要な特定の業務といった条件があてはま
る。
In the present embodiment, when it is determined that the client program 13 needs to be replaced as a result of the version check, the client program 13 set in advance is set.
The exchange is performed according to the exchange condition of the program 13. Usually, when replacing software, the replacement cannot be performed while the software to be replaced is operating. Therefore, when the business is being performed in the actual system, it is sometimes difficult to perform the replacement work in terms of time. Emergency replacement is often required, regardless of whether work is in progress or not. It applies, for example, to frequently used software, specific terminals performing important tasks, and very important specific tasks.

【0077】本実施の形態では、クライアント・マシン
2のアクション記述ファイル11に“Whether”
フィールド712、717を設け、サーバ・マシン1の
バージョン管理サーバ・プログラム8からのバージョン
・チェック応答により、バージョンが不一致という通知
を受けた際も、アクション記述ファイル11の“Whe
ther”フィールドの内容に応じて、クライアント・
マシン2のバージョン管理クライアント・プログラム1
2は、不一致だったクライアント・プログラム12の入
れ替え処理を実施する(ステップS11,S12)。例
えば図7では、プロダクトPRO‐Xに関しては、バー
ジョン不一致回数(times)の情報を記述すること
により、同一アプリケーションについてN回以上のバー
ジョン相違が検出された時点で、クライアント・プログ
ラム13のソフトウェアの入れ替えを実施する。
In this embodiment, the action description file 11 of the client machine 2 contains “Whether”
Fields 712 and 717 are provided, and when a version mismatch notification is received from a version check response from the version control server program 8 of the server machine 1, "Whe" of the action description file 11 is received.
depending on the contents of the "other" field.
Version control client program 1 of machine 2
2 carries out a replacement process of the client program 12 which did not match (steps S11, S12). For example, in FIG. 7, for the product PRO-X, information on the number of times of version mismatch (times) is described, and when the version difference is detected N times or more for the same application, the software of the client program 13 is replaced. Is carried out.

【0078】このように、本実施の形態では、クライア
ント・プログラム13を入れ替える前に、クライアント
2のアクション記述ファイル11にクライアント・プロ
グラム13の入れ替え条件を設定しておき、バージョン
管理クライアント・プログラム12により、設定したク
ライアント・プログラム13の入れ替え条件を基にクラ
イアント・プログラム13を入れ替えるように構成した
ため、設定したクライアント・プログラム13の入れ替
え条件を基にクライアント・プログラム13を入れ替え
ることができる。このため、例えば、重要度の高いもの
はバージョンチェックを頻繁に行なうといった、環境や
業務内容に応じた柔軟なソフトウェア入れ替えを実現す
ることができる。
As described above, in the present embodiment, before replacing the client program 13, the conditions for replacing the client program 13 are set in the action description file 11 of the client 2, and the version management client program 12 Since the configuration is such that the client program 13 is replaced based on the set replacement condition of the client program 13, the client program 13 can be replaced based on the set replacement condition of the client program 13. For this reason, for example, it is possible to implement flexible software replacement in accordance with the environment and business contents, such as frequently checking the version of a software having a high importance.

【0079】実施の形態8.本実施の形態は、請求項8
の発明に係る特徴部分のみを説明し、図1,4,7を参
照して説明する。上記実施の形態1では、バージョン管
理クライアント・プログラム12により、クライアント
・プログラム13とサーバ・プログラム14のバージョ
ンが一致していない時(ステップS9)、直ちにソフト
ウェアの入れ替えを実施すると判断した場合(ステップ
S11)、ソフトウェアの入れ替えを実施する(ステッ
プS12)場合を説明したが、本実施の形態は、バージ
ョン・チェックの結果、クライアント・プログラム13
の入れ替えが必要と判断された際、入れ替え対象のクラ
イアント・プログラム13を選択する手段を設けるもの
である。分散システム環境内の各クライアント・マシン
2でクライアント・プログラム13のバージョンの相違
が検出され、クライアント・プログラム13の入れ替え
が必要だと判断された際、クライアント・プログラム1
3の入れ替え作業に伴う稼動中の業務への影響を最小限
に抑えるためには、ある特定の業務を構成する全てのソ
フトウェア群を一括して入れ替えるのではなく、必要最
小限のアプリケーション・プログラムのみ入れ替えるこ
とが望ましい。
Embodiment 8 FIG. This embodiment relates to claim 8
Only the characteristic portions according to the present invention will be described and will be described with reference to FIGS. In the first embodiment, when the version management client program 12 determines that the software is to be replaced immediately when the versions of the client program 13 and the server program 14 do not match (step S9) (step S11). ), The case of exchanging software (step S12) has been described. However, in the present embodiment, as a result of the version check, the client program 13
When it is determined that the replacement is necessary, means for selecting the client program 13 to be replaced is provided. When a difference in the version of the client program 13 is detected in each client machine 2 in the distributed system environment and it is determined that the client program 13 needs to be replaced, the client program 1
In order to minimize the effect on the running business due to the replacement work in Step 3, all the software groups that constitute a specific business are not replaced collectively, but only the minimum necessary application programs. It is desirable to replace them.

【0080】本実施の形態では、アクション記述ファイ
ル11に“What”フィールド713,718を設
け、マシン間でプロダクトの不一致が検出された際、該
当するプロダクトの中から“What”フィールドに記
述されたモジュール(実行形式のファイル)のみの入れ
替えを行なう。例えば、図7において、プロダクトPR
O‐Xが100個のモジュールより構成されていたと
し、バージョン不一致によるクライアント・プログラム
13の入れ替えが必要となった際、100個のモジュー
ル全てを入れ替えるのではなく、“What”フィール
ドに記述の3つのモジュール“prog_1”、“pr
og_2”、“prog_3”のみの入れ替えを実施す
る。
In the present embodiment, “What” fields 713 and 718 are provided in the action description file 11, and when a product mismatch is detected between machines, the “What” field is described from among the corresponding products. Replace only modules (executable files). For example, in FIG.
Assuming that the OX is composed of 100 modules, and it is necessary to replace the client program 13 due to version mismatch, instead of replacing all the 100 modules, the description of 3 in the “What” field Module “prog_1”, “pr
og_2 ”and“ prog — 3 ”are replaced.

【0081】このように、本実施の形態では、クライア
ント・プログラム13を入れ替える前に、クライアント
・マシン2のアクション記述ファイル11に入れ替え対
象のクライアント・プログラム13を選択する条件を設
定しておき、バージョン管理クライアント・プログラム
12により、設定した入れ替え対象のクライアント・プ
ログラム13を基にクライアント・プログラム13を入
れ替えるように構成する。この場合、設定した入れ替え
対象のクライアント・プログラム13を基にクライアン
ト・プログラム13を入れ替えることができるので、関
連するクライアント・プログラム13を一括して入れ替
えるのではなく、モジュール単位で入れ替えを行なうこ
とができる。従って、システムや業務要件に合わせたモ
ジュール単位での入れ替えを行なうことができるので、
不要なモジュールの入れ替えを極力行なわない効率のよ
いシステム運用を実現することができる。
As described above, in this embodiment, before replacing the client program 13, the condition for selecting the client program 13 to be replaced is set in the action description file 11 of the client machine 2, and the version is set. The management client program 12 is configured to replace the client program 13 based on the set replacement target client program 13. In this case, the client programs 13 can be replaced based on the set client program 13 to be replaced, so that the related client programs 13 can be replaced in units of modules rather than all at once. . Therefore, it is possible to replace modules in accordance with the system and business requirements,
It is possible to realize an efficient system operation in which unnecessary modules are not replaced as much as possible.

【0082】[0082]

【発明の効果】請求項1記載の発明によれば、クライア
ント側で、バージョンチェックに必要なクライアント・
プログラムのバージョン情報を設定し、設定したバージ
ョン情報をサーバへ転送してバージョンチェック要求を
行ない、サーバ側で、クライアントから転送されるクラ
イアント・プログラムのバージョン情報を受信してバー
ジョンチェック要求を受け付け、受信したクライアント
・プログラムのバージョン情報とバージョン管理データ
ベースから読み出したサーバ・プログラムのバージョン
チェックを行なった後、そのバージョンチェック結果を
クライアント・マシンへ転送するように構成し、更に、
クライアント側で、サーバから転送されるバージョンチ
ェック結果に基づいて、クライアント・プログラムとサ
ーバ・プログラムのバージョンが一致していないかを判
断し、一致していないと判断した場合、バージョンが一
致していないクライアント・プログラムをサーバ・プロ
グラムのバージョンと一致するように入れ替え、入れ替
えたクライアント・プログラムを実行するように構成し
たため、クライアント・プログラムを実行する時、実行
するクライアント・プログラムのバージョンをサーバ・
プログラムのバージョンと確実に合わせることができる
ので、クライアント・プログラム実行時にバージョン不
一致による不整合を起こらないようにすることができ、
安定したシステム動作を行なうことができる。従って、
常にバージョンの一致した環境での処理を保証すること
ができる。
According to the first aspect of the present invention, the client side required for the version check on the client side.
Set the version information of the program, transfer the set version information to the server and make a version check request. On the server side, receive the version information of the client program transferred from the client and accept and receive the version check request. After checking the version information of the client program and the version of the server program read from the version management database, the version check result is transferred to the client machine.
On the client side, based on the version check result transferred from the server, determine whether the versions of the client program and server program do not match, and if they determine that they do not match, the versions do not match Since the client program is replaced so as to match the version of the server program and the replaced client program is configured to be executed, when the client program is executed, the version of the client program to be executed is changed to the server program.
Since it can be surely matched with the program version, it is possible to prevent inconsistency due to version mismatch when executing the client program,
A stable system operation can be performed. Therefore,
Processing can always be guaranteed in an environment where the versions match.

【0083】また、請求項1記載の発明によれば、クラ
イアント側でバージョン不一致だったクライアント・プ
ログラムを入れ替えるように構成したため、従来の配布
サーバからソフトウェアを貰って入れ替える場合より
も、ネットワークエラーが生じても確実にクライアント
・プログラムを入れ替えることができる。
Further, according to the first aspect of the present invention, since the client program whose version does not match is replaced on the client side, a network error occurs more than in the case where the software is replaced by receiving the software from the conventional distribution server. However, the client program can be surely replaced.

【0084】請求項2記載の発明によれば、クライアン
トにバージョンチェックのタイミングを指定しておき、
指定したバージョンチェックのタイミングに達したと判
断した場合、設定したクライアント・プログラムのバー
ジョン情報をサーバへ転送してバージョンチェック要求
を行なうように構成することにより、指定したタイミン
グでバージョンチェックを行なうことができるので、バ
ージョンチェックを効率よく行なうことができる。例え
ば、アプリケーション起動の度にバージョンチェックの
実施やソフトウェアのダウンロードを行なわないで済ま
せることができる。このため、システムの運用上不必要
なバージョンチェックを行なわないで済ませることがで
きるので、性能の劣化や不用意な負荷の増大を防ぐこと
ができる。
According to the second aspect of the invention, the version check timing is designated to the client,
If it is determined that the specified version check timing has been reached, the version information of the set client program is transferred to the server and a version check request is made, so that the version check can be performed at the specified timing. As a result, version checking can be performed efficiently. For example, it is not necessary to perform a version check or download software every time the application is started. For this reason, it is not necessary to perform a version check that is unnecessary for the operation of the system, so that it is possible to prevent the performance from being degraded and the load from being carelessly increased.

【0085】請求項3記載の発明によれば、バージョン
チェックを行なう前に、サーバにバージョンチェックに
用いるバージョンチェック情報を設定しておき、この設
定したバージョンチェック情報に基づいてバージョンチ
ェックを行なうように構成することにより、設定したバ
ージョンチェック情報に基づいてバージョンチェックを
行なうことができるので、ソフトウェアに合わせた柔軟
なバージョン解釈方法を指定することができる。このた
め、ソフトウェアによって異なるバージョン情報に対応
することができるので、効率の良いシステム運用を実現
することができる。
According to the third aspect of the present invention, before performing a version check, version check information used for the version check is set in the server, and the version check is performed based on the set version check information. With this configuration, a version check can be performed based on the set version check information, so that a flexible version interpretation method suitable for software can be specified. For this reason, different version information can be dealt with by software, and efficient system operation can be realized.

【0086】請求項4記載の発明によれば、サーバに設
定したチェックロジック情報に基づいてバージョンチェ
ックを行なうように構成することにより、ソフトウェア
に合わせた柔軟なバージョン解釈方法を指定することが
できる。このため、バージョンの異なるソフトウェアが
混在する環境等、単純なバージョン比較のみでは対応で
きない複雑な環境化においても、バージョンチェック・
アルゴリズムをカスタマイズすることにより、対応する
ことができる。
According to the fourth aspect of the present invention, by performing a version check based on the check logic information set in the server, it is possible to specify a flexible version interpretation method suitable for software. For this reason, even in an environment where software of different versions coexist, such as an environment where simple version comparison is not enough, version checking and
This can be handled by customizing the algorithm.

【0087】請求項5記載の発明によれば、サーバに設
定した関連するソフトウェア間の依存関係情報に基づい
てバージョンチェックを行なうように構成することによ
り、管理単位を跨って依存関係を有するソフトウェアに
対して、相互の依存関係を指定することができるので、
効率の良いシステム運用を実現することができる。例え
ば、1つのソフトウェアを入れ替える際、そのソフトウ
ェアと依存関係にあるソフトウェアを入れ替えることが
できるので、システム管理者の負担を軽減することがで
きる。
According to the fifth aspect of the present invention, the configuration is such that the version check is performed based on the dependency information between the related software set in the server. On the other hand, you can specify mutual dependencies,
Efficient system operation can be realized. For example, when one piece of software is replaced, software that is dependent on the software can be replaced, so that the burden on the system administrator can be reduced.

【0088】請求項6記載の発明によれば、クライアン
ト・プログラムを入れ替える前に、クライアントにクラ
イアント・プログラムを入れ替えるタイミングを設定し
ておき、設定したクライアント・プログラムの入れ替え
タイミングに達した時、クライアント・プログラムを入
れ替えるように構成したため、設定したクライアント・
プログラムの入れ替えタイミングに達した時に、クライ
アント・プログラムを入れ替えることができるので、シ
ステム運用に合わせたソフトウェア入れ替えを実施する
ことができる。
According to the sixth aspect of the present invention, the timing for replacing the client program is set in the client before the replacement of the client program. Because the program was configured to be replaced, the client
When the program replacement timing is reached, the client program can be replaced, so that software replacement can be performed in accordance with system operation.

【0089】請求項7記載の発明によれば、クライアン
ト・プログラムを入れ替える前に、クライアントにクラ
イアント・プログラムの入れ替え条件を設定しておき、
設定したクライアント・プログラムの入れ替え条件を基
にクライアント・プログラムを入れ替えるように構成し
たため、設定したクライアント・プログラムの入れ替え
条件を基にクライアント・プログラムを入れ替えること
ができる。このため、例えば、重要度の高いものはバー
ジョンチェックを頻繁に行なうといった、環境や業務内
容に応じた柔軟なソフトウェア入れ替えを実現すること
ができる。
According to the seventh aspect of the present invention, before replacing the client program, the client program replacement conditions are set in the client,
Since the configuration is such that the client programs are exchanged based on the set exchange conditions of the client programs, the client programs can be exchanged based on the set exchange conditions of the client programs. For this reason, for example, it is possible to implement flexible software replacement in accordance with the environment and business contents, such as frequently checking the version of a software having a high importance.

【0090】請求項8記載の発明によれば、クライアン
ト・プログラムを入れ替える前に、クライアントに入れ
替え対象のクライアント・プログラムを選択する条件を
設定しておき、設定した入れ替え対象のクライアント・
プログラムを基にクライアント・プログラムを入れ替え
るように構成したため、設定した入れ替え対象のクライ
アント・プログラムを基にクライアント・プログラムを
入れ替えることができるので、関連するクライアント・
プログラムを一括して入れ替えるのではなく、モジュー
ル単位で入れ替えを行なうことができる。従って、シス
テムや業務要件に合わせたモジュール単位での入れ替え
を行なうことができるので、不要なモジュールの入れ替
えを極力行なわない効率のよいシステム運用を実現する
ことができる。
According to the eighth aspect of the present invention, a condition for selecting a client program to be replaced is set in the client before replacing the client program, and the set client program to be replaced is set.
Since the client program is configured to be replaced based on the program, the client program can be replaced based on the set client program to be replaced.
Instead of replacing programs in a lump, the programs can be replaced in module units. Therefore, it is possible to perform replacement in units of modules according to the system and business requirements, so that efficient system operation in which unnecessary replacement of modules is minimized can be realized.

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

【図1】 本発明に係る実施の形態1のネットワークシ
ステムのソフトウェア・バージョン管理方式のシステム
構成を示すブロック図である。
FIG. 1 is a block diagram showing a system configuration of a software version management system of a network system according to a first embodiment of the present invention.

【図2】 図1に示すクライアント・マシン上のアクシ
ョン記述ファイルの構成を示す図である。
FIG. 2 is a diagram showing a configuration of an action description file on the client machine shown in FIG.

【図3】 図1に示すサーバ・マシン上のアクション記
述ファイルの構成を示す図である。
FIG. 3 is a diagram showing a configuration of an action description file on the server machine shown in FIG.

【図4】 本発明に係る実施の形態1のネットワークシ
ステムのソフトウェア・バージョン管理方式におけるシ
ステム動作フローを示すフローチャートである。
FIG. 4 is a flowchart showing a system operation flow in the software version management method of the network system according to the first embodiment of the present invention.

【図5】 本発明に係る実施の形態2のアクション記述
ファイルにおけるバージョンチェックタイミング設定に
関する記述例を示す図である。
FIG. 5 is a diagram showing a description example regarding a version check timing setting in an action description file according to the second embodiment of the present invention.

【図6】 本発明に係る実施の形態3のアクション記述
ファイルの内容を示す図である。
FIG. 6 is a diagram showing contents of an action description file according to the third embodiment of the present invention.

【図7】 本発明に係る実施の形態6のアクション記述
ファイルの内容を示す図である。
FIG. 7 is a diagram showing contents of an action description file according to the sixth embodiment of the present invention.

【図8】 従来のソフトウェアのバージョン管理方式に
おけるシステム動作フローを示すフローチャートであ
る。
FIG. 8 is a flowchart showing a system operation flow in a conventional software version management method.

【図9】 従来のソフトウェアのバージョン管理方式に
おけるシステム動作フローを示すフローチャートであ
る。
FIG. 9 is a flowchart showing a system operation flow in a conventional software version management method.

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

1 サーバ・マシン、2 クライアント・マシン、3
通信媒体、4 ソフトウェア・パッケージ、5,7 磁
気ディスク装置、6 バージョン管理データベース、8
バージョン管理サーバ・プログラム、9,11 アク
ション記述ファイル、12 バージョン管理クライアン
ト・プログラム、13 クライアント・プログラム、1
4 サーバ・プログラム、16,17 配信プログラ
ム。
1 server machine, 2 client machines, 3
Communication media, 4 software package, 5, 7 magnetic disk unit, 6 version control database, 8
Version control server program, 9, 11 action description file, 12 version control client program, 13 client program, 1
4 Server program, 16, 17 distribution program.

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 クライアントとサーバがネットワークを
介して接続されたネットワークシステムのソフトウェア
・バージョン管理方式において、 バージョンチェックに必要なクライアント・プログラム
のバージョン情報を設定するバージョン情報設定手段
と、設定したバージョン情報をサーバへ転送してクライ
アント・プログラムのバージョンチェック要求を行なう
バージョンチェック要求手段とをクライアントに設け、 クライアントから転送されるクライアント・プログラム
のバージョン情報を受信して、バージョンチェック要求
を受け付けるバージョンチェック要求受け付け手段と、
サーバ・プログラムのバージョン情報を格納するバージ
ョン情報格納手段と、受信したクライアント・プログラ
ムのバージョン情報とバージョン情報格納手段から読み
出したサーバ・プログラムのバージョン情報とを比較し
て、クライアント・プログラムとサーバ・プログラムの
バージョンチェックを行なうバージョンチェック手段
と、バージョンチェック結果をクライアントへ転送する
バージョンチェック結果転送手段とをサーバに設け、 サーバから転送されるバージョンチェック結果に基づい
て、クライアント・プログラムのバージョンがサーバ・
プログラムのバージョンと一致していないかを判断する
バージョン不一致判断手段と、バージョンが一致してい
ないと判断した場合、バージョンが一致していないクラ
イアント・プログラムをサーバ・プログラムのバージョ
ンと一致するように入れ替えるプログラム入れ替え手段
と、入れ替えたクライアント・プログラムを実行するプ
ログラム実行手段とをクライアントに設けることを特徴
とするネットワークシステムのソフトウェア・バージョ
ン管理方式。
In a software version management system of a network system in which a client and a server are connected via a network, version information setting means for setting version information of a client program required for version check, and the set version information Requesting means for transferring a client program to the server and requesting a version check of the client program provided in the client, receiving the version information of the client program transferred from the client and receiving the version check request Means,
Comparing the version information of the server program with the version information of the received client program and the version information of the server program read from the version information storage means, and comparing the version information of the client program with the version information of the server program. Version checking means for performing a version check on the server and version check result transferring means for transferring the result of the version check to the client, wherein the version of the client program is determined based on the version check result transferred from the server.
Version mismatch determination means for determining whether the version does not match the version of the program, and, when determining that the version does not match, replaces the client program whose version does not match with the version of the server program. A software version management system for a network system, wherein a client is provided with program replacement means and program execution means for executing the replaced client program.
【請求項2】 バージョンチェック要求を行なう前に、
バージョンチェックのタイミングを指定するタイミング
指定手段と、指定したバージョンチェックのタイミング
に達したかを判断するタイミング判断手段とをクライア
ントに設け、前記バージョンチェック要求手段は、指定
したバージョンチェックのタイミングに達したと判断し
た場合、設定したクライアント・プログラムのバージョ
ン情報をサーバへ転送してバージョンチェック要求を行
なうことを特徴とする請求項1に記載のネットワークシ
ステムのソフトウェア・バージョン管理方式。
2. Before making a version check request,
A timing designating means for designating the timing of the version check and a timing judging means for judging whether or not the timing of the designated version check has been provided in the client, and the version check requesting means has reached the designated timing of the version check. 2. The software version management system for a network system according to claim 1, wherein when it is determined that the version information of the set client program is transferred to the server, a version check request is made.
【請求項3】 バージョンチェックを行なう前に、バー
ジョンチェックに用いるバージョンチェック情報を設定
するチェック情報設定手段をサーバに設け、前記バージ
ョンチェック手段は、設定したバージョンチェック情報
に基づいてバージョンチェックを行なうことを特徴とす
る請求項1,2の何れかに記載のネットワークシステム
のソフトウェア・バージョン管理方式。
3. A server having a check information setting means for setting version check information to be used for the version check before performing the version check, wherein the version check means performs a version check based on the set version check information. The software version management method for a network system according to any one of claims 1 and 2, wherein:
【請求項4】 バージョンチェックを行なう前に、バー
ジョンチェック時のチェックロジックを設定するロジッ
ク設定手段をサーバに設け、前記バージョンチェック手
段は、設定したチェックロジックに基づいてバージョン
チェックを行なうことを特徴とする請求項1,2の何れ
かに記載のネットワークシステムのソフトウェア・バー
ジョン管理方式。
4. A server which is provided with logic setting means for setting a check logic at the time of version check before performing a version check, wherein the version check means performs a version check based on the set check logic. 4. The software version management system for a network system according to claim 1, wherein:
【請求項5】 バージョンチェックを行なう前に、関連
するソフトウェア間の依存関係を設定する依存関係設定
手段をサーバに設け、前記バージョンチェック手段は、
設定した関連するソフトウェア間の依存関係に基づいて
バージョンチェックを行なうことを特徴とする請求項
1,2の何れかに記載のネットワークシステムのソフト
ウェア・バージョン管理方式。
5. The server according to claim 1, further comprising a dependency setting unit for setting a dependency between related software before performing the version check.
4. The software version management method for a network system according to claim 1, wherein a version check is performed based on a set dependency between related software.
【請求項6】 クライアント・プログラムを入れ替える
前に、クライアント・プログラムを入れ替えるタイミン
グを設定するタイミング設定手段と、設定したクライア
ント・プログラムの入れ替えタイミングに達したかを判
断するタイミング判断手段とをクライアントに設け、前
記プログラム入れ替え手段は、設定したクライアント・
プログラムの入れ替えタイミングに達したと判断した場
合、クライアント・プログラムを入れ替えることを特徴
とする請求項1〜5の何れかに記載のネットワークシス
テムのソフトウェア・バージョン管理方式。
6. A client includes: timing setting means for setting a timing for replacing a client program before replacing the client program; and timing determining means for determining whether or not the timing for replacing the set client program has been reached. , The program replacement means includes a client
6. The software version management method for a network system according to claim 1, wherein a client program is replaced when it is determined that a program replacement timing has been reached.
【請求項7】 クライアント・プログラムを入れ替える
前に、クライアント・プログラムの入れ替え条件を設定
する入れ替え条件設定手段をクライアントに設け、前記
プログラム入れ替え手段は、設定したクライアント・プ
ログラムの入れ替え条件に基づいてクライアント・プロ
グラムを入れ替えることを特徴とする請求項1〜5の何
れかに記載のネットワークシステムのソフトウェア・バ
ージョン管理方式。
7. Before replacing a client program, a replacement condition setting means for setting a replacement condition of the client program is provided in the client, and the program replacement means is configured to replace the client program based on the set replacement condition of the client program. 6. The software version management method for a network system according to claim 1, wherein the programs are exchanged.
【請求項8】 クライアント・プログラムを入れ替える
前に、入れ替え対象のクライアント・プログラムを選択
する入れ替え対象選択手段をクライアントに設け、前記
プログラム入れ替え手段は、選択した入れ替え対象のク
ライアント・プログラムを入れ替えることを特徴とする
請求項1〜5の何れかに記載のネットワークシステムの
ソフトウェア・バージョン管理方式。
8. Before replacing the client program, the client is provided with replacement target selection means for selecting a client program to be replaced, and the program replacement means replaces the selected client program to be replaced. The software version management method for a network system according to claim 1.
JP08172271A 1996-07-02 1996-07-02 Software version control method for network system Expired - Fee Related JP3119166B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP08172271A JP3119166B2 (en) 1996-07-02 1996-07-02 Software version control method for network system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP08172271A JP3119166B2 (en) 1996-07-02 1996-07-02 Software version control method for network system

Publications (2)

Publication Number Publication Date
JPH1021059A true JPH1021059A (en) 1998-01-23
JP3119166B2 JP3119166B2 (en) 2000-12-18

Family

ID=15938822

Family Applications (1)

Application Number Title Priority Date Filing Date
JP08172271A Expired - Fee Related JP3119166B2 (en) 1996-07-02 1996-07-02 Software version control method for network system

Country Status (1)

Country Link
JP (1) JP3119166B2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001195238A (en) * 2000-01-06 2001-07-19 Internatl Business Mach Corp <Ibm> Method for starting application and software product for starting application
KR20020005801A (en) * 2000-07-10 2002-01-18 윤종용 Method of integrated version control
US6377977B1 (en) 1998-04-28 2002-04-23 Nec Corporation Method for loading application program and opening files in host terminals before collaborating on a joint project
WO2002075525A1 (en) * 2001-03-19 2002-09-26 Sony Corporation Software updating system, software updating method, and software updating program
US7316013B2 (en) 2002-10-31 2008-01-01 Sony Corporation Software updating system, information processing apparatus and method, recording medium and program
US7389504B2 (en) 2002-10-31 2008-06-17 Sony Corporation Software updating system, information processing apparatus and method, recording medium, and program
JP2022538081A (en) * 2019-08-09 2022-08-31 広州視源電子科技股▲分▼有限公司 Screen sharing processing method, device, equipment and storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04107741A (en) * 1990-08-29 1992-04-09 Mitsubishi Electric Corp Draw-out system for service procedure in rpc
JPH04347733A (en) * 1991-05-24 1992-12-02 Hitachi Ltd Computer program maintenance system
JPH0667909A (en) * 1992-08-18 1994-03-11 Mitsubishi Electric Corp Fault restoration system
JPH06290126A (en) * 1993-04-06 1994-10-18 Mitsubishi Electric Corp Fault monitoring system for computer system
JPH07210430A (en) * 1994-01-26 1995-08-11 Mitsubishi Electric Corp Backup device for distributed file
JPH07225724A (en) * 1994-02-08 1995-08-22 Fujitsu Ltd System and method for remotely and automatically updating software
JPH0844544A (en) * 1994-07-30 1996-02-16 Nec Corp Execution module management system for decentralized transaction system
JPH09138769A (en) * 1995-11-14 1997-05-27 Mitsubishi Electric Corp System and method for software delivery

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04107741A (en) * 1990-08-29 1992-04-09 Mitsubishi Electric Corp Draw-out system for service procedure in rpc
JPH04347733A (en) * 1991-05-24 1992-12-02 Hitachi Ltd Computer program maintenance system
JPH0667909A (en) * 1992-08-18 1994-03-11 Mitsubishi Electric Corp Fault restoration system
JPH06290126A (en) * 1993-04-06 1994-10-18 Mitsubishi Electric Corp Fault monitoring system for computer system
JPH07210430A (en) * 1994-01-26 1995-08-11 Mitsubishi Electric Corp Backup device for distributed file
JPH07225724A (en) * 1994-02-08 1995-08-22 Fujitsu Ltd System and method for remotely and automatically updating software
JPH0844544A (en) * 1994-07-30 1996-02-16 Nec Corp Execution module management system for decentralized transaction system
JPH09138769A (en) * 1995-11-14 1997-05-27 Mitsubishi Electric Corp System and method for software delivery

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6377977B1 (en) 1998-04-28 2002-04-23 Nec Corporation Method for loading application program and opening files in host terminals before collaborating on a joint project
JP2001195238A (en) * 2000-01-06 2001-07-19 Internatl Business Mach Corp <Ibm> Method for starting application and software product for starting application
KR20020005801A (en) * 2000-07-10 2002-01-18 윤종용 Method of integrated version control
WO2002075525A1 (en) * 2001-03-19 2002-09-26 Sony Corporation Software updating system, software updating method, and software updating program
US8201162B2 (en) 2001-03-19 2012-06-12 Sony Corporation Software updating system, software updating method, and software updating program
US7316013B2 (en) 2002-10-31 2008-01-01 Sony Corporation Software updating system, information processing apparatus and method, recording medium and program
US7389504B2 (en) 2002-10-31 2008-06-17 Sony Corporation Software updating system, information processing apparatus and method, recording medium, and program
US8255897B2 (en) 2002-10-31 2012-08-28 Sony Corporation Software updating system, information processing apparatus and method, recording medium and program
JP2022538081A (en) * 2019-08-09 2022-08-31 広州視源電子科技股▲分▼有限公司 Screen sharing processing method, device, equipment and storage medium

Also Published As

Publication number Publication date
JP3119166B2 (en) 2000-12-18

Similar Documents

Publication Publication Date Title
US5996086A (en) Context-based failover architecture for redundant servers
US6311232B1 (en) Method and apparatus for configuring storage devices
US7188237B2 (en) Reboot manager usable to change firmware in a high availability single processor system
US20080244552A1 (en) Upgrading services associated with high availability systems
US20060069946A1 (en) Runtime failure management of redundantly deployed hosts of a supervisory process control data acquisition facility
US7673023B1 (en) Method and apparatus for service processor updates
US7480725B2 (en) Transparent relocation of an active redundant engine in supervisory process control data acquisition systems
US20070266120A1 (en) System and method for handling instructions in a pre-boot execution environment
JP2002522845A (en) Fault tolerant computer system
US6832379B1 (en) Computer architecture utilizing layered device drivers
JPH10301760A (en) Automatic software distribution management system and method
JP3119166B2 (en) Software version control method for network system
JP2004334698A (en) Computer system and fault computer substitution control program
JP3765201B2 (en) Computer system
US7043726B2 (en) Binding of processes in network systems
US20240054054A1 (en) Data Backup Method and System, and Related Device
CN116360865A (en) Cluster management method, device and computing system
JP2000112906A (en) Cluster system
JPH09319720A (en) Distributed process managing system
US20050131954A1 (en) Data processing system having services for providing functionalities
JP2669537B2 (en) Office automation equipment
JPH0464162A (en) Control command execution method for computer
JP2000112766A (en) Software distribution system
CA2524549C (en) A system for conversion between physical machines, virtual machines and machine images
KR100402326B1 (en) Method for Change Inter Processor Communication Protocol

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees