JPH0325806B2 - - Google Patents

Info

Publication number
JPH0325806B2
JPH0325806B2 JP57001792A JP179282A JPH0325806B2 JP H0325806 B2 JPH0325806 B2 JP H0325806B2 JP 57001792 A JP57001792 A JP 57001792A JP 179282 A JP179282 A JP 179282A JP H0325806 B2 JPH0325806 B2 JP H0325806B2
Authority
JP
Japan
Prior art keywords
storage device
auxiliary storage
program
area
configuration control
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP57001792A
Other languages
Japanese (ja)
Other versions
JPS58119063A (en
Inventor
Kazuyoshi Teramoto
Kunio Hasegawa
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP57001792A priority Critical patent/JPS58119063A/en
Publication of JPS58119063A publication Critical patent/JPS58119063A/en
Publication of JPH0325806B2 publication Critical patent/JPH0325806B2/ja
Granted legal-status Critical Current

Links

Classifications

    • 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/16Error 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)

Description

【発明の詳細な説明】 本発明は、計算機システムの構成制御に係り、
特に補助記憶装置付システムから補助記憶装置を
もたないシステムへの好適な移行制御方法に関す
る。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to configuration control of a computer system,
In particular, it relates to a suitable migration control method from a system with auxiliary storage to a system without auxiliary storage.

一般に計算機システムは、主記憶装置とランダ
ムアクセス型の補助記憶装置を組み合わせて運用
している。オペレーテイングシステムのサポート
により補助記憶装置を主記憶装置と全く同一に扱
うことで、アプリケーシヨンソフトウエアから見
た場合に充分に大きな主記憶装置があることにな
り、補助記憶装置の存在を意識せずにシステムの
運用が可能となつている。従つて通常は、補助記
憶装置は計算機システムの運用に不可欠の装置で
ありその停止は、システム停止に結びつく。しか
し補助記憶装置は回転部分など機械的可動部を有
するものが大部分であり、その信頼性は可動部を
持たない主記憶装置・中央処理装置よりも低くな
らざるを得ない。
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 will have a sufficiently large main storage device and will not be aware of the existence of the auxiliary storage device. It has become possible to operate the system without any problems. Therefore, normally, the auxiliary storage device is an essential device for the operation of a computer system, and its stoppage leads to a 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.

このため、縮退運用を行つても計算機システム
の運用を維持したい場合には、補助記憶装置を有
するシステムから有しないシステムへの移行をサ
ポートするオペレーテイングシステムをも含めた
システム構成制御が不可欠である。
Therefore, if you want to maintain the operation of a computer system even if you perform degraded operation, it is essential to control the system configuration, including the operating system that supports the transition from a system with auxiliary storage to one without. .

第1図、第2図および第3図を用いて従来技術
の内容と問題点について説明する。
The content and problems of the prior art will be explained using FIGS. 1, 2, and 3.

第1図は、補助記憶装置を使用してシステム構
成制御を行つている例を示す。
FIG. 1 shows an example in which system configuration control is performed using an auxiliary storage device.

通常の補助記憶装置付システムとしての運用時
は、主記憶装置1はオペレーテイングシステム
(O、S)エリア3・常駐プログラムエリア4・
非常駐プログラム実行エリア5に分割されてい
る。一方補助記憶装置2はO、S収納エリア6・
常駐プログラム収納エリア7・非常駐プログラム
退避エリア8・非常駐プログラム収納エリア・構
成制御終了後非常駐エリア使用プログラム収納エ
リア10等に分かれている。O、Sエリア3およ
び常駐プログラムエリア4に対する補助記憶装置
2のO、Sエリア6と常駐プログラムエリア7か
らの読み出しは、システム通常スタート時読出1
1となる。一方非常駐プログラム実行エリア5
は、補助記憶装置2内の非常駐プログラム収納エ
リア9より、必要プログラムの起動時読出12に
よつてプログラム単位に読み出される。非常駐プ
ログラムは、容量が大きく、かつ本数も多いた
め、必要時に優先度に従つて、主記憶装置1上に
読み出される。このため、実行途中で一たん処理
を中断し、より優先度の高いプログラムに実行エ
リア5をあけ渡す必要が生ずるので、退避エリア
8との間にプログラム中断・再起動時書込・読出
13が生ずることになる。
When operating as a normal system with auxiliary storage, the main storage 1 includes operating system (O, S) area 3, resident program area 4,
It is divided into a non-resident program execution area 5. On the other hand, the auxiliary storage device 2 has an O, S storage area 6.
It is divided into a resident program storage area 7, a non-resident program evacuation area 8, a non-resident program storage area, and a program storage area 10 for use in the non-resident area after configuration control is completed. Reading from the O, S areas 3 and resident program area 4 of the auxiliary storage device 2 from the O, S areas 6 and the resident program area 7 is performed as read 1 at the time of normal system start.
It becomes 1. On the other hand, non-resident program execution area 5
is read out in program units from the non-resident program storage area 9 in the auxiliary storage device 2 by the necessary program startup reading 12. Since non-resident programs have a large capacity and a large number of programs, they are read onto the main storage device 1 according to priority when necessary. For this reason, it is necessary to interrupt the process once during execution and hand over the execution area 5 to a program with a higher priority, so there is a gap between the save area 8 and the program interrupt/restart write/read 13. will occur.

補助記憶装置2をシステムから切離して、補助
記憶装置をもたないシステムとして再構成するこ
とは、上記の非常駐プログラムの実行を放棄し
て、機能的にはかなりの削減になるものの非常駐
プログラム実行エリア5に全プログラムを収納で
きて、補助記憶装置2との読み書きを行うことな
しに、必要最小限の機能を実行できるプログラム
群を、非常駐プログラム実行エリア5に収納し
て、常駐プログラムの一部として実行することに
他ならない。第1図の従来技術は、これら構成制
御に非常駐エリアに読み込まれるプログラム10
を、補助記憶装置2上に置いて、構成制御後シス
テムスタート時読出し14を行うというものであ
る。しかしこの方法は、補助記憶装置が使用不可
となる事由に対応するプログラムの読み出しを、
該補助記憶装置から行おうというもので、構成制
御の前後でどの時点まで該補助記憶装置が使用可
能かは、明確に把握できないところに問題があ
る。即ち、構成制御の成否が偶然に左右されやす
い点が信頼性を損ねている。
Disconnecting the auxiliary storage device 2 from the system and reconfiguring it as a system without an auxiliary storage device abandons the execution of the above-mentioned non-resident program, which results in a considerable reduction in functionality, but reduces the non-resident program execution area. All programs can be stored in the non-resident program execution area 5, and a group of programs that can execute the minimum necessary functions without reading from or writing to the auxiliary storage device 2 can be stored in the non-resident program execution area 5 and used as part of the resident programs. It's all about execution. The prior art shown in FIG. 1 has a program 10 read into a non-resident area for these configuration controls
is placed on the auxiliary storage device 2 and read out 14 at system start after configuration control. However, this method does not allow reading of the program corresponding to the reason why the auxiliary storage device is unavailable.
The problem is that it is not possible to clearly determine to what point before and after configuration control the auxiliary storage device can be used. In other words, reliability is impaired by the fact that the success or failure of configuration control is easily influenced by chance.

第2図a,bは、この問題を解決すべく、構成
制御実行後必要となるプログラムを、紙テープ1
5あるいはフレキシブルデイスクメデイア16に
収納しておき、構成制御時読込14を行おうとす
るものであるが、以下の問題点がある。
Figures 2a and b show that in order to solve this problem, the program required after executing the configuration control is installed on a paper tape.
5 or flexible disk media 16, and read 14 at the time of configuration control, but there are the following problems.

(1) 紙テープ15あるいはフレキシブルデイスク
メデイア16のセツテイングを人手によつて行
う必要があり、自動構成制御にならない。ま
た、このような構成制御ひ緊急時に要求される
ことが多いので、読込時のオペレーシヨンミス
も充分考えられ、信頼性に乏しい。
(1) It is necessary to manually set the paper tape 15 or flexible disk media 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 flexible disk media 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を用意し、I/Oバス切替スイツチ18に
よつてI/Oバス19をいずれのCPUにも接続
可能な形態としたものである。主記憶装置1−a
は通常時のエリア分割で使用するが、主記憶装置
1−bの非常駐エリア5−bには予め構成制御実
行後に必要となるプログラムを収納しておく。
I/Oバス切替スイツチは、通常時CPU17−
a側に倒れているが、補助記憶装置2が使用でき
ない事由が発生した時点で、CPU17−b側に
倒れて構成制御を行うものである。この方式は、
信頼性もありシステム切替速度も速いが、通常時
はCPUを1台遊ばせておくことになるため、コ
スト的に問題がある。なお第3図で50は表示装
置を60はプリンタを示している。
Figure 3 shows two machines named 17-a and 17-b.
A CPU is prepared, and an I/O bus 19 can be connected to either CPU by an I/O bus changeover switch 18. Main storage device 1-a
is used in normal area division, but the non-resident area 5-b of the main storage device 1-b stores in advance a program that will be required after execution of the configuration control.
Normally, the I/O bus selector switch is
The CPU 17-b is placed on the side A, but when an event occurs that makes the auxiliary storage device 2 unusable, it is placed on the side of the CPU 17-b and performs configuration control. This method is
Although it is reliable and the system switching speed is fast, there is a cost problem because one CPU is left idle during normal times. In FIG. 3, 50 indicates a display device, and 60 indicates a printer.

本発明の目的は、通常時補助記憶装置を必須の
構成要素として運用されているものの、補助記憶
装置が使用不可の事由が発生した場合に補助記憶
装置なしで必要最小限の機能維持を要求される計
算機システムに対し、短時間で自動的にシステム
構成制御を実現できるシステム構成制御方法を提
供することにある。
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 computer system.

本発明は、補助記憶装置を切り離す構成制御実
行後の縮退運転に必要となる縮退プログラム、即
ち、補助記憶装置に格納されている非常駐プログ
ラムの代替をするプログラムを、主記憶装置の予
備エリア等機械的部分の使用・人手の介入を伴な
わない部分に収納しておくことに特徴がある。主
記憶装置の予備エリアについては、プロセツサか
ら実行可能である必要はなく参照可能であれば良
いので、通常運用されるシステムの設計に及ぼす
影響も少ない。
The present invention provides for a degenerate program necessary for degenerate operation after execution of configuration control to disconnect an auxiliary storage device, that is, a program that replaces a non-resident program stored in the auxiliary storage device, to a spare area of the main storage device, etc. It is distinctive in that it is stored in a part that does not involve the use of target 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 effect on the design of a normally operated system.

第4図および第5図を用いて本発明の一実施例
について述べる。
An embodiment of the present invention will be described using FIGS. 4 and 5.

第4図において、22は構成制御プログラム、
20は地震計・21は構成制御実施要求信号を示
す。
In FIG. 4, 22 is a configuration control program;
20 is a seismometer, and 21 is a configuration control execution request signal.

いま、補助記憶装置2の使用が不可能となる程
度の地震が地震計20によつて検出されたとする
と、地震計20より外部割込の形で計算機システ
ム26に構成制御プログラム起動指令21が伝え
られる。これによつて構成制御プログラム22が
起動され、常駐プログラム4に対しては補助記憶
装置使用禁止指令24、非常駐プログラム9に対
しては起動禁止指令25、非常駐プログラム代替
プログラム23に対しては、読出処理14がそれ
ぞれ実行される。補助記憶装置2に対しては、停
止指令27が出され、補助記憶装置2を物理的破
壊から免れさせる処理がされる。これは、補助記
憶装置を停止させることで耐震性を向上させ、事
後の復旧を容易にするため必要である。これによ
り計算機システム26は、補助記憶装置2の使用
を禁止された常駐プログラム4と、非常駐プログ
ラム代替プログラム23によつてのみ運用される
ことになり、補助記憶装置除外のシステムが確立
したことになる。
Now, if the seismograph 20 detects an earthquake that makes it impossible to use the auxiliary storage device 2, the seismograph 20 transmits a configuration control program startup command 21 to the computer system 26 in the form of an external interrupt. It will be done. 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 read command is issued to the non-resident program alternative program 23. Each process 14 is executed. A stop command 27 is issued to the auxiliary storage device 2, and processing is performed to save the auxiliary storage device 2 from physical destruction. 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 device 2, and the non-resident program alternative program 23, and a system excluding the auxiliary storage device will be established. .

第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. 5a 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. Above this area 28,
A non-resident program replacement program 23 is included, which is read 11 from area 10 on the auxiliary storage device 2 when the system is normally started.

第5図bは、地震発生時にエリア28にあつた
非常駐プログラム代替プログラム23が、非常駐
プログラム実行エリア5に読み込まれている状態
を示している。
FIG. 5b 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 loaded into the non-resident program execution area 5.

第5図cは、読み込み完了後の主記憶装置1上
のレイアウトを示したものである。
FIG. 5c shows the layout on the main storage device 1 after reading is completed.

第6図により、本実施例においておこなわれる
構成制御の時間的推移を説明する。
The time course of configuration control performed in this embodiment will be explained with reference to FIG.

時刻t1で地震計20が補助記憶装置付システム
の運用に支障をきたす程度の規模の地震発生を検
出したとすると、割込信号21によりただちに構
成制御が起動される。まず補助記憶装置の使用を
中止し、補助記憶装置を安全に停止させるため、
以下の処理が行なわれる。
Assuming that the seismograph 20 detects an earthquake of a magnitude that would impede the operation of the system with auxiliary storage device at time t 1 , the configuration control is immediately activated by the interrupt signal 21 . First, stop using the auxiliary storage device, and in order to safely stop the auxiliary storage device,
The following processing is performed.

時刻t2;補助記憶装置を使用する処理を含む全
てのアプリケーシヨンソフトウエアの起動禁止3
2が行なわれ、この後に予定されている補助記憶
装置の使用が全て取りやめとなる。これは第4図
における補助記憶装置使用禁止指令信号24、非
常駐プログラム9に対する起動禁止指令信号25
などに対応する。
Time t 2 ; Prohibition of starting all application software including processes that use auxiliary storage device 3
2 is performed, and all subsequent uses of the auxiliary storage device are cancelled. This is the auxiliary storage device use prohibition command signal 24 and the activation prohibition command signal 25 for the non-resident program 9 in FIG.
etc.

時刻t3;オペレーテイングシステムのレベル
で、補助記憶装置のソフト的切り離し33が行な
われる。具体的には、補助記憶装置〜主記憶装置
間の転送キヤンセル、補助記憶装置制御回路への
リセツト指令、補助記憶装置の管理中止などであ
る。
Time t 3 : Software disconnection 33 of the auxiliary storage device is performed at the operating system level. Specifically, this includes canceling transfer between the auxiliary storage device and the main storage device, issuing a reset command to the auxiliary storage device control circuit, and canceling management of the auxiliary storage device.

時刻t4;補助記憶装置は一般的に稼動中よりも
停止中の方が耐衝撃性が高い。このため補助記憶
装置に対する電源供給断信号34を出して、補助
記憶装置を停止させる。電源を切ることにより本
来補助記憶装置に備えてある読み取りヘツド保護
機能が働き、磁性面への読取りヘツドの衝突等の
事故を防ぐことができるので、事後の復旧が短時
間で可能となる。
Time t 4 : 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 reading head protection function originally provided in the auxiliary storage device is activated, and accidents such as collision of the reading head with a magnetic surface can be prevented, so that recovery after the fact can be done in a short time.

時刻t5〜t7;この間に補助記憶装置の回転の停
止35が行なわれる。
Time t5 to t7 : During this period, the rotation of the auxiliary storage device is stopped 35.

時刻t6〜t8;電源供給断信号34により、補助
記憶装置がシステムから切り離されるので、主記
憶装置のみのシステムの構成が開始される。この
構成処理は、主記憶装置予備エリアからのプログ
ラムの実行エリアへの読出36から行なわれる。
Time t 6 to t 8 : The auxiliary storage device is disconnected from the system by the power supply cutoff signal 34, so configuration of a system including only the main storage device is started. This configuration process begins with reading 36 of the program from the main storage spare area to the execution area.

時刻t8〜t10;プログラムの読出36終了後ただ
ちに主記憶装置システムのみのシステムの初期化
処理37が行なわれる。
Time t 8 to t 10 : Immediately after the program reading 36 is completed, system initialization processing 37 of only the main storage system is performed.

時刻t9〜t11;主記憶システムのみのシステムの
稼動38が開始される。
Time t 9 to t 11 : Operation 38 of the system including 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 an incidental effect, it uses free space in the main memory, etc.
System configuration control with short processing time and low cost is possible. Since it can be linked with external conditions, it has a wide range of applications, such as earthquake countermeasures and use when maintaining auxiliary storage devices. It is possible to avoid a system stoppage 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.

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

第1図・第2図・第3図は公知例の説明用図、
第4図・第5図は実施例の説明用図、第6図はそ
のタイムチヤートを示す。 1……主記憶装置、2……補助記憶装置、5…
…非常駐プログラム実行エリア、10……構成制
御後非常駐エリア使用プログラム、23……非常
駐プログラム代替プログラム。
Figures 1, 2, and 3 are explanatory diagrams of known examples;
4 and 5 are explanatory diagrams of the embodiment, 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 control, 23... Non-resident program alternative program.

Claims (1)

【特許請求の範囲】 1 中央処理装置と主記憶装置と補助記憶装置を
組み合わせて用いる計算機システムの構成制御方
法において、 前記中央処理装置はシステム起動時等に前記補
助記憶装置から縮退運転のための縮退プログラム
を読み出して前記主記憶装置の予備エリア内に格
納し、かつ、前記補助記憶装置の使用不可能信号
を受信したとき前記計算機システムから前記補助
記憶装置を切り離す処理を行なうと共に前記予備
エリアの前記縮退プログラムを前記主記憶装置の
実行エリアに読出して縮退運転を維持するように
したことを特徴とする計算機システムの構成制御
方法。
[Scope of Claims] 1. In a configuration control method for a computer system that uses a combination of a central processing unit, a main storage device, and an auxiliary storage device, the central processing unit performs the following steps: A degenerate program is read and stored in a spare area of the main storage device, and when a signal indicating that the auxiliary storage device cannot be used is received, a process is performed to disconnect the auxiliary storage device from the computer system, and a process is performed to disconnect the auxiliary storage device from the computer system. A configuration control method for a computer system, characterized in that the degenerate program is read into an execution area of the main storage device to maintain degenerate operation.
JP57001792A 1982-01-11 1982-01-11 Constitution control method for computer system Granted JPS58119063A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP57001792A JPS58119063A (en) 1982-01-11 1982-01-11 Constitution control method for computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP57001792A JPS58119063A (en) 1982-01-11 1982-01-11 Constitution control method for computer system

Publications (2)

Publication Number Publication Date
JPS58119063A JPS58119063A (en) 1983-07-15
JPH0325806B2 true 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 Constitution control method for computer system

Country Status (1)

Country Link
JP (1) JPS58119063A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11851233B1 (en) 2009-01-30 2023-12-26 Encore Wire Corporation System and apparatus for applying labels to cable or conduit
US12091207B1 (en) 2009-01-30 2024-09-17 Encore Wire Corporation Method for applying labels to cable or conduit

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH057888U (en) * 1991-07-18 1993-02-02 ミサワホーム株式会社 Bay window

Citations (3)

* Cited by examiner, † Cited by third party
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
JPS573264B2 (en) * 1973-12-18 1982-01-20

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5846440Y2 (en) * 1980-06-04 1983-10-22 東京電力株式会社 Fixtures for display tags for steel pipes

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS573264B2 (en) * 1973-12-18 1982-01-20
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

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11851233B1 (en) 2009-01-30 2023-12-26 Encore Wire Corporation System and apparatus for applying labels to cable or conduit
US12091207B1 (en) 2009-01-30 2024-09-17 Encore Wire Corporation Method for applying labels to cable or conduit

Also Published As

Publication number Publication date
JPS58119063A (en) 1983-07-15

Similar Documents

Publication Publication Date Title
US6622263B1 (en) Method and apparatus for achieving system-directed checkpointing without specialized hardware assistance
JPH0420493B2 (en)
JPS6053339B2 (en) Logical unit error recovery method
JPS6159531A (en) Microprogram loader
JPH0325806B2 (en)
JPH0534877B2 (en)
JP3185446B2 (en) Computer system
JP4358943B2 (en) Automatic backup system and recording medium recording automatic backup program
JPS592152A (en) Resetting system in case of fault
JPS59180897A (en) Double structure system of battery back-up memory
JPS597982B2 (en) Restart method in case of system failure of computer system
JPH0695974A (en) Memory protecting system
JPH0795311B2 (en) Redundant processing device
JPH0395634A (en) Restart control system for computer system
JPS585856A (en) Error recovery system for logical device
JP2000267936A (en) Disk sub-system
JPH1196083A (en) Semiconductor disk device
JPH037965B2 (en)
JPH04330531A (en) Check point processing system
JPH0113131B2 (en)
JPH0644145A (en) Memory error saving system
JPH06161673A (en) Computer system using duplexed disk
JPS5914063A (en) Start up system of microcomputer
JPH02118745A (en) Memory back-up device
JPS63131250A (en) Data processing system