JPS63178357A - System starting-up method for computer system - Google Patents

System starting-up method for computer system

Info

Publication number
JPS63178357A
JPS63178357A JP1040387A JP1040387A JPS63178357A JP S63178357 A JPS63178357 A JP S63178357A JP 1040387 A JP1040387 A JP 1040387A JP 1040387 A JP1040387 A JP 1040387A JP S63178357 A JPS63178357 A JP S63178357A
Authority
JP
Japan
Prior art keywords
boot area
main memory
area
operating system
volume
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
JP1040387A
Other languages
Japanese (ja)
Inventor
Mitsuo Sakurai
櫻井 三男
Tadahide Komatsu
小松 唯英
Nobuyoshi Sato
信義 佐藤
Shigenori Koyata
小谷田 重則
Ichiro Nakano
中野 伊智郎
Yoshiro Hirai
平井 義郎
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 JP1040387A priority Critical patent/JPS63178357A/en
Publication of JPS63178357A publication Critical patent/JPS63178357A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1415Saving, restoring, recovering or retrying at system level
    • G06F11/1417Boot up procedures

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Quality & Reliability (AREA)

Abstract

PURPOSE:To surely raise a system by forming a main boot area and a sub-boot area linking a program and data stored in a volume. CONSTITUTION:Two boot areas, one is the main boot area 10 and the other is the sub-boot area 11, are formed in the volume 3. When the damage of the main boot area 10 is detected by a detecting means 5, a loader 4 is enabled to complete the rise of the system by using the sub-boot area 11 and to inform the damage of the main boot area 10 to an operating system 8 through an informing means 7 for a microprogram 6 and the operating system 8 copies the contents of the sub-boot area 11 to the main boot area 10, so that highly reliable starting-up of the system can be attained.

Description

【発明の詳細な説明】 〔概要〕 ボリュームに格納されているプログラムやデータをリン
クした正副のブート領域を設け、例え主ブート領域が破
壊されていても、副ブート領域をアクセスして、プログ
ラムやデータを主記憶にロードすると共に、副プート領
域から主ブート領域にコピーを取ることで、確実にシス
テムの立ち上げを可能とし、計算機システム全体の信頼
性を高めた。
[Detailed Description of the Invention] [Summary] A primary and secondary boot area is provided in which programs and data stored in a volume are linked, and even if the primary boot area is destroyed, the secondary boot area can be accessed and programs and data stored in the volume can be accessed. By loading data into the main memory and copying it from the secondary boot area to the main boot area, it is possible to start up the system reliably, increasing the reliability of the entire computer system.

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

本発明は計算機システムに係り、特に計算機システムの
立ち上げを確実に実施し得るように信頼性を向上させた
計算機システムのシステム立ち上げ方式に関する。
The present invention relates to a computer system, and particularly to a system startup method for a computer system that improves reliability so that the computer system can be started up reliably.

計算機システムでは電源投入後にシステムの立ち上げを
行うが、一般にディスク装置の如きボリュームにシステ
ム管理上必要なプログラムやデータ等を格納しており、
主記憶にこれらのプログラムやデータをロードしてシス
テム立ち上げを完了させている。
In a computer system, the system starts up after the power is turned on, and programs and data necessary for system management are generally stored in volumes such as disk devices.
These programs and data are loaded into main memory to complete system startup.

ところで、ボリュームには上記プログラムやデータの格
納領域をリンクしたブート領域が設けられ、正常なシス
テム立ち上げ時には、このブート領域が読出され、そこ
からリンクされた各種プログラムやデータが順次主記憶
に読込まれるようになっている。
By the way, a boot area is provided in the volume to which the storage areas for the above programs and data are linked, and when the system starts up normally, this boot area is read and the various programs and data linked from there are sequentially read into the main memory. It is becoming more and more common.

従って、ブート領域が破壊されると、システム立ち上げ
が不可能となるため、信頼性の高いシステム立ち上げ方
式が必要である。
Therefore, if the boot area is destroyed, system startup becomes impossible, so a highly reliable system startup method is required.

〔従来の技術〕[Conventional technology]

第3図は従来の技術を説明するブロック図である。 FIG. 3 is a block diagram illustrating the conventional technology.

中央処理装置1は初期設定時に図示省略したROM等の
指示するアドレスでボリューム3からローダ20を読出
し、主記憶2に格納して、このローダ20の指示に基づ
き、ボリューム3から必要とするプログラムやデータを
読出すため、ブート領域18をアクセスする。
The central processing unit 1 reads the loader 20 from the volume 3 at an address specified by a ROM (not shown) at the time of initial setting, stores it in the main memory 2, and based on the instructions from the loader 20, loads the necessary programs and programs from the volume 3. The boot area 18 is accessed to read data.

ブート領域18は必要とするプログラムとして、例えば
マイクロプログラム21とオペレーティングシステム2
2を、必要とするデータとして、例えば日本語文字パタ
ーン23を、夫々矢印■■■で示す如くリンクしており
、中央処理装置1はローダ20の指示に基づき、このリ
ンクをたどつてマイクロプログラム21、オペレーティ
ングシステム22、日本語文字パターン23を順次主記
憶2にロードすることで、システムの立ち上げを完了さ
せる。
The boot area 18 stores necessary programs such as a microprogram 21 and an operating system 2.
2 are linked as required data, for example, Japanese character patterns 23, as shown by arrows, and the central processing unit 1 follows these links based on the instructions from the loader 20 to load the microprogram. 21. By sequentially loading the operating system 22 and the Japanese character pattern 23 into the main memory 2, the system startup is completed.

中央処理装置1は上記の如く主記憶2に必要とするプロ
グラムやデータがロードされると、このプログラムの指
示により、例えば入出力制御装置19を制御して所定の
処理を実行する。
When the necessary programs and data are loaded into the main memory 2 as described above, the central processing unit 1 controls, for example, the input/output control unit 19 to execute predetermined processing according to instructions from the program.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上記の如〈従来は、ボリューム3にブート領域18が一
つしかないため、ボリューム3を一つしか持たないよう
な小規模の計算機システムでは、このブート8N域18
が破壊されていた場合、システムの立ち上げが不可能と
なってしまうという問題がある。
As mentioned above, conventionally, volume 3 has only one boot area 18, so in a small computer system that has only one volume 3, this boot 8N area 18
If the system is destroyed, there is a problem in that it becomes impossible to start up the system.

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

第1図は本発明の原理ブロック図である。 FIG. 1 is a block diagram of the principle of the present invention.

ボリューム3にはブート8N域を図示する如く二つ設け
、一方を正ブート領域10とし、他方を副プート領域1
1とする。
Volume 3 has two boot 8N areas as shown in the figure, one is the primary boot area 10 and the other is the secondary boot area 1.
Set to 1.

中央処理装置1は第3図と同様に、ボリューム3から図
示省略したローダを読出し、主記憶2にロードする。こ
の主記憶2にロードされたローダ4は、前記正ブート領
域10の破壊を検出する検出手段5を備えており、ボリ
ューム3の正ブート領域10をアクセスする際、正ブー
ト領域10であることを示す例えばコードが読取れない
場合、正プート?iI域10が破壊されていると判定す
る。
As in FIG. 3, the central processing unit 1 reads a loader (not shown) from the volume 3 and loads it into the main memory 2. The loader 4 loaded into the main memory 2 is equipped with a detection means 5 for detecting destruction of the primary boot area 10, and when accessing the primary boot area 10 of the volume 3, detects that the primary boot area 10 is the primary boot area 10. For example, if the code cannot be read, is it correct? It is determined that the iI area 10 is destroyed.

又、正ブート領域10にリンクするマイクロプログラム
12を読出す際、マイクロプログラム12であることを
示すコードが読取れない場合、又はオペレーティングシ
ステム13を読出す際、オペレーティングシステム13
であることを示すコードが読取れない場合、又は日本語
文字パターン14を読出す際、日本語文字パターン14
であることを示すコードが読取れない場合、いずれも正
ブー) SJ域10が破壊されていると判定する。
Further, when reading the microprogram 12 linked to the primary boot area 10, if the code indicating that it is the microprogram 12 cannot be read, or when reading the operating system 13, the operating system 13
If the code indicating that the Japanese character pattern 14 cannot be read or when reading the Japanese character pattern 14
If the code indicating that the SJ area 10 is not readable, it is determined that the SJ area 10 is destroyed.

ローダ4は検出手段5が正ブート’StT域10が破壊
されていると判定した場合、副ブート領域11をアクセ
スして、これにリンクするマイクロプログラム12、オ
ペレーティングシステム13、日本語文字パターン14
を読出し、主記憶2にロードする。
When the detection means 5 determines that the primary boot 'StT area 10 is destroyed, the loader 4 accesses the secondary boot area 11 and links to the microprogram 12, operating system 13, and Japanese character pattern 14.
is read and loaded into main memory 2.

主記憶2にロードされたマイクロプログラム6は、主記
憶2にロードされたオペレーティングシステム8に、該
正ブート領域10の破壊を通知する通知手段7を備えて
おり、システムの立ち上げが完了すると、ローダ4の検
出手段5からの通知により、オペレーティングシステム
8に主ブート領域10が破壊されていることを通知する
The microprogram 6 loaded into the main memory 2 is equipped with a notification means 7 that notifies the operating system 8 loaded into the main memory 2 of the destruction of the primary boot area 10, and when the system startup is completed, The detection means 5 of the loader 4 notifies the operating system 8 that the main boot area 10 has been destroyed.

主記憶2にロードされたオペレーティングシステム8に
は、該通知手段7からの通知に基づき、正ブート領域1
0に副ブート81i域11のブート情報を書込む書込み
手段9を備えており、副ブート領域11の内容を主ブー
ト領域10に書込む処理を行う。
Based on the notification from the notification means 7, the operating system 8 loaded into the main memory 2 is loaded into the primary boot area 1.
0 is provided with a writing means 9 for writing boot information of the sub-boot area 11 to the sub-boot area 11, and performs a process of writing the contents of the sub-boot area 11 to the main boot area 10.

〔作用〕[Effect]

上記の如く構成することにより、検出手段5が主ブート
領域10の破壊を検出した時、ローダ4は副ブート領域
11を用いてシステムの立ち上げを完了させると共に、
マイクロプログラム6の通知手段7を経てオペレーティ
ングシステム8に主ブート領域10の破壊を通知するこ
とが可能となり、オペレーティングシステム8は副ブー
ト領域11の内容を主ブート?fJf域10にコピーす
るため、信頼性の高いシステム立ち上げを行うことが出
来る。
With the above configuration, when the detection means 5 detects destruction of the main boot area 10, the loader 4 completes system startup using the sub boot area 11, and
It becomes possible to notify the operating system 8 of the destruction of the main boot area 10 via the notification means 7 of the microprogram 6, and the operating system 8 transfers the contents of the sub boot area 11 to the main boot area. Since the data is copied to the fJf area 10, a highly reliable system start-up can be performed.

〔実施例〕〔Example〕

第2図は本発明の一実施例を説明するブロック図である
FIG. 2 is a block diagram illustrating an embodiment of the present invention.

中央処理装置1は前記の如(ボリューム3から主記憶2
にローダ4をロードする。そしてローダ4の指示に基づ
き、ボリューム3の正ブート領域10をアクセスし、こ
れに■に示す如くリンクするマイクロプログラム12を
読出す動作に入る。
The central processing unit 1 is configured as described above (from the volume 3 to the main memory 2).
Load loader 4 to. Then, based on the instructions from the loader 4, the primary boot area 10 of the volume 3 is accessed, and an operation is started to read the microprogram 12 linked thereto as shown in (3).

この時ローダ4の診断ルーチン15は正ブート領域10
を示すコードが読取れない場合、正ブート領域10が破
壊されていると判定し、該コードが読取れて正ブート領
域10にリンクするマイクロプログラム12を読出しに
いった時、マイクロプログラム12を示すコードが読取
れないと、正ブート領域10の破壊と判定する。
At this time, the diagnostic routine 15 of the loader 4 is
If the code indicating the primary boot area 10 cannot be read, it is determined that the primary boot area 10 is destroyed, and when the code is read and the microprogram 12 linked to the primary boot area 10 is read, the microprogram 12 is If the code cannot be read, it is determined that the primary boot area 10 has been destroyed.

若し、主ブート領域10が破壊されていると診断ルーチ
ン15が判定すると、ローダ4は副プート領域11をア
クセスして、これに■に示す如くリンクするマイクロプ
ログラム12を読出し、主記憶2にロードする。
If the diagnostic routine 15 determines that the main boot area 10 is destroyed, the loader 4 accesses the secondary boot area 11, reads the microprogram 12 linked thereto as shown in (3), and stores it in the main memory 2. Load.

診断ルーチン15が異常を検出しなければ、続いてロー
ダ4は主ブート領域10に■に示す如くリンクするオペ
レーティングシステム13を主記憶2にロードするが、
この時オペレーティングシステム13であることを示す
コードが読取れない場合、診断ルーチン15は主ブート
領域10の破壊と判定する。
If the diagnostic routine 15 does not detect any abnormality, the loader 4 then loads the operating system 13 linked to the main boot area 10 as shown in ■ into the main memory 2.
If the code indicating the operating system 13 cannot be read at this time, the diagnostic routine 15 determines that the main boot area 10 has been destroyed.

従って、ローダ4は副ブートSJt域11をアクセスし
て、これに■に示す如くリンクするオペレーティングシ
ステム13を読出し、主記憶2にロードする。
Therefore, the loader 4 accesses the sub-boot SJt area 11, reads out the operating system 13 linked thereto as shown in (3), and loads it into the main memory 2.

診断ルーチン15が異常を検出しなければ、ローダ4は
続いて主ブート領域10に■に示す如くリンクする日本
語文字パターン14を読出し、主記憶2にロードするが
、この時日本語文字パターンを示すコードが読取れない
と、診断ルーチン15は主ブート領域10の破壊と判定
する。
If the diagnostic routine 15 does not detect any abnormality, the loader 4 then reads the linked Japanese character pattern 14 from the main boot area 10 as shown in ■ and loads it into the main memory 2. At this time, the Japanese character pattern is If the indicated code cannot be read, the diagnostic routine 15 determines that the main boot area 10 has been destroyed.

従って、ローダ4は副ブート領域11をアクセスして、
これに■に示す如くリンクする日本語文字パターン14
を読出し、主記憶2にロードする。
Therefore, the loader 4 accesses the sub-boot area 11 and
Japanese character pattern 14 linked to this as shown in ■
is read and loaded into main memory 2.

このようにして、システムの立ち上げが完了すると、ロ
ーダ4は診断ルーチン15が主ブート領域10の破壊を
検出していた場合、この情報をマイクロプログラム6に
通知する。マイクロプログラム6はオペレーティングシ
ステム8との間にインタフェース16を持っており、主
ブート領域10の破壊ヲオペレーティングシステム8に
通知する。
When the system start-up is completed in this way, the loader 4 notifies the microprogram 6 of this information if the diagnostic routine 15 detects destruction of the main boot area 10. The microprogram 6 has an interface 16 with the operating system 8, and notifies the operating system 8 of the destruction of the main boot area 10.

従って、オペレーティングシステム8はプログラム17
を起動し、中央処理装置1に指示して副ブート領域11
をアクセスして、内容を読出させると、これを正ブート
領域10に書込ませる。
Therefore, operating system 8 is program 17
, and instructs the central processing unit 1 to load the secondary boot area 11.
When accessed to read the contents, the contents are written to the primary boot area 10.

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

以上説明した如く、本発明は計算機システムの必要とす
る各種プログラムとデータを、ボリュームから確実に主
記憶にロードすることが可能なため、信頼性の高いシス
テム立ち上げを実現することが出来る。
As described above, the present invention allows various programs and data required by a computer system to be reliably loaded from the volume into the main memory, thereby realizing highly reliable system start-up.

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

第1図は本発明の原理ブロック図、 第2図は本発明の一実施例を説明するブロック図、第3
図は従来の技術を説明するブロック図、図において、 1は中央処理装置、2は主記憶、 3はボリューム、 4はローダ、 5は検出手段、 6.12.21はマイクロプログラム、7は通知手段、 8、13.22はオペレーティングシステム、9は書込
み手段、 10は正ブート領域、11は副ブート領域、 14.23は日本語文字パターン、 15は診断ルーチン、16はインクフェース、17はプ
ログラム、 18はブート領域、19は入出力制御装置
、 20はローダである。 序爬卯■!、理ブ072匈 ) I 口 茅 2 の
Figure 1 is a block diagram of the principle of the present invention, Figure 2 is a block diagram illustrating an embodiment of the present invention, and Figure 3 is a block diagram of the principle of the present invention.
The figure is a block diagram explaining the conventional technology. In the figure, 1 is a central processing unit, 2 is a main memory, 3 is a volume, 4 is a loader, 5 is a detection means, 6.12.21 is a microprogram, and 7 is a notification Means, 8, 13.22 is an operating system, 9 is a writing means, 10 is a primary boot area, 11 is a sub-boot area, 14.23 is a Japanese character pattern, 15 is a diagnostic routine, 16 is an ink face, 17 is a program , 18 is a boot area, 19 is an input/output control device, and 20 is a loader. Pre-order rabbit! , Ribu 072 匈) I 口茅 2

Claims (1)

【特許請求の範囲】 システムの管理上必要なプログラムとデータとを格納し
たボリューム(3)から、該プログラムとデータの格納
領域をリンクしたブート領域をアクセスすることで、必
要とするプログラムとデータを読出し、主記憶(2)に
ロードしてシステムの立ち上げを行う計算機システムに
おいて、 該ボリューム(3)には正ブート領域(10)と副ブー
ト領域(11)とを設け、 主記憶(2)にボリューム(3)から前記必要とするプ
ログラムやデータを読出してロードするローダ(4)に
は、前記正ブート領域(10)の破壊を検出する検出手
段(5)を設け、 主記憶(2)にロードされたマイクロプログラム(6)
には、該検出手段(5)の検出結果に基づき、主記憶(
2)にロードされたオペレーティングシステム(8)に
、該正ブート領域(10)の破壊を通知する通知手段(
7)を設け、 主記憶(2)にロードされた該オペレーティングシステ
ム(8)には、該通知手段(7)からの通知に基づき、
正ブート領域(10)に副ブート領域(11)のブート
情報を書込む書込み手段(9)を設け、 該正ブート領域(10)をローダ(4)がアクセスして
リンクしたボリューム(3)の前記必要とするプログラ
ムやデータを読出す際、正ブート領域(10)が破壊さ
れていることを検出した場合、副ブート領域(11)を
アクセスしてリンクしたボリューム(3)の該必要とす
るプログラムやデータを読出して主記憶(2)にロード
し、このロードにより主記憶(2)にロードされたマイ
クロプログラム(6)が、主記憶(2)にロードされた
オペレーティングシステム(8)に、正ブート領域(1
0)の破壊を通知した時、該オペレーティングシステム
(8)が副ブート領域(11)のブート情報を正ブート
領域(10)に書込むことを特徴とする計算機システム
のシステム立ち上げ方式。
[Claims] Necessary programs and data can be downloaded from the volume (3) that stores programs and data necessary for system management by accessing a boot area in which the storage area for the programs and data is linked. In a computer system that starts up the system by reading data and loading it into the main memory (2), the volume (3) has a primary boot area (10) and a secondary boot area (11), and the main memory (2) The loader (4) that reads and loads the necessary programs and data from the volume (3) is provided with a detection means (5) for detecting destruction of the primary boot area (10), and the main memory (2) Microprogram loaded into (6)
Based on the detection result of the detection means (5), the main memory (
notification means (2) for notifying the operating system (8) loaded on the operating system (8) of the destruction of the primary boot area (10);
7), and the operating system (8) loaded into the main memory (2), based on the notification from the notification means (7),
A writing means (9) is provided for writing boot information of the secondary boot area (11) into the primary boot area (10), and the loader (4) accesses the primary boot area (10) to write the linked volume (3). When reading the necessary programs and data, if it is detected that the primary boot area (10) is destroyed, the secondary boot area (11) is accessed and the linked volume (3) is read. The program and data are read and loaded into the main memory (2), and the microprogram (6) loaded into the main memory (2) by this loading is transferred to the operating system (8) loaded into the main memory (2). Primary boot area (1
1. A system start-up method for a computer system, characterized in that when the operating system (8) is notified of destruction of the computer system (8), the operating system (8) writes boot information of a sub-boot area (11) to a primary boot area (10).
JP1040387A 1987-01-20 1987-01-20 System starting-up method for computer system Pending JPS63178357A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1040387A JPS63178357A (en) 1987-01-20 1987-01-20 System starting-up method for computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1040387A JPS63178357A (en) 1987-01-20 1987-01-20 System starting-up method for computer system

Publications (1)

Publication Number Publication Date
JPS63178357A true JPS63178357A (en) 1988-07-22

Family

ID=11749173

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1040387A Pending JPS63178357A (en) 1987-01-20 1987-01-20 System starting-up method for computer system

Country Status (1)

Country Link
JP (1) JPS63178357A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07295827A (en) * 1994-04-20 1995-11-10 Nec Corp Ipl file transfer system
JP2007026883A (en) * 2005-07-15 2007-02-01 Nippon Paint Co Ltd Method of manufacturing vehicle-mounted glass with dye-sensitized solar cell
JP2010129653A (en) * 2008-11-26 2010-06-10 Kyocera Corp Manufacturing device of solar cell module, and method of manufacturing solar cell module

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS577690A (en) * 1980-06-16 1982-01-14 Hitachi Ltd Initial program loading system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS577690A (en) * 1980-06-16 1982-01-14 Hitachi Ltd Initial program loading system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07295827A (en) * 1994-04-20 1995-11-10 Nec Corp Ipl file transfer system
JP2007026883A (en) * 2005-07-15 2007-02-01 Nippon Paint Co Ltd Method of manufacturing vehicle-mounted glass with dye-sensitized solar cell
JP2010129653A (en) * 2008-11-26 2010-06-10 Kyocera Corp Manufacturing device of solar cell module, and method of manufacturing solar cell module

Similar Documents

Publication Publication Date Title
IE912564A1 (en) Personal computer system having protected interface program
JPH02156357A (en) Program destruction preventing method
JPS63178357A (en) System starting-up method for computer system
JPS59231650A (en) Software protection processing system
JPH07121315A (en) Disk array
JPS5856165A (en) Record update system
JPH1124936A (en) Fast restart system of information processor
JPS628831B2 (en)
JPH0690683B2 (en) Fault handling method for multiprocessor system
JPH0480860A (en) Program loading system
JPH05265826A (en) Method for duplexing file
JPS6013494B2 (en) Self-diagnosis method
JPS6332642A (en) Information processor
JPH0241537A (en) Cache memory controller
JPS6091447A (en) Program protecting system
JPS60112148A (en) Memory device
JPS63211444A (en) Memory dump system
JPH0367349A (en) Program loading system
JPH02148340A (en) System for controlling writing in control storage
JPH08263223A (en) Computer system
KR890016477A (en) Operation program and data loading method of electronic exchange
JPS63206845A (en) Data processor
JPS63211443A (en) Memory dump system
JPH0423139A (en) Fault processing system for controller
JPS63170758A (en) Main storage initial write processing system