JPH096738A - Information processing method for distributed information processing system - Google Patents

Information processing method for distributed information processing system

Info

Publication number
JPH096738A
JPH096738A JP7153444A JP15344495A JPH096738A JP H096738 A JPH096738 A JP H096738A JP 7153444 A JP7153444 A JP 7153444A JP 15344495 A JP15344495 A JP 15344495A JP H096738 A JPH096738 A JP H096738A
Authority
JP
Japan
Prior art keywords
information
processing
information processing
switching
new
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
JP7153444A
Other languages
Japanese (ja)
Other versions
JP3551552B2 (en
Inventor
Yasuhiro Tanaka
康博 田中
Hideaki Mori
英明 森
Kuniyuki Kikuchi
邦行 菊地
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP15344495A priority Critical patent/JP3551552B2/en
Publication of JPH096738A publication Critical patent/JPH096738A/en
Application granted granted Critical
Publication of JP3551552B2 publication Critical patent/JP3551552B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

PURPOSE: To shorten the time required for switching processing information by transferring new processing information from a designated information processor to the other information processor before the switching of processing information and switching that processing information to the new information when the switching command for new information is issued. CONSTITUTION: When restart is instructed to a computer 14 or 10, it is discriminated whether switching is instructed or not and when the switching is not instructed, the processing of restart is executed. When the switching is instructed, on the other hand, the information of an under-execution file 68 is saved into a save file 72 as the switching operation of a program or data and the information of a file 70 for switching is saved into the under-execution file 68. Afterwards, the information of the file 70 for switching is loaded to a user program 64 and the switched results of respective files are stored. When the loading processing is normally finished, the contents of a version managing table 66 is updated and a message showing the completion of start is outputted.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、分散型情報処理システ
ムの情報処理方法に係り、特に、分散配置された複数の
情報処理装置においてプログラムなどの入替えを行なう
に好適な分散型情報処理システムの情報処理方法に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing method for a distributed information processing system, and more particularly to a distributed information processing system suitable for exchanging programs etc. in a plurality of distributed information processing devices. Information processing method.

【0002】[0002]

【従来の技術】近年、計算機などの情報処理システムに
おいては、システムの高性能化、低価格化に伴い、また
ネットワーク技術の発達により、計算機システムなどを
分散化するための技術が進展している。このような情報
処理システムにおいて各計算機を分散して配置するに際
しては、プログラムの不良やプログラムの機能拡張に対
処するために、プログラムを修正したり追加したりする
作業が余儀なくされている。各計算機のプログラムを修
正するに際しては、各計算機に対する修正作業として
は、一個所ずつ修正作業を展開し、プログラムなどをF
D(フロッピーディスク)などの記憶媒体に格納し、F
Dを持ち回る方法が採用されている。
2. Description of the Related Art In recent years, in information processing systems such as computers, technology for decentralizing computer systems has been developed due to higher performance and lower cost of the system and development of network technology. . In disposing each computer in such an information processing system in a distributed manner, it is inevitable to modify or add a program in order to deal with a program defect or a program function expansion. When modifying the program of each computer, as the modification work for each computer, the modification work is developed one by one and the program etc.
Store in a storage medium such as D (floppy disk), and
The method of carrying around D is adopted.

【0003】しかし、このような方法では、修正作業が
面倒である所から、近年、クライアント・サーバーシス
テムを利用し、システム内の一つのマシーンを共通情報
サーバーとして、サーバーから各マシーンへ共通情報を
転送して保守工数を減らす方法が採用されている。すな
わち、各マシーン共通の情報に変更が生じたときには、
サーバーから各クライアントに対して共通情報の獲得要
求を出力し、各クライアントが、サーバー側の獲得した
時刻と前回獲得した時刻とを比較し、共通情報を未獲得
のときには共通情報をサーバーから取り込むこととして
いる。
However, in such a method, since the correction work is troublesome, in recent years, a client / server system is used, and one machine in the system is used as a common information server, and common information is transmitted from the server to each machine. The method of transferring and reducing the maintenance man-hour is adopted. That is, when the information common to each machine changes,
The server outputs a common information acquisition request to each client, each client compares the time acquired on the server side with the time acquired last time, and when common information is not acquired, the common information is acquired from the server. I am trying.

【0004】[0004]

【発明が解決しようとする課題】しかし、従来のクライ
アント・サーバーシステムでは、クライアントとなる計
算機の台数が増加するに伴って、サーバーに対する獲得
要求や転送処理が増加し、サーバーと各クライアントと
を結ぶネットワークの負荷が高くなったり、サーバの処
理能力を超えて応答性が遅れたりし、共通情報の入替え
を一斉にできなくなる。またプログラムの修正内容が大
規模な場合には、修正内容を転送するだけでも多くの時
間を要するため、プログラムを入替えるための時間が制
限されることがある。
However, in the conventional client / server system, as the number of computers serving as clients increases, the number of acquisition requests and transfer processing to the servers increase, and the server and each client are connected. It becomes impossible to replace common information all at once because the load on the network becomes high or the responsiveness is delayed beyond the processing capacity of the server. Further, when the correction contents of the program are large-scale, it takes a lot of time just to transfer the correction contents, and therefore the time for replacing the programs may be limited.

【0005】本発明の目的は、新規処理情報の切り換え
に要する時間を短縮することができる分散型情報処理シ
ステムの情報処理方法を提供することにある。
An object of the present invention is to provide an information processing method for a distributed information processing system which can shorten the time required to switch new processing information.

【0006】[0006]

【課題を解決するための手段】前記目的を達成するため
に、本発明は、分散配置された複数の情報処理装置のう
ち指定の情報処理装置から他の情報処理装置へ現時点の
処理情報に代わる処理情報として新規処理情報を順次転
送し、他の情報処理装置が新規処理情報を受信した後、
指定の情報処理装置から他の情報処理装置に対して新規
処理情報への切り替えを指令し、この指令を受信したこ
とを条件に他の情報処理装置が現時点の処理情報を新規
処理情報に切り替える分散型情報処理システムの情報処
理方法を採用したものである。
In order to achieve the above object, the present invention replaces the current processing information from a specified information processing apparatus among a plurality of distributed information processing apparatuses to another information processing apparatus. New processing information is sequentially transferred as processing information, and after another information processing device receives the new processing information,
Distributing the designated information processing device to another information processing device to switch to the new processing information, and other information processing devices switching the current processing information to the new processing information on the condition that this command is received. The information processing method of the type information processing system is adopted.

【0007】前記分散型情報処理システムの情報処理方
法を採用するに際しては、他の情報処理装置が現時点の
処理方法を新規処理方法に切り換えるときに、この切り
換えを一斉に行なったり、装置ごとに任意のタイミング
で行なったり、また次に各装置を立ち上げるときに行な
ったりすることができる。
When the information processing method of the distributed information processing system is adopted, when another information processing apparatus switches the current processing method to a new processing method, this switching is performed all at once, or it is optional for each apparatus. Can be performed at the timing of 1), or when each device is started up next time.

【0008】また、各情報処理方法を採用するに際して
は、以下の要素を付加することが望ましい。
Further, when adopting each information processing method, it is desirable to add the following elements.

【0009】(1)他の情報処理装置は現時点の処理情
報を新規処理情報に切り替える前に、現時点の処理情報
を退避させ、現時点の処理情報から新規処理情報への切
り替えに失敗したときに、現時点の処理情報を復帰させ
る。
(1) Another information processing device saves the current processing information before switching the current processing information to the new processing information, and when switching from the current processing information to the new processing information fails, Restore the current processing information.

【0010】(2)他の情報処理装置は現時点の処理情
報を新規処理情報に切り替えるまでの履歴を残し、この
履歴を基に情報を処理する。
(2) Another information processing apparatus leaves a history until the current processing information is switched to the new processing information, and processes the information based on this history.

【0011】(3)新規処理情報は各情報処理装置共通
の処理情報として構成されている。 (4)新規処理情報は各情報処理装置を保守するための
プログラムとデータから構成されている。
(3) The new processing information is configured as processing information common to all information processing apparatuses. (4) The new processing information is composed of programs and data for maintaining each information processing device.

【0012】(5)指定の情報処理装置は、他の情報処
理装置の稼働中に他の情報処理装置に対して新規処理情
報を転送する。
(5) The designated information processing device transfers new processing information to another information processing device while the other information processing device is operating.

【0013】[0013]

【作用】前記した手段によれば、処理情報の切り換えに
先立って、指定の情報処理装置から他の情報処理装置へ
新規処理情報を転送しておき、指定の処理装置から他の
情報処理装置に対して新規処理情報への切り換えが指令
されたことを条件に、他の情報処理装置が現時点の処理
情報を新規処理情報に切り換えるようにしているため、
システム全体として、処理情報の切り換えに要する時間
を短縮することができる。さらに、処理情報の切り換え
を行なう前に指定の情報処理装置から他の情報処理装置
に新規処理情報を順次転送すればよいので、指定の情報
処理装置と他の情報処理装置とを結ぶ情報伝送路の負荷
が高くなるのを抑制することができる。
According to the above-described means, new processing information is transferred from the designated information processing apparatus to another information processing apparatus before switching the processing information so that the designated processing apparatus transfers to the other information processing apparatus. On the other hand, since another information processing device switches the current processing information to the new processing information on the condition that the switching to the new processing information is instructed,
As a whole system, it is possible to reduce the time required to switch the processing information. Further, since new processing information may be sequentially transferred from the designated information processing apparatus to another information processing apparatus before switching the processing information, an information transmission line connecting the designated information processing apparatus and another information processing apparatus. It is possible to suppress an increase in the load of.

【0014】また新規処理情報への切り換えに失敗した
ときには、現時点の処理情報に復帰させることができる
ため、元の処理情報を他の情報処理装置に転送しなくて
も復旧処理を迅速に行なうことができる。
Further, when the switching to the new processing information fails, the processing information at the present time can be restored, so that the restoration processing can be performed quickly without transferring the original processing information to another information processing apparatus. You can

【0015】[0015]

【実施例】以下、本発明の一実施例を図面に基づいて説
明する。
An embodiment of the present invention will be described below with reference to the drawings.

【0016】図1は本発明の一実施例を示す分散型情報
処理システムの全体構成図である。図1において、分散
型情報処理システムは複数の計算機10、12、14を
備えており、各計算機10、12、14が分散して配置
され、ループ状のネットワーク16を介して互いに接続
されている。このネットワーク16は、例えば光ファイ
バを用いたLAN(ローカルエリアネットワーク)で構
成されており、このネットワーク16は、ルータで構成
される結合装置18を介してループ状のネットワーク2
0に接続されている。このネットワーク20には計算機
14と同一の機能を有する複数の計算機22……28、
30が接続されている。各計算機10、12、14、2
2、……28、30はそれぞれ情報処理装置として構成
されているとともに、計算機10は状態監視/切換指示
装置として構成され、計算機12は配信装置として構成
され、計算機14、22、……28、30はそれぞれ保
守対象装置として構成されている。
FIG. 1 is an overall configuration diagram of a distributed information processing system showing an embodiment of the present invention. In FIG. 1, the distributed information processing system includes a plurality of computers 10, 12, 14 and the computers 10, 12, 14 are arranged in a distributed manner and are connected to each other via a loop network 16. . The network 16 is composed of, for example, a LAN (local area network) using optical fibers, and the network 16 is a loop-shaped network 2 via a coupling device 18 composed of a router.
Connected to 0. In this network 20, a plurality of computers 22 ... 28 having the same functions as the computer 14,
30 is connected. Each computer 10, 12, 14, 2
28, 30 are respectively configured as information processing devices, the computer 10 is configured as a status monitoring / switching instruction device, the computer 12 is configured as a distribution device, and the computers 14, 22 ,. Each of the devices 30 is configured as a maintenance target device.

【0017】また、計算機10、12は指定の情報処理
装置として構成されており、計算機10、12と他の計
算機14、22、……28、30との間でプログラムや
データの授受が行なわれるようになっている。そしてデ
ータを伝送するに際しては、本実施例では、POINT
TO POINT回線を使用するプロトコル(通信契
約)として、TCP/IP(Transmission
ControlProtocol/Internet
Protocol)を使用することとしている。この
プロトクルは高い信頼性を有し、1対1の通信が提供で
きる伝送規約である。このプロトクルに従ったデータ伝
送の状態を図2に示す。
The computers 10 and 12 are configured as designated information processing devices, and programs and data are exchanged between the computers 10 and 12 and the other computers 14, 22, ... 28, 30. It is like this. When transmitting data, in this embodiment, POINT is used.
TCP / IP (Transmission) is used as a protocol (communication contract) using the TO POINT line.
Control Protocol / Internet
Protocol) is to be used. This protocol has a high reliability and is a transmission protocol that can provide one-to-one communication. The state of data transmission according to this protocol is shown in FIG.

【0018】計算機10は、図3に示すように、CPU
(Central Prosessing Unit)
や主記憶部の主構成要素に属するシステム管理部40、
ユーザプログラム42、バージョン管理テーブル44を
備えて構成されており、これらは、計算機10の主記憶
部と、主記憶部に格納されるプログラムによって実現す
ることができる。
The computer 10 has a CPU, as shown in FIG.
(Central Processing Unit)
And a system management unit 40 belonging to the main component of the main storage unit,
The user program 42 and the version management table 44 are provided, and these can be realized by the main storage unit of the computer 10 and a program stored in the main storage unit.

【0019】システム管理部40は、各計算機の立ち上
げを行なう構成制御処理機能、構成制御や状態参照を行
なうために他の計算機とデータの授受を実行するデータ
送受信処理機能、他の計算機に配布したプログラムやデ
ータを管理するバージョン管理機能、構成制御のために
各部の状態を参照する状態参照処理機能を備えて構成さ
れている。なお、データを伝送するに際しては、あらか
じめ定められた通信プロトコルによって行なうようにな
っている。ユーザプログラム42は、例えば、各種のア
プリケーションプログラムを備えており、このプログラ
ムにより、各計算機が稼動中か否かの状態判定を行なう
ようになっている。一方、バージョン管理テーブル44
は、現時点で処理されている稼動プログラムのバージョ
ン、切り換え準備状況、実績を管理するための手段とし
て構成されており、このテーブルの内容は、各計算機が
稼働中であるか否かの情報やどのバージョンのプログラ
ムを格納しているかを示す生存情報に従って更新され
る。
The system management unit 40 has a configuration control processing function for starting up each computer, a data transmission / reception processing function for exchanging data with other computers for configuration control and status reference, and distribution to other computers. It has a version management function for managing the programs and data and a status reference processing function for referring to the status of each part for configuration control. The data is transmitted according to a predetermined communication protocol. The user program 42 includes, for example, various application programs, and the program determines the state of whether or not each computer is operating. On the other hand, the version management table 44
Is configured as a means for managing the version of the operating program currently being processed, the switching preparation status, and the actual results.The contents of this table include information such as whether each computer is operating or not. It is updated according to the survival information indicating whether the version of the program is stored.

【0020】計算機12は、図4に示すように、CPU
や主記憶部の主構成要素に属するシステム管理部50、
管理情報ファイル52、ユーザプログラム54、切り換
え用ファイル56を備えて構成されており、これらは、
計算機12内の主記憶部と、主記憶部に格納されるプロ
グラムによって実現することができる。
The computer 12 has a CPU, as shown in FIG.
And a system management unit 50 belonging to the main component of the main storage unit,
The management information file 52, the user program 54, and the switching file 56 are provided, and these are
It can be realized by a main storage unit in the computer 12 and a program stored in the main storage unit.

【0021】システム管理部50は、現時点での処理情
報に代わる処理情報として各計算機共通の新規処理情報
として生成された入替え用(保守用)のプログラムやデ
ータに関する情報の授受を他の計算機と行なうためのデ
ータ送受信処理機能、他の計算機へ配布したプログラム
やデータを管理するバージョン管理機能、他の計算機に
情報を配信(転送)したときの実績に関する情報、プロ
グラムやデータの入替えに関する情報の記録と編集を行
なう記録編集処理機能を備えて構成されている。なお、
データを転送するに際しては、あらかじめ定められた通
信プロトコルによって行なうようになっている。
The system management unit 50 exchanges information about a replacement (maintenance) program and data generated as new processing information common to all computers as processing information in place of the current processing information with other computers. Data transmission / reception processing function, version management function that manages programs and data distributed to other computers, information about actual results when information is distributed (transferred) to other computers, and recording of information related to replacement of programs and data It is provided with a recording / editing processing function for editing. In addition,
Data is transferred according to a predetermined communication protocol.

【0022】管理情報ファイル52は、現時点で実行さ
れている稼動プログラムのバージョン、プログラムやデ
ータの入替え時の記録を残すファイルとして構成されて
いる。ユーザプログラム54は、例えば、各種のアプリ
ケーションプログラムで構成されており、プログラムや
データの入替えを実施するときに、保守対象の計算機1
4、22、……28、30に対応した作業用のプログラ
ムとして構成されている。切り換え用ファイル56は、
入替えを実施するためのユーザプログラム、データのロ
ーディング前の情報を格納するファイルとして構成され
ており、このファイルは、例えばオブジェクトモジュー
ルや格納用のコマンドファイルを構成するようになって
いる。
The management information file 52 is configured as a file for leaving a record of the version of the operating program currently being executed and the replacement of the program and data. The user program 54 is composed of, for example, various application programs, and when the programs and data are replaced, the maintenance target computer 1 is executed.
It is configured as a work program corresponding to 4, 22, ... 28, 30. The switching file 56 is
The file is configured as a file for storing a user program for performing replacement and information before data loading, and this file is configured as, for example, an object module or a command file for storage.

【0023】一方、保守対象となる計算機14、22、
……28、30は、図5に示すように、CPUや主記憶
部の主構成要素に属するシステム管理部60、管理情報
ファイル62、ユーザプログラム64、バージョン管理
テーブル66、実行中ファイル68、切替用ファイル7
0、退避ファイル72を備えて構成されており、これら
は、各計算機内の主記憶部と、主記憶部の中に格納され
るプログラムによって実現できる。
On the other hand, the computers 14, 22 to be maintained
...... 28 and 30 are, as shown in FIG. 5, a system management unit 60, a management information file 62, a user program 64, a version management table 66, a running file 68, and switching that belong to the main constituent elements of the CPU and main storage unit. File 7
0, the save file 72 is provided, and these can be realized by a main storage unit in each computer and a program stored in the main storage unit.

【0024】システム管理部60は、入替え用のプログ
ラムやデータに関する情報の授受を他の計算機と行なう
データ送受信処理機能、格納されたプログラムやデータ
を管理するバージョン管理機能、入替え用のプログラム
やデータに関する入替えを行なう入替え機能、計算機自
体の立ち上げ、停止を行なう構成制御処理機能を備えて
構成されている。なお、データの伝送は、あらかじめ定
められた通信プロトコルにより行なわれる。管理情報フ
ァイル62は、現時点で実行されている稼動プログラム
のバージョン、入替え時のプログラムやデータに関する
記録を残すファイルとして構成されている。ユーザプロ
グラム64は、例えば、各種のアプリケーションプログ
ラムを備えており、入替えを実施するための保守対象に
関するプログラムとして構成されている。
The system management unit 60 is related to a data transmission / reception processing function for exchanging information regarding a replacement program or data with another computer, a version management function for managing the stored program or data, and a replacement program or data. It is configured with a replacement function for replacement and a configuration control processing function for starting and stopping the computer itself. Data transmission is performed by a predetermined communication protocol. The management information file 62 is configured as a file that leaves a record of the version of the operating program currently being executed and the program and data at the time of replacement. The user program 64 includes, for example, various application programs, and is configured as a program regarding a maintenance target for performing replacement.

【0025】一方、バージョン管理テーブル66は、入
替え用のプログラムの入替えの実施の有無を記憶するた
めの手段として構成されており、このテーブルの内容
は、プログラムの入替えが実施される前に起動され、計
算機14の再立ち上げが実施されたときに参照され、プ
ログラムの入替えが実施例されたあとに更新される。実
行中ファイル68は、ユーザプログラム、データを格納
するファイルとして構成されており、ユーザプログラム
やデータのローディング前の情報を記憶するファイル、
例えば、オブジェクトモジュールや格納用のコマンドフ
ァイルを構成するようになっている。切替用ファイル7
0は、プログラムの入替えを実施例するためのユーザプ
ログラム、データを格納するファイルとして構成されて
おり、入替えを実施例するためのユーザプログラム、デ
ータのローディング前の情報を記憶するファイル、例え
ば、オブジェクトモジュールや格納用のコマンドファイ
ルを構成するようになっている。また退避ファイル72
は現時点で実行されている稼動プログラムのバージョ
ン、プログラムやデータの入替え時の情報を記録するた
めのファイルとして構成されている。
On the other hand, the version management table 66 is configured as a means for storing the presence / absence of replacement of programs for replacement, and the contents of this table are activated before the replacement of programs is executed. , Is referred to when the computer 14 is restarted, and is updated after the replacement of the program is implemented. The executing file 68 is configured as a file that stores a user program and data, and is a file that stores information before loading the user program and data.
For example, an object module and a command file for storage are configured. File for switching 7
0 is configured as a user program for carrying out a program replacement, a file for storing data, and a user program for carrying out a program replacement, a file for storing information before data loading, for example, an object. It is designed to configure modules and command files for storage. Also save file 72
Is configured as a file for recording the version of the operating program currently being executed and the information at the time of replacing the program or data.

【0026】次に、本実施例の作用を図6のフローチャ
ートに基づいて説明する。
Next, the operation of this embodiment will be described with reference to the flowchart of FIG.

【0027】まず、計算機12により保守対象として、
計算機14、22〜33のうち計算機14を指定し、切
替用のプログラムやデータを計算機14へ送信するまで
の処理について説明する。
First, as a maintenance target by the computer 12,
A process of designating the computer 14 among the computers 14, 22 to 33 and transmitting the switching program and data to the computer 14 will be described.

【0028】計算機10によって切替用のプログラムや
データを生成したときには、これらの情報を切替用ファ
イル56に登録する(ステップS1)。この切替用ファ
イル56には、切替用のプログラムや切り換え時のロー
ディングの仕方を示す切り換え手順に関するファイルも
含まれている。次に、切替用ファイル52に格納された
プログラムやデータの配布先が計算機14であるか否か
の判定を行なう(ステップS2)。配布先が計算機14
と判定されたときには、切替用ファイル56の情報を計
算機14へ配布する(ステップS3)。一方、配布先が
異なったときには、配布した情報のキャンセルを指示す
る(ステップS4)。この場合には、配布した情報を解
消するとともに、再度ファイルの登録からやり直す。
When the computer 10 generates a switching program or data, these pieces of information are registered in the switching file 56 (step S1). The switching file 56 also includes a switching program and a file relating to a switching procedure indicating a loading method at the time of switching. Next, it is determined whether the distribution destination of the program or data stored in the switching file 52 is the computer 14 (step S2). Distribution destination is computer 14
When it is determined that the information of the switching file 56 is distributed to the computer 14 (step S3). On the other hand, if the distribution destinations are different, an instruction is given to cancel the distributed information (step S4). In this case, the distributed information is canceled and the file is registered again.

【0029】次に、計算機12から計算機14へ情報が
配布されると、計算機14においては、図7に示す処理
が実行される。
Next, when the information is distributed from the computer 12 to the computer 14, the process shown in FIG. 7 is executed in the computer 14.

【0030】すなわち、計算機14は、計算機12から
転送されたファイルの情報を受信し、受信した情報を切
替用ファイル70に格納する(ステップS20)。この
あと計算機12からキャンセルの指示がないか否かの判
定を行ない(ステップS21)、キャンセルの指示があ
ったときには、切替用ファイル70に格納した情報を破
棄する。一方、キャンセルの指示がないときには切替用
ファイル70で入替えが可能なバージョン情報ととも
に、計算機14が現在稼動中であることを示す生存情報
を状態情報として表示すると共に計算機10へ送信する
(ステップS22)。
That is, the computer 14 receives the information of the file transferred from the computer 12, and stores the received information in the switching file 70 (step S20). Thereafter, it is determined whether or not there is a cancel instruction from the computer 12 (step S21), and when there is a cancel instruction, the information stored in the switching file 70 is discarded. On the other hand, when there is no cancel instruction, the survival information indicating that the computer 14 is currently operating is displayed as status information together with the version information that can be replaced in the switching file 70, and is transmitted to the computer 10 (step S22). .

【0031】次に、実際の入替え作業についての処理を
図8乃至図10に従って説明する。
Next, the processing for the actual replacement work will be described with reference to FIGS.

【0032】まず、計算機10において事前準備とし
て、計算機14からの状態情報を取り込み、計算機14
のバージョンが保守するときの該当バージョンになった
か否かを確認し、切替用ファイル70に格納されたバー
ジョンが該当バージョンになったことを条件に入替え作
業を開始する(ステップS31、S32)。
First, in the computer 10, as a preliminary preparation, the state information from the computer 14 is fetched, and the computer 14
It is confirmed whether or not the version has become the corresponding version at the time of maintenance, and the replacement work is started under the condition that the version stored in the switching file 70 becomes the corresponding version (steps S31 and S32).

【0033】実際の入替え作業を行なうに際しては、計
算機10から計算機14に対してバージョンの切り換え
を指示する(ステップS33)。この指示が計算機14
に伝達されか否かは計算機14からの状態情報を参照す
ることにより判定する(ステップS34)。
When the actual replacement work is performed, the computer 10 instructs the computer 14 to switch the version (step S33). This instruction is for computer 14
It is determined by referring to the status information from the computer 14 (step S34).

【0034】このとき、計算機14においては、図9に
示す処理が実行される。すなわち、計算機10からの情
報を取り込み、入替えの指示があったか否かの判定を行
ない(ステップS50、S51)、入替えの指示があっ
たと判定したときには、バージョン管理テーブル66の
情報を更新し、次に計算機14が立ち上げするときに切
り換えを実施することを記憶する(ステップS52)。
At this time, the computer 14 executes the processing shown in FIG. That is, the information from the computer 10 is fetched, and it is determined whether or not there is a replacement instruction (steps S50 and S51). When it is determined that there is a replacement instruction, the information in the version management table 66 is updated, and then, It is stored that the switching is performed when the computer 14 starts up (step S52).

【0035】このような処理が行なわれているときに、
計算機10は、図8に示すように、計算機14に対する
立ち上げ直しを指示する(ステップS35)。この指示
が計算機14に入力されると、図6のステップS5〜S
9に示すように、計算機14による入替え作業が実施さ
れる。すなわち、実行中ファイル68に格納された現時
点で処理されているプログラムやデータの内容を一旦退
避ファイル72へ退避させ、切替用ファイル70に記憶
されたプログラムやデータを実行中ファイル68へ転送
する。そして実行中ファイル68と切替用ファイル70
の情報を収集し、入替えが正常に行なわれたか否の判定
を行なう(ステップS5,6)。入替えが正常に行なわ
れたときには作業項目を確認し、継続して入替えの必要
があるか否かの判定を行ない、継続して入替えの必要が
あるときにのみステップS1の処理に戻り、必要がない
ときにはこのルーチンでの処理を終了する(ステップS
8、S9)。また入替えが正常にできなかったときに
は、計算機10からの指令に従って復旧処理を行なう
(ステップS7)。
When such processing is being performed,
As shown in FIG. 8, the computer 10 instructs the computer 14 to restart (step S35). When this instruction is input to the computer 14, steps S5 to S in FIG.
As shown in FIG. 9, the replacement work by the computer 14 is carried out. That is, the contents of the program or data currently processed stored in the executing file 68 are temporarily saved in the save file 72, and the programs or data stored in the switching file 70 are transferred to the executing file 68. The file 68 being executed and the file 70 for switching
Information is collected and it is determined whether the replacement is normally performed (steps S5 and S6). When the replacement is normally performed, the work item is confirmed, and it is determined whether the replacement is required continuously. Only when the replacement is required continuously, the process returns to the process of step S1, and the replacement is required. If not, the process of this routine ends (step S).
8, S9). When the replacement cannot be performed normally, the recovery process is performed according to the instruction from the computer 10 (step S7).

【0036】次に、計算機14による立ち上げ直し時の
処理を図10に従って説明する。
Next, the processing when the computer 14 is restarted will be described with reference to FIG.

【0037】計算機14は計算機10から再立ち上げの
指示を受けたときに、切り換えの指示があるか否かの判
定を行ない(ステップS60,S61)、切り換えの指
示がないときには再立ち上げの処理を実行する(ステッ
プS62)。
When the computer 14 receives a restart instruction from the computer 10, the computer 14 determines whether or not there is a switching instruction (steps S60 and S61). If there is no switching instruction, the restart processing is performed. Is executed (step S62).

【0038】一方、切り換えの指示があったときには、
プログラムやデータの入替え作業として、実行中ファイ
ル68の情報を退避ファイル72に退避し、切替用ファ
イル70の情報を実行中ファイル68に退避する(ステ
ップS63、S64)。このあと切替用ファイル70の
情報をユーザプログラム64にローディングし(ステッ
プS65)、各ファイルの入替え結果を格納し、ローデ
ィング処理が正常な処理で終了したか否の判定を行なう
(ステップS66、S67)。ローディングは正常に終
了したときには、バージョン管理テーブル66の内容を
更新し、バージョンの内容を表示し、立ち上げ完了のメ
ッセージを出力する(ステップS68、S60)。一
方。ローディングに失敗したときには、バージョン管理
テーブル66の情報を異常終了による情報で更新し、バ
ージョンの内容を表示する(ステップS70)。このあ
と異常終了のメッセージを出力し、復旧処理を待つこと
になる(ステップS71)。
On the other hand, when there is a switching instruction,
As the work of exchanging programs and data, the information of the executing file 68 is saved in the save file 72, and the information of the switching file 70 is saved in the executing file 68 (steps S63 and S64). After that, the information of the switching file 70 is loaded into the user program 64 (step S65), the replacement result of each file is stored, and it is determined whether the loading process is completed normally (steps S66 and S67). . When the loading is completed normally, the contents of the version management table 66 are updated, the contents of the version are displayed, and the message of completion of startup is output (steps S68 and S60). on the other hand. If the loading has failed, the information in the version management table 66 is updated with the information due to the abnormal termination, and the contents of the version are displayed (step S70). After this, a message indicating abnormal termination is output, and the recovery process is awaited (step S71).

【0039】計算機14による処理が行なわれていると
きに、計算機14の処理結果が計算機10へ転送され、
図8のステップS36に示すように、計算機10によ
り、計算機10の再立ち上げが正常な状態で終了したか
否かが確認される(ステップS36、S37)。そして
正常で終了したときには、計算機10の構成制御機によ
り計算機14を通常の運用状態とする(ステップS3
8)。一方、再立ち上げが失敗したときには、復旧処理
により計算機14の回復を行なう(ステップS39)。
While the processing by the computer 14 is being performed, the processing result of the computer 14 is transferred to the computer 10,
As shown in step S36 of FIG. 8, the computer 10 confirms whether or not the restart of the computer 10 has ended in a normal state (steps S36 and S37). When the process ends normally, the configuration controller of the computer 10 brings the computer 14 into a normal operating state (step S3).
8). On the other hand, when the restart is unsuccessful, the computer 14 is recovered by the recovery process (step S39).

【0040】以上の処理では、プログラムやデータの入
替え作業が正常な状態で終了したときについて述べた
が、プログラムやデータの入替えに失敗したときに、回
復するときの処理を図11ないし図13に従って説明す
る。
In the above processing, the case where the replacement work of the programs and data was completed in the normal state was described. However, when the replacement of the programs and data fails, the processing for recovering is explained according to FIG. 11 to FIG. explain.

【0041】まず、計算機10の事前準備として、図1
1に示すように、計算機14からの状態情報を入力し、
計算機14へ配布されたプログラムのバージョンを確認
し、プログラムの切り換えが失敗したか否かの判定を行
なう(ステップS81)。すなわちバージョンが指定の
バージョンと一致するか否かを判定する。そして切替に
失敗したと判定したときには、復旧作業として、計算機
10から計算機14へ復旧を指示し、復旧の指示が計算
機14に伝達されたか否かの判定を行なう(ステップS
82、S83)。この指示が計算機14に伝達されたか
否かは、計算機14からの状態情報を参照することによ
り判定することができる。
First, as a preliminary preparation of the computer 10, FIG.
As shown in 1, input status information from the computer 14,
The version of the program distributed to the computer 14 is confirmed, and it is determined whether the program switching has failed (step S81). That is, it is determined whether the version matches the specified version. When it is determined that the switching has failed, as a restoration work, the restoration instruction is given from the computer 10 to the computer 14, and it is determined whether or not the restoration instruction is transmitted to the computer 14 (step S
82, S83). Whether or not this instruction has been transmitted to the computer 14 can be determined by referring to the state information from the computer 14.

【0042】このとき、計算機14側においては、図1
2に示すように、復旧準備作業として、計算機10から
の指令を受け、この指令が復旧指示であるか否かの判定
を行ない(ステップS90、S91)、復旧の指示があ
ったときには、バージョン管理テーブル66の情報を更
新するとともに、バージョン管理テーブル66に、次の
立ち上げ時に復旧する処理を実施するための情報を記憶
する(ステップS92)。
At this time, on the computer 14 side, as shown in FIG.
As shown in FIG. 2, as a recovery preparation work, a command from the computer 10 is received, and it is determined whether or not this command is a recovery instruction (steps S90 and S91). When a recovery instruction is issued, version management is performed. The information in the table 66 is updated, and at the same time, the version management table 66 stores information for carrying out the process of restoring at the next startup (step S92).

【0043】計算機14による復旧作業が準備されてい
るときに、計算機10から計算機14に対して立ち上げ
直しが指示されると(図11のステップS84)、計算
機14は、図13に示すように、復旧作業の準備とし
て、計算機10からの指令が復旧の指示であるか否かの
判定を行なう(ステップS100、S101)。このと
き復旧指示がないときには、計算機14のCPUの再立
ち上げ処理を実行する(ステップS102)。
When the computer 10 issues an instruction to restart the computer 14 while the recovery work by the computer 14 is being prepared (step S84 in FIG. 11), the computer 14 changes as shown in FIG. As a preparation for recovery work, it is determined whether or not the command from the computer 10 is a recovery command (steps S100 and S101). At this time, when there is no recovery instruction, the CPU 14 of the computer 14 is restarted (step S102).

【0044】一方、計算機10からの指示が復旧指示で
あるときには、復旧作業として、退避ファイル72の情
報を実行中ファイル68に退避し、退避ファイル72の
情報を実際の環境条件の基にローディングする(ステッ
プS103、S104)。このあとバージョン管理テー
ブル66の内容を更新し、バージョンの内容を表示する
(ステップS105)。続いて立ち上げ完了のメッセー
ジを出力し、このルーチンでの処理を終了する(ステッ
プS106)。
On the other hand, when the instruction from the computer 10 is a restoration instruction, the information of the save file 72 is saved in the running file 68 and the information of the save file 72 is loaded based on the actual environmental conditions as a recovery operation. (Steps S103 and S104). After that, the contents of the version management table 66 are updated and the contents of the version are displayed (step S105). Then, a startup completion message is output, and the processing of this routine ends (step S106).

【0045】計算機14による復旧作業が終了すると、
図11のステップS85に示すように、計算機10にお
いて、再立ち上げ後計算機14が立ち上がったことを確
認してこのルーチンでの処理を終了する。
When the restoration work by the computer 14 is completed,
As shown in step S85 of FIG. 11, the computer 10 confirms that the computer 14 has been restarted after restarting, and the processing in this routine is ended.

【0046】このように本実施例によれば、計算機1
0、12から切替用のプログラムやデータに関する情報
を計算機14に転送したあと、計算機14の立ち上げ時
にプログラムやデータの内容を切り換えるようにしたた
め、プログラムやデータの切り換えにようする時間を短
縮することができる。
As described above, according to this embodiment, the computer 1
Since the information about the switching program and data from 0 and 12 is transferred to the computer 14 and then the contents of the program and data are switched when the computer 14 is started, the time for switching the program and data can be shortened. You can

【0047】また、本実施例によれば、実行中ファイル
68の情報を退避ファイル72に退避させているため、
切り換えに失敗したときでも、退避ファイル72の情報
を実行中ファイル68に戻すことによって元の情報での
処理、即ち回復処理を実行することが可能となる。
Further, according to this embodiment, since the information of the file 68 being executed is saved in the save file 72,
Even when the switching fails, the processing of the original information, that is, the recovery processing can be executed by returning the information of the save file 72 to the file under execution 68.

【0048】また前記実施例では、計算機14に対する
プログラムやデータの入替え処理に応じて説明したが、
他の計算機22〜30に対しても同様に行なうことがで
き、例えば、図14に示すように、従来のように、各計
算機ごとに情報の転送と切り換えを順番に実行させてい
たのでは、プログラムやデータの切り換えに要する時間
として多くの時間を要するが、本発明のように、切替用
のプログラムやデータを一旦全ての計算機14、22〜
30へ送信したあと、各計算機14、22〜30の立ち
上げ時に一斉にプログラムやデータの内容を切り換える
ことで、切り換えに要する時間を短縮することができ
る。
Further, in the above-mentioned embodiment, the explanation has been made according to the process of exchanging the programs and data for the computer 14,
The same can be done for the other computers 22 to 30. For example, as shown in FIG. 14, the transfer and switching of information may be sequentially performed for each computer as in the conventional case. It takes a lot of time to switch the programs and data, but like the present invention, the programs and data for switching are temporarily transferred to all computers 14, 22 to 22.
After transmission to 30, the contents of programs and data are switched all at once when each of the computers 14, 22 to 30 is started up, whereby the time required for switching can be shortened.

【0049】また各計算機14、22〜30でプログラ
ムやデータの切り換えを行なうタイミングは各計算機一
斉に行なったり、各計算機ごとに二位のタイミングで行
なったり、各計算機の立ち上げ時に行なったりすること
ができる。
The timing for switching programs and data in each computer 14, 22-30 should be performed at the same time for all the computers, at the second timing for each computer, or at the time of starting each computer. You can

【0050】[0050]

【発明の効果】以上説明したように、本発明によれば、
処理情報の切り換えに先立って、指定の情報処理装置か
ら他の情報処理装置へ新規処理情報を転送しておき、指
定の処理装置から他の情報処理装置に対して新規処理情
報への切り換えが指令されたことを条件に、他の情報処
理装置が現時点の処理情報を新規処理情報に切り換える
ようにしているため、システム全体として、処理情報の
切り換えに要する時間を短縮することができる。さら
に、処理情報の切り換えを行なう前に指定の情報処理装
置から他の情報処理装置に新規処理情報を順次転送すれ
ばよいので、指定の情報処理装置と他の情報処理装置と
を結ぶ情報伝送路の負荷が高くなるのを抑制することが
できる。
As described above, according to the present invention,
Prior to switching the processing information, the new processing information is transferred from the designated information processing apparatus to another information processing apparatus, and the designated processing apparatus instructs another information processing apparatus to switch to the new processing information. Since the other information processing apparatus switches the current processing information to the new processing information on the condition that the processing is performed, the time required for switching the processing information can be shortened in the entire system. Further, since new processing information may be sequentially transferred from the designated information processing apparatus to another information processing apparatus before switching the processing information, an information transmission line connecting the designated information processing apparatus and another information processing apparatus. It is possible to suppress an increase in the load of.

【0051】また新規処理情報への切り換えに失敗した
ときには、現時点の処理情報に復帰させることができる
ため、元の処理情報を他の情報処理装置に転送しなくて
も復旧処理を迅速に行なうことができる。
Further, when the switching to the new processing information fails, the processing information at the present time can be restored, so that the restoration processing can be performed quickly without transferring the original processing information to another information processing apparatus. You can

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

【図1】本発明の一実施例を示す分散型情報処理システ
ムの全体構成図である。
FIG. 1 is an overall configuration diagram of a distributed information processing system showing an embodiment of the present invention.

【図2】ポイント ツウ ポイント回線によるデータ伝
送の概念図である。
FIG. 2 is a conceptual diagram of data transmission by point-to-point line.

【図3】計算機10のブロック構成図である。FIG. 3 is a block diagram of a computer 10.

【図4】計算機12のブロック構成図である。FIG. 4 is a block diagram of a computer 12.

【図5】計算機14のブロック構成図である。5 is a block diagram of a computer 14. FIG.

【図6】計算機10の入替作業を作業を説明するための
フローチャートである。
FIG. 6 is a flowchart for explaining the replacement work of the computer 10.

【図7】計算機14の入替前作業を作業を説明するため
のフローチャートである。
FIG. 7 is a flow chart for explaining work before replacement of the computer 14.

【図8】計算機10の入替準備作業と入替作業を説明す
るためのフローチャートである。
FIG. 8 is a flowchart for explaining a replacement preparation work and a replacement work of the computer 10.

【図9】計算機14の入替準備作業を作業を説明するた
めのフローチャートである。
FIG. 9 is a flowchart for explaining a replacement preparation work of the computer 14.

【図10】計算機14の再立ち上げ時の入替準備作業と
入替作業を説明するためのフローチャートである。
FIG. 10 is a flowchart for explaining replacement preparation work and replacement work when the computer 14 is restarted.

【図11】計算機10の復旧準備作業と復旧作業を説明
するためのフローチャートである。
11 is a flowchart for explaining a restoration preparation work and a restoration work of the computer 10. FIG.

【図12】計算機14の復旧準備作業を説明するための
フローチャートである。
FIG. 12 is a flowchart for explaining a recovery preparation work of the computer 14.

【図13】計算機14の復旧準備作業と復旧作用を説明
するためのフローチャートである。
FIG. 13 is a flowchart for explaining a recovery preparation work and a recovery action of the computer 14.

【図14】本発明と従来例の切替作業に伴う作業時間を
比較するための図である。
FIG. 14 is a diagram for comparing working times involved in switching work of the present invention and a conventional example.

【符号の説明】 10、12、13、22〜30 計算機 16、20 ネットワーク 40、50、60 システム管理部 42、54、64 ユーザプログラム 44、66 バージョン管理テーブル 56、70 切替用ファイル 68 実行中ファイル 72 退避ファイル[Explanation of Codes] 10, 12, 13, 22-30 Computer 16, 20 Network 40, 50, 60 System management unit 42, 54, 64 User program 44, 66 Version management table 56, 70 Switching file 68 Running file 72 Save file

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 分散配置された複数の情報処理装置のう
ち指定の情報処理装置から他の情報処理装置へ現時点の
処理情報に代わる処理情報として新規処理情報を順次転
送し、他の情報処理装置が新規処理情報を受信した後、
指定の情報処理装置から他の情報処理装置に対して新規
処理情報への切り替えを指令し、この指令を受信したこ
とを条件に他の情報処理装置が現時点の処理情報を新規
処理情報に切り替える分散型情報処理システムの情報処
理方法。
1. A new processing information is sequentially transferred from a designated information processing apparatus among a plurality of distributed information processing apparatuses to another information processing apparatus as processing information in place of the current processing information, and the other information processing apparatus is transferred. After receiving new processing information,
Distributing the designated information processing device to another information processing device to switch to the new processing information, and other information processing devices switching the current processing information to the new processing information on the condition that this command is received. Processing method of a portable information processing system.
【請求項2】 分散配置された複数の情報処理装置のう
ち指定の情報処理装置から他の情報処理装置へ現時点の
処理情報に代わる処理情報として新規処理情報を順次転
送し、他の情報処理装置が新規処理情報を受信した後、
指定の情報処理装置から他の情報処理装置に対して新規
処理情報への切り替えを指令し、この指令を受信したこ
とを条件に他の情報処理装置が現時点の処理情報を新規
処理情報に一斉に切り替える分散型情報処理システムの
情報処理方法。
2. New processing information is sequentially transferred from a designated information processing apparatus among a plurality of distributed information processing apparatuses to another information processing apparatus as processing information in place of the current processing information, and another information processing apparatus is transferred. After receiving new processing information,
The specified information processing device instructs the other information processing devices to switch to the new processing information, and other information processing devices simultaneously broadcast the current processing information to the new processing information on the condition that this command is received. Information processing method of switching distributed information processing system.
【請求項3】 分散配置された複数の情報処理装置のう
ち指定の情報処理装置から他の情報処理装置へ現時点の
処理情報に代わる処理情報として新規処理情報を順次転
送し、他の情報処理装置が新規処理情報を受信した後、
指定の情報処理装置から他の情報処理装置に対して新規
処理情報への切り替えを指令し、この指令を受信したこ
とを条件に他の情報処理装置が現時点の処理情報を新規
処理情報に装置毎に任意のタイミングで切り替える分散
型情報処理システムの情報処理方法。
3. New processing information is sequentially transferred from a designated information processing apparatus to another information processing apparatus out of a plurality of distributed information processing apparatuses as processing information in place of the current processing information, and another information processing apparatus is transferred. After receiving new processing information,
The specified information processing device instructs another information processing device to switch to the new processing information, and on the condition that this command is received, the other information processing device uses the current processing information as the new processing information for each device. An information processing method of a distributed information processing system which is switched to an arbitrary timing.
【請求項4】 分散配置された複数の情報処理装置のう
ち指定の情報処理装置から他の情報処理装置へ現時点の
処理情報に代わる処理情報として新規処理情報を順次転
送し、他の情報処理装置が新規処理情報を受信した後、
指定の情報処理装置から他の情報処理装置に対して新規
処理情報への切り替えを指令し、この指令を受信したこ
とを条件に他の情報処理装置が次に装置を立ち上げると
きに現時点の処理情報を新規処理情報に切り替える分散
型情報処理システムの情報処理方法。
4. New processing information is sequentially transferred from a designated information processing apparatus among a plurality of distributed information processing apparatuses to another information processing apparatus as processing information in place of the current processing information, and another information processing apparatus is transferred. After receiving new processing information,
The specified information processing device instructs another information processing device to switch to the new processing information, and when the other information processing device next starts up the device on condition that this command is received, the current processing is performed. An information processing method of a distributed information processing system for switching information to new processing information.
【請求項5】 他の情報処理装置は現時点の処理情報を
新規処理情報に切り替える前に、現時点の処理情報を退
避させ、現時点の処理情報から新規処理情報への切り替
えに失敗したときに、現時点の処理情報を復帰させる請
求項1、2、3または4記載の分散型情報処理システム
の情報処理方法。
5. The other information processing device saves the current processing information before switching the current processing information to the new processing information, and when the switching from the current processing information to the new processing information fails, The information processing method for a distributed information processing system according to claim 1, 2, 3 or 4, wherein the processing information of (1) is restored.
【請求項6】 他の情報処理装置は現時点の処理情報を
新規処理情報に切り替えるまでの履歴を残し、この履歴
を基に情報を処理する請求項1、2、3、4または5記
載の分散型情報処理システムの情報処理方法。
6. The dispersion according to claim 1, 2, 3, 4, or 5, wherein another information processing device leaves a history until the current processing information is switched to the new processing information, and processes the information based on this history. Processing method of a portable information processing system.
【請求項7】 新規処理情報は各情報処理装置共通の処
理情報として構成されている請求項1、2、3、4、5
または6記載の分散型情報処理システムの情報処理方
法。
7. The new processing information is configured as processing information common to each information processing apparatus.
Alternatively, the information processing method of the distributed information processing system according to item 6.
【請求項8】 新規処理情報は各情報処理装置を保守す
るためのプログラムとデータから構成されている請求項
1、2、3、4、5、6または7記載の分散型情報処理
システムの情報処理方法。
8. The information of the distributed information processing system according to claim 1, wherein the new processing information is composed of a program and data for maintaining each information processing apparatus. Processing method.
【請求項9】 指定の情報処理装置は、他の情報処理装
置の稼働中に他の情報処理装置に対して新規処理情報を
転送する請求項1、2、3、4、5、6、7または8記
載の分散型情報処理システムの情報処理方法。
9. The specified information processing device transfers new processing information to another information processing device while the other information processing device is operating. Alternatively, the information processing method of the distributed information processing system according to item 8.
JP15344495A 1995-06-20 1995-06-20 Information processing method for distributed information processing system Expired - Lifetime JP3551552B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP15344495A JP3551552B2 (en) 1995-06-20 1995-06-20 Information processing method for distributed information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP15344495A JP3551552B2 (en) 1995-06-20 1995-06-20 Information processing method for distributed information processing system

Publications (2)

Publication Number Publication Date
JPH096738A true JPH096738A (en) 1997-01-10
JP3551552B2 JP3551552B2 (en) 2004-08-11

Family

ID=15562687

Family Applications (1)

Application Number Title Priority Date Filing Date
JP15344495A Expired - Lifetime JP3551552B2 (en) 1995-06-20 1995-06-20 Information processing method for distributed information processing system

Country Status (1)

Country Link
JP (1) JP3551552B2 (en)

Also Published As

Publication number Publication date
JP3551552B2 (en) 2004-08-11

Similar Documents

Publication Publication Date Title
US7716373B2 (en) Method, apparatus, and computer product for updating software
US20020073410A1 (en) Replacing software at a telecommunications platform
JP2002522845A (en) Fault tolerant computer system
JP2003022258A (en) Backup system for server
JPH086796A (en) Down-loading method, network system therefor and data file updating method
JP5948933B2 (en) Job continuation management apparatus, job continuation management method, and job continuation management program
US7251813B2 (en) Server apparatus having function of changing over from old to new module
JPH08212095A (en) Client server control system
CN104899116A (en) Data backup method, source server, target server and system
JPH11184825A (en) Cluster system
CN113515316A (en) Novel edge cloud operating system
EP2110748B1 (en) Cluster control apparatus, cluster system and control program
JP2006113754A (en) Software update device and method
JPH08235132A (en) Hot stand-by control method for multiserver system
JPH096738A (en) Information processing method for distributed information processing system
US20070201387A1 (en) Information processing device, communication load distribution method
JPH08185330A (en) Method for switching redundant computer system
JP2001027951A (en) File loading device for information processing system of multiprocessor configuration and recording medium
JPH11232233A (en) Method for managing network computer and network computer system
JPH09138769A (en) System and method for software delivery
JPH0879370A (en) Operation system for exchange
JP3354045B2 (en) System backup method
JP2002149439A (en) Method for switching server and server device in distributed processing system
JP2002236605A (en) Data backup system
JP2004102493A (en) Contents distributing method and contents distribution controller

Legal Events

Date Code Title Description
TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20040330

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040419

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20080514

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20080514

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20090514

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20100514

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20110514

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20110514

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20120514

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20120514

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20130514

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20130514

Year of fee payment: 9

EXPY Cancellation because of completion of term