JP2580061B2 - Active maintenance processing method for server-type programs - Google Patents

Active maintenance processing method for server-type programs

Info

Publication number
JP2580061B2
JP2580061B2 JP2124626A JP12462690A JP2580061B2 JP 2580061 B2 JP2580061 B2 JP 2580061B2 JP 2124626 A JP2124626 A JP 2124626A JP 12462690 A JP12462690 A JP 12462690A JP 2580061 B2 JP2580061 B2 JP 2580061B2
Authority
JP
Japan
Prior art keywords
server
space
processor module
active
type program
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.)
Expired - Fee Related
Application number
JP2124626A
Other languages
Japanese (ja)
Other versions
JPH0424732A (en
Inventor
泉 岡野
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2124626A priority Critical patent/JP2580061B2/en
Publication of JPH0424732A publication Critical patent/JPH0424732A/en
Application granted granted Critical
Publication of JP2580061B2 publication Critical patent/JP2580061B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Description

【発明の詳細な説明】 〔概要〕 現用と待機の空間マイグレーションにより,システム
プログラムの予防保守を行うサーバ型プログラムの活性
保守処理方法に関し, システムプログラムの活性保守する際の操作を効率化
するとともに,版数管理を簡易化することを目的とし, 現用空間と待機空間とを,第1および第2の異なるプ
ロセッサモジュール上に割り当てておく過程と,旧版数
を新版数に切り替えるときに,第1のプロセッサモジュ
ールを停止させ,現用空間の処理を第2のプロセッサモ
ジュールの待機空間に引き継がせる過程と,第1のプロ
セッサモジュール上で,新版数のサーバ型プログラムを
待機空間として起動する過程と,第1のプロセッサモジ
ュールで新版数のサーバ型プログラムを待機空間から現
用空間に切り替える過程とを備え,プロセッサモジュー
ルを単位としてサーバ型プログラムの版数を切り替える
ように構成する。
DETAILED DESCRIPTION OF THE INVENTION [Summary] The present invention relates to an active maintenance processing method for a server-type program that performs preventive maintenance of a system program by using active and standby space migration. For the purpose of simplifying the version management, the process of allocating the working space and the standby space on the first and second different processor modules, and the first process for switching the old version to the new version. Stopping the processor module and taking over the processing of the working space to the standby space of the second processor module, starting the new version of the server type program as the standby space on the first processor module; The process of switching a new version of server-type program from standby space to working space with a new processor module The configuration is such that the version number of the server-type program is switched on a processor module basis.

〔産業上の利用分野〕[Industrial applications]

本発明は,現用と待機の空間マイグレーションによ
り,システムプログラムの予防保守を行う複数のプロセ
ッサモジュールを備えた計算機システムにおけるサーバ
型プログラムの活性保守処理方法に関する。
The present invention relates to an active maintenance processing method of a server type program in a computer system having a plurality of processor modules for performing preventive maintenance of a system program by using active and standby space migration.

近年,24時間連続運転を行うような計算機システムが
多く用いられるようになってきている。このような計算
機システムでは,システムの予防保守作業も,システム
の運用に極力影響を与えずに,かつ無停止で行う必要が
ある。
In recent years, computer systems that operate continuously for 24 hours have been widely used. In such a computer system, it is necessary to perform preventive maintenance work of the system without affecting the operation of the system as much as possible and without interruption.

第5図に示す複合計算機システムは,各々CPU51とロ
ーカルのメモリ52とを持つプロセッサモジュールPM1〜P
M3と,各プロセッサモジュールPM1〜PM3からアクセス可
能な高速の不揮発性メモリで構成される共用メモリ(SS
U)50からなる。
The composite computer system shown in FIG. 5 has processor modules PM1 to PM each having a CPU 51 and a local memory 52.
Shared memory (SS) consisting of M3 and high-speed nonvolatile memory accessible from each processor module PM1 to PM3
U) Consists of 50.

このようなシステムの活性保守を実現する場合,大別
して以下の機構が必要になる。
In order to realize such active maintenance of the system, the following mechanisms are required.

(1) 同一システム内に異なる版数のシステムプログ
ラムを共存させ,管理する機構。
(1) A mechanism for coexisting and managing different versions of system programs in the same system.

(2) プログラム実行時に任意の版数のプログラムを
実行させるための機構。
(2) A mechanism for executing an arbitrary version of a program when the program is executed.

(3) システムに常駐してサービスを提供し続けるタ
イプのシステムプログラム(サーバ型プログラムと呼
ぶ)を,そのサービスを停止することなく新版数に切り
替えるための機構。
(3) A mechanism for switching a system program (called a server-type program) that resides in a system and continues to provide services to a new version without stopping the services.

本発明は,特にこの(3)の機構の改善に関するもの
である。
The present invention particularly relates to the improvement of the mechanism (3).

〔従来の技術〕[Conventional technology]

第6図は従来技術の例を示す。 FIG. 6 shows an example of the prior art.

第5図に示すような複合計算機システムにおいて,サ
ーバ型プログラムの活性保守を実現するために,サーバ
型プログラムが動作する現用空間と待機空間とを用意し
ておき,現用/待機空間を瞬時に切り替えることによ
り,版数アップを行う方式が用いられている。なお,こ
こで空間というのは,仮想記憶空間等のプログラムが動
作する計算機システムの記憶空間を意味するもとは言う
までもない。
In the multifunction computer system as shown in FIG. 5, in order to realize active maintenance of the server type program, an active space and a standby space where the server type program operates are prepared, and the active / standby space is instantly switched. Therefore, a method of increasing the version number is used. Needless to say, the space means a storage space of a computer system in which a program runs, such as a virtual storage space.

この方式では、サーバの種類ごとに,第6図に示すよ
うなオペレーションを行う。
In this method, an operation as shown in FIG. 6 is performed for each type of server.

第6図(イ)に示す現用のサーバ61を,新しい版数に
切り替える場合,予防保守を適用することにより作成さ
れた新版数のプログラムで,新たにサーバ60に待機空間
を起動する。そして,新版数での初期化を行う(処理
)。
When switching the active server 61 shown in FIG. 6 (a) to a new version, a standby space is newly activated in the server 60 with the program of the new version created by applying preventive maintenance. Then, initialization with the new version number is performed (processing).

次に,第6図(ロ)に示すように,旧版数で動作中の
サーバ61の現用空間と,新版数で起動されたサーバ60の
待機空間との間で,待機/現用の切り替え指示を出す。
この指示を契機に,旧版数の現用空間は,サービスを中
止する(処理)。新版数の待機空間では,新規用とし
てサービスを開始するために必要な引き継ぎ情報を,共
用メモリ50を介して引き継ぐ(処理)。この情報の引
き継ぎが完了すると,サーバ60は,サーバ61に代わって
新現用としてのサービスを再開する(処理)。
Next, as shown in FIG. 6 (b), a standby / active switching instruction is issued between the active space of the server 61 operating with the old version and the standby space of the server 60 started with the new version. put out.
In response to this instruction, the service of the working space of the old version is stopped (process). In the standby space of the new version, the takeover information necessary for starting a service for a new version is taken over via the shared memory 50 (processing). When the transfer of this information is completed, the server 60 restarts the service as a new active unit in place of the server 61 (process).

〔発明が解決しようとする課題〕[Problems to be solved by the invention]

第6図に示すような現用/待機空間の切り替えによ
り,提供するサービスの中断を最小限にしたうえで,瞬
時のサーバ型プログラムの活性保守を実現することがで
きる。
By switching between the active / standby space as shown in FIG. 6, interruption of the provided service can be minimized, and instantaneous active maintenance of the server type program can be realized.

しかし,一般に計算機システムには,複数のサーバ型
プログラムが存在するため,システム全体を新版数に切
り替える場合に,個々のサーバに対して第6図に示すオ
ペレーションを実施しなければならず,従来技術では,
効率が悪いという問題があった。
However, since a computer system generally has a plurality of server-type programs, when switching the entire system to a new version, the operation shown in FIG. 6 must be performed for each server. Then,
There was a problem of inefficiency.

また,従来技術では,サーバごとにプログラムの版数
を変えることが可能であるため,かえって各サーバがど
の版数で動作しているかを管理する必要が生じて,これ
がシステム管理者にとって負担になるという問題があっ
た。
Further, in the conventional technique, since the version of the program can be changed for each server, it is necessary to manage which version of each server is operating, which is a burden on the system administrator. There was a problem.

本発明は上記問題点の解決を図り,システムプログラ
ムを活性保守する際の操作を効率化するとともに,版数
管理を簡易化することを目的としている。
SUMMARY OF THE INVENTION It is an object of the present invention to solve the above-mentioned problems, to improve the efficiency of operations for actively maintaining a system program, and to simplify version management.

〔課題を解決するための手段〕[Means for solving the problem]

第1図は本発明の原理説明図である。 FIG. 1 is a diagram illustrating the principle of the present invention.

第1図において,10〜13は本発明に係る処理過程,PM1,
PM2はそれぞれCPUおよびメモリを備えたプロセッサモジ
ュール,S1〜S3,S1′〜S3′はサーバ型プログラムを表
す。
In FIG. 1, reference numerals 10 to 13 denote processing steps according to the present invention, PM1,
PM2 represents a processor module having a CPU and a memory, respectively, and S1 to S3 and S1 'to S3' represent server type programs.

処理過程10では,各サーバ型プログラムS1〜S3,S1′
〜S3′を,異なるプロセッサモジュールPM1,PM2の上
で,現用空間および待機空間として起動する。この処理
は従来技術と同様である。なお,サーバ型プログラムS1
とS1′,S2とS2′,S3とS3′は,それぞれ同じ内容のシス
テムプログラムである。
In processing step 10, each server type program S1 to S3, S1 '
~ S3 'are activated as active space and standby space on different processor modules PM1 and PM2. This processing is the same as in the prior art. The server type program S1
And S1 ', S2 and S2', and S3 and S3 'are system programs having the same contents.

予防保守のために,旧版数を新版数に切り替える場
合,処理過程11により,プロセッサモジュールPM1を停
止させ,第1図(イ)に示すように,サーバ型プログラ
ムS1,S2の空間をマイグレーションして,現用空間をプ
ロセッサモジュールPM2に引き継がせる。空間のマイグ
レーションとは,ある空間で行っていた処理を,他の空
間に引き継がせる処理である。プロセッサモジュールPM
2におけるサーバ型プログラムS1′およびS2′は,待機
から現用空間に切り替えられてサービスを行うことにな
る。
When the old version is switched to the new version for preventive maintenance, the processor module PM1 is stopped by the process 11 and the space of the server type programs S1 and S2 is migrated as shown in FIG. The working space is passed to the processor module PM2. Space migration is a process in which a process performed in a certain space is taken over by another space. Processor module PM
The server-type programs S1 'and S2' in FIG. 2 are switched from standby to active space to perform service.

次に,処理過程12により,新版数でプロセッサモジュ
ールPM1を始動し,第1図(ロ)に示すように,新版数
のサーバ型プログラムS1,S2を待機空間として起動す
る。
Next, in the processing step 12, the processor module PM1 is started with the new version, and as shown in FIG. 1B, the server type programs S1 and S2 of the new version are started as a standby space.

その後,処理過程13により,第1図(ハ)に示すよう
に,プロセッサモジュールPM1の始動の延長で,プロセ
ッサモジュールPM2からプロセッサモジュールPM1への空
間の再マイグレーションを行い,プロセッサモジュール
PM1で新版数のサーバ型プログラムS1,S2を待機空間から
現用空間に切り替える処理を行う。
Thereafter, in process 13, as shown in FIG. 1 (c), with the extension of the start of the processor module PM1, the space is remigrated from the processor module PM2 to the processor module PM1, and the processor module PM1 is re-migrated.
The PM1 performs a process of switching the new version of the server type programs S1 and S2 from the standby space to the active space.

以上のように,プロセッサモジュールを単位としてサ
ーバ型プログラムの版数を切り替える。
As described above, the version number of the server type program is switched for each processor module.

なお,プロセッサモジュールが2つの場合を例に説明
したが,もちろん3以上の場合についても,各サーバの
現用空間が存在するプロセッサモジュールと待機空間が
存在するプロセッサモジュールの情報を管理することに
より,同様に本発明を実施することができる。
Although the case where there are two processor modules has been described as an example, the same applies to the case where there are three or more processor modules by managing the information of the processor module having the active space and the processor module having the standby space of each server. The present invention can be practiced.

〔作用〕[Action]

従来技術では,新版数に切り替える際に,版数を指定
する単位を空間単位としている。そのため,切り替えの
操作および切り替え後の版数管理が複雑になっている。
In the prior art, when switching to a new version number, the unit for specifying the version number is a space unit. This complicates the switching operation and version number management after the switching.

これに対し,本発明では,新版数への切り替え単位を
プロセッサモジュールとしている。各プロセッサモジュ
ール上では,システム提供の複数のサーバ型プログラム
が動作しており,プロセッサモジュールを単位として新
版数に切り替えることにより,そのプロセッサモジュー
ル上で動作するすべてのサーバ型プログラムの版数を,
容易な操作で,一度に新版数に切り替えることが可能に
なる。また,プロセッサモジュール内でのシステムプロ
グラムの版数は,唯一であるため,版数管理もほとんど
必要なくなる。
On the other hand, in the present invention, the unit for switching to the new version is a processor module. Multiple server-type programs provided by the system are running on each processor module. By switching to a new version for each processor module, the version numbers of all server-type programs running on that processor module can be updated.
With a simple operation, you can switch to a new version at a time. Also, since the version number of the system program in the processor module is only one, version number management is almost unnecessary.

〔実施例〕〔Example〕

第2図は本発明の実施例説明図,第3図は本発明の実
施例に係るPM停止時のサーバ停止処理の流れ,第4図は
本発明の実施例に係るPM始動時のサーバ起動処理の流れ
を示す。
FIG. 2 is an explanatory view of an embodiment of the present invention, FIG. 3 is a flowchart of a server stop process at the time of PM stop according to the embodiment of the present invention, and FIG. 4 shows a processing flow.

第2図(イ),(ロ)に従って,プロセッサモジュー
ルPM1とPM2から構成されるシステムにおけるサーバ型プ
ログラムの活性保守を説明する。
With reference to FIGS. 2A and 2B, active maintenance of a server-type program in a system including the processor modules PM1 and PM2 will be described.

第2図において,20はプロセッサモジュールを始動さ
せたり停止させたりする機能を持つPM始動/停止機能,2
1はサーバ空間の現用/待機の切り替え機能を持つサー
バマイグレーション機構,22はサーバ型プログラムの起
動および停止機能を持つサーバ起動/停止機構,23は空
間を創成する機能を持つ空間創成機構を表す。
In FIG. 2, reference numeral 20 denotes a PM start / stop function having a function of starting and stopping a processor module.
Reference numeral 1 denotes a server migration mechanism having a function of switching between active and standby server spaces, reference numeral 22 denotes a server start / stop mechanism having a function of starting and stopping server-type programs, and reference numeral 23 denotes a space creation mechanism having a function of creating a space.

システム管理者は,必要な修正を適用してロードモ
ジュールライブラリを入れ換える。サーバ自体は,旧版
数でサービスを継続している。この予防保守実施後,そ
れを有効とするためにPM始動/停止機構20に対し,プロ
セッサモジュールPM1の停止を指示する。このとき,プ
ロセッサモジュールPM1の停止後に,再IPLを行うこと
と,IPL時に新版数のシステムプログラムを使用すること
を指示する。
The system administrator replaces the load module library by applying necessary modifications. The server itself is continuing the service with the old version. After the preventive maintenance is performed, the PM start / stop mechanism 20 is instructed to stop the processor module PM1 in order to make it effective. At this time, it instructs that re-IPL is performed after the processor module PM1 is stopped, and that a new version of the system program is used during IPL.

プロセッサモジュールPM1上でマイグレーション対
象のサーバ型プログラムが動作している場合には,サー
バマイグレーション機構21に空間マイグレーションが指
示される。このとき,プロセッサモジュールPM1の再始
動に備えて,どのサーバをマイグレーションするかを表
す情報を採取しておく。
When the server type program to be migrated is running on the processor module PM1, the server migration mechanism 21 is instructed to perform space migration. At this time, information indicating which server is to be migrated is collected in preparation for the restart of the processor module PM1.

サーバマイグレーション機構21は,プロセッサモジ
ュールPM1上で動作しているサーバ型プログラムの現用
のサーバ空間S11に対して,サービスの停止を指示す
る。
Server migration mechanism 21, the server space S 11 of the working of the server type program operating on the processor module PM1, instructing to stop the service.

また,プロセッサモジュールPM2上で待機している
サーバ空間S2に対して,現用空間の処理を引き継いだ後
に,サービスを継続することを指示する。
Further, the server space S 2 waiting on the processor module PM2, after taking over the processing of the working space, indicating to continue the service.

プロセッサモジュールPM1の停止を確認した後,PM始
動/停止機構20により,新版数でプロセッサモジュール
PM1が再始動される。
After confirming that the processor module PM1 has stopped, the PM start / stop mechanism 20 uses the new version of the processor module.
PM1 is restarted.

PM始動/停止機構20は,サーバ起動/停止機構22
に,プロセッサモジュールPM1における必要なサーバの
起動を依頼する。
The PM start / stop mechanism 20 is a server start / stop mechanism 22
Is requested to start the necessary server in the processor module PM1.

プロセッサモジュールPM1の始動処理の延長で,サ
ーバ起動/停止機構22は,空間創成機構23により空間の
創成を行い,プロセッサモジュールPM1上で新版数のサ
ーバ空間S12を起動する。このとき,上記で採取して
おいた情報に基づき,マイグレーションしたサーバにつ
いては待機空間を起動し,それ以外のサーバについて
は,通常どおり現用空間を起動する。
An extension of the start processing of the processor module PM1, server start / stop mechanism 22 performs creation of space by the space creating mechanism 23, to start the server space S 12 of the new plate number on the processor module PM1. At this time, based on the information collected above, the standby space is activated for the migrated server, and the active space is activated for the other servers as usual.

活性保守後のプロセッサモジュールPM1の始動の場
合には,上記でマイグレーションしたサーバを,再度
マイグレーションし,元のプロセッサモジュールPM1上
に戻すように,サーバマイグレーション機構21に指示す
る。
When the processor module PM1 is started after the active maintenance, the server migration mechanism 21 is instructed to migrate the server migrated as described above again and to return the server to the original processor module PM1.

サーバマイグレーション機構21は,プロセッサモジ
ュールPM2上のサーバ空間S2を現用から待機に切り替
え,そのサービスを停止させる。
Server migration mechanism 21 is switched to the standby server space S 2 on the processor module PM2 from the active to stop the service.

そして,上記で起動された新版数のサーバ空間S
12を待機から現用へ切り替えて,サーバ空間S2からの処
理を引き継がせ,サービスをプロセッサモジュールPM1
上で継続させる。プロセッサモジュールPM2に対して
も,同様の処理を適用することにより,プロセッサモジ
ュールPM2上で現用として動作するサーバ型プログラム
の活性保守を行うことも可能である。
Then, the server space S of the new version launched above
12 is switched from the standby to active, take over the processing from the server space S 2, the processor service modules PM1
Continue on. By applying the same processing to the processor module PM2, it is also possible to perform active maintenance of a server-type program that is currently operating on the processor module PM2.

プロセッサモジュール停止時のサーバ停止処理の流れ
は,第3図に示すように行われる。以下の説明における
(a)〜(f)は,第3図に示す処理(a)〜(f)に
対応する。
The flow of the server stop processing when the processor module stops is performed as shown in FIG. (A) to (f) in the following description correspond to the processes (a) to (f) shown in FIG.

(a) 通常のシステムの停止か,活性保守のためのシ
ステムと停止かを判定する。通常のシステムの停止指示
の場合には,処理(e)へ移る。
(A) It is determined whether the normal system is stopped or the system is stopped for active maintenance. In the case of a normal system stop instruction, the process proceeds to processing (e).

(b) 活性保守のためのシステムの停止の場合,処理
対象のサーバはマイグレーションの対象外かどうかを判
定する。対象外の場合,処理(e)へ移る。
(B) When the system is stopped for active maintenance, it is determined whether the server to be processed is not subject to migration. If not, the process proceeds to processing (e).

(c) 処理対象のサーバがマイグレーションの対象で
ある場合,現用空間に対してサービスの停止を指示す
る。
(C) When the server to be processed is the target of migration, the service is instructed to the working space.

(d) 次に待機空間に対して,処理の引き継ぎを指示
する。その後,処理(f)に移る。
(D) Next, an instruction to take over the processing is issued to the standby space. Thereafter, the process proceeds to the process (f).

(e) マイグレーションを行わない場合,現用空間お
よび待機空間に対して停止を指示する。
(E) When migration is not performed, a stop instruction is issued to the working space and the standby space.

(f) 停止の指示があったプロセッサモジュール上の
全サーバを処理したかどうかを判定し,処理し終わった
ならば,サーバの停止処理を終了する。未処理のサーバ
がある場合には,処理(a)に戻り,同様に処理を繰り
返す。
(F) It is determined whether all the servers on the processor module for which the stop instruction has been processed have been processed, and when the processing has been completed, the server stop processing is terminated. If there is an unprocessed server, the process returns to the process (a), and the process is repeated in the same manner.

プロセーサモジュール始動時のサーバ起動処理の流れ
は,第4図に示すように行われる。以下の説明における
(a)〜(g)は,第4図に示す処理(a)〜(g)に
対応する。
The flow of the server startup processing at the time of starting the processor module is performed as shown in FIG. (A) to (g) in the following description correspond to the processes (a) to (g) shown in FIG.

(a) 活性保守後の始動かどうかを判定する。活性保
守後の始動の場合,処理(c)へ移る。
(A) It is determined whether the start is after active maintenance. In the case of starting after active maintenance, the process proceeds to processing (c).

(b) 通常の始動の場合,必要な現用空間と待機空間
を起動する。その後,処理(g)へ移る。
(B) In the case of normal startup, the necessary working space and standby space are started. Thereafter, the process proceeds to processing (g).

(c) 活性保守後の始動の場合,起動対象のサーバは
マイグレーションの対象外かどうかを判定する。マイグ
レーションの対象外の場合,処理(b)へ移る。
(C) In the case of starting after active maintenance, it is determined whether the server to be started is not a target of migration. If it is out of the migration target, the process proceeds to the process (b).

(d) マイグレーションの対象である場合には,指定
された版数で待機を起動する。
(D) If the target is a migration target, the standby is started with the specified version number.

(e) そのサーバの現用空間に対してサービスの停止
を指示する。
(E) Instruct the service space of the server to stop the service.

(f) 起動した待機空間に対して,処理の引き継ぎを
指示する。
(F) Instructing the activated standby space to take over the processing.

(g) 始動したプロセッサモジュールに必要な全サー
バを起動したかどうかを判定し,まだ起動していないも
のがある場合には,処理(a)に制御を戻し,同様に処
理を繰り返す。全サーバを起動したならば,処理を終了
する。
(G) It is determined whether or not all the servers required for the started processor module have been started. If any server has not been started yet, the control is returned to the process (a), and the process is repeated in the same manner. When all servers have been started, the process ends.

〔発明の効果〕〔The invention's effect〕

以上説明したように,本発明によれば,システムプロ
グラムに対して予防保守を適用した後に,その予防保守
の結果を,システム提供のサーバ型プログラムに対し
て,そのサーバが提供しているサービスを停止すること
なく有効化することができる。特に,新版数の切り替え
がプロセッサモジュール単位で行われるため,操作が容
易で効率化され,版数管理も簡易化されるという効果が
ある。
As described above, according to the present invention, after applying preventive maintenance to a system program, the result of the preventive maintenance is transmitted to a server-type program provided by the system to provide a service provided by the server. It can be activated without stopping. In particular, since the switching of the new version number is performed for each processor module, there is an effect that the operation is easy and efficient, and the version number management is also simplified.

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

第1図は本発明の原理説明図, 第2図は本発明の実施例説明図, 第3図は本発明の実施例に係るPM停止時のサーバ停止処
理の流れ, 第4図は本発明の実施例に係るPM始動時のサーバ起動処
理の流れ, 第5図は本発明の適用対象となるシステムの構成例, 第6図は従来技術の例を示す。 図中,10〜13は本発明に係る処理過程,PM1,PM2はプロセ
ッサモジュール,S1〜S3およびS1′〜S3′はサーバ型プ
ログラムを表す。
FIG. 1 is an explanatory view of the principle of the present invention, FIG. 2 is an explanatory view of an embodiment of the present invention, FIG. FIG. 5 shows an example of the configuration of a system to which the present invention is applied, and FIG. 6 shows an example of the prior art according to the embodiment. In the figure, reference numerals 10 to 13 denote processing steps according to the present invention, PM1 and PM2 denote processor modules, and S1 to S3 and S1 'to S3' denote server-type programs.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】システムが提供するサーバ型プログラムが
動作する複数のプロセッサモジュールを備えた計算機シ
ステムにおけるサーバ型プログラムの活性保守処理方法
において, 旧版数のサーバ型プログラムが動作する現用空間と待機
空間とを,上記複数のプロセッサモジュールにおける第
1および第2の異なるプロセッサモジュール(PM1,PM
2)上に割り当てておく過程(10)と, 旧版数のサーバ型プログラムを新版数のサーバ型プログ
ラムに切り替えるときに,第1のプロセッサモジュール
(PM1)を停止させるとともに,停止させる際に第1の
プロセッサモジュール(PM1)における現用空間の処理
を第2のプロセッサモジュール(PM2)の待機空間に引
き継がせ,第2のプロセッサモジュール(PM2)におけ
るサーバ型プログラムを待機空間から現用空間に切り替
える過程(11)と, 第1のプロセッサモジュール(PM1)上で,新版数のサ
ーバ型プログラムを待機空間として起動する過程(12)
と, 第2のプロセッサモジュール(PM2)における現用空間
の処理を,第1のプロセッサモジュール(PM1)の待機
空間に引き継がせ,第1のプロセッサモジュール(PM
1)で新版数のサーバ型プログラムを待機空間から現用
空間に切り替えるとともに,第2のプロセッサモジュー
ル(PM2)におけるサーバ型プログラムを現用空間から
待機空間に切り替える過程(13)とを備え, プロセッサモジュールを単位としてサーバ型プログラム
の版数を切り替えることを特徴とするサーバ型プログラ
ムの活性保守処理方法。
An active maintenance processing method for a server-type program in a computer system having a plurality of processor modules on which a server-type program provided by the system operates. To the first and second different processor modules (PM1, PM1
2) The process (10) of assigning the above, and the first processor module (PM1) is stopped when the old version of the server type program is switched to the new version of the server type program, and the first The processing of the working space in the processor module (PM1) of the second processor module (PM2) is taken over by the standby space of the second processor module (PM2), and the server type program in the second processor module (PM2) is switched from the standby space to the working space (11). ) And a process of starting a new version of the server type program as a standby space on the first processor module (PM1) (12)
And the processing of the working space in the second processor module (PM2) is taken over by the standby space of the first processor module (PM1).
(1) switching the server-type program of the new version from the standby space to the active space in (1) and switching the server-type program in the second processor module (PM2) from the active space to the standby space (13). An active maintenance processing method for a server-type program, wherein the version of the server-type program is switched as a unit.
JP2124626A 1990-05-15 1990-05-15 Active maintenance processing method for server-type programs Expired - Fee Related JP2580061B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2124626A JP2580061B2 (en) 1990-05-15 1990-05-15 Active maintenance processing method for server-type programs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2124626A JP2580061B2 (en) 1990-05-15 1990-05-15 Active maintenance processing method for server-type programs

Publications (2)

Publication Number Publication Date
JPH0424732A JPH0424732A (en) 1992-01-28
JP2580061B2 true JP2580061B2 (en) 1997-02-12

Family

ID=14890071

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2124626A Expired - Fee Related JP2580061B2 (en) 1990-05-15 1990-05-15 Active maintenance processing method for server-type programs

Country Status (1)

Country Link
JP (1) JP2580061B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000137604A (en) * 1998-10-30 2000-05-16 Oki Electric Ind Co Ltd System for succeeding data
JPWO2010122709A1 (en) * 2009-04-23 2012-10-25 日本電気株式会社 Rejuvenation processing apparatus, rejuvenation processing system, computer program, and data processing method
JP5403051B2 (en) * 2009-04-23 2014-01-29 日本電気株式会社 Rejuvenation processing apparatus, rejuvenation processing system, computer program, and data processing method

Also Published As

Publication number Publication date
JPH0424732A (en) 1992-01-28

Similar Documents

Publication Publication Date Title
US9547562B1 (en) Boot restore system for rapidly restoring virtual machine backups
CN101876926B (en) Asymmetric software triple-computer hot backup fault-tolerant method
JP2003330740A (en) Multiplexed computer system, allocating method of logic computer and allocation program for logic computer
US20080307254A1 (en) Information-processing equipment and system therefor
US7181574B1 (en) Server cluster using informed prefetching
JPH07311749A (en) Multiprocessor system and kernel substituting method
JP2020035374A (en) Availability system, method, and program
US20110047550A1 (en) Software program execution device, software program execution method, and program
JP2007304845A (en) Virtual computer system and software update method
JP4560074B2 (en) Virtual computer system and virtual computer restoration method in the same system
CN105100180A (en) Cluster node dynamic loading method, device and system
JP2580061B2 (en) Active maintenance processing method for server-type programs
WO2006028520A1 (en) Migration of tasks in a computing system
JP2000222376A (en) Computer system and method for operating the same
JP2002024048A (en) High availability system
JP2000112906A (en) Cluster system
JP2008117268A (en) Information management system
JPS6016667B2 (en) Composite computer system
JPH04346136A (en) Virtual instruction processor structure control method
JPH03265027A (en) Initializing device for computer system
JPH0363768B2 (en)
JP3107802B2 (en) Server type program active maintenance processing method
JPH02139630A (en) Online task exchange device
JPH10116262A (en) Parallel computer, processor element network, and recording medium where program for parallel computer is recorded
JP2629415B2 (en) A business process switching method in a mutual standby system

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081107

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20081107

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20091107

Year of fee payment: 13

LAPS Cancellation because of no payment of annual fees