JPH09114747A - Information processor - Google Patents

Information processor

Info

Publication number
JPH09114747A
JPH09114747A JP7265127A JP26512795A JPH09114747A JP H09114747 A JPH09114747 A JP H09114747A JP 7265127 A JP7265127 A JP 7265127A JP 26512795 A JP26512795 A JP 26512795A JP H09114747 A JPH09114747 A JP H09114747A
Authority
JP
Japan
Prior art keywords
control program
storage means
polling
memory
storage
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.)
Withdrawn
Application number
JP7265127A
Other languages
Japanese (ja)
Inventor
Kazuo Hayakawa
和男 早川
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.)
NEC Engineering Ltd
Original Assignee
NEC Engineering 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 NEC Engineering Ltd filed Critical NEC Engineering Ltd
Priority to JP7265127A priority Critical patent/JPH09114747A/en
Publication of JPH09114747A publication Critical patent/JPH09114747A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Techniques For Improving Reliability Of Storages (AREA)
  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To automatically perform restoration and to continuously use an optional board without an operator. SOLUTION: The contents of a memory 7 inside the optional board 5 holding a control software and a mirror memory 3 inside the memory 3 storing the same contents as the memory 7 are compared. When the contents are different, the control software is reloaded to the memory 7 inside the optional board 5. That is, an original control program is reloaded and automatic restoration is performed. Also, when polling to the control program is abnormal, the original control program is reloaded similarly and the automatic restoration is performed.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は情報処理装置に関
し、特に異常発生時の自動復旧に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing apparatus, and more particularly to automatic recovery when an abnormality occurs.

【0002】[0002]

【従来の技術】一般に、コンピュータシステムにおいて
は、CPU(Central Processing
Unit)が実装されている本体ボードの他に、オプシ
ョンボードを搭載することによって、種々の周辺装置と
インタフェースをとることができる。かかるコンピュー
タシステムにおいて、そのオプションボードのローカル
メモリをクリアしたり、制御ソフトウェアをロードした
りする機能は、通常、立上げ処理の一環として、電源投
入直後の初期化処理で行われる。また、オプションボー
ドが正常に稼働しているかどうかをチェックする方法
は、ドライバが発信するオプションボードに対するポー
リング信号により行われる。
2. Description of the Related Art Generally, in a computer system, a CPU (Central Processing) is used.
By mounting an option board in addition to the main body board on which Unit) is mounted, it is possible to interface with various peripheral devices. In such a computer system, the functions of clearing the local memory of the option board and loading the control software are usually performed in the initialization process immediately after power-on as part of the startup process. A method of checking whether the option board is operating normally is performed by a polling signal sent from the driver to the option board.

【0003】従来、ポーリング処理は、発信側と受信側
とで夫々発信に対する応答を行うことで異常を判断し、
何らかの異常がある場合、ドライバは上位アプリケーシ
ョンプログラム(以下、AP)に通知するか、システム
的にメッセージ等を表示し、オペレータに異常を通知し
ていた。
Conventionally, in the polling process, the originating side and the receiving side respectively respond to the originating call to judge an abnormality,
When there is any abnormality, the driver notifies the upper application program (hereinafter, AP) or systematically displays a message or the like to notify the operator of the abnormality.

【0004】そして、それが復旧不可能なエラーである
場合は、ドライバはこれ以上の処理は不可能であるた
め、システム的にオプションボードを切り離し、該当機
能を使用不可とする。該当機能を使用したい場合は、シ
ステムの電源の再投入、又はハードウェアリセットによ
る本体ボードも含む再ロードを行う以外に復旧する方法
がなかった。
If the error is a non-recoverable error, the driver cannot perform further processing, so the option board is systematically disconnected and the corresponding function is disabled. If you want to use the corresponding function, there is no way to recover it except by restarting the power of the system or reloading the main board by hardware reset.

【0005】なお、特開昭63―122334号公報に
も、リセットを行うことによる自動回復方法が記載され
ている。
Incidentally, Japanese Patent Laid-Open No. 63-122334 also describes an automatic recovery method by resetting.

【0006】[0006]

【発明が解決しようとする課題】近年、コンピュータシ
ステムの信頼性に対する要求度は、年々高まってきてお
り、銀行窓口端末やサーバマシンのように、ダウンする
と大きな問題になるケースや、また24時間稼働のコン
ピュータシステムも増えつつある。したがって、オプシ
ョンボードが使用できなくなるだけで、夜間のバッチ処
理が行えず、翌日の業務に支障をきたす場合がある。
In recent years, the demand for the reliability of computer systems has been increasing year by year. In cases such as bank teller terminals and server machines, downtime is a major problem, and it also operates 24 hours a day. Computer systems are increasing. Therefore, only the option board cannot be used, and nighttime batch processing cannot be performed, which may hinder the work of the next day.

【0007】かかる状態から復旧するためには、本体の
電源を再投入、又はハードウェアリセットによるシステ
ムの再立上げという人手を介する手段では、信頼性や操
作の点で問題がある。このように、システムの初期化時
にロードされたオプションボード用の制御プログラム
が、瞬断によるメモリ異常、冬場の静電気ノイズの影響
によるメモリ異常の突発事故や、制御プログラム自身が
何らかの不具合や復旧不可能なソフトウェア障害で異常
になっても、ユーザ業務に支障を与えない装置の実現が
期待されていた。
[0007] In order to recover from such a state, manual means such as turning on the power of the main body or restarting the system by hardware reset has a problem in reliability and operation. In this way, the control program for the option board loaded during system initialization has a memory error due to a momentary interruption, a memory error sudden accident due to the influence of static electricity noise in the winter, or the control program itself has some trouble or cannot recover. It was expected that a device that would not hinder the user's work would be realized even if an abnormality occurred due to such a software failure.

【0008】かかる課題は、上述した特許公報に開示さ
れている技術によって解決することはできない。
Such a problem cannot be solved by the technique disclosed in the above-mentioned patent publication.

【0009】本発明は上述した従来技術の欠点を解決す
るためになされたものであり、その目的は自動的に復旧
することのできる情報処理装置を提供することである。
The present invention has been made to solve the above-mentioned drawbacks of the prior art, and an object thereof is to provide an information processing apparatus capable of automatically recovering.

【0010】[0010]

【課題を解決するための手段】本発明による情報処理装
置は、第1の記憶手段と、この第1の記憶手段にロード
されることによって所定の制御を行う制御プログラムを
保持する保持手段と、前記保持手段に保持されている制
御プログラムを前記第1の記憶手段にロードするロード
手段とを含む情報処理装置であって、前記第1の記憶手
段へのロード内容と同一の内容を記憶する第2の記憶手
段と、前記第1及び第2の記憶手段の記憶内容同士が不
一致であることを検出したとき前記保持手段に保持され
ているものと同一の制御プログラムを前記第1の記憶手
段に再ロードする再ロード手段とを含むことを特徴とす
る。
An information processing apparatus according to the present invention comprises a first storage means, a holding means for holding a control program loaded in the first storage means and performing a predetermined control, An information processing apparatus comprising: a loading means for loading the control program held in the holding means into the first storage means, the information processing apparatus storing the same content as the content loaded into the first storage means. When the storage contents of the second storage unit and the storage contents of the first and second storage units are not matched, the same control program stored in the storage unit is stored in the first storage unit. And reloading means for reloading.

【0011】また、本発明による他の情報処理装置は、
第1の記憶手段と、この第1の記憶手段にロードされる
ことによって所定の制御を行う制御プログラムを保持す
る保持手段と、前記保持手段に保持されている制御プロ
グラムを前記第1の記憶手段にロードするロード手段と
を含む情報処理装置であって、前記第1の記憶手段にロ
ードされて実行中の制御プログラムに対してポーリング
を行うポーリング手段と、このポーリング結果に応じて
前記保持手段に保持されているものと同一の制御プログ
ラムを前記第1の記憶手段に再ロードする再ロード手段
とを含むことを特徴とする。
Another information processing apparatus according to the present invention is
The first storage means, the holding means for holding a control program for performing a predetermined control by being loaded in the first storage means, and the control program held in the holding means are stored in the first storage means. An information processing apparatus including: a loading unit that loads the first control unit and a polling unit that polls a control program that is being loaded and is being executed in the first storage unit; and a holding unit that responds to the polling result. Reloading means for reloading the same control program as that held in the first storage means.

【0012】[0012]

【発明の実施の形態】本発明の作用は以下の通りであ
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The operation of the present invention is as follows.

【0013】制御ソフトウェアが保持されているオプシ
ョンボード内のメモリとそれと同一内容を記憶している
ミラーメモリとの内容を比較する。内容が異なる場合は
オプションボード内のメモリに制御ソフトウェアを再ロ
ードする。すなわち、オリジナルの制御プログラムを再
ロードし、自動復旧を図る。
The contents of the memory in the option board holding the control software and the contents of the mirror memory storing the same contents are compared. If the contents are different, reload the control software to the memory in the option board. That is, the original control program is reloaded, and automatic recovery is attempted.

【0014】制御プログラムに対するポーリングが異常
であるときにも同様に、オリジナルの制御プログラムを
再ロードし、自動復旧を図る。
Similarly, when the polling for the control program is abnormal, the original control program is reloaded for automatic recovery.

【0015】次に、本発明の実施例について図面を参照
して説明する。
Next, embodiments of the present invention will be described with reference to the drawings.

【0016】図1は本発明による情報処理装置の一実施
例のハードウェア構成を示すブロック図である。図にお
いて、本体ボード1には、CPU2と、後述するOS
(Operating System)、AP(App
lication Program)、ドライバやモニ
タプログラムが動作するためのメモリ3とが搭載されて
いる。また、メモリ3には後述する制御ソフトウェアの
内容と同じ内容を保持するためのミラーメモリの領域を
含んでいるものとする。この本体ボード1からは、外部
記憶装置4のファイルをアクセスすることができる。
FIG. 1 is a block diagram showing the hardware construction of an embodiment of an information processing apparatus according to the present invention. In the figure, a main board 1 has a CPU 2 and an OS to be described later.
(Operating System), AP (App
a license program), and a memory 3 for operating a driver and a monitor program. Further, it is assumed that the memory 3 includes a mirror memory area for holding the same contents as the contents of control software described later. From the main body board 1, files in the external storage device 4 can be accessed.

【0017】オプションボード5には、CPU6と、制
御ソフトウェアが動作するためのローカルメモリ7と、
CPU6の動作を止めるためのリセット回路8と、各部
を制御するための制御回路21とを含んで構成されてい
る。このオプションボード5には接続ケーブル10によ
って周辺装置9が接続されている。この周辺装置9の具
体例はCD―ROMドライブ装置や光ディスク装置であ
るが、別の端末装置、コンピュータでも良い。
The option board 5 includes a CPU 6, a local memory 7 for operating control software,
A reset circuit 8 for stopping the operation of the CPU 6 and a control circuit 21 for controlling each part are included. A peripheral device 9 is connected to the option board 5 by a connection cable 10. A specific example of the peripheral device 9 is a CD-ROM drive device or an optical disc device, but it may be another terminal device or a computer.

【0018】図2は本発明による情報処理装置の一実施
例のソフトウェア構成を示すブロック図であり、図1と
同等部分は同一符号により示されている。
FIG. 2 is a block diagram showing a software configuration of an embodiment of the information processing apparatus according to the present invention, and the same portions as those in FIG. 1 are designated by the same reference numerals.

【0019】OS14の配下でAP11、ドライバ1
2、モニタプログラム15が動作する制御ソフトウェア
16は、オプションボード5の周辺装置を制御するため
の制御回路やメモリ管理等のハードウェア制御を行うも
ので、単一のプログラムでも良いし、複数のプログラム
で階層化されていても良い。本例では、説明の便宜上、
単一のプログラムであるものとする。なお、以上は、通
常、電源投入直後にローダ17によってロードされる。
AP11, driver 1 under the control of OS14
2. The control software 16 on which the monitor program 15 operates controls hardware such as a control circuit for controlling peripheral devices of the option board 5 and memory management, and may be a single program or a plurality of programs. May be hierarchical. In this example, for convenience of explanation,
It shall be a single program. The above is normally loaded by the loader 17 immediately after the power is turned on.

【0020】ミラーメモリ13は制御ソフトウェア16
と同一の内容を記憶するための領域である。ドライバ1
2は制御ソフトウェア16に一定時間毎にポーリングを
送るものとする。
The mirror memory 13 is the control software 16
This is an area for storing the same contents as. Driver 1
2 sends a poll to the control software 16 at regular intervals.

【0021】次に、本装置における処理について説明す
る。
Next, the processing in this apparatus will be described.

【0022】モニタプログラム15の動作及び処理の流
れについて図3を用いて説明する。モニタプログラム1
5は、オプションボード5のローカルメモリ7をアクセ
スできれば良く、その方式は問わない。
The operation and processing flow of the monitor program 15 will be described with reference to FIG. Monitor program 1
5 may be any system as long as it can access the local memory 7 of the option board 5.

【0023】モニタプログラム15は、他のドライバ等
と共に、電源投入直後にローダ17によってロードされ
る仕組みとし、動作レベルはAPや他のドライバの動作
の妨げにならないように最下位レベルで動作する。
The monitor program 15 is designed to be loaded by the loader 17 immediately after the power is turned on together with other drivers, and operates at the lowest level so as not to interfere with the operations of the AP and other drivers.

【0024】モニタプログラム15は、一番最初にCP
U使用権が回ってくると、外部記憶装置4から制御ソフ
トウェアが格納されているファイルをアクセスし、その
内容をミラーメモリ13に展開しておく。そして、次回
からCPUの使用権が回ってくると、オプションボード
5のローカルメモリ7をアクセスし、制御ソフトウェア
16自体のデータ内容とミラーメモリ13に展開してお
いた内容とを比較する(ステップS31)。
The monitor program 15 is the first CP
When the U usage right comes around, the file storing the control software is accessed from the external storage device 4 and the contents are expanded in the mirror memory 13. Then, when the right to use the CPU comes from the next time, the local memory 7 of the option board 5 is accessed to compare the data content of the control software 16 itself with the content developed in the mirror memory 13 (step S31). ).

【0025】データ内容が不変となるプログラムコード
や固定的なデータの内容の領域えお比較の対象とする。
一般的に、制御ソフトウェア16は、稼働途中でのプロ
グラムコード(プログラムのコード部)の入れ替えのな
いものが、比較の対象となり易いが、プログラムコード
の入れ替えが生じるシステムであっても、モニタプログ
ラム15がプログラムコードの入れ替えが分かるような
仕組みを入れ替え用ローダとインタフェースをとってお
けば良い。
The area of the program code or the fixed data content where the data content does not change is to be compared.
Generally, the control software 16 is easy to be compared if the program code (the code part of the program) is not replaced during operation. However, even in a system where the program code is replaced, the monitor program 15 It is sufficient to interface with the replacement loader so that the program code replacement can be understood.

【0026】すなわち、システムの作りにもよるが、通
常、制御ソフトウェア16のプログラムはロードされる
と常駐になり、周辺装置の制御を司る。この場合、常駐
なので、モニタプログラムとしては、いつでもミラーメ
モリとの比較を行える。一方、制御ソフトウェアが非常
駐の場合(つまりプログラムの入れ替えが発生する場
合)、入れ替えの最中にミラーメモリとの比較を行う
と、内容が異なるため異常と判断してしまうケースが考
えられる。このようなときは、ローダとモニタプログラ
ムとでインタフェースを取り、入れ替えが完了してから
比較を行うようにすれば良い。
That is, although it depends on the construction of the system, normally, the program of the control software 16 becomes resident when loaded, and controls the peripheral devices. In this case, since it is resident, the monitor program can always compare with the mirror memory. On the other hand, when the control software is non-resident (that is, when the programs are replaced), if the comparison with the mirror memory is performed during the replacement, there is a possibility that the contents are different and it is judged as abnormal. In such a case, the loader and the monitor program may interface with each other and the comparison may be performed after the replacement is completed.

【0027】そして、比較した結果、データ同士が異な
る場合、モニタプログラム15はドライバ12に対して
異常が起こったことを通知し(ステップS32→S3
3)、ドライバ12の処理を一旦停止するするように指
示する。さらに、オプションボード5に対してリセット
信号を発信し、オプションボード5の動作を止める(ス
テップS34)。
As a result of the comparison, if the data are different from each other, the monitor program 15 notifies the driver 12 that an abnormality has occurred (steps S32 → S3).
3) Instruct the driver 12 to temporarily stop the processing. Further, a reset signal is transmitted to the option board 5 to stop the operation of the option board 5 (step S34).

【0028】次に、モニタプログラム15は、オプショ
ンボード5内に制御ソフトウェア16を再ロードし、起
動を駆ける(ステップS35)。それと同時に、ドライ
バ12へ再開指示をだす(ステップS36)。
Next, the monitor program 15 reloads the control software 16 in the option board 5 and starts the activation (step S35). At the same time, a restart instruction is issued to the driver 12 (step S36).

【0029】ここで、モニタプログラム15による再ロ
ード処理においては、外部記憶装置4のファイルをアク
セスしてロードしても良いし、ミラーメモリ13の内容
をロードしても良い。要するに、外部記憶装置4に保持
されているオリジナルの制御ソフトウェアと同一の内容
をロードすれば良いのである。
Here, in the reloading process by the monitor program 15, the file of the external storage device 4 may be accessed and loaded, or the contents of the mirror memory 13 may be loaded. In short, it suffices to load the same contents as the original control software held in the external storage device 4.

【0030】図4にはドライバ12の処理が示されてい
る。同図において、まずモニタプログラム15から異常
通知を受取ると(ステップS41)、オプションボード
5の制御を止め、現在実行中のコマンドやオプションボ
ードへ発行しているコマンドを、すべて復旧不可能であ
る旨の応答で返す(ステップS42)。
FIG. 4 shows the processing of the driver 12. In the figure, first, when an error notification is received from the monitor program 15 (step S41), the control of the option board 5 is stopped, and it is impossible to recover all commands currently being executed or commands issued to the option board. (Step S42).

【0031】さらに、APから出てくる次のコマンドの
受付を一時拒否し、あるいは受付だけして、処理を一時
保留し(ステップS43)、制御ソフトウェア16の再
開を待つ(ステップS44)。そして、モニタプログラ
ムからの再開指示があったら、処理を再開させる(ステ
ップS44→S45)。
Further, the next command issued from the AP is temporarily rejected or only accepted, the process is temporarily held (step S43), and the control software 16 is restarted (step S44). Then, if there is a restart instruction from the monitor program, the process is restarted (steps S44 → S45).

【0032】ところで、以上のようにメモリをチェック
するだけでは、オプションボード5の異常検知としては
不十分であり、制御ソフトウェア16が復旧不可能なエ
ラー等は検知できない。すなわち、メモリの内容同士を
比較する方法によれば、メモリが壊れているか否かは確
認できるが、メモリの内容同士は一致しているがオプシ
ョンボードからの応答がないとか、オプションボード内
で回復不可能な致命的なエラーが発生しこれ以上の制御
が不可能な場合は、メモリのチェックだけでは認識でき
ない。そこで、ドライバ12がもともと有している機能
であるポーリング処理を監視することによって、異常を
検出するようにし、異常の検出率を高めれば良い。
By the way, just by checking the memory as described above, it is not sufficient to detect the abnormality of the option board 5, and the control software 16 cannot detect an error that cannot be recovered. That is, according to the method of comparing the contents of the memory, it is possible to confirm whether or not the memory is damaged. However, if the contents of the memory match but there is no response from the option board, or it is recovered in the option board. When an impossible fatal error occurs and further control is impossible, it cannot be recognized only by checking the memory. Therefore, by monitoring the polling process, which is a function originally possessed by the driver 12, the abnormality can be detected and the abnormality detection rate can be increased.

【0033】そして、制御ソフトウェア16がオプショ
ンボード内で回復不可能な致命的な周辺装置のエラーを
検出した場合には、ポーリング信号の応答に異常である
旨の情報を載せて返答すれば良い。これをモニタプログ
ラムはポーリング信号の異常とみなし、これにより制御
ソフトウェアの再ロードが行われる。
When the control software 16 detects an unrecoverable fatal peripheral device error in the option board, the response of the polling signal may be added with information indicating an abnormality and returned. The monitor program regards this as an abnormality of the polling signal, and the control software is reloaded accordingly.

【0034】また、制御ソフトウェア16自身のエラー
等によってポーリング信号そのものが返ってこなくなっ
た場合も異常とみなし、これにより制御ソフトウェアの
再ロードが行われる。
Also, when the polling signal itself is not returned due to an error of the control software 16 itself, it is regarded as an abnormality and the control software is reloaded.

【0035】このポーリング異常による再ロード処理の
一番単純な方法としては、図5に示されている方法があ
る。すなわち、ドライバ12がポーリングを監視し(ス
テップS51)、異常を検知した場合はモニタプログラ
ム15へその通知を行い(ステップS51→S52)、
モニタプログラム15が再ロード処理を実行するのであ
る。
The simplest method for reloading due to this polling abnormality is the method shown in FIG. That is, the driver 12 monitors polling (step S51), and when an abnormality is detected, notifies the monitor program 15 of that (step S51 → S52),
The monitor program 15 executes the reload process.

【0036】以上のように、コンピュータシステムにお
いて特にオプションボード上の制御ソフトウェアがこれ
以上実行ができなくなった場合、制御ソフトウェアの再
ロードを行ってオプションボードを自動的に復旧させる
ことで、オペレータの介在なしに、オプションボードを
継続使用することができるのである。
As described above, particularly when the control software on the option board cannot be executed any more in the computer system, the control software is reloaded to automatically restore the option board, so that operator intervention is possible. Without it, the option board can be used continuously.

【0037】[0037]

【発明の効果】以上説明したように本発明は、メモリの
内容が不一致であるときやポーリング処理によって異常
を検出したときに制御プログラムを再ロードして自動的
に復旧させることにより、オペレータの介在なしに、オ
プションボードを継続使用することができるという効果
がある。
As described above, according to the present invention, when the contents of the memory do not match or when an abnormality is detected by the polling process, the control program is reloaded and automatically restored so that operator intervention is possible. There is an effect that the option board can be continuously used without any need.

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

【図1】本発明の実施例による情報処理装置のハードウ
ェア構成を示すブロック図である。
FIG. 1 is a block diagram showing a hardware configuration of an information processing apparatus according to an embodiment of the present invention.

【図2】本発明の実施例による情報処理装置のソフトウ
ェア構成を示すブロック図である。
FIG. 2 is a block diagram showing a software configuration of the information processing apparatus according to the embodiment of the present invention.

【図3】モニタプログラムの動作及び処理の流れを示す
フローチャートである。
FIG. 3 is a flowchart showing the operation and processing flow of a monitor program.

【図4】ドライバの処理を示すフローチャートである。FIG. 4 is a flowchart showing processing of a driver.

【図5】異常検出時におけるドライバとモニタプログラ
ムとの処理を示すフローチャートである。
FIG. 5 is a flowchart showing processing of a driver and a monitor program when an abnormality is detected.

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

1 本体ボード 2、6 CPU 3 メモリ 4 外部記憶装置 5 オプションボード 7 ローカルメモリ 8 リセット回路 9 周辺装置 12 ドライバ 13 ミラーメモリ 14 モニタプログラム 16 制御ソフトウェア 1 Main Board 2, 6 CPU 3 Memory 4 External Storage Device 5 Option Board 7 Local Memory 8 Reset Circuit 9 Peripheral Device 12 Driver 13 Mirror Memory 14 Monitor Program 16 Control Software

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 第1の記憶手段と、この第1の記憶手段
にロードされることによって所定の制御を行う制御プロ
グラムを保持する保持手段と、前記保持手段に保持され
ている制御プログラムを前記第1の記憶手段にロードす
るロード手段とを含む情報処理装置であって、前記第1
の記憶手段へのロード内容と同一の内容を記憶する第2
の記憶手段と、前記第1及び第2の記憶手段の記憶内容
同士が不一致であることを検出したとき前記保持手段に
保持されているものと同一の制御プログラムを前記第1
の記憶手段に再ロードする再ロード手段とを含むことを
特徴とする情報処理装置。
1. A first storage means, a holding means for holding a control program that performs a predetermined control by being loaded in the first storage means, and a control program held in the holding means. An information processing apparatus including a loading unit that loads the first storage unit,
Storing the same content as the content loaded into the storage means of the second
When the storage means of the first storage means and the storage contents of the first storage means and the second storage means do not match each other, the same control program stored in the storage means is stored in the first storage medium.
And a reloading means for reloading to the storage means of the information processing apparatus.
【請求項2】 第1の記憶手段と、この第1の記憶手段
にロードされることによって所定の制御を行う制御プロ
グラムを保持する保持手段と、前記保持手段に保持され
ている制御プログラムを前記第1の記憶手段にロードす
るロード手段とを含む情報処理装置であって、前記第1
の記憶手段にロードされて実行中の制御プログラムに対
してポーリングを行うポーリング手段と、このポーリン
グ結果に応じて前記保持手段に保持されているものと同
一の制御プログラムを前記第1の記憶手段に再ロードす
る再ロード手段とを含むことを特徴とする情報処理装
置。
2. A first storage means, a holding means for holding a control program that performs a predetermined control by being loaded in the first storage means, and a control program held in the holding means. An information processing apparatus including a loading unit that loads the first storage unit,
Polling means for polling the control program being loaded and being executed in the storage means, and the same control program held in the holding means according to the polling result in the first storage means. An information processing apparatus comprising: reloading means for reloading.
【請求項3】 前記再ロード手段は、前記ポーリング手
段によるポーリングに対して前記制御プログラムが応答
しなかったとき再ロードすることを特徴とする請求項2
記載の情報処理装置。
3. The reloading means reloads when the control program does not respond to polling by the polling means.
The information processing device described.
【請求項4】 前記再ロード手段は、前記ポーリング手
段によるポーリングに対して前記制御プログラムがエラ
ーを検出した旨の応答を返したとき再ロードすることを
特徴とする請求項2記載の情報処理装置。
4. The information processing apparatus according to claim 2, wherein the reloading unit reloads when a response indicating that the control program detects an error is returned to the polling by the polling unit. .
JP7265127A 1995-10-13 1995-10-13 Information processor Withdrawn JPH09114747A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7265127A JPH09114747A (en) 1995-10-13 1995-10-13 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7265127A JPH09114747A (en) 1995-10-13 1995-10-13 Information processor

Publications (1)

Publication Number Publication Date
JPH09114747A true JPH09114747A (en) 1997-05-02

Family

ID=17413000

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7265127A Withdrawn JPH09114747A (en) 1995-10-13 1995-10-13 Information processor

Country Status (1)

Country Link
JP (1) JPH09114747A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010211534A (en) * 2009-03-10 2010-09-24 Toshiba Corp Information processing device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010211534A (en) * 2009-03-10 2010-09-24 Toshiba Corp Information processing device

Similar Documents

Publication Publication Date Title
US6502206B1 (en) Multi-processor switch and main processor switching method
US20070174689A1 (en) Computer platform embedded operating system backup switching handling method and system
JP5183542B2 (en) Computer system and setting management method
US5712967A (en) Method and system for graceful recovery from a fault in peripheral devices using a variety of bus structures
JPH09251443A (en) Processor fault recovery processing method for information processing system
JPH08320835A (en) Fault detecting method for external bus
US5734810A (en) Client server system performing automatic reconnection and control method thereof
EP1185932B1 (en) Method and apparatus for automatically reintegrating a module into a computer system
US6868510B1 (en) Terminal with corrective maintenance in accordance with selected mode
JPH09114747A (en) Information processor
KR100697086B1 (en) Mobile communication terminal enable to backup and its operating method
JPH05181824A (en) Data management system
JPH08329006A (en) Fault information system
JP2872113B2 (en) Micro diagnostic system for information processing equipment
JP7001236B2 (en) Information processing equipment, fault monitoring method, and fault monitoring computer program
JP2000163274A (en) Electronic equipment and recording medium with rom data monitoring program recorded thereon
JPH07129425A (en) Reboot processing method
JPH1125007A (en) Method for storing/recovering backup data
JPH10133958A (en) Communication device control circuit
JP2022185768A (en) Information processing device and recovery method
JPS6077252A (en) Input/output control device
JPH08147177A (en) Computer system
CN114771251A (en) Liquid crystal instrument display method and device
CN112799876A (en) System one-key restoration method and device suitable for computer operating system
JPH11282726A (en) Information processing system, watch dog timer operation method and recording medium for recording control program for the same

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20030107