JPS58119063A - Computer system configuration control method - Google Patents
Computer system configuration control methodInfo
- Publication number
- JPS58119063A JPS58119063A JP57001792A JP179282A JPS58119063A JP S58119063 A JPS58119063 A JP S58119063A JP 57001792 A JP57001792 A JP 57001792A JP 179282 A JP179282 A JP 179282A JP S58119063 A JPS58119063 A JP S58119063A
- Authority
- JP
- Japan
- Prior art keywords
- storage device
- auxiliary storage
- program
- computer system
- area
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/16—Error detection or correction of the data by redundancy in hardware
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
Abstract
(57)【要約】本公報は電子出願前の出願データであるた
め要約のデータは記録されません。(57) [Summary] This bulletin contains application data before electronic filing, so abstract data is not recorded.
Description
【発明の詳細な説明】
本発明は、計算機システムの構成制御に係り、特に補助
記憶装置付システムから補助記憶装置をもたないシステ
ムへの好適な移行制御方法に関する。DETAILED DESCRIPTION OF THE INVENTION The present invention relates to configuration control of a computer system, and particularly to a suitable migration control method from a system with an auxiliary storage device to a system without an auxiliary storage device.
一般に計算機システムは、主記憶装置とランダムアクセ
ス型の補助記憶装置を組み合わせて運用している。オペ
レーティングシステムのサポートにより補助記憶装置を
主記憶装置と全く同一に扱うことで、アプリケーション
ソフトウェアから見た場合に充分に大きな主記憶装置が
あることになシ、補助記憶装置の存在を意識せずにシス
テムの運用が可能となっている。従って通常は、補助記
憶装置は計算機システムの運用に不可欠の装置でアシそ
の停止は、システム停止に結びつく。しかし補助記憶装
置は回転部分など機械的可動部を有するものが大部分で
あり、その信頼性は可動部を持たない主記憶装置・中央
処理装置よりも低くならざるを得ない。Generally, computer systems operate using a combination of a main storage device and a random access type auxiliary storage device. By treating the auxiliary storage device exactly the same as the main storage device with the support of the operating system, the application software can see that there is a sufficiently large main storage device without being aware of the existence of the auxiliary storage device. The system is now operational. Therefore, normally, the auxiliary storage device is an essential device for the operation of the computer system, and its stoppage will lead to the system stoppage. However, most auxiliary storage devices have mechanically movable parts such as rotating parts, and their reliability is inevitably lower than that of main memory devices and central processing units that do not have movable parts.
このため、縮退運用を行っても計算機システムの運用を
維持したい場合には、補助記憶装置を有するシステムか
ら有しないシステムへの移行をナボートするオペレーテ
ィングシステムをも含めたシステム構成制御が不可欠で
ある。For this reason, if it is desired to maintain the operation of a computer system even when performing degenerate operation, system configuration control including an operating system that navigates the transition from a system with auxiliary storage to a system without is essential.
第1図、#c2図および第3図を用いて従来技術の内容
と問題点について説明する。The contents and problems of the prior art will be explained using FIG. 1, #c2, and FIG. 3.
第1図は、補助記憶装置を使用してシステム構成制−を
行っている例を示す。FIG. 1 shows an example of system configuration using an auxiliary storage device.
通常の補助記憶製蓋付システムとしての運用時は、主記
憶装置1はオペレーティングシステム(0,8)エリア
3・常駐プログラムエリア4・非常駐プログラム実行エ
リア5に分割されている。When operating as a normal auxiliary storage system with a lid, the main storage device 1 is divided into an operating system (0, 8) area 3, a resident program area 4, and a non-resident program execution area 5.
一方補助記憶装、112はOoS 収納エリア6・常駐
プログラム収納エリア7・非常駐プログラム退避エリア
8・非常駐プログラム収納エリア9・構成制御終了後非
常駐エリア使用プログラム収納エリア10等に分かれて
いる。0.8エリア3および常駐プログラムエリア4に
対する補助記憶装置2のO0Sエリア6と常駐プログラ
ムエリア7からの読み出しは、システム通常スタート時
絖出11となる。一方弁常駐プログラム実行エリア5は
、補助記憶装置2内の非常駐プログラム収納エリア9よ
シ、必要プログラムの起動時絖出12によってプログラ
ム単位に読み出される。非常駐プログラムは、容量が大
きく、かつ本数も多いため、必要時に優先度に従って、
主記憶装置111上に読み出される。このため、実行途
中で−たん処理を中断し、よシ優先度の高いプログラム
に実行エリア5をあけ渡す必要が生ずるので、退避エリ
ア8との間にプログラム中断・再起動時誉込・読出13
が生ずることになる。On the other hand, the auxiliary storage device 112 is divided into an OoS storage area 6, a resident program storage area 7, a non-resident program evacuation area 8, a non-resident program storage area 9, and a program storage area 10 for use in the non-resident area after configuration control is completed. Reading from the O0S area 6 and resident program area 7 of the auxiliary storage device 2 with respect to the 0.8 area 3 and resident program area 4 is performed at start time 11 when the system is normally started. On the other hand, the resident program execution area 5 is read out in program units by the non-resident program storage area 9 in the auxiliary storage device 2 and by the start-up 12 of the necessary program. Non-resident programs have a large capacity and a large number of programs, so they can be used according to priority when needed.
The data is read onto the main storage device 111. For this reason, it is necessary to interrupt the -tan processing in the middle of execution and hand over the execution area 5 to a program with a higher priority.
will occur.
補助記憶装置2をシステムから切離して、補助記憶装置
をもたないシステムとしてA $tbxすることは、上
記の非常駐プログラムの実行を放棄して、機能的にはか
なシの削減になるものの非常駐プロクラム実行エリア5
に全プログラムを収納できて、補助記憶装[12との読
み書きを行うことなしに、必要最小限の機能を実行でき
るプログラム群を、非常駐プログラム実行エリア5に収
納して、常駐プログラムの一部として実行することに他
ならない、@1図の従来技術は、これら構成制御に非常
駐エリアに読み込まれるプログラム10を、補助記憶1
1f2上に置いて、構成制御後システムスタート時続出
し14を行うというものである。しかしこの方法は、補
助記憶装置が使用不可となる事由に対応するプログラム
の読み出しを、該補助記憶装置から行おうというもので
、構成制御の前後でどの時点まで該補助記憶装ばか使用
可能かは1明確に把備できないところに問題がある。即
ち、構成制御の成否が偶然に左右されやすい点が信頼性
を横ねでいる。Disconnecting the auxiliary storage device 2 from the system and running it as a system without auxiliary storage device abandons the execution of the above-mentioned non-resident program, which reduces the amount of time required for the non-resident program although it is functionally ephemeral. Execution area 5
A group of programs that can store all programs in the non-resident program execution area 5 and execute the minimum necessary functions without reading from or writing to the auxiliary memory [12] are stored as part of the resident programs. The conventional technique shown in Figure @1, which is nothing but executing the program 10 read into the non-resident area for these configuration controls, from the auxiliary storage 1
1f2, and performs continuous output 14 at system start after configuration control. However, in this method, the program that corresponds to the reason why the auxiliary storage device becomes unusable is read out from the auxiliary storage device, and it is not clear to what point the auxiliary storage device can be used before or after configuration control. 1.The problem lies in the fact that it cannot be clearly understood. In other words, reliability is hampered by the fact that the success or failure of configuration control is easily influenced by chance.
第2図a、bは、この問題を解決すべく、構成制御実行
後必要となるプログラムを、紙テープ15あるいはディ
スケット16に収納しておき、構成制御時読込14を行
おうとするものであるが、以下の問題点がある。In order to solve this problem, FIGS. 2a and 2b show that the program required after executing the configuration control is stored on a paper tape 15 or a diskette 16, and the program is read at the time of configuration control 14. There are the following problems.
1)紙テープ15あるいはディスケット16のセツティ
ングを人手によって行う必要があり、自動構成制御にな
らない。また、このような構成制御は緊急時に要求され
ることが多いので、読込時のオペレーションミスも充分
考えられ、信頼性に乏しい。1) It is necessary to manually set the paper tape 15 or diskette 16, and automatic configuration control is not possible. Furthermore, since such configuration control is often required in emergencies, there is a high possibility of operational errors during reading, resulting in poor reliability.
2)紙テープ15あるいはディスケット16読込用のハ
ードウェアを必要とする。2) Hardware for reading the paper tape 15 or diskette 16 is required.
3)紙テープ15の場合、読込に長時間を要する。3) In the case of paper tape 15, it takes a long time to read.
第3図は、17−a、17−bという2台のCPUを用
意し、I10バス切替スイッチ18によって■10バス
19をいずれのCPUにも接続可能な形態としたもので
ある。主記憶装置ti−aは通常時のエリア分割で使用
するが、主記憶装置1−bの非常駐エリア5−bには予
め構成制御実行後に必要となるプログラムを収納してお
く。I10バス切替スイッチは、通常時CPU17−a
側に倒れているが、補助記憶装置12が使用できない事
由が発生した時点で、CPU17−b側に倒れて構成制
御を行うものである。この方式は、信頼性本ありシステ
ム切替速度も速いが、通常時はCPUを1台遊ばせてお
くことになるため、コスト的に問題がある。なお第3図
で50FiiN示装置を60はプリンタを示している。In FIG. 3, two CPUs 17-a and 17-b are prepared, and the I10 bus 19 can be connected to either CPU by means of the I10 bus changeover switch 18. The main storage device ti-a is used for normal area division, but the non-resident area 5-b of the main storage device 1-b stores in advance programs that will be required after execution of the configuration control. The I10 bus selector switch is normally set to CPU17-a.
Although it is tilted to the side, when an event occurs that makes the auxiliary storage device 12 unusable, it tilts to the CPU 17-b side and performs configuration control. Although this method is reliable and has a fast system switching speed, it has a cost problem because it leaves one CPU idle during normal times. In FIG. 3, 50 FiiN display device and 60 indicate a printer.
本発明の目的は、通常時補助記憶装置を必須の構成要素
として運用されているものの、補助記憶装置が使用不可
の事由が発生した場合に補助記憶装置なしで必要最小限
の機能維持を要求される計AdシステムVC対して、短
時間で自動的にシステム構成制御を実現できるシステム
構成制御方法を提供することにある。The purpose of the present invention is to maintain the minimum necessary functionality without the auxiliary storage device in the event that the auxiliary storage device is normally operated as an essential component, but if a reason occurs that makes the auxiliary storage device unavailable. An object of the present invention is to provide a system configuration control method that can automatically realize system configuration control in a short time for a total Ad system VC.
本発明は、構成制御実行後に必要となる非常駐プログラ
ム代替のプログラムを、主記憶装置の予備エリア等機械
的部分の使用・人手の介入を伴なわない部分に収納して
おくことに特徴がある。主記憶装置の予備エリアについ
ては、プロセッサから実行可能である必要はなく参照可
能であれば良いので、通常運用されるシステムの設計に
及ぼす影響も少ない。The present invention is characterized in that a non-resident program replacement program that is required after configuration control is executed is stored in a spare area of the main storage device that does not require the use of mechanical parts or human intervention. The spare area of the main storage device does not need to be executable by the processor, but only needs to be referenceable, so it has little influence on the design of a normally operated system.
第4図および第5図を用いて本発明の一実施例について
述べる。An embodiment of the present invention will be described using FIGS. 4 and 5.
ts4図において、22は構成制御プログラム・20は
地震針・21は構成制御実施要求信号を示す。In the ts4 diagram, 22 indicates a configuration control program, 20 indicates an earthquake needle, and 21 indicates a configuration control implementation request signal.
いま、補助記憶装置2の使用が不可能となる程度の地震
が地震1ti20によって検出されたとすると、地震計
20より外部割込の形で計痺憬システム26に構成制御
プログラム起動指令21が伝えられる。これによって構
成制御プログラム22が起動され、常駐プログラム4に
対しては補助記憶装置使用禁止指令24、非常駐プログ
ラム9に対しては起動禁止指令25、非常駐プログラム
代替プログラム23に対しては、続出処理14がそれぞ
れ実行される。補助記憶装置f 2に対しては、停止指
令27が出され、補助記憶装[t2を吻埋的破壊から免
れさせる処理がされる。これは、補助記憶装置を停止さ
せることで耐震性を向上させ、事後の復旧を容易にする
ため必要である。これによシ計算機システム26は、補
助記憶装(12の使用を禁止された常駐プログラム4と
、非常駐プログラム代替プログラム23によってのみ運
用されることになり、補助記憶装置除外のシステムが確
立したことになる。Now, if an earthquake 1ti20 detects an earthquake that makes it impossible to use the auxiliary storage device 2, the configuration control program activation command 21 is transmitted from the seismograph 20 to the paralysis system 26 in the form of an external interrupt. . As a result, the configuration control program 22 is started, the auxiliary storage device use prohibition command 24 is issued to the resident program 4, the startup prohibition command 25 is issued to the non-resident program 9, and the successive process 14 is issued to the non-resident program alternative program 23. are executed respectively. A stop command 27 is issued to the auxiliary storage device f2, and processing is performed to prevent the auxiliary storage device [t2 from being destroyed. This is necessary in order to improve earthquake resistance by stopping the auxiliary storage device and to facilitate recovery after the fact. As a result, the computer system 26 will be operated only by the resident program 4, which is prohibited from using the auxiliary storage (12), and the non-resident program alternative program 23, and a system excluding the auxiliary storage has been established. Become.
第5図を用いて、主記憶1上のエリア使用の変化を説明
する。Changes in area usage on the main memory 1 will be explained using FIG.
第5図(a)は、通常時の運用形態を示したもので、公
知例とほぼ同様であるが、主記憶装置1上に、非常駐プ
ログラム代替プログラム収納エリア28が設けられてい
る。このエリア28上には、非常駐プログラム代替プロ
グラム23が入っており、これは補助記憶装置2上のエ
リア10からシステム通常スタート時読み込み11がな
されたものである。FIG. 5(a) shows a normal operation mode, which is almost the same as the known example, but a non-resident program alternative program storage area 28 is provided on the main storage device 1. This area 28 contains a non-resident program alternative program 23, which is read 11 from area 10 on the auxiliary storage device 2 at the time of normal system start.
第5図(b)は、地震発生時にエリア28にあった非常
駐プログラム代替プログラム23が、非常駐プログラム
実行エリア5に読み込まれている状態を示している。FIG. 5(b) shows a state in which the non-resident program alternative program 23 that was in the area 28 at the time of the earthquake has been read into the non-resident program execution area 5.
第5図(C)は、読み込み完了後の主記憶装置1上のレ
イアウトを示したものである。FIG. 5(C) shows the layout on the main storage device 1 after reading is completed.
8g6図により、本実施例においておこなわれる構成制
御の時間的推移を説明する。The time course of configuration control performed in this embodiment will be explained with reference to FIG. 8g6.
時刻t1で地震計20が補助記憶装置付システムの運用
に支障をきたす程度の規模の地震発生を検出したとする
と、割込信号21によりただちに構成制御が起動される
。まず補助記憶装置の使用を中止し、補助記憶装置を安
全に停止させるため、以下の処理が行なわれる。If at time t1 the seismograph 20 detects the occurrence of an earthquake of a magnitude that would impede the operation of the system with auxiliary storage device, the configuration control is immediately activated by the interrupt signal 21. First, in order to stop using the auxiliary storage device and safely stop the auxiliary storage device, the following process is performed.
時刻を鵞 ;補助記憶装置を使用する処理を含む全ての
アプリケーションソフトウェアの起動禁止32が行なわ
れ、この後に予定されている補助記憶装置の使用が全て
枢りやめとなる。これは第4図における補助記憶装置使
用禁止指令1g号24、非常駐プログラム9に対する起
動禁止指令信号25などに対応する。When the time is over, all application software including processes that use the auxiliary storage device are prohibited from starting 32, and all future uses of the auxiliary storage device are stopped. This corresponds to the auxiliary storage device use prohibition command No. 1g 24, the activation prohibition command signal 25 for the non-resident program 9, etc. in FIG.
時刻tx tオペv−ナイングシステムのレベルで、
補助記憶装置のソフト的切り離し33が行なわれる。具
体的には、補助記憶装置〜主記憶装置間の転送キャンセ
ル、補助配憶装置制御回路へのリセット指令、補助記憶
装置の管理中止などである。At the level of the time txt operation v-ning system,
A soft disconnection 33 of the auxiliary storage device is performed. Specifically, this includes canceling the transfer between the auxiliary storage device and the main storage device, issuing a reset command to the auxiliary storage device control circuit, and discontinuing the management of the auxiliary storage device.
時刻t4 ;補助記憶装置は一般的に稼動中よりも停止
中の方が耐衝撃性が高い。このため補助記憶装置に対す
る電源供給断信号34を出して、補助記憶装置を停止さ
せる。電源を切ることによシ本来補助記憶装置に備えで
ある読み取りヘッド保#!機能が働き、磁性面への読取
シヘッドの衝突等の事故を防ぐことができるので、事後
の復旧が短時間で可能となる。Time t4: The auxiliary storage device generally has higher impact resistance when it is stopped than when it is in operation. Therefore, a power supply disconnection signal 34 to the auxiliary storage device is issued to stop the auxiliary storage device. By turning off the power, the read head, which is originally reserved for auxiliary storage, is saved! This function works to prevent accidents such as collision of the reading head with a magnetic surface, making it possible to recover after the fact in a short time.
時刻’ !1 ”” ’ ? +この間に補助記憶装置
の回転の停止35が行なわれる。time' ! 1 “”’? +During this period, the rotation of the auxiliary storage device is stopped 35.
時刻t・〜t8;電源供給断信号34によシ、補助記憶
装置がシステムから切り離されるので、主記憶装置のみ
のシステムの構成が開始される。この構成処理は、主記
憶装置予備エリアからのプログラムの実行エリムの読出
36から行なわれる。Time t.times.-t8: Since the auxiliary storage device is disconnected from the system by the power supply cutoff signal 34, configuration of a system including only the main storage device is started. This configuration process begins with reading 36 of the program's execution edge from the main memory spare area.
時刻t8〜ftofプログラムの読出36終了後ただち
に主記憶装置システムのみのシステムの初期化処理37
が行なわれる。Time t8 - Immediately after the reading 36 of the ftof program is completed, initialization processing 37 of the system only for the main storage system is performed.
will be carried out.
時刻t e〜tut主記憶システムのみのシステムの稼
動38が開始される。At time t e - tut, the system operation 38 of only the main storage system is started.
本発明によれば、自動的に信頼性の高いシステム構成制
御が可能となる効果がある。付随効果としては主記憶装
置空きエリア等を使用するため、処理時間の短いコスト
的にも高くならないシステム構成制御が可能となる。外
部状況と連動させることがで龜るので、地震対策あるい
は、補助記憶装置保守時使用など応用範囲が広い。計算
機システムの必須構成要素中最も信頼性の低い補助記憶
装置の故障が原因のシステム浮止を免れることができる
。などをあげることができる。According to the present invention, it is possible to automatically control the system configuration with high reliability. As a side effect, since the main storage device free area is used, it is possible to control the system configuration with short processing time and low cost. Since it can be linked with external conditions, it has a wide range of applications, such as earthquake countermeasures and when maintaining auxiliary storage devices. It is possible to avoid system failure caused by a failure of the auxiliary storage device, which is the least reliable of the essential components of a computer system. etc. can be given.
第1図・第2図・第3図は公知例の説明用図、第4図・
第5図は冥厖例の説明用図、第6図はそのタイムチャー
トを示す。
1・・・主記憶装置、2・・・補助記憶装置、5・・・
非常駐プログラム実行エリア、10・・・構成制#後非
常駐エリア使用プログラム、23・・・非常駐プログラ
ム第 1tJ
茶 3I21
′$ 4 図
茶 su(tl)Figures 1, 2, and 3 are explanatory diagrams of known examples; Figures 4 and 3 are explanatory diagrams of known examples;
FIG. 5 is an explanatory diagram of the example, and FIG. 6 shows its time chart. 1... Main storage device, 2... Auxiliary storage device, 5...
Non-resident program execution area, 10... Program using non-resident area after configuration system #, 23... Non-resident program No. 1tJ Tea 3I21 '$ 4 Picture tea su(tl)
Claims (1)
ムにおいて、該補助記憶装置の継続使用の可否を検出し
、当該補助記憶装置の継続使用否のとき該システムから
切シ離し、該計算機システムを再構成することを特徴と
する計算機システムの構成制御方法。 2、前記特許請求の範囲第1項の記載の補助記憶装置付
システムから補助記憶装置を除外したシステムに移行す
る際に、主記憶装置の予備エリア内に収納された補助記
憶装置除外システム用プログラムを主記憶装置常用エリ
アに移行し、計算機システムを再起動することを特徴と
する計算機システムの構成制御方法。 3、前記特許請求の範囲第1項の記載に於いて、補助記
憶装置の継続使用不可信号を、地震検出器からの割込信
号にて検出することを特徴とする計算機システムの構成
制御方法。 4、前記特許請求の範囲第1項記載に於いて、補助記憶
装置の継続使用不可信号を、内部プログラムによって検
出することを特徴とする計算憎システムの構成制御方法
。[Claims] 1. In a computer system having an auxiliary storage device having a rotating part, detecting whether or not the auxiliary storage device can be used continuously, and disconnecting the auxiliary storage device from the system when the auxiliary storage device cannot be used continuously. A method for controlling the configuration of a computer system, the method comprising: reconfiguring the computer system. 2. A program for an auxiliary storage device excluded system stored in a spare area of the main storage device when transitioning from a system with an auxiliary storage device according to claim 1 to a system excluding the auxiliary storage device 1. A method for controlling the configuration of a computer system, the method comprising the steps of: migrating the file to a commonly used main storage area and restarting the computer system. 3. A configuration control method for a computer system as set forth in claim 1, characterized in that a signal indicating that the auxiliary storage device cannot be used continuously is detected by an interrupt signal from an earthquake detector. 4. A configuration control method for a computing system according to claim 1, characterized in that a signal indicating that the auxiliary storage device cannot be used continuously is detected by an internal program.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP57001792A JPS58119063A (en) | 1982-01-11 | 1982-01-11 | Computer system configuration control method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP57001792A JPS58119063A (en) | 1982-01-11 | 1982-01-11 | Computer system configuration control method |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPS58119063A true JPS58119063A (en) | 1983-07-15 |
| JPH0325806B2 JPH0325806B2 (en) | 1991-04-09 |
Family
ID=11511423
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP57001792A Granted JPS58119063A (en) | 1982-01-11 | 1982-01-11 | Computer system configuration control method |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPS58119063A (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH057888U (en) * | 1991-07-18 | 1993-02-02 | ミサワホーム株式会社 | Bay window |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11319104B1 (en) | 2009-01-30 | 2022-05-03 | Encore Wire Corporation | System and apparatus for applying labels to cable or conduit |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPS538030A (en) * | 1976-06-17 | 1978-01-25 | Fujitsu Ltd | Fault processing method |
| JPS5585923A (en) * | 1978-12-25 | 1980-06-28 | Toshiba Corp | Automatic power supply interrupter |
| JPS573264U (en) * | 1980-06-04 | 1982-01-08 |
-
1982
- 1982-01-11 JP JP57001792A patent/JPS58119063A/en active Granted
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPS538030A (en) * | 1976-06-17 | 1978-01-25 | Fujitsu Ltd | Fault processing method |
| JPS5585923A (en) * | 1978-12-25 | 1980-06-28 | Toshiba Corp | Automatic power supply interrupter |
| JPS573264U (en) * | 1980-06-04 | 1982-01-08 |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH057888U (en) * | 1991-07-18 | 1993-02-02 | ミサワホーム株式会社 | Bay window |
Also Published As
| Publication number | Publication date |
|---|---|
| JPH0325806B2 (en) | 1991-04-09 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US6622263B1 (en) | Method and apparatus for achieving system-directed checkpointing without specialized hardware assistance | |
| AU687095B2 (en) | File Backup System | |
| JPS6159531A (en) | Microprogram loader | |
| JPS58119063A (en) | Computer system configuration control method | |
| JP2000040037A (en) | Data protection device, data protection method, and storage medium | |
| JPH10133926A (en) | Mirror disk restoring method and restoring system | |
| JPH02297237A (en) | Automatic restarting device for electronic computer system | |
| JP4358943B2 (en) | Automatic backup system and recording medium recording automatic backup program | |
| JPS5944694B2 (en) | Magnetic tape control method | |
| JPS62269253A (en) | Power outage processing method for semiconductor storage devices | |
| JP2713317B2 (en) | Write data protection method for momentary power interruption in disk drive | |
| JPH03163617A (en) | How to warm boot a program in a computer system | |
| JPS585856A (en) | Error recovery system for logical device | |
| JPS6095663A (en) | Automatic switching device for dual magnetic disk drives | |
| JPH04273553A (en) | Computer system | |
| JPS59227094A (en) | Electronic computer | |
| JPH04330531A (en) | Check point processing system | |
| JPH0277943A (en) | System recovery method | |
| JPS63131250A (en) | Data processing system | |
| JPS6161273A (en) | Control system of memory device | |
| JPS635779B2 (en) | ||
| JPH04332047A (en) | Switching method when redundant computer system is out of synchronization | |
| JPH02118745A (en) | memory backup device | |
| JPS62140144A (en) | Failure handling method | |
| JPS6156537B2 (en) |