JPH0954679A - Method for clip back from agent - Google Patents

Method for clip back from agent

Info

Publication number
JPH0954679A
JPH0954679A JP7207179A JP20717995A JPH0954679A JP H0954679 A JPH0954679 A JP H0954679A JP 7207179 A JP7207179 A JP 7207179A JP 20717995 A JP20717995 A JP 20717995A JP H0954679 A JPH0954679 A JP H0954679A
Authority
JP
Japan
Prior art keywords
agent
software
sub
manager
version
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP7207179A
Other languages
Japanese (ja)
Inventor
Nana Abe
奈奈 安倍
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP7207179A priority Critical patent/JPH0954679A/en
Publication of JPH0954679A publication Critical patent/JPH0954679A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To put software back to its original version at a request from an agent side. SOLUTION: After software of new version is distributed from a submanager 1 to the agent 3, software is resent at a request made on the agent side or old software is processed on the agent side by using update difference information 5 to put the old software back to its original version.

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、サブマネージャ
からエージェントにソフトウェア配布可能なコンピュー
タ・ネットワークシステム等での、エージェントからの
切り戻し方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for switching back from an agent in a computer network system or the like in which software can be distributed from a sub manager to an agent.

【0002】[0002]

【従来の技術】従来、ソフトウェア配布では、サブマネ
ージャーがエージェントに対してバージョンチェックを
し、バージョンが異なっている場合には、そのバージョ
ンを統一するようにしていた。
2. Description of the Related Art Conventionally, in software distribution, a sub-manager checks a version of an agent, and if the versions are different, the versions are unified.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、上記の
従来の方法では、サブマネージャーが一律にバージョン
を統一してしまうので、エージェント側で元のバージョ
ンのソフトウェアを用いたい場合等に問題が生じる。
However, in the above-mentioned conventional method, since the sub-manager uniformly unifies the versions, a problem occurs when the agent wants to use the original version of the software.

【0004】[0004]

【課題を解決するための手段】本発明は、サブマネージ
ャからエージェントに新しいバージョンのソフトウェア
配布の後、エージェント側の要求に従ってそのソフトウ
ェアを元のバージョンに戻すことを可能としたことを特
徴としている。
The present invention is characterized in that after a new version of software is distributed from a sub-manager to an agent, the software can be returned to the original version according to a request from the agent.

【0005】[0005]

【発明の実施の形態】以下に本発明の実施の形態を図を
用いて説明する。図1はソフトウェア配布の運用構成を
示す説明図である。この図に示すように、サブマネージ
ャ1、データベース2、エージェント3が、通信回線4
により接続されており、サブマネージャ1がソフトウェ
アを配信することによってエージェント3のプログラム
変更を行うことができる。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is an explanatory diagram showing an operational configuration of software distribution. As shown in this figure, the sub-manager 1, the database 2, the agent 3, and the communication line 4
The sub manager 1 can change the program of the agent 3 by distributing the software.

【0006】本発明では、上記構成のシステムを用い、
エージェント3の側からサブマネージャに対してバージ
ョンチェックを実行してサブマネージャ1に正しいソフ
トウェアを再送させることや、あるいは後述する更新差
分情報ファイルを用いること等により、エージェントか
らの切り戻しを可能としている。例えば、サブマネージ
ャ1からの配信により更新したプログラムに誤りがあっ
た場合、エージェント3側ではそのプログラムを元のバ
ージョンのプログラムに戻さなければ利用することがで
きない。そこで、エージェント3側からサブマネージャ
1に対し、バージョン整合を行い、サブマネージャ1か
ら正しいプログラムを再送してもらうこととし、業務を
中断することなく、常に正常な状態で運用することがで
きるようになる。
In the present invention, the system having the above configuration is used,
It is possible to switch back from the agent by executing a version check from the agent 3 side to the sub manager to cause the sub manager 1 to retransmit the correct software, or by using an update difference information file described later. . For example, if there is an error in the program updated by the distribution from the sub-manager 1, the agent 3 cannot use the program unless the program is restored to the original version. Therefore, the agent 3 side performs version matching with the sub-manager 1, and the sub-manager 1 resends the correct program so that the operation can always be performed in a normal state without interrupting the work. Become.

【0007】さらに、以下詳述する更新差分情報ファイ
ルを利用する場合、エージェント3側の処理だけで、バ
ージョンを元に戻すことが可能となる。図2は、更新差
分情報ファイル作成部分のフローチャートであり、この
図を用いて更新差分情報ファイルの作成手順について述
べる。まず、配布するソフトウェアをサブマネージャ1
上に登録する(Sa1)。
Further, when the update difference information file described in detail below is used, the version can be returned to the original version only by the processing on the agent 3 side. FIG. 2 is a flowchart of the update difference information file creation portion, and the procedure for creating the update difference information file will be described using this figure. First, the software to be distributed is sub-manager 1
Register above (Sa1).

【0008】更新ソフトウェアの場合、既に登録済のソ
フトウェアを基に、更新ソフトウェアを作成するため
に、削除/更新/追加/同一のうちどの手順を行う必要
があるかについて、個々のファイルをチェックし(Sa
2)、データベース2上の更新差分情報ファイルに、削
除/更新/追加が行われたソフトウェアについて、ファ
イル名と、削除/更新/追加の種別を記述する(Sa
3,Sa4,Sa5)。
In the case of the update software, each file is checked to see which of deletion / update / addition / same procedure is required to create the update software based on the already registered software. (Sa
2) In the update difference information file on the database 2, the file name and the type of deletion / update / addition of the software that has been deleted / updated / added are described (Sa
3, Sa4, Sa5).

【0009】図3は、前記のように作成された更新差分
情報ファイルの概念図を示している。エージェント3か
らバージョン整合が行われると、サブマネージャ1か
ら、配布対象のソフトウェアと更新差分情報ファイル5
がエージェント3に配布される。
FIG. 3 is a conceptual diagram of the update difference information file created as described above. When the version matching is performed by the agent 3, the sub-manager 1 updates the distribution target software and the update difference information file 5
Is distributed to the agent 3.

【0010】エージェント3に配布されたソフトウェア
は指定ディレクトリへ登録されるが、入れ代わるソフト
ウェア(削除ファイル/旧バージョンファイル)は退避
ディレクトリへ退避される。次に、エージェント3から
の切り戻し方法について説明する。例えば、配布された
ソフトウェアを起動している際に不具合が起き、オペレ
ータはそのソフトウェアのバージョンを元に戻したいと
思ったが、通信回線の故障等により、サブマネージャ1
から正しいプログラムの配信を受けられないという状態
を想定する。この場合、オペレータはエージェント3に
指示してそのエージェント3のみ切り戻しを行う。
The software distributed to the agent 3 is registered in the designated directory, but the software to be replaced (deleted file / old version file) is saved in the save directory. Next, a method of switching back from the agent 3 will be described. For example, a problem occurred while activating the distributed software, and the operator wanted to restore the version of the software, but the sub-manager 1
It is assumed that the correct distribution of the program cannot be received from. In this case, the operator instructs the agent 3 to switch back only the agent 3.

【0011】図4はエージェントからの切り戻しのフロ
ーチャートであり、これに基づいて切り戻しの手順を説
明する。エージェントは更新差分情報ファイル5をチェ
ックし(Sb1)、ファイル毎に記述された削除/更新
/追加の種別を確認し(Sb2)、この種別情報に従
い、削除/更新/追加の種別毎に処理を行う。削除また
は更新と記述されているファイルは、退避してあった元
のファイルを指定ディレクトリへ移動させて上書きし
(Sb3,Sb4)、追加と記述されているファイル
は、指定ディレクトリから削除する(Sb5)。
FIG. 4 is a flow chart of switching back from the agent, and the switching back procedure will be described based on this flowchart. The agent checks the update difference information file 5 (Sb1), confirms the type of deletion / update / addition described in each file (Sb2), and executes processing for each type of deletion / update / addition according to this type information. To do. The files described as deleted or updated are moved to the specified directory and the overwritten original files are overwritten (Sb3, Sb4), and the files described as added are deleted from the specified directory (Sb5). ).

【0012】この処理により、エージェント3内の指定
ディレクトリには、更新する前の元のバージョンのソフ
トウェアが復元されることとなり、サブマネージャ1と
の通信回線4に障害が起こった場合等であっても、業務
を長時間止めることなく運用可能となる。
By this processing, the original version of the software before the update is restored in the designated directory in the agent 3, which may occur when the communication line 4 with the sub-manager 1 fails. Also, it will be possible to operate without stopping work for a long time.

【0013】[0013]

【発明の効果】エージェントのプログラムを元のバージ
ョンに戻したい場合、エージェント側からサブマネージ
ャに対してバージョン整合を行い、サブマネージャから
正しいプログラムを再送してもらうこととしたことによ
り、常に正常な状態で運用可能となる効果を有する。
When the agent program wants to return to the original version, the agent side performs the version matching with the sub manager and the sub manager resends the correct program, so that it is always in a normal state. With the effect that can be operated in.

【0014】さらに、更新差分情報ファイルを用いるこ
とにより、エージェント側のみの処理により、プログラ
ムのバージョンを元に戻すことが可能となり、緊急時等
にも処理を中断することなく、正常に運用可能となる効
果を有する。
Furthermore, by using the update difference information file, it becomes possible to restore the program version to the original version by the processing only on the agent side, and it is possible to operate normally without interruption even in an emergency. Have the effect.

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

【図1】ソフトウェア配布の運用構成の説明図[Figure 1] Illustration of the operational configuration of software distribution

【図2】更新差分情報ファイル作成部分のフローチャー
FIG. 2 is a flowchart of an update difference information file creation part.

【図3】更新差分情報ファイルの概念図FIG. 3 is a conceptual diagram of an update difference information file.

【図4】エージェントからの切り戻しのフローチャートFIG. 4 is a flowchart of switching back from the agent.

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

1 サブマネージャ 2 データベース 3 エージェント 4 通信回線 5 更新差分情報ファイル 1 Sub-manager 2 Database 3 Agent 4 Communication line 5 Update difference information file

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 サブマネージャからエージェントに新し
いバージョンのソフトウェア配布を行った後、エージェ
ントからの要求に基づき、サブマネージャがエージェン
トに元のソフトウェアを再送することを特徴とするエー
ジェントからの切り戻し方法。
1. A method for switching back from an agent, wherein the sub-manager resends the original software to the agent based on a request from the agent after distributing the new version of the software from the sub-manager to the agent.
【請求項2】 サブマネージャからエージェントに新し
いバージョンのソフトウェア配布を行ってエージェント
のソフトウェアを更新する際に、サブマネージャが、そ
の更新内容を記述した更新差分情報ファイルを作成して
エージェントに配信し、 エージェントはその更新差分情報ファイルに基づいてソ
フトウェアを元のバージョンに切り戻すことを可能にし
たことを特徴とするエージェントからの切り戻し方法。
2. When a new version of software is distributed from a sub-manager to an agent and the software of the agent is updated, the sub-manager creates an update difference information file describing the update contents and delivers it to the agent, A method of reverting from an agent, characterized in that the agent can revert the software to the original version based on the update difference information file.
JP7207179A 1995-08-14 1995-08-14 Method for clip back from agent Pending JPH0954679A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7207179A JPH0954679A (en) 1995-08-14 1995-08-14 Method for clip back from agent

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7207179A JPH0954679A (en) 1995-08-14 1995-08-14 Method for clip back from agent

Publications (1)

Publication Number Publication Date
JPH0954679A true JPH0954679A (en) 1997-02-25

Family

ID=16535557

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7207179A Pending JPH0954679A (en) 1995-08-14 1995-08-14 Method for clip back from agent

Country Status (1)

Country Link
JP (1) JPH0954679A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006309413A (en) * 2005-04-27 2006-11-09 Mitsubishi Electric Corp Software failure restoring system
JP2013206114A (en) * 2012-03-28 2013-10-07 Nifty Corp Information processor, information processing method, information processing system and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006309413A (en) * 2005-04-27 2006-11-09 Mitsubishi Electric Corp Software failure restoring system
JP2013206114A (en) * 2012-03-28 2013-10-07 Nifty Corp Information processor, information processing method, information processing system and program

Similar Documents

Publication Publication Date Title
US6973647B2 (en) Preferable modes of software package deployment
US6889228B1 (en) Cascading support for mirrored volumes
AU728308B2 (en) Regeneration agent for back-up software
US6915452B2 (en) Method, system and program products for operationally migrating a cluster through emulation
US7290100B2 (en) Computer system for managing data transfer between storage sub-systems
WO2006107394A2 (en) Production server to data protection server mapping
US7228526B2 (en) Application imaging infrastructure
JP5040301B2 (en) Terminal management system, method, and program
JP3901060B2 (en) Application update processing method, update processing system, and update processing program
JP3042600B2 (en) Distributed file synchronization method
JPH0954679A (en) Method for clip back from agent
JP2001034595A (en) Method and device for integrating work among a plurality of systems
US6564376B1 (en) Method, system and program products for operationally backing out components of a cluster through emulation
JPH0887410A (en) Program updating and restoring method
JP2749103B2 (en) Network resource management method
JPH03282746A (en) Master file updating system for distributed computers
JP2850756B2 (en) Failure recovery method for files in distributed processing system
JP2560640B2 (en) Menu management system
JPH0322152A (en) File restoring system
JP2003050720A (en) Method and program for acquiring information in online system, and computer readable recording medium in which the same program is recorded
JP2002073394A (en) Data-transfering system with funtion for recovery by remote control
JP2000112801A (en) Data base backup system and backup method
JP2000029761A (en) Distributed data managing system
JPH02176960A (en) Remote job control system
JPH01180651A (en) Commit synchronization control system for report file output