JP2527964B2 - Backup system initial startup control method - Google Patents

Backup system initial startup control method

Info

Publication number
JP2527964B2
JP2527964B2 JP62126949A JP12694987A JP2527964B2 JP 2527964 B2 JP2527964 B2 JP 2527964B2 JP 62126949 A JP62126949 A JP 62126949A JP 12694987 A JP12694987 A JP 12694987A JP 2527964 B2 JP2527964 B2 JP 2527964B2
Authority
JP
Japan
Prior art keywords
program
initial
standby system
central processing
processing unit
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 - Lifetime
Application number
JP62126949A
Other languages
Japanese (ja)
Other versions
JPS63292243A (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 JP62126949A priority Critical patent/JP2527964B2/en
Publication of JPS63292243A publication Critical patent/JPS63292243A/en
Application granted granted Critical
Publication of JP2527964B2 publication Critical patent/JP2527964B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Hardware Redundancy (AREA)

Description

【発明の詳細な説明】 〔概要〕 二重化システムに於いて、現用系から予備系に初期起
動信号を加えると共に、プログラムの種別指定を行い、
ファイルメモリから種別指定されたプログラムを読出し
てメインメモリに転送し、転送されたプログラムを実行
させるものであり、予備系のメインメモリ上のデータ等
を読出して、フロッピィディスク等に掃出すプログラム
や、予備系の障害個所を探索する診断プログラム等を任
意に選定して実行させることができる。
DETAILED DESCRIPTION OF THE INVENTION [Outline] In a redundant system, an initial start signal is added from an active system to a standby system, and a program type is designated.
A program for reading the specified program from the file memory, transferring it to the main memory, and executing the transferred program. A program for reading data on the main memory of the spare system and sweeping it to a floppy disk, It is possible to arbitrarily select and execute a diagnostic program or the like that searches for a failure point in the standby system.

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

本発明は、二重化システムに於ける予備系の診断等を
行う為の予備系プログラム初期起動制御方式に関するも
のである。
The present invention relates to a standby system program initial activation control system for diagnosing a standby system in a redundant system.

障害は、不安定動作の状態や完全に動作しなくなる破
壊障害等の状態を含むものであり、破壊障害となる前の
不安定動作状態の部位を見つける為の診断が有意義であ
る。その為、二重化システムに於いては、現用系に障害
が発生すると、その現用系を予備系に、且つ今までの予
備系を現用系に切替え、新たに現用系となった系から予
備系となった系の診断プログラム等を起動して、障害発
生の原因や障害部位を追求することになる。このような
二重化システムに於ける予備系の診断等を容易にするこ
とが要望されている。
The failure includes a state of unstable operation and a destructive failure such that the operation does not completely operate, and a diagnosis for finding a part of the unstable operating state before the destructive failure is meaningful. Therefore, in a redundant system, if a failure occurs in the active system, the active system is switched to the standby system, and the existing standby system is switched to the active system, and the newly active system becomes the standby system. It will be necessary to start the diagnostic program of the system that has become defective and pursue the cause of failure and the location of the failure. There is a demand for facilitating the diagnosis of the standby system in such a duplex system.

〔従来の技術〕[Conventional technology]

従来の二重化システムは、例えば、第7図に示す構成
を有するものである。同図に於いて、11−0,11−1は中
央処理装置(CC)、12−0,12−1はファイルメモリ(F
M)、13−0,13−1はメインメモリ(MM)、14−0,14−
1は初期プログラム起動回路(IPL)、15−0,15−1は
系間通信制御装置(ISC)、16−0,16−1は共通バスで
ある。
The conventional duplex system has, for example, the configuration shown in FIG. In the figure, 11-0 and 11-1 are central processing units (CC), 12-0 and 12-1 are file memories (F
M), 13-0, 13-1 is main memory (MM), 14-0, 14-
Reference numeral 1 is an initial program starting circuit (IPL), 15-0 and 15-1 are intersystem communication control units (ISC), and 16-0 and 16-1 are common buses.

#0系を現用系、#1系を予備系とすると、予備系プ
ログラムの初期起動には、 (a)現用系#0から全プログラムを予備系#1へ転送
した後、起動する方式、 (b)現用系#0からの起動信号により予備系#1自身
が全プログラムを予備系#1のファイルメモリ12−1よ
り転送し、転送完了により予備系#1自身が起動する方
式、 が一般的である。
When the # 0 system is the active system and the # 1 system is the standby system, the initial activation of the standby system program is as follows: (a) A method of transferring all programs from the active system # 0 to the standby system # 1 and then activating, b) A method in which the standby system # 1 itself transfers all programs from the file memory 12-1 of the standby system # 1 by a start signal from the active system # 0, and the standby system # 1 itself starts when the transfer is completed. Is.

前述の(a)の方式は、現用系#0の中央処理装置11
−0の制御により、現用系#0のファイルメモリ12−0
に格納されている全プログラムを読出して、系間通信制
御装置15−0,15−1を介して予備系#1のメインメモリ
13−1に転送する。この転送手段は、周知のDMA(ダイ
レクト・メモリ・アクセス)制御方式と同様にして、プ
ログラムを転送するものであり、全プログラムの転送終
了により、現用系#0の中央処理装置11−0から初期プ
ログラム起動回路14−0,14−1を介して予備系#1へ起
動信号を加える。それにより、予備系#1の中央処理装
置11−1がメインメモリ13−1に書込まれたプログラム
を実行することになる。
The above-mentioned method (a) uses the central processing unit 11 of the active system # 0.
By the control of -0, the file memory 12-0 of the active system # 0
All programs stored in the standby system # 1 are read out via the inter-system communication control devices 15-0 and 15-1.
Transfer to 13-1. This transfer means transfers a program in the same manner as the well-known DMA (Direct Memory Access) control method, and when the transfer of all programs is completed, it is initialized from the central processing unit 11-0 of the active system # 0. A start signal is applied to the standby system # 1 via the program start circuits 14-0 and 14-1. As a result, the central processing unit 11-1 of the standby system # 1 executes the program written in the main memory 13-1.

又前述の(b)の方式は、現用系#0の中央処理装置
11−0から初期プログラム起動回路14−0,14−1を介し
て予備系#1へ起動信号を加える。予備系#1では、初
期プログラム起動によって、中央処理装置11−1の制御
により、自系のファイルメモリ12−1に格納されている
全プログラムを自系のメインメモリ13−1に転送し、全
プログラムの転送終了信号を起動信号として、中央処理
装置11−1はメインメモリ13−1に転送されたプログラ
ムを実行する。
The above-mentioned method (b) is the central processing unit of the active system # 0.
An activation signal is applied from 11-0 to the standby system # 1 via the initial program activation circuits 14-0 and 14-1. In the standby system # 1, all programs stored in the file memory 12-1 of the own system are transferred to the main memory 13-1 of the own system by the control of the central processing unit 11-1 by starting the initial program, The central processing unit 11-1 executes the program transferred to the main memory 13-1 by using the transfer end signal of the program as a start signal.

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

前述の(a)の方式は、系間通信制御装置15−0,15−
1に障害が発生した場合、プログラム等の多量のデータ
を転送できないものである。例えば、系間通信制御装置
15−0,15−1は、系間通信用のバッファメモリやアドレ
スカウンタ等を含む構成であり、そのアドレスカウンタ
に障害が発生した場合には、最初の1〜3バイト程度の
1通信単位のデータを転送することは可能であるが、ア
ドレスカウンタの内容が障害により変化しないから、そ
の後のデータを転送できないことになる。又装置が不安
定動作状態となった場合には、その不安定動作状態の系
間通信制御装置をリセットすることにより、最初の1〜
3バイト程度の1通信単位のデータの転送が可能である
が、その後は不安定動作によりデータが転送できない場
合が一般的である。
The above-mentioned method (a) is applied to the inter-system communication control devices 15-0, 15-
When a failure occurs in No. 1, a large amount of data such as a program cannot be transferred. For example, inter-system communication control device
15-0 and 15-1 have a configuration including a buffer memory for inter-system communication, an address counter, etc. When a failure occurs in the address counter, the first communication unit of 1 to 3 bytes Although it is possible to transfer the data, the contents of the address counter do not change due to the failure, so that the subsequent data cannot be transferred. Further, when the device is in an unstable operation state, by resetting the inter-system communication control device in the unstable operation state, the first 1
Although it is possible to transfer data of one communication unit of about 3 bytes, it is general that the data cannot be transferred thereafter due to unstable operation.

その為、診断プログラム等は、多量のデータであるか
ら、障害が発生した系間通信制御装置15−0,15−1を介
して転送することは実用上不可能に近いものとなる。
Therefore, since the diagnostic program and the like are a large amount of data, it is practically impossible to transfer them via the intersystem communication control devices 15-0 and 15-1 in which a failure has occurred.

従って、前述の(a)の方式は、系間通信制御装置15
−0,15−1に障害が発生すると、データ量の多いプログ
ラムを転送できないから、予備系#1の診断等を行うこ
とができない欠点がある。
Therefore, the above-mentioned method (a) is applied to the inter-system communication control device 15
If a failure occurs in −0,15-1, a program having a large amount of data cannot be transferred, and therefore there is a drawback in that the backup system # 1 cannot be diagnosed.

又前述の(b)の方式は、予備系#1内で全プログラ
ムを転送するから、系間通信制御装置15−0,15−1に障
害が発生した場合でも、予備系#1の診断等を行うこと
ができるが、起動するプログラムは(a)の方式の場合
と同様に固定である。
Further, in the above method (b), all programs are transferred in the standby system # 1, so that even if a failure occurs in the inter-system communication control devices 15-0, 15-1, the diagnosis of the standby system # 1 etc. However, the program to be activated is fixed as in the case of the method (a).

従って、予備系#1のメインメモリ13−1のデータ等
を図示を省略したフロッピィディスク等へ掃出す処理の
みを実行させるには、その為のプログラムをファイルメ
モリ12−1に、実行に先立ち、予め格納しておく必要が
あり、又他のプログラムを実行させたい場合は、そのプ
ログラムに変更しておく必要がある。従って、予備系#
1に任意のプログラムを実行させることは容易ではなか
った。
Therefore, in order to execute only the process of sweeping out the data and the like in the main memory 13-1 of the spare system # 1 to a floppy disk or the like (not shown), a program for that purpose is stored in the file memory 12-1 prior to execution. It is necessary to store it in advance, and if another program is to be executed, it is necessary to change to that program. Therefore, the backup system #
It was not easy to let 1 run an arbitrary program.

本発明は、予備系プログラムを任意に選定して実行さ
せることを目的とするものである。
An object of the present invention is to arbitrarily select and execute a backup system program.

〔問題点を解決するための手段〕[Means for solving problems]

本発明の予備系プログラム初期起動制御方式は、複数
のプログラムをファイルメモリに格納し、このプログラ
ムを容易に指定できるようにしたものであり、第1図を
参照して説明する。
The standby system initial activation control system of the present invention stores a plurality of programs in a file memory so that the programs can be easily designated, and will be described with reference to FIG.

中央処理装置(CC)1−0,1−1と、ファイルメモリ
(FM)2−0,2−1と、メインメモリ(MM)3−0,3−1
と、初期プログラム起動回路(SIPL)4−0,4−1と、
系間通信制御装置(ISC)5−0,5−1とをそれぞれ備
え、共通バス6−0,6−1により中央処理装置1−0,1−
1とメインメモリ3−0,3−1と系間通信制御装置5−
0,5−1とが接続された#0系と#1系とからなる二重
化システムに於いて、ファイルメモリ2−0,2−1に複
数種類のプログラムP1〜Pnを格納する。
Central processing unit (CC) 1-0,1-1, file memory (FM) 2-0,2-1, main memory (MM) 3-0,3-1
And an initial program starting circuit (SIPL) 4-0,4-1,
An inter-system communication control unit (ISC) 5-0, 5-1 is provided, and a central processing unit 1-0, 1- is provided by a common bus 6-0, 6-1.
1, main memory 3-0, 3-1 and inter-system communication controller 5-
In the duplex system including the # 0 system and the # 1 system to which 0 and 5-1 are connected, a plurality of types of programs P1 to Pn are stored in the file memories 2-0 and 2-1.

そして、現用系#0から予備系#1に初期プログラム
起動回路4−0,4−1を介して初期起動信号を加えると
共に、この初期起動信号により又は系間通信制御装置5
−0,5−1を介して転送する情報により、予備系#1の
ファイルメモリ2−1に格納されているプログラムの種
別指定を行い、この種別指定に従ったプログラムをファ
イルメモリ2−1からメインメモリ3−1に転送して実
行するものである。
Then, an initial activation signal is applied from the active system # 0 to the standby system # 1 via the initial program activation circuits 4-0 and 4-1, and by this initial activation signal or the intersystem communication control device 5
The type of the program stored in the file memory 2-1 of the spare system # 1 is designated by the information transferred via −0, 5-1 and the program according to the type designation is transferred from the file memory 2-1. It is transferred to the main memory 3-1 and executed.

〔作用〕[Action]

ファイルメモリ2−0,2−1に複数種類のプログラム
を格納するものであるから、診断プログラムやメインメ
モリ3−0,3−1上のデータの掃出しを行わせるプログ
ラム等をそれぞれ別個のプログラムとして格納しておく
ことができる。そして、現用系#0から予備系#1の初
期起動を行うと共に、ファイルメモリに格納されたプロ
グラムの種別指定を行うものである。
Since multiple types of programs are stored in the file memory 2-0,2-1, a diagnostic program and a program for sweeping out the data in the main memory 3-0,3-1 are set as separate programs. Can be stored. Then, the active system # 0 is initially activated from the standby system # 1, and the type of the program stored in the file memory is designated.

このプログラムの種別指定は、予め現用系#0から予
備系#1へ種別指定情報を転送して行うか又はその種別
対応の起動信号によって行うことができる。従って、コ
マンド等により予備系#1のプログラム種別を指定する
ことにより、予備系#1では初期起動信号によって種別
指定されたプログラムを実行することになり、任意のプ
ログラムを選択して実行させることができる。
The type designation of the program can be performed by transferring the type designation information from the active system # 0 to the standby system # 1 in advance or by a start signal corresponding to the type. Therefore, by designating the program type of the standby system # 1 by a command or the like, the program designated by the initial start signal is executed in the standby system # 1, and an arbitrary program can be selected and executed. it can.

〔実施例〕〔Example〕

以下図面を参照して本発明の実施例について詳細に説
明する。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

第2図は本発明の一実施例の説明図であり、第1図と
同一符号は同一部分を示し、7−0,7−1はプログラム
種別指定情報を格納するFNエリアで、メインメモリ3−
0,3−1に形成した場合を示す。又8はプログラムPiを
格納する領域である。又磁気ディスク装置等からなるフ
ァイルメモリ(FM)2−0,2−1に、複数種類のプログ
ラムPi(i=1,2,・・・n)を格納しておくものであ
る。
FIG. 2 is an explanatory diagram of an embodiment of the present invention. The same reference numerals as those in FIG. 1 denote the same parts, and 7-0 and 7-1 are FN areas for storing program type designation information, which are the main memory 3 −
The case where it is formed at 0, 3-1 is shown. Reference numeral 8 is an area for storing the program Pi. Further, a plurality of types of programs Pi (i = 1, 2, ... N) are stored in the file memory (FM) 2-0,2-1 composed of a magnetic disk device or the like.

予備系プログラムの初期起動を行う場合、先ず現用系
#0の中央処理装置1−0から系間通信制御装置5−0,
5−1を介して、予備系#1のメインメモリ3−1に形
成したFNエリア7−1に、プログラムの種別指定情報の
例えばプログラム名を書込む。そして、現用系#0の中
央処理装置1−0は、初期プログラム起動回路4−0,4
−1を介して初期起動信号を転送する。この初期起動信
号は、予備系#1の中央処理装置1−1に対して割込信
号となる。この場合のプログラムの種別指定情報の転送
の時点は、系間通信制御装置5−0,5−1の障害発生前
の正常動作時に於いて行うことが可能であり、又障害が
発生した場合でも、前述のように、1〜3バイト程度の
1通信単位のデータの転送が可能の場合が多いから、1
バイト程度のプログラムの種別指定情報の転送を行うこ
とができる。
When initializing the standby system program, first, the central processing unit 1-0 of the active system # 0 to the inter-system communication control unit 5-0,
The program type designation information, for example, the program name is written in the FN area 7-1 formed in the main memory 3-1 of the standby system # 1 via 5-1. Then, the central processing unit 1-0 of the active system # 0 uses the initial program starting circuits 4-0,4.
Transfer the initial activation signal via -1. This initial activation signal becomes an interrupt signal to the central processing unit 1-1 of the standby system # 1. In this case, the transfer of the program type designation information can be performed during the normal operation of the inter-system communication control device 5-0, 5-1 before the failure occurs, and even when the failure occurs. As described above, since it is often possible to transfer data of 1 to 3 bytes per communication unit, 1
It is possible to transfer program type designation information of about bytes.

中央処理装置1−1はこの割込みにより、メインメモ
リ3−1のFNエリア7−1の内容を読込み、その内容の
プログラム名に従ってファイルメモリ2−1からプログ
ラムPiを読出してメインメモリ3−1に転送し、メイン
メモリ3−1の領域8に書込む。そして、中央処理装置
1−1は、この領域8に書込まれたプログラムPiを読出
して実行する。
Due to this interrupt, the central processing unit 1-1 reads the contents of the FN area 7-1 of the main memory 3-1, reads the program Pi from the file memory 2-1 according to the program name of the contents, and stores it in the main memory 3-1. Transfer and write to area 8 of main memory 3-1. Then, the central processing unit 1-1 reads out and executes the program Pi written in the area 8.

第3図はファイルメモリの説明図であり、プログラム
名1〜nに対応して、各プログラム1〜n(P1〜Pn)
は、転送先アドレス、語数、起動アドレス、プログラム
内容等を含み、転送先アドレスに従ったメインメモリ
(MM)のアドレスに、語数情報に従った語数のプログラ
ムが転送される。このプログラムの転送終了により、起
動アドレスに従ってプログラムが起動される。又各プロ
グラムP1〜Pnは、例えば、二重化運転開始プログラム、
メモリ又はその領域を指定して記憶内容を掃出すプログ
ラム及び診断プログラム等とすることができる。
FIG. 3 is an explanatory diagram of the file memory, and programs 1 to n (P1 to Pn) are associated with program names 1 to n.
Includes a transfer destination address, the number of words, a start address, a program content, etc., and the program having the number of words according to the word number information is transferred to the address of the main memory (MM) according to the transfer destination address. When the transfer of the program is completed, the program is started according to the start address. Further, each program P1 to Pn is, for example, a redundant operation start program,
A program or a diagnostic program for sweeping the stored contents by designating the memory or its area can be used.

第4図は本発明の実施例の概略フローチャートであ
り、現用系#0の中央処理装置1−0の制御により、プ
ログラム種別指定を行う為のプログラム名を予備系#1
のFNエリア7−1に書込み、予備系#1に対して初期
起動を行う(SIPL起動)。
FIG. 4 is a schematic flowchart of an embodiment of the present invention, in which the program name for designating the program type is designated by the control of the central processing unit 1-0 of the active system # 0 and the standby system # 1.
In the FN area 7-1, and initial activation is performed for the spare system # 1 (SIPL activation).

初期起動信号は、予備系#1の中央処理装置1−1に
対して割込信号となり、中央処理装置1−1は、FNエリ
ア7−1よりプログラム名を読取り、該当プログラム
をファイルメモリ(FM)2−1より読出してメインメモ
リ(MM)3−1へ転送する。そして、メインメモリ
(MM)3−1へ転送されたプログラムを実行する。
The initial start signal becomes an interrupt signal to the central processing unit 1-1 of the standby system # 1, and the central processing unit 1-1 reads the program name from the FN area 7-1 and stores the corresponding program in the file memory (FM ) Read from 2-1 and transfer to main memory (MM) 3-1. Then, the program transferred to the main memory (MM) 3-1 is executed.

従って、プログラム名を予め予備系#1のFNエリア7
−1に書込んで初期起動を行うことにより、所望の予備
系プログラムを実行させることができる。
Therefore, name the program in advance in the FN area 7 of the standby system # 1.
By writing in -1 and performing initial startup, a desired spare system program can be executed.

第5図は本発明の他の実施例の説明図であり、第2図
と同一符号は同一部分を示し、9−0,9−1は系間通信
制御装置(ISC)5−0,5−1のバッファメモリで、この
バッファメモリにFNエリアが形成されている。
FIG. 5 is an explanatory view of another embodiment of the present invention, in which the same reference numerals as those in FIG. 2 indicate the same parts, and 9-0 and 9-1 are intersystem communication control devices (ISC) 5-0 and 5 -1 buffer memory, and an FN area is formed in this buffer memory.

現用系#0の中央処理装置1−0から系間通信制御装
置5−0を介して予備系#1の系間通信制御装置5−1
に、プログラムの種別指定情報のプログラム名を転送す
る。このプログラム名は、バッファメモリ9−1のFNエ
リアに書込まれる。そして、現用系#0の中央処理装置
1−0は、初期プログラム起動回路4−0を介して初期
起動信号を予備系#1に送出する。
From the central processing unit 1-0 of the active system # 0 to the intersystem communication control unit 5-1 of the standby system # 1 via the intersystem communication control unit 5-0.
The program name of the program type designation information is transferred to. This program name is written in the FN area of the buffer memory 9-1. Then, the central processing unit 1-0 of the active system # 0 sends an initial activation signal to the standby system # 1 via the initial program activation circuit 4-0.

この初期起動信号は予備系#1の初期プログラム起動
回路4−1を介して中央処理装置1−1に割込信号とし
て加えられ、中央処理装置1−1は、系間通信制御装置
5−1のバッファメモリ9−1のFNエリアからプログラ
ム名を読出し、このプログラム名に従ってファイルメモ
リ2−1からプログラムPiを読出して、メインメモリ3
−1の領域8に転送して書込む。そして、この領域8に
書込まれたプログラムPiを実行する。
This initial start signal is applied as an interrupt signal to the central processing unit 1-1 via the initial program starting circuit 4-1 of the standby system # 1, and the central processing unit 1-1 is connected to the intersystem communication control unit 5-1. Program name is read from the FN area of the buffer memory 9-1, and the program Pi is read from the file memory 2-1 according to this program name, and the main memory 3
Transfer and write to area 8 of -1. Then, the program Pi written in this area 8 is executed.

第6図は本発明の更に他の実施例の説明図であり、第
2図及び第5図と同一符号は同一部分を示し、10−0,10
−1は初期プログラム起動回路(SIPL)4−0,4−1の
バッファメモリで、FNエリアが形成されている。又初期
プログラム起動回路4−0,4−1間の初期起動信号S1〜S
nは、ファイルメモリ(FM)2−0,2−1に格納されたプ
ログラムP1〜Pnの種別対応のものである。
FIG. 6 is an explanatory view of still another embodiment of the present invention, in which the same reference numerals as those in FIGS. 2 and 5 indicate the same parts, and 10-0,10
-1 is a buffer memory of an initial program starting circuit (SIPL) 4-0, 4-1 in which an FN area is formed. Further, the initial program start-up circuit 4-0, 4-1 initial start-up signal S1-S
n corresponds to the type of the programs P1 to Pn stored in the file memories (FM) 2-0 and 2-1.

この実施例は、系間通信制御装置5−0,5−1を使用
しないで、予備系プログラムの初期起動を行うことがで
きるものであり、現用系#0の中央処理装置1−0から
プログラムの種別指定を行う初期起動信号Siを、初期プ
ログラム起動回路4−0を介して送出させる。予備系#
1では、初期プログラム起動回路4−1でこの初期起動
信号Siを受信識別し、バッファメモリ10−1のFNエリア
に書込む。この場合、初期起動信号Siに対応するプログ
ラム名iに変換して書込むこともできる。
In this embodiment, the standby system program can be initially activated without using the inter-system communication control units 5-0 and 5-1. The program is transmitted from the central processing unit 1-0 of the active system # 0. An initial starting signal Si for designating the type of is transmitted via the initial program starting circuit 4-0. Backup system #
In step 1, the initial program starting circuit 4-1 receives and identifies this initial starting signal Si and writes it in the FN area of the buffer memory 10-1. In this case, the program can be converted into the program name i corresponding to the initial start signal Si and written.

次に現用系#0の中央処理装置1−0は、初期プログ
ラム起動回路4−0から特定の初期起動信号を送出さ
せ、予備系#1の初期プログラム起動回路4−1はその
初期起動信号を中央処理装置1−1へ割込信号として加
え、中央処理装置1−1は、初期プログラム起動回路4
−1のバッファメモリ10−1のFNエリアから初期起動信
号Si又はプログラム名i等のプログラムの種別指定情報
を読出し、その種別指定情報に従ってファイルメモリ2
−1からプログラムPiを読出してメインメモリ3−1に
転送し、領域8にそのプログラムPiを書込み、この転送
終了によってそのプログラムPiを実行する。
Next, the central processing unit 1-0 of the working system # 0 causes the initial program starting circuit 4-0 to send out a specific initial starting signal, and the initial program starting circuit 4-1 of the standby system # 1 sends the initial starting signal. In addition to the central processing unit 1-1 as an interrupt signal, the central processing unit 1-1 uses the initial program starting circuit 4
-1 buffer memory 10-1 reads the program type designation information such as the initial start signal Si or the program name i from the FN area, and the file memory 2 according to the type designation information.
The program Pi is read from -1 and transferred to the main memory 3-1, the program Pi is written in the area 8, and the program Pi is executed when the transfer is completed.

この実施例に於いては、プログラムの種別指定情報と
しての初期起動信号Siを基に、直ちにファイルメモリ2
−1をアクセスして、指定されたプログラムPiをメイン
メモリ3−1に転送することもできる。又初期プログラ
ム起動回路4−0,4−1を介してプログラム種別指定を
行うと共に予備系プログラムの初期起動を行うことがで
きるから、系間通信制御装置5−0,5−1の障害時でも
問題がないことになる。
In this embodiment, the file memory 2 is immediately sent based on the initial start signal Si as the program type designation information.
-1 can be accessed to transfer the designated program Pi to the main memory 3-1. Further, since the program type can be specified through the initial program starting circuit 4-0, 4-1 and the preliminary system program can be initially started, even when the inter-system communication control device 5-0, 5-1 fails. There will be no problems.

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

以上説明したように、本発明は、ファイルメモリ2−
0,2−1に複数種類のプログラムP1〜Pnを格納し、現用
系#0からプログラムの種別を指定して予備系#1を起
動し、予備系#1で診断プログラム等の指定種別のプロ
グラムを実行させるものであり、コマンド等により予備
系プログラムの種別指定を行うだけで、所望の予備系プ
ログラムの初期起動を行わせることができることにな
る。従って、現用系#0から予備系#1へ診断プログラ
ム等を転送する必要がないから、系間通信制御装置5−
0,5−1の障害時でも、予備系プログラムの初期起動が
可能となり、現用系#0に予備系#1を診断する為の専
用の回路等を用意しておく必要がないから経済的な構成
とすることができる。又予備系#1で実行すべきプログ
ラムを、現用系#0とは全く別個に設計しておくことも
可能であると共に、現用系#0の運転中に、予備系#1
のプログラムの追加,修正,入替え等も可能となり、二
重化システムの運用の柔軟性が大きくなる利点がある。
As described above, according to the present invention, the file memory 2-
A plurality of types of programs P1 to Pn are stored in 0,2-1, a spare system # 1 is started by specifying the program type from the active system # 0, and a program of a specified type such as a diagnostic program in the standby system # 1. The desired standby system program can be initially started only by specifying the type of the standby system program by a command or the like. Therefore, it is not necessary to transfer the diagnostic program or the like from the active system # 0 to the standby system # 1, so that the inter-system communication control device 5-
Even if 0,5-1 fails, the standby system program can be initialized, and it is economical because there is no need to prepare a dedicated circuit for diagnosing the standby system # 1 in the active system # 0. It can be configured. It is also possible to design the program to be executed by the standby system # 1 completely separately from the active system # 0, and the backup system # 1 can be operated during the operation of the active system # 0.
It is possible to add, modify, replace, etc., the program, and there is an advantage that the operation flexibility of the redundant system is increased.

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

第1図は本発明の原理説明図、第2図は本発明の一実施
例の説明図、第3図はファイルメモリの説明図、第4図
は本発明の実施例の概略フローチャート、第5図は本発
明の他の実施例の説明図、第6図は本発明の更に他の実
施例の説明図、第7図は従来例の説明図である。 1−0,1−1は中央処理装置(CC)、2−0,2−1はファ
イルメモリ(FM)、3−0,3−1はメインメモリ(M
M)、4−0,4−1は初期プログラム起動回路(SIPL)、
5−0,5−1は系間通信制御装置(ISC)、6−0,6−1
は共通バス、7−0,7−1はFNエリア、8はプログラムP
iを書込む領域、9−0,9−1,10−0,10−1はバッファメ
モリである。
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. 3 is an explanatory view of a file memory, FIG. 4 is a schematic flowchart of an embodiment of the present invention, and FIG. FIG. 6 is an explanatory view of another embodiment of the present invention, FIG. 6 is an explanatory view of yet another embodiment of the present invention, and FIG. 7 is an explanatory view of a conventional example. 1-0,1-1 is a central processing unit (CC), 2-0,2-1 is a file memory (FM), 3-0,3-1 is a main memory (M
M), 4-0, 4-1 are initial program starting circuits (SIPL),
5-0, 5-1 is an intersystem communication control device (ISC), 6-0, 6-1
Is a common bus, 7-0 and 7-1 are FN areas, 8 is program P
Areas for writing i, 9-0, 9-1, 10-0, 10-1 are buffer memories.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 立枝 秀夫 川崎市中原区上小田中1015番地 富士通 株式会社内 (56)参考文献 特開 昭62−104255(JP,A) 特開 昭53−88548(JP,A) 特開 昭61−233845(JP,A) ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Hideo Tateeda 1015 Kamiodanaka, Nakahara-ku, Kawasaki City, Fujitsu Limited (56) References JP-A-62-104255 (JP, A) JP-A-53-88548 ( JP, A) JP 61-233845 (JP, A)

Claims (3)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】中央処理装置(1−0,1−1)と、プログ
ラムを格納したファイルメモリ(2−0,2−1)と、該
ファイルメモリ(2−0,2−1)から転送されたプログ
ラムを格納するメインメモリ(3−0,3−1)と、初期
プログラム起動回路(4−0,4−1)とをそれぞれ備え
て、一方が現用系(#0)、他方が予備系(#1)とな
る二重化システムに於いて、 前記ファイルメモリ(2−0,2−1)に複数種類のプロ
グラム(P1〜Pn)を格納し、 現用系(#0)から予備系(#1)に前記初期プログラ
ム起動回路(4−0,4−1)を介して初期起動信号を加
えると共に、該初期起動信号又は他の信号によって前記
予備系(#1)の前記ファイルメモリ(2−1)に格納
されたプログラムの種別を指定し、 前記予備系(#1)の前記中央処理装置(1−1)は、
前記ファイルメモリ(2−1)から種別指定されたプロ
グラムを前記メインメモリ(3−1)に転送して実行す
る ことを特徴とする予備系プログラム初期起動制御方式。
1. A central processing unit (1-0,1-1), a file memory (2-0,2-1) storing a program, and transfer from the file memory (2-0,2-1). A main memory (3-0, 3-1) for storing the executed program and an initial program starting circuit (4-0, 4-1), one of which is a current system (# 0) and the other of which is a spare. In the redundant system which becomes the system (# 1), a plurality of types of programs (P1 to Pn) are stored in the file memory (2-0,2-1), and the active system (# 0) to the standby system (# 1) are stored. An initial start signal is added to 1) via the initial program start circuit (4-0, 4-1), and the file memory (2-) of the standby system (# 1) is supplied by the initial start signal or another signal. The type of the program stored in 1) is designated, and the central processing unit (1-1) of the standby system (# 1) is specified. Is
A standby system program initial start-up control method characterized in that a type-specified program is transferred from the file memory (2-1) to the main memory (3-1) and executed.
【請求項2】前記プログラムの種別指定情報を、前記現
用系(#0)から前記予備系(#1)の記憶領域に転送
した後、前記初期起動信号を加えることを特徴とする特
許請求の範囲第1項記載の予備系プログラム初期起動制
御方式。
2. The initial activation signal is added after the program type designation information is transferred from the active system (# 0) to the storage area of the standby system (# 1). Preliminary system program initial activation control method described in the first item of the range.
【請求項3】前記初期起動信号の種別によって前記プロ
グラムの種別指定を行わせることを特徴とする特許請求
の範囲第1項記載の予備系プログラム初期起動制御方
式。
3. The standby system program initial activation control method according to claim 1, wherein the program type is designated according to the type of the initial activation signal.
JP62126949A 1987-05-26 1987-05-26 Backup system initial startup control method Expired - Lifetime JP2527964B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62126949A JP2527964B2 (en) 1987-05-26 1987-05-26 Backup system initial startup control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62126949A JP2527964B2 (en) 1987-05-26 1987-05-26 Backup system initial startup control method

Publications (2)

Publication Number Publication Date
JPS63292243A JPS63292243A (en) 1988-11-29
JP2527964B2 true JP2527964B2 (en) 1996-08-28

Family

ID=14947882

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62126949A Expired - Lifetime JP2527964B2 (en) 1987-05-26 1987-05-26 Backup system initial startup control method

Country Status (1)

Country Link
JP (1) JP2527964B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2504829B2 (en) * 1989-06-12 1996-06-05 日本電気株式会社 Standby host method

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5388548A (en) * 1977-01-14 1978-08-04 Hitachi Ltd Diagnosis control system
JPS62104255A (en) * 1985-10-30 1987-05-14 Fujitsu Ltd Diagnostic system

Also Published As

Publication number Publication date
JPS63292243A (en) 1988-11-29

Similar Documents

Publication Publication Date Title
US5274789A (en) Multiprocessor system having distributed shared resources and dynamic and selective global data replication
JP3447404B2 (en) Multiprocessor system
JPH1124943A (en) Computer restarting method and computer stopping method
US4977500A (en) System recovery method for computer system having a standby system with a wait job operation capability
JP3052857B2 (en) Inter-cluster shared memory access method
JPH08328891A (en) Duplex system using standby redundant configuration
JP2527964B2 (en) Backup system initial startup control method
JPH07121315A (en) Disk array
JP3130798B2 (en) Bus transfer device
JPH03656B2 (en)
JP3161319B2 (en) Multiprocessor system
JP3125634B2 (en) Electronic computer system
US20230004326A1 (en) Storage system control method and storage system
JP4853620B2 (en) Multiprocessor system and initial startup method and program
JP2862424B2 (en) Information processing device
JPS6130296B2 (en)
JPH0552538B2 (en)
JP2003330737A (en) Computer system
JPS6130297B2 (en)
JPH09259047A (en) Recovery device for duplexed disk
JP2001051854A (en) Information management system
JP3373535B2 (en) Address translation method for electronic computers
JP3009168B2 (en) Data processing device
JP3214551B2 (en) Conflict detection failure diagnosis method, conflict detection failure diagnosis method, bus converter, and recording medium
JP3012402B2 (en) Information processing system