JP3381588B2 - Storage device normality check device and information processing device - Google Patents
Storage device normality check device and information processing deviceInfo
- Publication number
- JP3381588B2 JP3381588B2 JP32339397A JP32339397A JP3381588B2 JP 3381588 B2 JP3381588 B2 JP 3381588B2 JP 32339397 A JP32339397 A JP 32339397A JP 32339397 A JP32339397 A JP 32339397A JP 3381588 B2 JP3381588 B2 JP 3381588B2
- Authority
- JP
- Japan
- Prior art keywords
- storage device
- firmware
- programmable read
- information processing
- backup
- 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 - Fee Related
Links
Landscapes
- Techniques For Improving Reliability Of Storages (AREA)
Description
【0001】[0001]
【発明の属する技術分野】本発明は、オフライン中はプ
ログラム可能読み取り専用記憶装置にファームウェアを
保持し、システム立ち上げと同時にプログラム可能読み
取り専用記憶装置のファームウェアを運用時使用記憶装
置へ複写して動作する情報処理装置およびそのような情
報処理装置における記憶装置正常性確認装置、特にフォ
ールトトレラントシステムに好適それらの装置に関す
る。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention holds firmware in a programmable read-only storage device during off-line operation, and copies the firmware of the programmable read-only storage device to an operating-use storage device at the same time when the system is started up. And an apparatus for confirming normality of a storage device in such an information processing device, and particularly to those devices suitable for a fault tolerant system.
【0002】[0002]
【従来の技術】現在の情報処理装置はオフライン時にP
ROM上にファームウェアを保持しておき、システムを
立ち上げると同時にPROM上のファームウェアをRA
Mに複写し、オンライン中はRAM上のデータを使用し
て動作するシステムが一般的である。それは、PROM
は読み出し/書き込みの速度は遅いが、オフラインでも
データを保持することが可能であり、一方、RAMは電
源供給無しではデータの保持はできないが読み出し/書
き込みの速度は速いという、それぞれの特徴を生かして
いるからである。2. Description of the Related Art A current information processing apparatus has a P
The firmware is stored in the ROM and the firmware in the PROM is RA
A system is generally used in which data is copied to M and, while online, operates using data in RAM. It's a PROM
Has a low read / write speed, but can retain data even when it is offline, while the RAM cannot retain data without power supply, but has a high read / write speed. Because it is.
【0003】このような従来の技術では、PROMに不
良なデータが存在すると、オンライン後コピーされたR
AM内のファームウェアも不良となってしまう。従っ
て、一旦、PROMデータが不良になると、次にこのP
ROMデータを使用してしまうと、その情報処理装置内
のPROM内のファームウェアを正常に戻さない限り再
使用できず、PROMを交換するか、またはEEPRO
Mを使用している場合などでは、立ち上げに影響のない
部分で本情報処理装置のEEPROMの書き直しを実施
後再使用しなければならない。In such a conventional technique, if defective data exists in the PROM, the R copied after online is copied.
The firmware in AM will also be defective. Therefore, once the PROM data becomes defective, the P
If the ROM data is used, it cannot be reused unless the firmware in the PROM in the information processing device is restored to normal, and the PROM is replaced or EEPRO is replaced.
When M is used, the EEPROM of the information processing apparatus must be rewritten and reused in a portion that does not affect startup.
【0004】なぜなら、RAMなどの通常運用時に使用
する記憶装置であれば、データ化けによる動作不良を救
済するために、ECCやパリティー機能を用いてデータ
修正やエラー検出を行い、例えば、ソフトウェア的な一
時的障害が発生した場合などの符号障害の部分訂正とい
うのは一般的な手法であるが、PROMなど通常運用時
に読み書きが行われない記憶装置にはこのような機能は
なく、PROM内の素子の破壊などによって修正されな
いデータ不良がオンライン中に存在してしまう可能性が
あるからである。This is because, in the case of a storage device such as a RAM used during normal operation, data correction and error detection are performed by using an ECC or a parity function in order to relieve a malfunction due to garbled data. It is a general method to partially correct a code failure such as when a temporary failure occurs, but a storage device such as a PROM that is not read or written during normal operation does not have such a function, and an element in the PROM is not used. This is because there is a possibility that there will be data defects that are not corrected due to the destruction of the.
【0005】上記問題を解決する技術として、特開平4
−336642号公報に記載されているように、EEP
ROMを二重化し、現用系と待機系とするものが知られ
ている。即ち、現用系と待機系の2つのEEPROMに
は通常同じファームウェアが書き込まれている。そし
て、改造された新しいファームウェアを現用系に書き込
む作業が発生した場合、この書き込み作業中に電源断な
どの障害が発生し、現用系のファームウェアが破壊され
てしまったときには、改造前のファームウェアが格納さ
れている待機系のEEPROMを利用することにより、
一旦古いタイプのファームウェアでオンライン状態に
し、改めてファームウェアの書き直しを行い、上記のよ
うな使用不能状態となることを回避している。As a technique for solving the above-mentioned problem, Japanese Patent Laid-Open No. Hei.
As described in JP-A-336642,
It is known that the ROM is duplicated and used as an active system and a standby system. That is, the same firmware is usually written in the two EEPROMs, the active system and the standby system. Then, if the work to write the modified new firmware to the active system occurs, if a failure such as a power failure occurs during this writing work and the active firmware is destroyed, the firmware before modification is stored. By using the standby EEPROM that is used,
The old type firmware is once brought into the online state, and the firmware is rewritten again to avoid the above-mentioned unusable state.
【0006】[0006]
【発明が解決しようとする課題】しかしながら上述した
特開平4−336642号公報記載の技術では、現用系
のEEPROMのファームウェアが破壊された場合、通
常通りこの情報処理装置が使用可能となるまでに、現用
系のEEPROM不良の検出、待機系ファームウェアか
らのRAMへのコピー、現用系のEEPROMの復旧と
いう時間的ロスが発生してしまうため、ファールトトレ
ラントなシステム構成を行うような場合、この方式であ
っても十分でなかった。However, in the technique described in Japanese Patent Laid-Open No. 4-336642 described above, when the firmware of the active EEPROM is destroyed, the information processing apparatus can be used as usual until the information processing apparatus becomes usable. This method is used when a fault-tolerant system configuration is performed because time loss occurs such as detection of a defective EEPROM in the active system, copying from the standby firmware to RAM, and recovery of the active EEPROM. But it wasn't enough.
【0007】本発明は従来技術に対し信頼性向上を目的
としたものである。具体的には、本発明の目的は、情報
処理装置内のファームウェアの正常性を確認することに
より、EEPROMの復旧のための時間的ロスを削減す
ることにある。また、本発明の他の目的は、情報処理装
置内のファームウェアの正常性を、システムの通常運用
に影響なく確認することにある。The present invention aims to improve reliability as compared with the prior art. Specifically, an object of the present invention is to reduce the time loss for the recovery of the EEPROM by confirming the normality of the firmware in the information processing device. Another object of the present invention is to confirm the normality of the firmware in the information processing device without affecting the normal operation of the system.
【0008】[0008]
【課題を解決するための手段】本発明はプログラム可能
読み取り専用記憶装置内のファームウェアがオンライン
中に不良となり、次にプログラム可能読み取り専用記憶
装置から通常運用記憶装置に複写したときに本情報処理
装置が使用不能となることを防止するために、あらかじ
めオンライン中にプログラム可能読み取り専用記憶装置
の正常性を確認する手段を有する。本手段は、例えば情
報処理装置内のプログラム可能読み取り専用記憶装置内
のファームウェアと、通常運用記憶装置に複写した側の
ファームウェアとを比較する比較器と、本比較の指示
と、不一致が生じた場合に、情報処理装置外のファイル
装置からファームウェアファイルをプログラム可能読み
取り専用記憶装置へ書き込む指示を行う制御部とによっ
て実現している。SUMMARY OF THE INVENTION The present invention is an information processing system when the firmware in a programmable read-only storage device becomes defective online and is subsequently copied from the programmable read-only storage device to a normal operating storage device. In order to prevent the memory from becoming unusable, it has means for confirming the normality of the programmable read-only storage device while online. The means is, for example, a comparator for comparing the firmware in the programmable read-only storage device in the information processing device with the firmware on the side copied to the normal operation storage device, and the instruction of this comparison, in the case of a mismatch. And a control unit that gives an instruction to write the firmware file to the programmable read-only storage device from a file device outside the information processing device.
【0009】また、上記手段では通常運用を行っている
記憶装置とプログラム可能読み取り専用記憶装置での比
較であるため、比較中は通常運用に影響がでてしまう。
そこで、通常運用記憶装置とは別に、プログラム可能読
み取り専用記憶装置内のファームウェアと同じ内容のフ
ァームウェアを持つバックアップ記憶装置を有するか、
プログラム可能読み取り専用記憶装置内でファームウェ
アを二重化し、これらを比較する比較器と、本比較の指
示と、不一致が生じた場合に、情報処理装置外のファイ
ル装置からファームウェアファイルをプログラム可能読
み取り専用記憶装置へ書き込む指示を行う制御部によっ
て、比較を通常運用に影響なく行える手段を実現してい
る。Further, since the above-mentioned means compares the storage device which is normally operated and the programmable read-only storage device, the normal operation is affected during the comparison.
Therefore, in addition to the normal operation storage device, has a backup storage device having a firmware having the same contents as the firmware in the programmable read-only storage device,
Programmable read-only storage of a firmware file from a file device outside the information processing device when there is a discrepancy with the comparator that compares the firmware in the programmable read-only storage device and compares these, and instructions for this comparison A control unit that gives an instruction to write to the device realizes a means for performing comparison without affecting normal operation.
【0010】さらに、上記手段では、情報処理装置外の
ファイル装置からファームウェアファイルを読んでいる
ため、通常運用に影響がでてしまう。そこで、本情報処
理装置内のプログラム可能読み取り専用記憶装置内のフ
ァームウェアと同じ内容のファームウェアを持つバック
アップ記憶装置をN個有するか、プログラム可能読み取
り専用記憶装置内のファームウェアを(N+1)重化
し、これらを比較する比較器と、本比較の指示と、不一
致が生じた場合の比較結果が多数側のプログラム可能読
み取り専用記憶装置内のファームウェアから少数側のプ
ログラム可能読み取り専用記憶装置への書き直しを指示
する制御部によって、通常運用に影響なくデータの正常
性の確認を行える手段を設けている。Further, in the above means, the firmware file is read from the file device outside the information processing apparatus, so that the normal operation is affected. Therefore, there are N backup storage devices having the same firmware as the firmware in the programmable read-only storage device in the information processing device, or the firmware in the programmable read-only storage device is (N + 1) overlapped, and these Comparing the two, the instruction of the main comparison, and the comparison result in the case of a mismatch indicates the rewriting from the firmware in the programmable read-only storage device on the majority side to the programmable read-only storage device on the minority side. The control unit is provided with means for confirming the normality of data without affecting normal operation.
【0011】[0011]
【発明の実施の形態】本発明は、オフライン中はプログ
ラム可能読み取り専用記憶装置によってデータを保持
し、電源投入と同時にプログラム可能読み取り専用記憶
装置から運用時使用記憶装置へ、この情報処理装置を動
作させるためのファームウェアを複写し使用する情報処
理装置に関するものである。BEST MODE FOR CARRYING OUT THE INVENTION According to the present invention, data is held by a programmable read-only storage device during offline operation, and this information processing device is operated from the programmable read-only storage device to the in-use storage device upon power-on. The present invention relates to an information processing device that copies and uses firmware for operating.
【0012】図1はこのような本発明の第1の実施例の
構成概略図である。図1の本情報処理装置1は、オフラ
イン中に本情報処理装置1を動作させるためのファーム
ウェアを保持しておくプログラム可能読み取り専用記憶
装置102と、本情報処理装置1がオンラインとなった
場合にプログラム可能読み取り専用記憶装置102から
上記ファームウェアを複写し運用時に使用する記憶装置
である運用時使用記憶装置104と、プログラム可能読
み取り専用記憶装置102内のファームウェアと運用時
使用記憶装置104内のファームウェアとを比較する比
較器103と、比較開始の指示および比較結果が不一致
だった場合に、情報処理装置1外のファイル装置(図示
省略)からファームウェアファイルを読み、プログラム
可能読み取り専用記憶装置102へ書き込むことを指示
する制御部101によって構成される。FIG. 1 is a schematic diagram of the configuration of such a first embodiment of the present invention. The information processing apparatus 1 of FIG. 1 includes a programmable read-only storage device 102 that holds firmware for operating the information processing apparatus 1 while offline, and a case where the information processing apparatus 1 is online. An operating-use storage device 104 that is a storage device that is used by copying the above firmware from the programmable read-only storage device 102, and a firmware in the programmable read-only storage device 102 and a operating-use storage device 104. When the comparison start instruction and the comparison result do not match with the comparator 103 for comparing the above, the firmware file is read from the file device (not shown) outside the information processing device 1 and written in the programmable read-only storage device 102. Is configured by the control unit 101 that instructs
【0013】次に、本実施例の動作について説明する。
制御部101は、オフライン中はプログラム可能読み取
り専用記憶装置102にファームウェアを保持させ、シ
ステム立ち上げ時にプログラム可能読み取り専用記憶装
置102から運用時使用記憶装置104に上記ファーム
ウェアの複写を行う。さらに、制御部101は、両記憶
装置102及び104同士の比較開始を信号線112に
よって指示し、読み出されたデータは信号線113,1
16を経由して比較器103に入力され比較される。こ
のとき、全てのデータが正常であればそこで処理は終了
し、不一致なデータが存在した場合は、外部バス11経
由でファイル装置からプログラム可能読み取り専用記憶
装置102と同じファームウェアを読み込み、プログラ
ム可能読み取り専用記憶装置102に再書き込みを行
う。Next, the operation of this embodiment will be described.
The control unit 101 causes the programmable read-only storage device 102 to hold the firmware during offline, and copies the firmware from the programmable read-only storage device 102 to the in-use storage device 104 at system startup. Further, the control unit 101 gives an instruction to start the comparison between the two storage devices 102 and 104 via the signal line 112, and the read data is the signal lines 113, 1
It is input to the comparator 103 via 16 and compared. At this time, if all the data are normal, the process ends there, and if there is inconsistent data, the same firmware as the programmable read-only storage device 102 is read from the file device via the external bus 11 and the programmable read is performed. Rewrite to the dedicated storage device 102.
【0014】これらを全てオンライン中に行うことによ
り、オンライン中にプログラム可能読み取り専用記憶装
置102内のファームウェアが不良となり、次にプログ
ラム可能読み取り専用記憶装置102のデータを使用す
る機会が生じプログラム可能読み取り専用記憶装置10
2から運用時使用記憶装置104へ複写を行うと、運用
時使用記憶装置には不良なデータが存在し情報処理装置
が使用できなくなってしまうということを防止すること
が可能となる。By doing all this online, the firmware in the programmable read-only storage device 102 becomes defective online and the opportunity to use the data in the programmable read-only storage device 102 next arises. Dedicated storage device 10
When copying from No. 2 to the in-use storage device 104, it is possible to prevent that the in-use storage device has defective data and cannot be used by the information processing device.
【0015】次に、本発明の第2の実施例を示す図2を
参照すると、本実施例はオフライン中に本情報処理装置
2を動作させるためのファームウェアを保持しておくプ
ログラム可能読み取り専用記憶装置202と、本情報処
理装置2がオンラインとなった場合にプログラム可能読
み取り専用記憶装置202から上記ファームウェアを複
写し運用時に使用する記憶装置である運用時使用記憶装
置204と、上記複写と同時にプログラム可能読み取り
専用記憶装置202から複写しバックアップとして使用
するバックアップ記憶装置205と、プログラム可能読
み取り専用記憶装置202内のファームウェアとバック
アップ記憶装置205内のファームウェアとを比較する
比較器203と、比較開始の指示及び比較結果が不一致
だった場合に、情報処理装置2外のファイル装置からフ
ァイルを読み、プログラム可能読み取り専用記憶措置2
02及び205へ書き込むことを指示する制御部201
によって構成される。Referring now to FIG. 2, which illustrates a second embodiment of the present invention, the present embodiment is a programmable read-only storage that holds firmware for operating the information processing device 2 while offline. A device 202, a storage device 204 used during operation that is a storage device that is used to copy the firmware from the programmable read-only storage device 202 when the information processing device 2 is online, and a program simultaneously with the copying. A backup storage device 205 that is copied from the read-only storage device 202 and used as a backup, a comparator 203 that compares the firmware in the programmable read-only storage device 202 with the firmware in the backup storage device 205, and an instruction to start comparison. And if the comparison results do not match, Read the file from the processing unit 2 out of the file system, a programmable read-only memory measures 2
Control unit 201 for instructing writing to 02 and 205
Composed by.
【0016】なお、図2では、説明を明瞭化するために
プログラム可能読み取り専用記憶装置202とバックア
ップ記憶装置205を用いた構成で説明を行ったが、プ
ログラム可能読み取り専用記憶装置202の容量を2倍
として、あらかじめ二重化したファームウェアを保持し
て、そのファームウェア同士を比較するという構成も可
能である。In FIG. 2, the programmable read-only storage device 202 and the backup storage device 205 are used for the sake of clarity, but the programmable read-only storage device 202 has a capacity of 2 As a doubling, it is also possible to hold dual firmware in advance and compare the firmware with each other.
【0017】本実施例では、プログラム可能読み取り専
用記憶装置202と同じ内容のファームウェアを、シス
テム立ち上げ時にプログラム可能読み取り専用記憶装置
202から運用時使用記憶装置204に複写を行うと同
時にバックアップ記憶装置205にも複写を行う。そし
て、制御部201がプログラム可能読み取り専用記憶装
置202とバックアップ記憶装置205の比較開始を信
号線212によって指示し、読み出されたデータは信号
線214,215を経由して比較器203に入力され比
較される。この時、全てのデータが正常であればそこで
処理は終了し、不一致なデータが存在した場合は、外部
バス21経由でファイル装置からプログラム可能読み取
り専用記憶装置202と同じファームウェアを読み込
み、信号線213によりプログラム可能読み取り専用記
憶装置202及びバックアップ記憶装置205の両方に
再書き込みを行う。In the present embodiment, the firmware having the same contents as the programmable read-only storage device 202 is copied from the programmable read-only storage device 202 to the in-use storage device 204 at system startup, and at the same time, the backup storage device 205. Also make a copy. Then, the control unit 201 instructs the start of comparison between the programmable read-only storage device 202 and the backup storage device 205 by the signal line 212, and the read data is input to the comparator 203 via the signal lines 214 and 215. Be compared. At this time, if all the data are normal, the processing ends there. If there is inconsistent data, the same firmware as that of the programmable read-only storage device 202 is read from the file device via the external bus 21, and the signal line 213 is read. Rewrites to both programmable read-only storage 202 and backup storage 205.
【0018】本実施例では、バックアップ記憶装置20
5を設けることにより、運用時使用記憶装置204を比
較時に使用しないため、比較時の通常運用に対する負荷
をなくすことが可能となるという意義を有する。In this embodiment, the backup storage device 20
By providing No. 5, since the storage device used during operation 204 is not used during comparison, it has the meaning that the load on normal operation during comparison can be eliminated.
【0019】図3は、本発明の第3の実施例の構成概略
図である。本情報処理装置3は、オフライン中に本情報
処理装置3を動作させるためのファームウェアを保持し
ておくプログラム可能読み取り専用記憶装置302と、
本情報処理装置3がオンラインとなった場合にプログラ
ム可能読み取り専用記憶装置302から上記ファームウ
ェアを複写し運用時に使用する記憶装置である運用時使
用記憶装置304と、上記複写と同時にプログラム可能
読み取り専用記憶装置302から複写しバックアップと
して使用する2つのバックアップ記憶装置305、30
6を持ち、プログラム可能読み取り専用記憶装置302
内のファームウェアとバックアップ記憶装置305,3
06内のファームウェアとを多数決論理で比較する比較
器303と、比較開始及び比較結果が不一致だった場合
に少数側記憶装置に、多数側記憶装置内のファームウェ
アの複写を指示する制御部301によって構成される。FIG. 3 is a schematic diagram of the configuration of the third embodiment of the present invention. The information processing apparatus 3 includes a programmable read-only storage device 302 that holds firmware for operating the information processing apparatus 3 while offline.
A storage device 304 used during operation that is a storage device that is used to copy the firmware from the programmable read-only storage device 302 when the information processing device 3 is online, and a programmable read-only storage device that is available at the same time as the copying. Two backup storage devices 305, 30 which are copied from the device 302 and used as backups
Programmable read-only storage device 302 having 6
Internal firmware and backup storage device 305, 3
Comprised of a comparator 303 that compares the firmware in 06 with the majority logic, and a control unit 301 that instructs the minority storage device to copy the firmware in the majority storage device when the comparison start and the comparison result do not match. To be done.
【0020】なお、図3では、プログラム可能読み取り
専用記憶装置302、バックアップ記憶装置305,3
06による3重化した場合の構成のみ記述しているが、
バックアップ記憶装置をN(N≧3)個持ち、記憶装置
を(N+1)の構成とすることも可能である。さらに、
図3の構成に代えて、図2と同様な考え方により3倍以
上の容量を持つプログラム可能読み取り専用記憶装置3
02内にあらかじめ二重化したファームウェアを保持し
ておき比較するという構成も可能である。In FIG. 3, the programmable read-only storage device 302 and the backup storage devices 305, 3 are shown.
Although only the configuration in the case of triplexing by 06 is described,
It is also possible to have N (N ≧ 3) backup storage devices and have a storage device of (N + 1) configuration. further,
In place of the configuration of FIG. 3, a programmable read-only storage device 3 having a capacity of three times or more is used according to the same concept as in FIG.
A configuration is also possible in which the duplicated firmware is held in advance in 02 and compared.
【0021】本実施例では、プログラム可能読み取り専
用記憶装置302と同じ内容のファームウェアをシステ
ム立ち上げ時のプログラム可能読み取り専用記憶装置3
02から運用時使用記憶装置304に複写を行うと同時
に2つのバックアップ記憶装置305,306にも複写
を行う。そして、制御部301がプログラム可能読み取
り専用記憶装置302とバックアップ記憶装置305,
306の比較開始を信号線312によって指示し、読み
出されたデータは信号線314,315,316を経由
して比較器303に入力される。比較器303では、上
記の読み出しデータが多数決論理によって比較され、全
てのデータが正常であればそこで処理は終了し、不一致
なデータが存在した場合は、どの記憶装置が多数側でそ
の記憶装置が少数側かを信号線311経由で制御部30
1に報告し、制御部301はその結果を基に、多数側の
記憶装置に該当する任意の記憶装置内のファームウェア
を、少数側の記憶装置全てに信号線313を経由して再
書き込みを行う。In this embodiment, the programmable read-only storage device 3 is loaded with the same firmware as the programmable read-only storage device 302 at the time of system startup.
02 is copied to the storage device 304 used during operation, and simultaneously to two backup storage devices 305 and 306. Then, the control unit 301 controls the programmable read-only storage device 302 and the backup storage device 305,
The signal line 312 indicates the start of comparison in 306, and the read data is input to the comparator 303 via the signal lines 314, 315, 316. In the comparator 303, the above-mentioned read data are compared by the majority logic, and if all the data are normal, the processing ends there. If there is inconsistent data, which storage device is the majority side and that storage device is Control unit 30 via the signal line 311 from the minority side
1, and the control unit 301 rewrites the firmware in any storage device corresponding to the storage device on the majority side to all the storage devices on the minority side via the signal line 313 based on the result. .
【0022】本実施例では、バックアップ記憶装置30
5,306のように複数のバックアップ記憶装置を持つ
ことにより、比較から不一致データ発生時の再書き込み
までを全て情報処理装置3内で行うことが可能となり、
ファイル装置からのファームウェアの読み込みが不要な
ため、通常運用に影響無くプログラム可能読み取り専用
記憶装置の正常性の確認を行うことが可能である。な
お、この場合は同時に複数の記憶装置が故障することは
確率が低いため考慮に入れていない。In this embodiment, the backup storage device 30
By having a plurality of backup storage devices such as 5, 306, it becomes possible to perform everything from comparison to rewriting when inconsistent data occurs in the information processing device 3.
Since it is not necessary to read the firmware from the file device, it is possible to check the normality of the programmable read-only storage device without affecting normal operation. In this case, it is not taken into consideration because it is unlikely that a plurality of storage devices will fail at the same time.
【0023】次に、本発明の第4の実施例について図4
を用いて説明する。図4の情報処理装置4は、オフライ
ン時はこの情報処理装置4を動作させるファームウェア
をEEPROM402に保持し、情報処理装置の立ち上
げが行われ、この情報処理装置4がオンラインとなった
ときに信号線414を経由して、EEPROM402か
ら運用時使用記憶装置としてのRAM404にファーム
ウェアがコピーされる。Next, a fourth embodiment of the present invention will be described with reference to FIG.
Will be explained. The information processing apparatus 4 of FIG. 4 holds firmware for operating the information processing apparatus 4 in the EEPROM 402 when it is offline, starts up the information processing apparatus, and outputs a signal when the information processing apparatus 4 goes online. The firmware is copied from the EEPROM 402 to the RAM 404 as a storage device used during operation via a line 414.
【0024】通常運用では、RAM404上のファーム
ウェアを使用し情報処理装置4を動作させる。そして、
EEPROM402のファームウェアの正常性確認方法
として、本確認を定期的に行うためのタイマ406を動
作させる。即ち、一定時刻が経過すると、タイマ406
は信号線416によりその旨を制御部401に通知す
る。それを受け取った制御部401は信号線412によ
って比較開始の指示を出し、EEPROM402内のフ
ァームウェアは信号線414を経由して、バックアップ
RAM405は信号線415を経由して、それぞれ比較
器403に入力される。In normal operation, the information processing device 4 is operated using the firmware on the RAM 404. And
As a method of confirming the normality of the firmware of the EEPROM 402, a timer 406 for regularly performing this confirmation is operated. That is, when a certain time elapses, the timer 406
Notifies the control unit 401 of this through a signal line 416. The control unit 401 that has received the instruction issues an instruction to start comparison through the signal line 412, the firmware in the EEPROM 402 is input to the comparator 403 via the signal line 414, and the backup RAM 405 is input to the comparator 403 via the signal line 415. It
【0025】比較器403は両方のメモリのファームウ
ェアを比較し、不一致なデータが含まれていないかをチ
ェックする。全て一致すれば信号線411を経由してそ
の旨を制御部401に報告し処理は終了し、次のタイマ
406から指示が来るまで待つ。もし不一致なデータが
含まれていたならば、信号線411を経由して不一致で
あることを制御部401に報告する。そして制御部40
1は外部バス41を経由して、外部ファイル装置42か
らファームウェアファイルを読み込み、EEPROM4
02及びバックアップRAM405に再書き込みを行う
よう指示する。The comparator 403 compares the firmware of both memories and checks whether or not inconsistent data is included. If all match, the fact is reported to the control unit 401 via the signal line 411, the processing is terminated, and waits until the next timer 406 gives an instruction. If unmatched data is included, the unmatched data is reported to the control unit 401 via the signal line 411. And the control unit 40
1 reads the firmware file from the external file device 42 via the external bus 41, and the EEPROM 4
02 and the backup RAM 405 are instructed to perform rewriting.
【0026】このように、タイマ406によって定期的
にEEPROM402の正常性の確認を行うことによ
り、潜在しているEEPROM402内データ不良を検
出し修正することが可能となる。As described above, by periodically confirming the normality of the EEPROM 402 by the timer 406, it is possible to detect and correct a latent data defect in the EEPROM 402.
【0027】なお、図4では、バックアップRAM40
5を一つだけ設けているが、図3のように、複数のバッ
クアップRAMを設けて多数決論理により比較すること
も、また、それらのバックアップRAMを一つのRAM
で一体化することも勿論可能である。In FIG. 4, the backup RAM 40
Although only one 5 is provided, it is also possible to provide a plurality of backup RAMs for comparison by majority logic as shown in FIG.
Of course, it is possible to integrate them.
【0028】本発明はフォルトトレラントシステムのよ
うな、長時間オンラインである情報処理装置の場合、E
EPROMも長時間利用されてず、EEPROM内のデ
ータ不良が潜在している可能性の高いシステムに対して
特に有効な手段を提供するものである。In the case of an information processing device that is online for a long time, such as a fault tolerant system, the present invention provides E
The EPROM has not been used for a long time, and it provides a particularly effective means for a system in which a data defect in the EEPROM is likely to be latent.
【0029】[0029]
【発明の効果】本発明の第1の効果は、オンライン時に
プログラム可能読み取り専用記憶装置内のファームウェ
アのデータ不良を検出し修正が行えることである。その
理由は、予めこのプログラム可能読み取り専用記憶装置
内のファームウェアと運用時使用記憶装置内のファーム
ウェアとを比較しオンライン中にデータ不良を検出し修
正することを可能としたためである。As a first advantage of the present invention, it is possible to detect and correct a data defect in the firmware in the programmable read-only storage device while online. The reason is that it is possible to compare the firmware in the programmable read-only storage device with the firmware in the in-use storage device in advance to detect and correct the data defect while online.
【0030】また、第2の効果は、第1の効果のうえ
に、さらにファームウェアデータ正常性確認の為の比較
を通常の運用に影響なく行えることである。理由は、運
用時使用記憶装置とは別にバックアップ記憶装置を用い
ることで正常性の確認を行うための比較をプログラム可
能読み取り専用記憶装置とバックアップ記憶装置で行う
ことを可能としたためである。The second effect is that, in addition to the first effect, comparison for confirming the normality of firmware data can be performed without affecting normal operation. The reason is that it is possible to perform comparison for confirming normality between the programmable read-only storage device and the backup storage device by using the backup storage device separately from the in-use storage device.
【図1】本発明の第1の実施例の構成概略図FIG. 1 is a schematic configuration diagram of a first embodiment of the present invention.
【図2】本発明の第2の実施例の構成概略図FIG. 2 is a schematic configuration diagram of a second embodiment of the present invention.
【図3】本発明の第3の実施例の構成概略図FIG. 3 is a schematic configuration diagram of a third embodiment of the present invention.
【図4】本発明の第4の実施例の構成概略図FIG. 4 is a schematic configuration diagram of a fourth embodiment of the present invention.
1,2,3,4 情報処理装置
101,201,301,401 制御部
102,202,302 プログラム可能読み取り専
用記憶装置
103,203,303,403 比較器
104,204,304 運用時使用記憶装置
205,305,306 バックアップ記憶装置
402 EEPROM
404 RAM
405 バックアップRAM1, 2, 3, 4 Information processing device 101, 201, 301, 401 Control unit 102, 202, 302 Programmable read-only storage device 103, 203, 303, 403 Comparator 104, 204, 304 Operating-use storage device 205 , 305, 306 Backup storage device 402 EEPROM 404 RAM 405 Backup RAM
───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G06F 12/16 G06F 9/06 ─────────────────────────────────────────────────── ─── Continuation of the front page (58) Fields surveyed (Int.Cl. 7 , DB name) G06F 12/16 G06F 9/06
Claims (7)
運用時使用記憶装置を備え、情報処理装置がオフライン
時には前記プログラム可能読み取り専用記憶装置にファ
ームウェアを保持しており、前記情報処理装置を立ち上
げるとともに、前記プログラム可能読み取り専用記憶装
置の前記ファームウェアを前記運用時使用記憶装置に複
写し、前記情報処理装置運用中は前記運用時使用記憶装
置内の前記ファームウェアを使用して動作する情報処理
装置における記憶装置正常性確認装置において、 前記プログラム可能読み取り専用記憶装置と運用時使用
記憶装置がそれぞれ保持する前記ファームウェアの比較
を行う比較器と、前記比較器に対して比較の指示、及び
前記比較器の比較結果が不一致であった場合に、前記フ
ァームウェアを外部のファイル装置から前記プログラム
可能読み取り専用記憶装置へ書き込む指示を行う制御部
を設け、前記プログラム可能読み取り専用記憶装置内の
前記ファームウェアの有効性を保つことを特徴とする記
憶装置正常確認装置。1. A programmable read-only storage device and an in-use storage device are provided, and when the information processing device is offline, the programmable read-only storage device holds firmware, and when the information processing device is started up, A storage device in an information processing device that copies the firmware of the programmable read-only storage device to the operating-use storage device and operates by using the firmware in the operating-use storage device during operation of the information processing device. In a normality checking device, a comparator for comparing the firmware held in each of the programmable read-only storage device and the in-use storage device, a comparison instruction to the comparator, and a comparison result of the comparator. If there is a discrepancy between the A control unit for performing an instruction to write from yl device to the programmable read-only memory is provided, wherein the programmable read-only memory to maintain the validity of the firmware in the device and wherein the storage device normal verification device.
と、運用時使用記憶装置を備え、情報処理装置がオフラ
イン時には前記プログラム可能読み取り専用記憶装置に
ファームウェアを保持しており、前記情報処理装置を立
ち上げるとともに、前記プログラム可能読み取り専用記
憶装置の前記ファームウェアを前記運用時使用記憶装置
に複写し、前記情報処理装置運用時中は前記運用時使用
記憶装置内の前記ファームウェアを使用して動作する情
報処理装置における記憶装置正常性確認装置において、 前記プログラム可能読み取り専用記憶装置内の前記ファ
ームウェアと同等のファームウェアを有するバックアッ
プ記憶装置と、前記プログラム可能読み取り専用記憶装
置と前記バックアップ記憶装置がそれぞれ保持する前記
ファームウェアの比較を行う比較器と、前記比較器に対
して比較の指示、及び前記比較器の比較結果が不一致で
あった場合に、外部のファイル装置から前記ファームウ
ェアと同等のファイルを前記プログラム可能読み取り専
用記憶装置および前記バックアップ記憶装置のそれぞれ
に書き込む指示を行う制御部を設け、前記ファームウェ
アの有効性を保ち、かつ比較確認を通常運用とは独立し
て行うことを特徴とした記憶装置正常性確認装置。2. A programmable read-only storage device and an operating-use storage device, wherein the programmable read-only storage device holds firmware when the information processing device is off-line, and when the information processing device is started up. In an information processing device that copies the firmware of the programmable read-only storage device to the operating-use storage device and operates by using the firmware in the operating-use storage device during operation of the information processing device In the storage device normality checking device, a backup storage device having firmware equivalent to the firmware in the programmable read-only storage device, a ratio of the firmware held by the programmable read-only storage device and the backup storage device, respectively. And a comparison instruction for the comparator, and when the comparison result of the comparator does not match, the programmable read-only storage device stores a file equivalent to the firmware from an external file device. A storage device normality confirmation device, characterized in that a control unit for instructing writing to each of the backup storage device is provided, the validity of the firmware is maintained, and the comparison confirmation is performed independently of the normal operation.
と、運用時使用記憶装置を備え、情報処理装置がオフラ
インの時には前記プログラム可能読み取り専用記憶装置
にファームウェアを保持しており、前記情報処理装置を
立ち上げるとともに、前記プログラム可能読み取り専用
記憶装置の前記ファームウェアを前記運用時使用記憶装
置に複写し、前記情報処理装置運用中は前記運用時使用
記憶装置内の前記ファームウェアを使用して動作する情
報処理装置における記憶装置正常性確認装置において、
前記プログラム可能読み取り専用記憶装置内の前記ファ
ームウェアと同等のファームウェアを有する少なくとも
N個(Nは2以上)のバックアップ記憶装置と、前記プ
ログラム可能読み取り専用記憶装置と前記N個のバック
アップ記憶装置がそれぞれ保持する前記ファームウェア
の比較を行う比較器と、前記比較器に対して比較の指
示、及び前記比較器の比較結果が不一致であった場合
に、多数決論理により少数側の前記ファームウェアを有
する前記プログラム可能読み取り専用記憶装置、または
前記バックアップ記憶装置に、多数側の前記ファームウ
ェアを有する前記プログラム可能読み取り専用記憶装
置、または前記バックアップ記憶装置のファームウェア
を書き込む指示を行う制御部を設け、前記プログラム可
能読み取り専用記憶装置、及び前記N個のバックアップ
記憶装置内全ての前記ファームウェアの有効性を保ち、
かつ本処理を通常運用とは独立して行うことを特徴とし
た記憶装置正常性確認装置。3. A programmable read-only storage device and a storage device used during operation, firmware is held in the programmable read-only storage device when the information processing device is offline, and the information processing device is started up. In the information processing device, the firmware of the programmable read-only storage device is copied to the operating-use storage device, and is operated by using the firmware in the operating-use storage device during operation of the information processing device. In the storage device normality confirmation device,
And backup storage device at least N with the firmware equivalent firmware of the programmable read-only memory in the apparatus (N is 2 or more), the programmable read-only memory and said N backup storage device The program having the firmware on the minority side by the majority logic when the comparator for comparing the respective held firmware and the comparison instruction to the comparator, and the comparison result of the comparator do not match. Controllable read-only storage device, or the backup storage device is provided with a control unit for instructing to write the programmable read-only storage device having the firmware on multiple sides or the firmware of the backup storage device. Storage device And maintaining the effectiveness of the N backup storage device in all of the firmware,
In addition, a storage device normality confirmation device characterized by performing this processing independently of normal operation.
る請求項1,2または3記載の記憶装置正常性確認装
置。4. The storage device normality confirmation apparatus according to claim 1, wherein the comparison is performed periodically.
ラム可能読み取り専用記憶自体で一体的に実現したこと
を特徴とする請求項2または3記載の記憶装置正常性確
認装置。5. The storage device normality confirming device according to claim 2, wherein the backup storage device is integrally realized by the programmable read-only storage itself.
Mで一体的に実現したことを特徴とする請求項2または
3記載の記憶装置正常性確認装置。6. The backup storage device is a single RA.
4. The storage device normality confirmation device according to claim 2, wherein the storage device normality confirmation device is integrally realized by M.
常性確認装置を有する情報処理装置。7. An information processing device comprising the storage device normality confirmation device according to claim 1, 2.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP32339397A JP3381588B2 (en) | 1997-11-25 | 1997-11-25 | Storage device normality check device and information processing device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP32339397A JP3381588B2 (en) | 1997-11-25 | 1997-11-25 | Storage device normality check device and information processing device |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH11161554A JPH11161554A (en) | 1999-06-18 |
JP3381588B2 true JP3381588B2 (en) | 2003-03-04 |
Family
ID=18154238
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP32339397A Expired - Fee Related JP3381588B2 (en) | 1997-11-25 | 1997-11-25 | Storage device normality check device and information processing device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3381588B2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4867557B2 (en) * | 2006-10-03 | 2012-02-01 | 富士電機株式会社 | Programmable controller |
-
1997
- 1997-11-25 JP JP32339397A patent/JP3381588B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JPH11161554A (en) | 1999-06-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4275771B2 (en) | Warm swap of mirrored write-back cache module | |
US7724643B2 (en) | Recovery of duplex data system after power failure | |
US7882388B2 (en) | Dual independent non volatile memory systems | |
JP3381588B2 (en) | Storage device normality check device and information processing device | |
JP3774826B2 (en) | Information processing device | |
JPH11175409A (en) | Memory control system | |
JP2868001B1 (en) | Disk array device control method and disk array device | |
JPH07219860A (en) | Memory rewrite control method/device | |
JP2004054616A (en) | Information processor with function to automatically restore firmware | |
JP4867557B2 (en) | Programmable controller | |
KR0152240B1 (en) | Method for restoring memory data discrepancy | |
JP4853083B2 (en) | Computer system, data normality confirmation method, and program | |
JP6999584B2 (en) | Monitoring control system, operation method and control system of monitoring control system | |
JP2904117B2 (en) | Device storage unit redundancy method and device | |
JP3451489B2 (en) | RAM content destruction handling method and programmable controller | |
JPS6077252A (en) | Input/output control device | |
JP2000163274A (en) | Electronic equipment and recording medium with rom data monitoring program recorded thereon | |
JP2005284449A (en) | Information recording medium array system and its restoration method | |
JPS603225B2 (en) | Main storage information recovery method | |
JPH0594380A (en) | Duplexing memory device | |
KR100249809B1 (en) | A continuous memory backup apparatus and method | |
JPH033051A (en) | Information processor | |
JP2000035889A (en) | Radio base station device | |
JPH04337856A (en) | Management system for duplexing storage device | |
JPH11184705A (en) | Device for correcting down-load program and method therefor |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20021119 |
|
LAPS | Cancellation because of no payment of annual fees |