JPH07200283A - Exchange system for resident load module - Google Patents

Exchange system for resident load module

Info

Publication number
JPH07200283A
JPH07200283A JP35350493A JP35350493A JPH07200283A JP H07200283 A JPH07200283 A JP H07200283A JP 35350493 A JP35350493 A JP 35350493A JP 35350493 A JP35350493 A JP 35350493A JP H07200283 A JPH07200283 A JP H07200283A
Authority
JP
Japan
Prior art keywords
load module
processor
resident load
resident
pointer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP35350493A
Other languages
Japanese (ja)
Inventor
Satoshi Fujii
聡志 藤井
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP35350493A priority Critical patent/JPH07200283A/en
Publication of JPH07200283A publication Critical patent/JPH07200283A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE:To prevent the deterioration of processing efficiency in a system by rewriting the pointer to be a pointer pointing the address of the other resident load module loaded on a real address space. CONSTITUTION:When a processor 1 becomes to be in an idle state, FW15 rewrites a pointer (3) pointing the resident module 19C stored in the address 6000 of the segment management table 11 of a segment corresponding to an exchange resident load module 21 loaded on the real memory space 7 by a command to a pointer (4) pointing the exchange resident load module 21, and resumes the execution of a process, for example. Then, a processor 3 instructs FW17 to perform task dispatch control. FW15 rewrites the pointer (3) of a segment management table 13 to the pointer (4) pointing the exchange resident load module 21 by the instruction. The processor 3 resumes the execution of the process after the rewriting.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、マルチプロセッサシス
テムの初期化時に磁気ディスク装置から実メモリ空間に
ロードされ、以後実メモリ空間に常駐する常駐ロードモ
ジュールを他の常駐ロードモジュールに入れ換える常駐
ロードモジュールの入れ換えシステムのうち、特に、オ
ンラインで稼働中に常駐ロードモジュールの入れ換えを
可能とする常駐ロードモジュールの入れ換えシステムに
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a resident load module that replaces a resident load module that is loaded from a magnetic disk device into a real memory space at the time of initialization of a multiprocessor system and is subsequently resident in the real memory space with another resident load module. The present invention particularly relates to a resident load module replacement system that enables replacement of a resident load module while operating online.

【0002】[0002]

【従来の技術】従来、仮想記憶方式のオペレーティング
システムにおいては、プログラム(ロードモジュール)
を実行する時にオペレーティングシステム(以下、OS
という。)の管理プログラムの要求により、実メモリ空
間にロードするデマンドページングで処理され、磁気デ
ィスク装置からプログラム(ロードモジュール)を読み
込み実メモリ空間を割り付けられる。また、スーパバイ
ザコールによるOSの機能を実行するsvcルーチン、
ディスパッチング制御、各種の割り込みに対応する割り
込みハンドラ等は、システムの初期化またはローディン
グ処理により磁気ディスク装置から実メモリ空間にロー
ドされ、以後実メモリ空間に常駐する。上記常駐するロ
ードモジュール(以下、常駐ロードモジュールとい
う。)においては、例えば、システムのバージョンアッ
プを実行する場合やOS(常駐ロードモジュール)に不
具合があった場合は、他の常駐ロードモジュールに入れ
換える必要がある。他の常駐ロードモジュールに入れ換
える場合は、当該プロセッサの処理を中断した後に磁気
ディスク装置から他の常駐ロードモジュールを実メモリ
空間にロードしてシステムの再立ち上げを行うことによ
り入れ換えが完了する。この場合は、前記プロセッサの
処理を中断して他の常駐ロードモジュールを入れ換える
ことにより、例えば、オンラインにより当該プロセッサ
に接続されているシステムの処理を停止するので、オン
ラインにより接続されたシステムの処理の遅延を招来す
るおそれがあった。これは、マルチプロセッサシステム
においても同様にシステムの再立ち上げが必要であっ
た。
2. Description of the Related Art Conventionally, in a virtual memory operating system, a program (load module) is used.
Operating system (hereinafter referred to as OS
Say. ), The program is processed by demand paging to be loaded in the real memory space, the program (load module) is read from the magnetic disk device, and the real memory space is allocated. In addition, the svc routine that executes the function of the OS by the supervisor call,
Dispatching control, interrupt handlers corresponding to various interrupts, etc. are loaded from the magnetic disk device to the real memory space by system initialization or loading processing, and thereafter reside in the real memory space. In the above-mentioned resident load module (hereinafter referred to as resident load module), for example, when executing a system version upgrade or when there is a problem with the OS (resident load module), it is necessary to replace it with another resident load module. There is. When replacing with another resident load module, the replacement is completed by interrupting the processing of the processor and then loading another resident load module from the magnetic disk device into the real memory space and restarting the system. In this case, by interrupting the processing of the processor and replacing another resident load module, for example, the processing of the system connected to the processor is stopped online, so that the processing of the system connected online is There was a risk of delay. This requires a system restart as well in a multiprocessor system.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、従来の
マルチプロセッサシステムにおいては、一つのセグメン
ト管理テーブルしか備えていないため、前記他の常駐ロ
ードモジュールを実メモリ空間にロードする場合にOS
から一つのプロセッサへのsvcルーチン、割り込みハ
ンドラ等を他のプロセッサに切り換える制御が複雑にな
るため、切り換えるタイミングの制御が困難になる問題
があった。また、常駐ロードモジュールの入れ換えに伴
うシステムの再立ち上げを行う場合は、前記一のプロセ
ッサのプロセスの実行を約数分間、中断するため、例え
ば、一のプロセッサがオンラインにより各種のシステム
に接続されているときにはシステム全体の処理効率の低
下及び停止を招来する問題があった。
However, since the conventional multiprocessor system has only one segment management table, when the other resident load module is loaded into the real memory space, the OS is not loaded.
There is a problem in that it is difficult to control the switching timing because the control for switching the svc routine from one processor to one processor, the interrupt handler, etc. to another processor becomes complicated. When the system is restarted when the resident load module is replaced, the execution of the process of the one processor is suspended for about several minutes.For example, one processor is connected to various systems online. However, there is a problem in that the processing efficiency of the entire system is lowered and the system is stopped.

【0004】本発明は、このような従来の課題に鑑みて
なされたものであり、その目的は、各プロセッサに1対
1に対応するセグメント管理手段を備えることにより、
複雑な制御および操作を行うことなく常駐ロードモジュ
ールの入れ換えを実行し、また、システム稼働中に行な
うことで常駐ロードモジュールの入れ換えに伴うシステ
ムの処理の中断を防止して、システムの処理効率の低下
を防止する常駐ロードモジュールの入れ換えシステムを
提供することにある。
The present invention has been made in view of the above conventional problems, and an object of the present invention is to provide each processor with a segment management means corresponding to one to one.
The resident load module is replaced without performing complicated control and operation. Also, by performing it while the system is operating, interruption of the system processing due to replacement of the resident load module is prevented, and the system processing efficiency is reduced. It is to provide a resident load module replacement system that prevents the above.

【0005】[0005]

【課題を解決するための手段】上記目的を達成するた
め、本発明は、少なくとも二以上のプロセッサを有する
マルチプロセッサシステムの初期化時に実メモリ空間に
ロードされて、以後実メモリ空間に常駐する常駐ロード
モジュールを他の常駐ロードモジュールに入れ換える常
駐ロードモジュールの入れ換えシステムにおいて、前記
二以上のプロセッサの各プロセッサに1対1に対応して
設けられ、前記常駐ロードモジュールがロードされてい
る実メモリ空間のアドレスと当該実メモリ空間にロード
された常駐ロードモジュールをセグメント単位に管理し
ている仮想アドレス空間のアドレスとを対応づけるセグ
メント管理手段と、前記常駐ロードモジュールを他の常
駐ロードモジュールに入れ換えるときに前記マルチプロ
セッサシステムのうち一つのプロセッサのプロセスの実
行を行わないようにさせるプロセッサ移行手段と、この
プロセッサ移行手段によりプロセスの実行を終了した前
記一のプロセッサに対応する前記セグメント管理手段に
記憶されている前記実メモリ空間にロードされた常駐ロ
ードモジュールのアドレスを示すポインタを当該実アド
レス空間にロードされる他の常駐ロードモジュールのア
ドレスを指すポインタに書き換えるセグメント管理書き
換え手段とを備えたことを要旨とする。
To achieve the above object, the present invention resides in that a multi-processor system having at least two or more processors is loaded into a real memory space at the time of initialization, and thereafter resident in the real memory space. In a system for replacing a resident load module that replaces a load module with another resident load module, the resident load module is provided in a one-to-one correspondence with each processor of the two or more processors. Segment management means for associating an address with an address of a virtual address space that manages the resident load module loaded in the real memory space in units of segments, and the resident load module when replacing the resident load module with another resident load module Multiprocessor system In the real memory space stored in the segment management means corresponding to the one processor that has finished the execution of the process by this processor migration means, the processor migration means for preventing the execution of the process of one processor The summary is provided with segment management rewriting means for rewriting a pointer indicating the address of the loaded resident load module to a pointer indicating the address of another resident load module loaded in the real address space.

【0006】[0006]

【作用】上述の如く構成すれば、少なくとも二以上のプ
ロセッサを有するマルチプロセッサシステムの初期化時
に実メモリ空間にロードされて、以後実メモリ空間に常
駐する常駐ロードモジュールを他の常駐ロードモジュー
ルに入れ換える常駐ロードモジュールを入れ換える場合
は、マルチプロセッサシステムのうち一つのプロセッサ
のプロセスの実行を行なわないようにして当該一つのプ
ロセッサの実行しているプロセスを他のプロセッサに移
行させる。
According to the above configuration, the resident load module that is loaded into the real memory space at the time of initialization of the multiprocessor system having at least two or more processors, and then resident in the real memory space is replaced with another resident load module. When the resident load module is replaced, the process of one processor in the multiprocessor system is not executed, and the process executed by the one processor is transferred to another processor.

【0007】上記プロセスの実行を終了した前記一つの
プロセッサに対応する前記セグメント管理手段に記憶さ
れている実メモリ空間にロードされた常駐ロードモジュ
ールを指すポインタを、当該実アドレス空間にロードさ
れる他の常駐ロードモジュールのアドレスを指すポイン
タに書き換える。以上の処理を順次マルチプロセッサシ
ステムの全てのプロセッサにおいて実行するので、複雑
な制御および操作を行うことなく常駐ロードモジュール
の入れ換えを実行し、また、システム稼働中に行なうこ
とで常駐ロードモジュールの入れ換えに伴うシステムの
処理の中断を防止して、システムの処理効率の低下及び
システムの処理の停止を防止できる。
A pointer that points to a resident load module loaded in the real memory space stored in the segment management means corresponding to the one processor that has finished executing the above process is loaded into the real address space. Rewrite it with a pointer to the address of the resident load module of. Since the above processing is sequentially executed on all processors of the multiprocessor system, the resident load module can be replaced without performing complicated control and operation, and the resident load module can be replaced by performing it while the system is operating. It is possible to prevent the accompanying interruption of the processing of the system and prevent the deterioration of the processing efficiency of the system and the suspension of the processing of the system.

【0008】[0008]

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

【0009】図1は本発明の常駐ロードモジュールの入
れ換えシステムに係る一実施例を示す機能ブロック図で
ある。
FIG. 1 is a functional block diagram showing an embodiment of the resident load module replacement system of the present invention.

【0010】上記常駐ロードモジュールの入れ換えシス
テムは、プロセッサ1、プロセッサ3、磁気ディスク装
置5、実メモリ空間7、仮想アドレス空間9およびセグ
メント管理テーブル11、セグメント管理テーブル13
を備えている。
The system for replacing the resident load module has a processor 1, a processor 3, a magnetic disk device 5, a real memory space 7, a virtual address space 9, a segment management table 11 and a segment management table 13.
Is equipped with.

【0011】上記プロセッサ1およびプロセッサ3は、
マルチプロセッサシステムにより各プロセッサが並列に
プロセスを実行する。システムの立ち上げ時(初期化
時)に初期化処理により磁気ディスク装置5から後述す
る常駐ロードモジュール19a〜19cを実メモリ空間
7にロードする。また、上記プロセッサ1およびプロセ
ッサ3は、仮想記憶方式のオペレーティングシステム
(以下、OSという。)の管理プログラムの要求によっ
て、磁気ディスク装置5からプログラム(ロードモジュ
ール)を読み込み実メモリ空間7を割り付ける。更に、
プロセッサ1は、指令により処理を実行するファームウ
エア15を備え、プロセッサ3も同様にファームウエア
17を備えている。ファームウェア(以下、FWとい
う。)15は、各種の制御を実行するプログラムを記憶
し、例えば、プロセッサのプロセスを終了させて他のプ
ロセッサにプロセスの実行も移行するタスクディスパッ
チャ制御等を実行する。
The processor 1 and the processor 3 are
A multiprocessor system allows each processor to execute processes in parallel. At the time of system startup (initialization), resident load modules 19a to 19c, which will be described later, are loaded from the magnetic disk device 5 into the real memory space 7 by initialization processing. Further, the processor 1 and the processor 3 read a program (load module) from the magnetic disk device 5 and allocate a real memory space 7 at the request of a management program of a virtual memory type operating system (hereinafter referred to as OS). Furthermore,
The processor 1 is provided with firmware 15 that executes processing in accordance with a command, and the processor 3 is also provided with firmware 17. The firmware (hereinafter, referred to as FW) 15 stores programs that execute various controls, and executes, for example, task dispatcher control that terminates a process of a processor and shifts execution of the process to another processor.

【0012】磁気ディスク装置5は、各種の常駐ロード
モジュール19a〜19cおよび入れ換え用常駐ロード
モジュール21に記憶して、システムの立ち上げ時に常
駐ロードモジュール19a〜19cが実メモリ空間7に
ロードされる。上記入れ換え用ロードモジュール21
は、例えば、システムのバージョンアップを実行する時
に初期化処理により磁気ディスク装置5から実メモリ空
間7にロードされる。
The magnetic disk device 5 is stored in various resident load modules 19a to 19c and a replacement resident load module 21, and the resident load modules 19a to 19c are loaded into the real memory space 7 when the system is started up. The replacement load module 21
Is loaded from the magnetic disk device 5 into the real memory space 7 by the initialization process when the system version is updated.

【0013】上記実メモリ空間7は、実際に常駐ロード
モジュール19a等を記憶するものであり、システムの
立ち上げ時に磁気ディスク装置5に記憶されている常駐
ロードモジュール19aをポインタの指すアドレス
に、同様に常駐ロードモジュール19bをポインタの
指すアドレスに、常駐ロードモジュール19cをポイン
タの指すアドレスに記憶する。また、上記実メモリ空
間7は、例えば、システムのバージョンアップを実行す
る時に磁気ディスク装置5からロードされる入れ換え用
常駐ロードモジュール21をポインタの指すアドレス
に記憶している。仮想アドレス空間9は、実メモリ空間
7にロードされた常駐ロードモジュール19a〜19c
をセグメント単位に管理している。具体的には、例え
ば、実メモリ空間7のポインタの指すアドレスに対し
て4000番地、ポインタの指すアドレスに対して5
000番地、ポインタの指すアドレスに対して600
0番地が割り付けられいる。
The real memory space 7 actually stores the resident load module 19a and the like. The resident load module 19a stored in the magnetic disk device 5 when the system is started up is also stored in the address indicated by the pointer. The resident load module 19b is stored at the address pointed to by the pointer, and the resident load module 19c is stored at the address pointed to by the pointer. Further, the actual memory space 7 stores, for example, the replacement resident load module 21 loaded from the magnetic disk device 5 at the address indicated by the pointer when the system version upgrade is executed. The virtual address space 9 is the resident load modules 19a to 19c loaded in the real memory space 7.
Is managed in segment units. Specifically, for example, the address indicated by the pointer in the real memory space 7 is 4000, and the address indicated by the pointer is 5
Address 000, 600 for the address indicated by the pointer
Address 0 is assigned.

【0014】セグメント管理テーブル11および13
は、プロセッサ1とプロセッサ3に対応して1対1に設
けられ、実メモリ空間7にロードされた常駐ロードモジ
ュール19a〜19cのアドレスを指すポインタ〜
を記憶している。また、セグメント管理テーブル11お
よび13は、プロセッサの空き状態、即ち、プロセッサ
がプロセスを実行中である場合に「1」を、プロセッサ
がプロセスを終了した場合に「0」を示すフラグを記憶
している。
Segment management tables 11 and 13
Is a pointer that is provided in a one-to-one correspondence with the processors 1 and 3 and that points to the addresses of the resident load modules 19a to 19c loaded in the real memory space 7.
I remember. Further, the segment management tables 11 and 13 store a flag indicating "1" when the processor is free, that is, when the processor is executing a process, and "0" when the processor terminates the process. There is.

【0015】次に、本実施例の作用を図2および図3の
フローチャートを用いて説明する。
Next, the operation of this embodiment will be described with reference to the flow charts of FIGS.

【0016】まず、装置に電源投入後、システムが起動
すると初期化処理により、磁気ディスク装置5に記憶さ
れている常駐ロードモジュール19a〜19cを実メモ
リ空間7にロードする(ステップ100)。常駐ロード
モジュール19a〜19cがロードされるとプロセッサ
1およびプロセッサ3は、セグメント管理テーブル1
1、13に常駐ロードモジュール19a〜19cの実メ
モリ空間7に記憶されたアドレスを指すポインタ〜
を記憶する。記憶された常駐ロードモジュール19a〜
19cによるシステムの初期化処理等が実行される(ス
テップ110)。
First, when the system is activated after powering on the device, the resident load modules 19a to 19c stored in the magnetic disk device 5 are loaded into the real memory space 7 by initialization processing (step 100). When the resident load modules 19a to 19c are loaded, the processor 1 and the processor 3 operate in the segment management table 1
A pointer pointing to an address stored in the real memory space 7 of the load modules 19a to 19c resident in Nos. 1 and 13
Memorize Stored resident load module 19a-
System initialization processing and the like by 19c is executed (step 110).

【0017】ここで、例えば、システムのバージョンア
ップを実行する場合、ロード処理を行なうソフトウェア
により入れ換え用常駐ロードモジュール21を磁気ディ
スク装置5から実メモリ空間7にロードする(ステップ
120)。
Here, for example, when the system version is updated, the replacement resident load module 21 is loaded from the magnetic disk device 5 into the real memory space 7 by the software for performing the load process (step 120).

【0018】上記入れ換え用常駐ロードモジュール21
が実メモリ空間7にロードされるとプロセッサ1は、F
W15にタスクディスパッチャ制御の実行を指令して当
該プロセッサのプロセスの実行をプロセッサ1で実行し
ないことにより他のプロセッサに移行する(ステップ1
30)。上記他のプロセッサに移行する処理を図3のフ
ローチャートを用いて説明する。プロセッサ1からFW
15にタスクディスパッチャ制御の実行が指令されると
FW15は、セグメント管理テーブル11のフラグを参
照する(ステップ132〜134)。上記フラグが
「0」の場合にFW15は、自プロセッサのタスクによ
るプロセスを実行し(ステップ136)、フラグが
「1」の場合、FW15は、現在プロセッサ1にOSか
らの要求によるプロセスの実行を終了させて、他のプロ
セッサにプロセスを実行させる(ステップ138)。
The replacement resident load module 21 for replacement
Is loaded into the real memory space 7, the processor 1
W15 is instructed to execute the task dispatcher control, and the processor 1 does not execute the process of the relevant processor, thereby shifting to another processor (step 1).
30). The process of shifting to the other processor will be described with reference to the flowchart of FIG. Processor 1 to FW
When the task dispatcher control execution is instructed to 15, the FW 15 refers to the flag of the segment management table 11 (steps 132 to 134). When the flag is "0", the FW 15 executes the process by the task of its own processor (step 136), and when the flag is "1", the FW 15 causes the processor 1 to execute the process currently requested by the OS. The process is terminated and another processor is executed (step 138).

【0019】図2に戻り、プロセッサ1に空き、即ち、
当該プロセッサ1の処理が終了する状態までFW15
は、プロセスの移行を繰り返し行う(ステップ14
0)。
Returning to FIG. 2, the processor 1 is empty, that is,
FW15 until the processing of the processor 1 ends
Repeats the process transition (step 14
0).

【0020】上記プロセッサ1が空き状態になるとFW
15は、例えば、コマンドにより実メモリ空間7にロー
ドしている入れ換え用常駐ロードモジュール21に対応
するセグメントのセグメント管理テーブル11の600
0番地に記憶されている常駐ロードモジュール19cを
指すポインタを、入れ換え用常駐ロードモジュール2
1を指すポインタに書き換える(ステップ150)。
When the processor 1 becomes idle, FW
15 is, for example, 600 of the segment management table 11 of the segment corresponding to the replacement resident load module 21 loaded in the real memory space 7 by a command.
A pointer for the resident load module 19c stored at address 0 is replaced with the resident load module 2 for replacement.
The pointer is rewritten to 1 (step 150).

【0021】セグメント管理テーブル11のポインタが
書き換えられるとプロセッサ1は、プロセスの実行を再
開する(ステップ160)。
When the pointer of the segment management table 11 is rewritten, the processor 1 restarts the execution of the process (step 160).

【0022】プロセッサ1のプロセスの実行の再開後、
プロセッサ3は、FW17にタスクディスパッチ制御を
指令する。指令によりFW15は、ステップ130〜1
60の処理を実行してセグメント管理テーブル13のポ
インタを、入れ換え用常駐ロードモジュール21を指
すポインタに書き換える。書き換え後、プロセッサ3
は、プロセスの実行を再開する(ステップ170)。
After resuming the execution of the process of processor 1,
The processor 3 commands the FW 17 to perform task dispatch control. In response to the command, the FW 15 performs steps 130 to 1
The processing of 60 is executed to rewrite the pointer of the segment management table 13 to the pointer pointing to the replacement resident load module 21. After rewriting, processor 3
Restarts the execution of the process (step 170).

【0023】以上がプロセッサ1、プロセッサ3の場合
であるが、n個のプロセッサを備えたマルチプロセッサ
システムでも同様の効果が得られる。この場合は、プロ
セッサ1からプロセッサnまでの各プロセッサに1対1
に対応するセグメント管理テーブルがn個設けられ、当
該セグメント管理テーブルのポインタを入れ換え用常駐
ロードモジュール21を指すポインタに書き換える。
The above is the case of the processors 1 and 3, but the same effect can be obtained in a multiprocessor system having n processors. In this case, one to one for each processor from processor 1 to processor n
N segment management tables corresponding to are provided, and the pointer of the segment management table is rewritten to the pointer pointing to the replacement resident load module 21.

【0024】これにより、複雑な制御および操作を行う
ことなく常駐ロードモジュールの入れ換えを実行し、ま
た、システム稼働中に行なえることから常駐ロードモジ
ュールの入れ換えに伴うシステムの処理の中断を防止し
て、システムの処理効率の低下を防止できる。
As a result, the resident load module can be replaced without performing complicated control and operation, and the system processing can be prevented from being interrupted due to the replacement of the resident load module because it can be performed while the system is operating. Thus, it is possible to prevent a decrease in system processing efficiency.

【0025】[0025]

【発明の効果】以上説明したように、本発明では、各プ
ロセッサに1対1に対応するセグメント管理手段を備え
て、常駐ロードモジュールを他の常駐ロードモジュール
に入れ換える常駐ロードモジュールの入れ換える場合
は、マルチプロセッサシステムのうち一つのプロセッサ
のプロセスの実行を行なわないようにさせる。上記プロ
セスの実行を終了した前記一つのプロセッサに対応する
前記セグメント管理手段に記憶されている常駐ロードモ
ジュールを指すポインタを、当該実アドレス空間にロー
ドされる他の常駐ロードモジュールのアドレスを指すポ
インタに書き換えるので、複雑な制御および操作を行う
ことなく常駐ロードモジュールの入れ換えを実行し、ま
た、システム稼働中に行なえることから常駐ロードモジ
ュールの入れ換えに伴うシステムの処理の中断を防止し
て、システムの処理効率の低下を防止できる。
As described above, according to the present invention, each processor is provided with a segment management means corresponding to one-to-one, and when a resident load module for replacing a resident load module with another resident load module is replaced, Prevents the execution of the process of one processor in a multiprocessor system. A pointer pointing to a resident load module stored in the segment management means corresponding to the one processor that has finished executing the process is set to a pointer pointing to an address of another resident load module loaded in the real address space. Since it is rewritten, the resident load module can be replaced without performing complicated control and operation.Because this can be done while the system is operating, the system processing is prevented from being interrupted due to the replacement of the resident load module. It is possible to prevent a decrease in processing efficiency.

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

【図1】本発明のの常駐ロードモジュールの入れ換えシ
ステムに係る一実施例を示す機能ブロック図である。
FIG. 1 is a functional block diagram showing an embodiment of a resident load module replacement system of the present invention.

【図2】本発明の動作を示すフローチャートである。FIG. 2 is a flowchart showing the operation of the present invention.

【図3】本発明の動作を示すフローチャートである。FIG. 3 is a flowchart showing the operation of the present invention.

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

1、3 プロセッサ 5 磁気ディスク 7 実メモリ空間 9 仮想アドレス空間 11、13 セグメント管理テーブル 15 FW 1, 3 processor 5 magnetic disk 7 real memory space 9 virtual address space 11, 13 segment management table 15 FW

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 少なくとも二以上のプロセッサを有する
マルチプロセッサシステムの初期化時に実メモリ空間に
ロードされて、以後実メモリ空間に常駐する常駐ロード
モジュールを他の常駐ロードモジュールに入れ換える常
駐ロードモジュールの入れ換えシステムにおいて、 前記二以上のプロセッサの各プロセッサに1対1に対応
して設けられ、前記常駐ロードモジュールがロードされ
ている実メモリ空間のアドレスと当該実メモリ空間にロ
ードされた常駐ロードモジュールをセグメント単位に管
理している仮想アドレス空間のアドレスとを対応づける
セグメント管理手段と、 前記常駐ロードモジュールを他の常駐ロードモジュール
に入れ換えるときに前記マルチプロセッサシステムのう
ち一つのプロセッサのプロセスの実行を行わないように
させるプロセッサ移行手段と、 このプロセッサ移行手段によりプロセスの実行を終了し
た前記一のプロセッサに対応する前記セグメント管理手
段に記憶されている前記実メモリ空間にロードされた常
駐ロードモジュールのアドレスを示すポインタを当該実
アドレス空間にロードされる他の常駐ロードモジュール
のアドレスを指すポインタに書き換えるセグメント管理
書き換え手段と、 を備えたことを特徴とする常駐ロードモジュールの入れ
換えシステム。
1. Replacing a resident load module that replaces a resident load module that is loaded into a real memory space at the time of initialization of a multiprocessor system having at least two or more processors and then resides in the real memory space with another resident load module. In the system, the address of the real memory space in which the resident load module is loaded and the resident load module loaded in the real memory space, which are provided in a one-to-one correspondence with each processor of the two or more processors, are segmented. Segment management means for associating addresses in the virtual address space managed in units, and not executing the process of one processor of the multiprocessor system when replacing the resident load module with another resident load module So And a pointer indicating the address of the resident load module loaded in the real memory space stored in the segment management means corresponding to the one processor that has finished executing the process by the processor migration means. A system for replacing a resident load module, comprising: segment management rewriting means for rewriting a pointer to the address of another resident load module loaded in the real address space.
JP35350493A 1993-12-29 1993-12-29 Exchange system for resident load module Pending JPH07200283A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP35350493A JPH07200283A (en) 1993-12-29 1993-12-29 Exchange system for resident load module

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP35350493A JPH07200283A (en) 1993-12-29 1993-12-29 Exchange system for resident load module

Publications (1)

Publication Number Publication Date
JPH07200283A true JPH07200283A (en) 1995-08-04

Family

ID=18431296

Family Applications (1)

Application Number Title Priority Date Filing Date
JP35350493A Pending JPH07200283A (en) 1993-12-29 1993-12-29 Exchange system for resident load module

Country Status (1)

Country Link
JP (1) JPH07200283A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1087963C (en) * 1999-06-18 2002-07-24 化学工业部西南化工研究设计院 Removing and recovering nitrogen oxide(s) by adsorption separation method from mixed gas contg. nitrogen oxide(s)
JP2008059585A (en) * 2006-08-30 2008-03-13 Internatl Business Mach Corp <Ibm> Method and system for applying destructive firmware update in nondestructive way, and medium (system and method for applying destructive firmware update in nondestructive way)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1087963C (en) * 1999-06-18 2002-07-24 化学工业部西南化工研究设计院 Removing and recovering nitrogen oxide(s) by adsorption separation method from mixed gas contg. nitrogen oxide(s)
JP2008059585A (en) * 2006-08-30 2008-03-13 Internatl Business Mach Corp <Ibm> Method and system for applying destructive firmware update in nondestructive way, and medium (system and method for applying destructive firmware update in nondestructive way)

Similar Documents

Publication Publication Date Title
US7810096B2 (en) Computer executing multiple operating systems
US6802062B1 (en) System with virtual machine movable between virtual machine systems and control method
US6021425A (en) System and method for optimizing dispatch latency of tasks in a data processing system
KR101607905B1 (en) Interrupt control for virtual processing apparatus
US5765198A (en) Transparent relocation of real memory addresses in the main memory of a data processor
US9798595B2 (en) Transparent user mode scheduling on traditional threading systems
US8190864B1 (en) APIC implementation for a highly-threaded x86 processor
US20100250908A1 (en) Concurrent Patching of Operating Systems
US10671426B2 (en) Data processing
US20180150322A1 (en) Data processing
JP2012220990A (en) Hypervisor replacing method and information processor
JPH07311749A (en) Multiprocessor system and kernel substituting method
JP2019169081A (en) Information processing device, information processing method, and program
JP3765201B2 (en) Computer system
JP2001306341A (en) Computer system and computer readable recording medium
JPH07200283A (en) Exchange system for resident load module
JPWO2008114415A1 (en) Multi-processing system
JP2001290678A (en) Asynchronous memory dump executing system
JPH1049397A (en) Control method for test program execution
US11593159B2 (en) External exception handling
JPS62125437A (en) Control method for additional processor
JP3022398B2 (en) Virtual computer system
JPH06295265A (en) Instruction suspending information store control method in virtual storage control
JPH06110857A (en) Program dispatching system
JPS62221041A (en) Dispatch controller in virtual computer system