JPH02299046A - Blocking/start processing method for computer system - Google Patents

Blocking/start processing method for computer system

Info

Publication number
JPH02299046A
JPH02299046A JP11988189A JP11988189A JPH02299046A JP H02299046 A JPH02299046 A JP H02299046A JP 11988189 A JP11988189 A JP 11988189A JP 11988189 A JP11988189 A JP 11988189A JP H02299046 A JPH02299046 A JP H02299046A
Authority
JP
Japan
Prior art keywords
memory
change
loading
computer system
function
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
JP11988189A
Other languages
Japanese (ja)
Other versions
JP2867340B2 (en
Inventor
Masayoshi Nakao
昌善 中尾
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP11988189A priority Critical patent/JP2867340B2/en
Publication of JPH02299046A publication Critical patent/JPH02299046A/en
Application granted granted Critical
Publication of JP2867340B2 publication Critical patent/JP2867340B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To shorten the start processing time by storing the normal blocking of the system on a memory and a secondary storage medium and loading only a part whose contents change when the normal blocking is indicated. CONSTITUTION:A system initializing function 1 reads memory attributes, gathers program parts where the contents of data do not change, and stores addresses in a real memory space where the program parts are to be loaded in an volume 7 for IPL. Then a system blocking function 2 sets a normal blocking indicates for both the volume 7 and memory when the system is blocked normally. Further, a system starting function 3 considers that the program parts where the data contents do not change are coincident between 9 in the volume 7 and 12 on the memory and loads only the program except those parts on the memory 13. At this time, the address of a loading destination is determined according to the information stored in a process 4.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、電源のオフ/オンによってメモリの内容をク
リアするハードウェア機構を有する計算機システムにお
いて、システムの開始処理時間を短縮することを可能と
する、計算機システムの閉塞/開始処理方式に関する。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention makes it possible to shorten the system startup processing time in a computer system having a hardware mechanism that clears the contents of memory by turning the power off and on. This invention relates to a computer system shutdown/start processing method.

[従来の技術] 通常、計算機システムの開始処理においては、IPL(
イニシャル・プログラム・ローディング)が行われる。
[Prior Art] Normally, in the startup process of a computer system, IPL (
Initial program loading) is performed.

このIPLは、二次媒体上に存在するシステムプログラ
ムを、メモリ上に初期ローディングし、以後のソフトウ
ェア処理の動作を可能にするためのものである。なお、
これに関しては、例えば、特開昭57−134741号
公報の記載を参考にすることができる。
This IPL is for initially loading the system program existing on the secondary medium onto the memory to enable subsequent software processing operations. In addition,
In this regard, for example, the description in JP-A-57-134741 can be referred to.

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

従来のIPL方式においては、必要とされるシステムプ
ログラムをすべてメモリ上に初期ローディングしている
ため、そのローディングのための入出力時間が多大とな
っていた。特に、システム閉塞後、電源を切らずに次回
のシステム開始を行う場合には、メモリ常駐、かつ、デ
ータ内容が変化しない属性を持つシステムプログラムは
、メモリ上に初期状態のまま保持されているにもかかわ
らず、再度、それを初期ローディングするための時間が
無駄になっていた。
In the conventional IPL method, all necessary system programs are initially loaded into memory, which requires a large amount of input/output time for loading. In particular, when starting the system again without turning off the power after a system shutdown, system programs that are memory resident and whose data contents do not change are retained in memory in their initial state. Even though, again, time was wasted for initial loading it.

本発明は上記事情に鑑みてなされたもので、その目的と
するところは、従来の技術における上述の如き問題を解
消し、電源のオフ/オンによってメモリの内容をクリア
するハードウェア機構を有する計算機システムにおいて
、システムの開始処理時間を短縮することを可能とする
計算機システムの閉塞/開始処理方式を提供することに
ある。
The present invention has been made in view of the above circumstances, and its purpose is to solve the above-mentioned problems in the conventional technology, and to provide a computer having a hardware mechanism that clears the contents of memory by turning the power off and on. An object of the present invention is to provide a computer system closing/starting processing method that makes it possible to shorten the system starting processing time.

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

本発明の上記目的は、計算機システムの閉塞/開始処理
方式において、計算機システムにおけるシステム閉塞処
理においてシステムが正常に閉塞されたことを、メモリ
上と二次記憶媒体上に記憶しておき、システム開始処理
において前記メモリ上と二次記憶媒体上にのデータがい
ずれも正常閉塞を表わしている場合には、IPLにおい
てメモリ常駐かつデータ内容が変化しないメモリ空間へ
のローディングを省略し、その他の部分のみローディン
グを行うことを特徴とする計算機システムの閉塞/開始
処理方式によって達成される。
The above-mentioned object of the present invention is to store information on a memory and a secondary storage medium that the system has been normally shut down during system shutdown processing in a computer system, and to start the system. In processing, if the data on the memory and the secondary storage medium both indicate normal blockage, the loading into the memory space where the data is resident and the data content does not change is omitted in the IPL, and only the other parts are loaded. This is achieved by a computer system closing/starting processing method characterized by loading.

[作用] 本発明に係る計算機システムの閉塞/開始処理方式にお
いては。
[Operation] In the computer system closure/start processing method according to the present invention.

(1)メモリ常駐かつデータ内容が変化しないシステム
プログラムとそのローディング先のメモリ空間を、二次
媒体上に記憶しておくシステム初期生成処理機能 (2)システムが正常に閉塞されたことを上記メモリ上
と二次記憶媒体上に記憶するシステム閉塞処理機能 (3)システム正常閉塞表示が、上記メモリ上と二次記
憶媒体上のいずれにも存在する場合に限り、その他の部
分のみローディングを行うシステム開始処理機能 の三つを備えており、システム初期生成時に、メモリ常
駐、かつ、データ内容が変化しないシステムプログラム
部分を、前記(1)の処理機能を用いることにより決定
し、そのローディング先メモリ空間を固定化する。シス
テムが正常閉塞し、メモリの電源断がないまま、次回の
システム開始を行う場合には、前述のメモリ常駐、かつ
、データ内容が変化しないシステムプログラム部分のメ
モリ空間は、初期状態が保持されたままとなっているの
で、再ローディングの必要がなく、上記(3)の処理機
能を用いてこの部分のメモリローディングを省略するこ
とができる。これにより、システム開始処理の短縮を図
ることができる。
(1) A system initial generation processing function that stores a system program that resides in memory and whose data content does not change and the memory space where it is loaded on a secondary medium. System blockage processing function (3) System that loads only other parts only when the system normal blockage indication exists both on the above memory and the secondary storage medium. At the time of initial system generation, the system program part that resides in memory and whose data content does not change is determined by using the processing function (1) above, and the memory space where it is loaded is determined. to be fixed. If the system is normally shut down and the system is restarted the next time without powering off the memory, the memory space for the system program part that is resident in memory and whose data content does not change will retain its initial state. Since it remains as it is, there is no need to reload it, and the memory loading of this part can be omitted by using the processing function (3) above. This makes it possible to shorten the system startup process.

〔実施例〕〔Example〕

以下、本発明の実施例を図面に基づいて詳細に説明する
Embodiments of the present invention will be described in detail below with reference to the drawings.

第1図は、本発明の一実施例を示す機能ブロック図であ
る0図において、lはシステム初期生成機能、2はシス
テム閉塞機能、3はシステム開始機能を示している。以
下、各機能の詳細を、順次説明する。
FIG. 1 is a functional block diagram showing an embodiment of the present invention. In FIG. 0, l indicates a system initial generation function, 2 indicates a system closing function, and 3 indicates a system starting function. The details of each function will be explained below.

上記システム初期生成機能lは、システムプログラムに
与ええられたメモリ属性を読取り、メモリ常駐、かつ、
データの内容が変化しないシステムプログラム部分を集
め、それがローディングされる場合の実メモリ空間のア
ドレスを、IPIJflボリューム7内に記憶する(処
理4)。
The system initial generation function l reads the memory attributes given to the system program, makes it memory resident, and
System program parts whose data contents do not change are collected, and the address of the real memory space at which they are loaded is stored in the IPIJfl volume 7 (processing 4).

次に、システム閉塞機能2は、システム閉塞が正常に完
了したときのみ、処理5に示す如く、正常閉塞表示を、
IPL用ボリューム7とメモリの両方に設定する(8と
Iり。
Next, the system blockage function 2 displays a normal blockage display as shown in process 5 only when the system blockage is completed normally.
Set both IPL volume 7 and memory (8 and I).

また、システム開始機能3では、8と11の正常閉塞表
示が共にオンかどうかを判定し、両方オンの場合には、
メモリ常駐で、かつ、データ内容が変化しないシステム
プログラム部分は、IPL用ボリューム7内の9と、メ
モリ上の12で一致しているものとみなし、その部分を
除いたシステムプログラムlOのみを、メモリ上13に
ローディングする(処理6)、このときのローディング
先アドレスは、処理4において記憶された情報に基づい
て決定する。
In addition, system start function 3 determines whether normal occlusion displays 8 and 11 are both on, and if both are on,
The system program part that resides in memory and whose data content does not change is assumed to match 9 in IPL volume 7 and 12 in memory, and only the system program IO excluding that part is stored in memory. 13 (processing 6), the loading destination address at this time is determined based on the information stored in processing 4.

なお、上述の、メモリ常駐で、かつ、データ内容が変化
しないシステムプログラム部分のメモリ空間は、システ
ムの異常動作によって破壊されたリ、メモリの電源オフ
/オンによってクリアされてしまうので、前記(3)の
処理機能は、システムが正常閉塞し、′KL源オフがな
い場合にのみ、動作するようにしている。この判定を行
うための情報として、前記(2)の処理機能によって設
定されたメモリ上と二次記憶媒体上の正常閉塞表示を用
いる。正常閉塞表示は、参照後にクリアされる。上述の
判定の条件は、第2図に示す通りである。
Note that the above-mentioned memory space of the system program part that resides in memory and whose data contents do not change is cleared by turning the power off and on of the memory when it is destroyed due to abnormal system operation. ) is designed to operate only when the system is normally shut down and the 'KL source is not turned off. As information for making this determination, the normal blockage display on the memory and secondary storage medium set by the processing function (2) above is used. The normal occlusion display is cleared after reference. The conditions for the above-mentioned determination are as shown in FIG.

上記実施例によれば、計算機システム開始時のローディ
ング対象プログラムを最小化することができ、ローディ
ング時間の短縮が図れ、計算機システムの開始処理が即
座に行えるという効果が得られる。
According to the above embodiment, the number of programs to be loaded at the time of starting the computer system can be minimized, the loading time can be shortened, and the start processing of the computer system can be performed immediately.

なお、上記実施例は1本発明の一例として示したもので
あり、本発明はこれに限定されるべきものではない。例
えば1本発明は、IPL用ボリューム7内に記憶されて
いるプログラムのローディング以外に、回線を介してプ
ログラムのオンラインローディングを行う場合にも応用
することが可能である。
It should be noted that the above embodiment is shown as an example of the present invention, and the present invention should not be limited thereto. For example, the present invention can be applied not only to loading programs stored in the IPL volume 7 but also to online loading of programs via a line.

〔発明の効果〕〔Effect of the invention〕

以上、詳細に説明した如く、本発明によれば、5[算機
システムの閉塞/開始処理方式において、計算機システ
ムにおけるシステム閉塞処理においてシステムが正常に
閉塞されたことを、メモリ1−。
As described in detail above, according to the present invention, in the computer system shutdown/start processing method, the memory 1- indicates that the system is normally shut down during system shutdown processing in the computer system.

と二次記憶媒体上に記憶しておき、システム開始処理に
おいて、前記メモリ上と二次記憶媒体」二にのデータが
いずれも正常閉塞を表わしている場合には、IPLにお
いてメモリ常駐かつデータ内容が変化しないメモリ空間
へのローディングを省略し、その他の部分のみローディ
ングを行うようにしたので、システムの開始処理時間を
短縮することを可能とする計算機システムの閉塞/DV
J始処理方式を実現できるという顕著な効果を奏するも
のである。
is stored on the secondary storage medium, and in the system startup process, if the data on the memory and the data on the secondary storage medium 2 both indicate a normal blockage, the memory resident and data contents are stored in the IPL. Blockage/DV of the computer system is omitted and only the other parts are loaded without changing the memory space, which makes it possible to shorten the system startup processing time.
This has the remarkable effect of realizing a J-first processing method.

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

第1図は本発明の一実施例を示す機能ブロック図、第2
図は正常閉塞が否かの判定条件を示す図である。 1ニジステム初期生成機能、2ニジステム閉塞機能、3
ニジステム開始機能、’7:IPL用ボリューム、8.
If:正常閉塞表示、9.I27メモリ常駐で、かつ、
データ内容が変化しないシステムプログラム格納部分、
IOおよび13:その部分を除いたシステムプログラム
格納部分。
Fig. 1 is a functional block diagram showing one embodiment of the present invention;
The figure is a diagram showing conditions for determining whether or not there is normal occlusion. 1. Niji stem initial generation function, 2. Niji stem occlusion function, 3.
System start function, '7: Volume for IPL, 8.
If: Normal occlusion display, 9. I27 memory resident, and
System program storage part where data contents do not change,
IO and 13: System program storage part except for that part.

Claims (1)

【特許請求の範囲】[Claims] (1)計算機システムの閉塞/開始処理方式において、
計算機システムにおけるシステム閉塞処理においてシス
テムが正常に閉塞されたことを、メモリ上と二次記憶媒
体上に記憶しておき、システム開始処理において前記メ
モリ上と二次記憶媒体上にのデータがいずれも正常閉塞
を表わしている場合には、イニシャル・プログラム・ロ
ーディングにおいてメモリ常駐かつデータ内容が変化し
ないメモリ空間へのローディングを省略し、その他の部
分のみローディングを行うことを特徴とする計算機シス
テムの閉塞/開始処理方式。
(1) In the computer system blockage/start processing method,
During system shutdown processing in a computer system, the fact that the system has been successfully shut down is stored in memory and on a secondary storage medium, and during system startup processing, the data on both the memory and secondary storage medium is A blockage/blockage of a computer system characterized in that when a normal blockage is indicated, loading into a memory space where the program is resident in memory and whose data contents do not change is omitted in the initial program loading, and only other parts are loaded. Start processing method.
JP11988189A 1989-05-12 1989-05-12 Shutdown / start processing method for computer system Expired - Lifetime JP2867340B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11988189A JP2867340B2 (en) 1989-05-12 1989-05-12 Shutdown / start processing method for computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11988189A JP2867340B2 (en) 1989-05-12 1989-05-12 Shutdown / start processing method for computer system

Publications (2)

Publication Number Publication Date
JPH02299046A true JPH02299046A (en) 1990-12-11
JP2867340B2 JP2867340B2 (en) 1999-03-08

Family

ID=14772550

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11988189A Expired - Lifetime JP2867340B2 (en) 1989-05-12 1989-05-12 Shutdown / start processing method for computer system

Country Status (1)

Country Link
JP (1) JP2867340B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100346300C (en) * 2004-03-29 2007-10-31 居里泰尔公司 Apparatus and method for initializing system global variables by using multiple load/store instructions

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100346300C (en) * 2004-03-29 2007-10-31 居里泰尔公司 Apparatus and method for initializing system global variables by using multiple load/store instructions

Also Published As

Publication number Publication date
JP2867340B2 (en) 1999-03-08

Similar Documents

Publication Publication Date Title
US20060206652A1 (en) Machine state storage apparatus and method
JPH05225076A (en) Method and device for managing common information
JPH02299046A (en) Blocking/start processing method for computer system
JP2002229692A (en) Information processing device
JP3425724B2 (en) System uninterrupted program switching method
JPH06119256A (en) Memory check system
JPH05257807A (en) Cache memory controller
JPS5913060B2 (en) Main storage storage capacity detection method
JPS5938827A (en) Microprocessor ipl system
JPH0367349A (en) Program loading system
JPH02125303A (en) Programmable controller
JPS59178694A (en) External storage device
JPS5835648A (en) Program execution controlling system
JPH0546641A (en) On-line data succeeding system
JPS63298657A (en) Ipl system
JPS63298654A (en) Microcomputer
JPH06168079A (en) Data backup system
JPH02151947A (en) Microcomputer system
JPH04205144A (en) Microprocessor
JPH06259264A (en) Clock control circuit
JPH1011109A (en) Control device
JPH01283659A (en) Data transfer control method
JPS63311446A (en) Power supply on/off function test system for logical device
JPS6325758A (en) Slave processor
JPH01102643A (en) Data processing system

Legal Events

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

Free format text: PAYMENT UNTIL: 20071225

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20081225

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20091225

Year of fee payment: 11

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091225

Year of fee payment: 11