JP5516620B2 - Collation processing apparatus, control method therefor, and computer program - Google Patents

Collation processing apparatus, control method therefor, and computer program Download PDF

Info

Publication number
JP5516620B2
JP5516620B2 JP2012052543A JP2012052543A JP5516620B2 JP 5516620 B2 JP5516620 B2 JP 5516620B2 JP 2012052543 A JP2012052543 A JP 2012052543A JP 2012052543 A JP2012052543 A JP 2012052543A JP 5516620 B2 JP5516620 B2 JP 5516620B2
Authority
JP
Japan
Prior art keywords
data
collation
verification
failure
processor
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.)
Active
Application number
JP2012052543A
Other languages
Japanese (ja)
Other versions
JP2013186776A (en
Inventor
章 山中
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 Corp
Original Assignee
NEC Corp
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 Corp filed Critical NEC Corp
Priority to JP2012052543A priority Critical patent/JP5516620B2/en
Publication of JP2013186776A publication Critical patent/JP2013186776A/en
Application granted granted Critical
Publication of JP5516620B2 publication Critical patent/JP5516620B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、例えばデータを照合する照合処理装置等の障害を回避する技術分野に関する。   The present invention relates to a technical field for avoiding obstacles such as a collation processing apparatus that collates data.

今日、たとえば個人の識別のために、得られた指紋などのデータを複数の登録済みのデータと照らし合わせる照合処理装置が用いられている。   2. Description of the Related Art Today, for example, for a personal identification, a collation processing device is used that compares obtained data such as a fingerprint with a plurality of registered data.

係る照合処理装置は、照合の正確性や大量の登録済みデータとの照合の迅速性はもとより、その用途から照合処理システムとしての可用性が高いこと、すなわちシステムが常に利用可能な状態であることが求められている。   Such a collation processing device is not only accurate in collation and quickness of collation with a large amount of registered data, but also has a high availability as a collation processing system from its use, that is, the system is always available. It has been demanded.

係る照合処理装置では、照合を正確かつ高速に実行するために、高並列の照合プロセッサを用いて、たとえばパターン認識技術などによりデータの照合を行っている。なお、高並列とは、個別メモリを備えた複数台の照合プロセッサを用いて入力されたデータを並列的に高速処理する手法の一つである。   In such a collation processing apparatus, in order to execute collation accurately and at high speed, data collation is performed using, for example, a pattern recognition technique using a highly parallel collation processor. High parallelism is one of the techniques for performing high-speed processing in parallel on input data using a plurality of collation processors having individual memories.

そして上位装置である外部装置は、照合の対象とする被照合データ(つまり、Searchデータ。以下、「Sデータ」と称する)を、高並列の複数の照合プロセッサが有する各々のメモリにあらかじめ転送する。さらに外部装置は、照合する複数の登録済み照合データ(つまり、Fileデータ。以下、「Fデータ」と称する)を各照合プロセッサのメモリに順次転送することによって、Sデータとの照合を並列的に行うことにより高速処理を実現する。   Then, the external device, which is the host device, transfers data to be verified (that is, search data; hereinafter referred to as “S data”) in advance to each memory of a plurality of highly parallel verification processors. . Further, the external device sequentially collates with the S data by sequentially transferring a plurality of registered collation data to be collated (that is, File data; hereinafter referred to as “F data”) to the memory of each collation processor. By doing so, high-speed processing is realized.

一方で、係る照合処理装置を構成する複数の照合プロセッサのうち、何れかの照合プロセッサにおいて障害が発生すると、当該照合プロセッサへ転送していたデータは消失する可能性がある。その際に、消失したデータは、再度、外部装置から照合処理装置内の故障していない別の照合プロセッサのメモリへ転送しなおす必要があるので、処理を再開するのに時間を要することにより、可用性が低下するという問題がある。   On the other hand, if a failure occurs in any one of the plurality of matching processors constituting the matching processing device, data transferred to the matching processor may be lost. At that time, the lost data needs to be transferred again from the external device to the memory of another collation processor in the collation processing device that has not failed, so that it takes time to restart the process, There is a problem of reduced availability.

また、仮に照合処理装置ごと二重化していたとしても、搭載している照合プロセッサが故障する可能性があるならば、システム全体を無停止にすることは困難である。   Even if the collation processing devices are duplicated, it is difficult to make the entire system non-stop if there is a possibility that the installed collation processor may fail.

このような問題を解決するため、特許文献1に記載の技術は、外部装置があらかじめ転送したSデータのコピーとFデータのコピーを他のプロセッサのメモリにも格納しておき、何れかのプロセッサに障害が発生した際は、他のプロセッサのメモリにも格納しておいたSデータのコピーとFデータのコピーとを、他の故障していないプロセッサの何れかにおいて改めて読込むことによって、データ照合処理を続行する方法を開示する。   In order to solve such a problem, the technique disclosed in Patent Document 1 stores a copy of S data and a copy of F data transferred in advance by an external device in the memory of another processor, When a failure occurs, the copy of the S data and the copy of the F data stored in the memory of the other processor are read again by one of the other non-failed processors, A method for continuing the verification process is disclosed.

特開2010−182141号公報JP 2010-182141 A

特許文献1が参照する一般的な技術には、複数のモジュールで分散処理するデータベースにおいて、現用データベースを保持するメモリの内容が壊れた際に、管理用サーバから現用データベースのコピーである予備データベースを予備モジュールへ転送することにより処理を継続することが記載されている。   In a general technique referred to in Patent Document 1, in a database that is distributedly processed by a plurality of modules, a spare database that is a copy of the current database is stored from the management server when the contents of the memory that holds the current database are broken. It is described that the processing is continued by transferring to the spare module.

これは特許文献1が参照する一般的な技術では、管理用サーバから予備モジュールへ予備データベースを転送し直すと共に切り替えるのに時間がかかり、かつ切り替え中はデータベースにアクセスができないので、その課題を解決しようとするものである。   This is a general technique referred to in Patent Document 1. It takes time to transfer and switch the backup database from the management server to the backup module, and the database cannot be accessed during the switching. It is something to try.

特許文献1では、予め現用データベースの予備データベースを各モジュール内に配置するため、切替え時に、切替え管理用サーバから複数モジュールへのデータ転送が不要になる。 このためデータベースアクセスができなくなる時間が短縮される。   In Patent Document 1, since a standby database of the active database is arranged in advance in each module, data transfer from the switching management server to a plurality of modules becomes unnecessary at the time of switching. This reduces the time during which database access is disabled.

しかしながら、特許文献1に記載の技術は、全てのプロセッサのメモリに格納されているデータのコピーを他のプロセッサで保持する必要がある。すなわち、装置全体で照合情報を格納するためのメモリ容量が2倍必要となり、そのために装置のコストが増大するという問題があり、故障の予測に基づいて必要最小限のデータを保持しようとしているわけではない。   However, the technique described in Patent Document 1 requires that another processor holds a copy of data stored in the memories of all processors. That is, there is a problem that the memory capacity for storing the verification information in the entire apparatus is doubled, which increases the cost of the apparatus, and it is intended to hold the minimum necessary data based on the failure prediction. is not.

そのため、外部装置からの指示に基づいてFデータの入れ替えが頻繁に発生するような運用を行うシステムにおいては、データの入れ替え作業の時間が膨大になると共に、運用効率が著しく低下するので、特許文献1が開示する手法は、このような運用形態には適用できないという問題がある。   Therefore, in a system that operates such that F data replacement frequently occurs based on an instruction from an external device, the time for data replacement work becomes enormous and the operation efficiency is significantly reduced. 1 has a problem that it cannot be applied to such an operation mode.

本発明の主たる目的は、上述した課題を解決するために、
照合プロセッサの故障の発生を予測しつつ、故障が発生した際に、短時間で復旧すると共に、復旧に要するメモリやデータ転送などの処理資源の占有量を抑制することができる照合処理装置の制御装置等を提供することである。
The main purpose of the present invention is to solve the above-mentioned problems.
Control of a verification processor that predicts the occurrence of a failure in the verification processor and can recover in a short time and reduce the amount of processing resources such as memory and data transfer required for recovery when a failure occurs It is to provide a device or the like.

本発明は、上述した課題の解決を目的としてなされた。即ち、本発明に係る照合処理装置は、データを照合する複数の処理部の状態を診断する診断情報に基づいて、該複数の処理部のうち特定の処理部の故障の予兆を検知した際に、該特定の処理部に転送するデータを記憶デバイスにも格納すると共に、前記特定の処理部が故障した際には、前記記憶デバイスに格納した前記データを故障の予兆を検知していない他の処理部に転送すると共に該他の処理部による照合処理を指示する。   The present invention has been made for the purpose of solving the above-described problems. That is, the collation processing device according to the present invention detects a failure sign of a specific processing unit among the plurality of processing units based on diagnostic information for diagnosing the states of the plurality of processing units that collate data. The data to be transferred to the specific processing unit is also stored in the storage device, and when the specific processing unit fails, the data stored in the storage device is not detected as a sign of failure. The data is transferred to the processing unit and the collation process by the other processing unit is designated.

なお、同目的は、上記構成を有する照合処理装置の制御方法、並びにその障害回避方法を、コンピュータによって実現するコンピュータ・プログラム、およびそのコンピュータ・プログラムが格納されている、コンピュータ読取り可能な記憶媒体によっても達成される。   It is to be noted that the same object is achieved by a computer program that realizes the control method of the verification processing apparatus having the above-described configuration and its failure avoidance method by a computer, and a computer-readable storage medium that stores the computer program. Is also achieved.

また、同目的を解決する本発明の他の見地である照合処理システムは、上述した処理部の故障予測に基づいて当該故障が予測された処理部のデータを記憶デバイスにも格納するとともに、当該故障が予測された処理部において故障が発生した場合に、記憶デバイスに格納したデータを故障が予測されていない他の処理部に転送することにより照合処理を行う方法を実現する機能に集積回路を適用すると共に、その集積回路を搭載する照合処理装置を制御して照合処理を行う系としての照合処理システムによっても達成される。   In addition, the collation processing system which is another aspect of the present invention that solves the same object stores the data of the processing unit in which the failure is predicted based on the failure prediction of the processing unit described above in the storage device, and When a failure occurs in a processing unit where a failure is predicted, an integrated circuit is added to a function that realizes a method of performing a matching process by transferring data stored in a storage device to another processing unit where a failure is not predicted. This is achieved by a collation processing system as a system for performing collation processing by controlling the collation processing device on which the integrated circuit is mounted.

本発明によれば、照合プロセッサの故障の発生を予測しつつ、故障が発生した際に、短時間で復旧すると共に、復旧に要するメモリやデータ転送などの処理資源の占有量を抑制することができる。   According to the present invention, while predicting the occurrence of a failure of a verification processor, when a failure occurs, the failure can be recovered in a short time and the amount of processing resources such as memory and data transfer required for recovery can be suppressed. it can.

本発明の第1の実施形態に係る照合処理装置の概要を示すブロック図である。It is a block diagram which shows the outline | summary of the collation processing apparatus which concerns on the 1st Embodiment of this invention. 本発明の第2の実施形態に係る照合処理装置の詳細を示すブロック図である。It is a block diagram which shows the detail of the collation processing apparatus which concerns on the 2nd Embodiment of this invention. 本発明の第2の実施形態に係る照合プロセッサの故障予兆の診断に基づいたデータのバックアップ動作を示すブロック図である。It is a block diagram which shows the data backup operation | movement based on the diagnosis of the failure precursor of the collation processor which concerns on the 2nd Embodiment of this invention. 本発明の第2の実施形態に係る照合プロセッサの故障予兆の診断に基づいたバックアップデータの転送動作を示すブロック図である。It is a block diagram which shows transfer operation | movement of the backup data based on the diagnosis of the failure sign of the collation processor which concerns on the 2nd Embodiment of this invention. 本発明の第2の実施形態に係る一般的な照合処理装置の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the general collation processing apparatus which concerns on the 2nd Embodiment of this invention. 本発明の第3の実施形態に係る照合処理装置の応用例を示すブロック図である。It is a block diagram which shows the application example of the collation processing apparatus which concerns on the 3rd Embodiment of this invention. 本発明の第4の実施形態に係る照合処理装置の各制御機能に集積回路を用いた系としての照合処理システムを示すブロック図である。It is a block diagram which shows the collation processing system as a system which used the integrated circuit for each control function of the collation processing apparatus which concerns on the 4th Embodiment of this invention.

以下、本発明を実施する形態について図面を参照して詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

<第1の実施形態>
本発明の第1の実施形態の構成について説明する。図1は、本発明の第1の実施形態に係る照合処理装置の概要を示すブロック図である。
<First Embodiment>
The configuration of the first embodiment of the present invention will be described. FIG. 1 is a block diagram showing an overview of a collation processing apparatus according to the first embodiment of the present invention.

本実施形態の照合処理装置1は、制御部2と、記憶デバイス3と、第1処理部4および第2処理部5からなる照合処理部8とからなる。また、制御部2は、第1処理部4および第2処理部5へ照合情報7である被照合データであるSデータおよび照合データであるFデータを転送する。また、制御部2は、第1処理部4もしくは第2処理部5から診断情報6を入手する。   The collation processing apparatus 1 according to the present embodiment includes a control unit 2, a storage device 3, and a collation processing unit 8 including a first processing unit 4 and a second processing unit 5. In addition, the control unit 2 transfers S data, which is data to be collated, and F data, which is collation data, to the first processing unit 4 and the second processing unit 5. In addition, the control unit 2 obtains diagnostic information 6 from the first processing unit 4 or the second processing unit 5.

つづいて本実施形態の照合処理装置1の動作について説明する。   It continues and demonstrates operation | movement of the collation processing apparatus 1 of this embodiment.

本実施形態に係る照合処理装置1は、Sデータを複数のFデータと照合する処理部を複数有する照合処理部8の状態を調べた結果である診断情報6に基づいて、何れかの処理部の故障予兆を検知する制御部2は、その故障予兆を検知した何れかの処理部に転送するFデータを記憶デバイス3にも格納する。   The collation processing device 1 according to the present embodiment is configured so that any processing unit is based on the diagnostic information 6 that is the result of examining the state of the collation processing unit 8 having a plurality of processing units that collate S data with a plurality of F data. The control unit 2 that detects the failure sign also stores the F data to be transferred to any of the processing units that have detected the failure sign in the storage device 3.

それと共に、上述した故障予兆を検知した特定の処理部が故障した際には、制御部2は記憶デバイス3に格納しておいた複数のFデータを故障の予兆を検知していない他の処理部に転送すると共に、他の処理部による照合処理を指示する。   At the same time, when the specific processing unit that has detected the failure sign described above fails, the control unit 2 uses other F data stored in the storage device 3 for other processes that have not detected the failure sign. And instructing collation processing by another processing unit.

すなわち本実施形態によれば、何れかの処理部が故障したとしても、他の故障の予兆がない処理部に記憶デバイスが保持するFデータを転送することにより、Fデータの喪失を防ぐと共に、図示していない外部装置から改めてFデータを転送し直す必要がないので、復旧処理を迅速に行うことができるという効果を奏することができる。   That is, according to the present embodiment, even if one of the processing units fails, by transferring the F data held by the storage device to the processing unit that has no sign of other failure, the loss of F data is prevented, Since it is not necessary to transfer the F data again from an external device (not shown), the recovery process can be performed quickly.

また、故障の予兆の判定をした処理部のみのFデータを、予め記憶デバイスにバックアップするので、復旧および照合処理継続のために必要な記憶デバイスやデータ転送などの処理資源の占有量は最小限で済ませることができるという効果を奏することができる。   In addition, since the F data of only the processing unit that has determined the sign of failure is backed up in advance to the storage device, the amount of processing resources such as storage device and data transfer required for continuation of recovery and verification processing is minimized. There is an effect that it can be completed with.

さらに、制御部が故障の予兆を診断した後も、実際に故障が発生するまでは、照合処理を継続することができるため、性能低下の期間を抑制できるという効果を奏することができる。   Furthermore, even after the control unit diagnoses the failure sign, the verification process can be continued until a failure actually occurs, so that an effect of suppressing a period of performance degradation can be achieved.

なお、本実施形態における記憶デバイスには、読書き可能なメモリ等を用いてもよい。   Note that a readable / writable memory or the like may be used as the storage device in the present embodiment.

つまり、本実施形態によれば、照合処理部の故障の発生を予測しつつ、故障が発生した際に、短時間で復旧すると共に、復旧に要するメモリやデータ転送などの処理資源の占有量を抑制することができる。   In other words, according to the present embodiment, while predicting the occurrence of a failure in the verification processing unit, when a failure occurs, it is recovered in a short time, and the amount of processing resources such as memory and data transfer required for the recovery is reduced. Can be suppressed.

以上、本発明の第1の実施形態として、上述した構成および動作を例に説明したが、本発明は、必ずしも係る構成や動作には限定されない。   The first embodiment of the present invention has been described above by taking the configuration and operation described above as examples. However, the present invention is not necessarily limited to the configuration and operation.

<第2の実施形態>
次に、第1の実施形態を基本とする本発明の第2の実施形態について図2乃至図5を参照して詳細に説明する。図2は、本発明の第2の実施形態に係る照合処理装置の詳細を示すブロック図である。
<Second Embodiment>
Next, a second embodiment of the present invention based on the first embodiment will be described in detail with reference to FIGS. FIG. 2 is a block diagram showing details of the collation processing apparatus according to the second embodiment of the present invention.

本実施形態の照合処理装置1は、外部装置20に接続されており、その外部装置20からの照合情報7である図示していないSデータおよびFデータとのデータ転送および、照合の指示を受け取る。また、照合処理装置1は、全体制御部10と複数個の照合プロセッサである照合プロセッサA15、照合プロセッサB18、・・・、および照合プロセッサn19(nは整数。以下、同様)から構成される。   The collation processing device 1 of the present embodiment is connected to the external device 20 and receives data transfer from the external device 20 with S data and F data (not shown) as collation information 7 and a collation instruction. . The collation processing device 1 includes an overall control unit 10, a plurality of collation processors, a collation processor A15, a collation processor B18,..., And a collation processor n19 (n is an integer; hereinafter the same).

また、照合処理装置1の全体制御部10は、データ転送・照合指示制御部11、照合結果編集部12、全体メモリ13、診断制御部14とを備える。   The overall control unit 10 of the verification processing apparatus 1 includes a data transfer / verification instruction control unit 11, a verification result editing unit 12, an overall memory 13, and a diagnosis control unit 14.

また、照合処理装置1内の、各照合プロセッサである照合プロセッサA15、B18、・・・、n19は、SデータとFデータとを保持する照合メモリ16を各々で有している。   In addition, each of the verification processors A15, B18,..., N19 in the verification processing device 1 has a verification memory 16 that holds S data and F data.

全体制御部10は、上述した外部装置20からのSデータおよびFデータとのデータ転送および、照合の指示を元にしてデータ転送・照合指示制御部11から、複数個の照合プロセッサに対して上述したデータ転送と照合指示を送出する。   The overall control unit 10 performs the above-described data transfer with the S data and F data from the external device 20 and the data transfer / collation instruction control unit 11 based on the collation instruction to the plurality of collation processors. Sent data transfer and verification instructions.

具体的には、外部装置20は、全体制御部10内のデータ転送・照合指示制御部11に対して、まずSデータを転送する。そしてデータ転送・照合指示制御部11から各照合プロセッサに対して、そのSデータを転送する。   Specifically, the external device 20 first transfers S data to the data transfer / collation instruction control unit 11 in the overall control unit 10. Then, the S data is transferred from the data transfer / collation instruction control unit 11 to each collation processor.

次に、外部装置20は、全体制御部10のデータ転送・照合指示制御部11に、複数のるFデータのデータセットを順次転送する。そしてデータ転送・照合指示制御部11は、各照合プロセッサA15、B18、・・・、n19の各々の照合メモリ16に順次割り振る。   Next, the external device 20 sequentially transfers a plurality of data sets of F data to the data transfer / collation instruction control unit 11 of the overall control unit 10. Then, the data transfer / collation instruction control unit 11 sequentially allocates each collation memory 16 of each collation processor A15, B18,.

そして、外部装置20から出力される、各照合プロセッサA15、B18、・・・、n19に対する照合指示に基づいてデータ転送・照合指示制御部11は、各照合プロセッサに対して順次照合指示を送出する。   Then, based on the collation instructions output from the external device 20 to the collation processors A15, B18,..., N19, the data transfer / collation instruction control unit 11 sequentially sends collation instructions to the collation processors. .

それによって、先に外部装置20からデータ転送・照合指示制御部11を経て各照合プロセッサの照合メモリ16に転送しているSデータに対して、全体制御部10は同じく外部装置20からデータ転送・照合指示制御部11を経て各照合プロセッサの照合メモリ16に順次転送するFデータとの照合を逐次行い、その照合結果である照合結果情報9を全体制御部10の照合結果編集部12へ送出する。   As a result, for the S data previously transferred from the external device 20 to the collation memory 16 of each collation processor via the data transfer / collation instruction control unit 11, the overall control unit 10 also performs data transfer / Collation with the F data sequentially transferred to the collation memory 16 of each collation processor via the collation instruction control unit 11 is sequentially performed, and collation result information 9 as the collation result is sent to the collation result editing unit 12 of the overall control unit 10. .

また、各照合プロセッサA15、B18、・・・、n19は、各々診断部17を有しており、その各診断部17は、各照合プロセッサA15、B18、・・・、n19内の各々の照合メモリ16の読み書きの際のデータエラーを検出すると共に訂正することが可能なError Checking and Correction(以下、「ECC」と称する)エラーの検出と、各照合プロセッサA15、B18、・・・、n19の照合プロセッサ自身の稼動に伴う発生する熱の温度および、その温度で照合処理を実行した時間を積算した値の収集と計算を行う。   In addition, each verification processor A15, B18,..., N19 has a diagnostic unit 17, and each diagnostic unit 17 has each verification unit in each verification processor A15, B18,. Detection of error checking and correction (hereinafter referred to as “ECC”) errors that can be detected and corrected when data is read from or written to the memory 16, and each of the matching processors A15, B18,. It collects and calculates a value obtained by integrating the temperature of heat generated by the operation of the verification processor itself and the time at which the verification processing is executed at that temperature.

照合結果編集部12は、各照合プロセッサA15、B18、・・・、n19から送出された照合結果情報9を編集すると共に、外部装置20が照合処理装置1へ送出した全てのSデータおよびFデータとの図示していない照合結果をひとまとめに編集したのち、全体メモリ13へ格納する。   The collation result editing unit 12 edits the collation result information 9 sent from each collation processor A15, B18,..., N19, and all S data and F data sent from the external device 20 to the collation processing device 1. Are compared together and stored in the entire memory 13.

ここで、照合結果編集部12は、全体制御部10のデータ転送・照合指示部11から各照合プロセッサに対して転送した照合情報7と、その照合結果である照合結果情報9を把握しているので、照合処理の途中で、何れかの照合プロセッサが故障したか否かを知ることができる。   Here, the collation result editing unit 12 grasps the collation information 7 transferred from the data transfer / collation instruction unit 11 of the overall control unit 10 to each collation processor and the collation result information 9 which is the collation result. Therefore, it is possible to know whether any of the verification processors has failed during the verification process.

そして、外部装置20は、その照合結果を照合処理の完了後に全体メモリ13から引き取る。   Then, the external device 20 takes the collation result from the entire memory 13 after the collation process is completed.

また、全体制御部10が有する診断制御部14は、各照合プロセッサA15、B18、・・・、n19の各々の診断部17で得られた、各照合プロセッサA15、B18、・・・、n19の各々が備える照合メモリ16の検出および訂正可能エラーであるECCエラーの発生回数の情報を収集したその情報を元に、今後照合処理が不可能となるような故障が発生するか否かを予測する機能を有している。   In addition, the diagnosis control unit 14 included in the overall control unit 10 includes the verification processors A15, B18,..., N19 obtained by the respective diagnosis units 17 of the verification processors A15, B18,. Based on the collected information on the number of occurrences of ECC errors, which are detection errors and correctable errors of the collation memory 16 included in each of them, it is predicted whether or not a failure that makes collation processing impossible will occur in the future. It has a function.

同様に、診断制御部14は、各照合プロセッサA15、B18、・・・、n19の各々の診断部17で得られた、各照合プロセッサA15、B18、・・・、n19の各々の照合プロセッサ自身が発生する熱の温度および、その温度における動作時間の情報を収集したその情報を元に、今後照合処理が不可能となるような故障が発生するか否かを予測する機能を有している。   Similarly, the diagnosis controller 14 obtains each collation processor A15, B18,..., N19 each collation processor itself obtained by each diagnosis unit 17 of each collation processor A15, B18,. Based on the collected information on the temperature of the heat generated and the operating time at that temperature, it has a function to predict whether or not a failure will occur that will make collation processing impossible in the future. .

なお診断部17で収集する照合プロセッサの温度情報は、たとえば、照合プロセッサの半導体にあらかじめ内蔵する温度測定用のサーマルダイオードの電流―電圧特性の温度依存性を利用することにより、その電流−電圧特性の値を温度情報に変換した情報を用いてもよいし、照合プロセッサの発熱面に取り付けた外部温度センサからの温度情報を用いてもよい。   The temperature information of the collation processor collected by the diagnosis unit 17 is obtained by using, for example, the temperature dependence of the current-voltage characteristic of the temperature measurement thermal diode built in the semiconductor of the collation processor in advance. Information obtained by converting the value into temperature information may be used, or temperature information from an external temperature sensor attached to the heat generation surface of the verification processor may be used.

診断制御部14は、その故障の予測において前記ECCエラーおよび照合プロセッサ自身の温度とその温度での動作時間の各情報に、後述する重み付けを行って点数化し、その点数が、あらかじめ決めた閾値の点数を越えた場合に、故障予兆があるプロセッサと判断する。   In the prediction of the failure, the diagnosis control unit 14 assigns points by performing weighting, which will be described later, on each information of the ECC error and the temperature of the verification processor itself and the operation time at the temperature, and the score is a predetermined threshold value. When the score is exceeded, it is determined that the processor has a sign of failure.

具体的な例を示すと、ECCエラーの発生の際は1回あたり+1000ポイントを加点する。   As a specific example, when an ECC error occurs, +1000 points are added per time.

また、各照合プロセッサの温度を照合プロセッサに内蔵する温度計測機能で測定した照合プロセッサの実測温度の平均値が、たとえば動作保障温度範囲の上限値の80%値を設定値としてその温度とのプラス方向の温度差、すなわち+ΔT℃(セ氏。以下、同様)と、その設定値を越えた温度で照合処理を行った時間Dの積算つまり(+ΔT × D)を加点する。   In addition, the average value of the actual temperature of the verification processor measured by the temperature measurement function built in the verification processor is a plus value with respect to, for example, 80% of the upper limit value of the guaranteed operating temperature range. The temperature difference in the direction, that is, + ΔT ° C. (Celsius, hereinafter the same) and the integration of the time D during which collation processing was performed at a temperature exceeding the set value, that is, (+ ΔT × D) are added.

これらを合計した値があらかじめ定める閾値を越えた場合は、故障する可能性がある、すなわち故障予兆の照合プロセッサであると判断する。   If the sum of these values exceeds a predetermined threshold, it is determined that there is a possibility of failure, that is, a failure predictor verification processor.

たとえば、設定値を10℃越えて10時間運用した場合は、+100ポイントを加算するので、ECCエラーが1回発生した場合の合計は1100ポイントとなる。   For example, when the set value is exceeded by 10 ° C. and operated for 10 hours, +100 points are added, so the total when an ECC error occurs once is 1100 points.

ここで、たとえば、閾値を1500ポイントとして設定していれば、上述した合計値が1500ポイントを越えた時点で故障の可能性がある照合プロセッサとして故障予兆の判断を行うと共に、当該照合プロセッサでこれから処理しようとする外部装置20からデータ転送・照合指示制御部11を経て照合プロセッサの照合メモリ16に転送されるFデータは、全体メモリ13の照合プロセッサ用の図示していないバックアップ領域にも格納しておき、実際の当該照合プロセッサの故障発生の際に備える。   Here, for example, if the threshold value is set as 1500 points, the prediction of failure is determined as a verification processor that has a possibility of failure when the above-described total value exceeds 1500 points, and the verification processor will The F data transferred from the external device 20 to be processed to the collation memory 16 of the collation processor via the data transfer / collation instruction control unit 11 is also stored in a backup area (not shown) for the collation processor of the entire memory 13. In preparation for the occurrence of a failure of the actual verification processor.

なお、上述した照合プロセッサの実測温度の平均値とは、たとえば10秒間の平均値などとすればよい。また実測温度の平均値と比較する対象は、たとえば、照合プロセッサの動作保障温度範囲の中央値や、中央値と上限値の間で照合処理装置1の設置環境に応じて決めればよい。   In addition, what is necessary is just to let the average value of the actually measured temperature of the collation processor mentioned above be the average value for 10 seconds etc., for example. The target to be compared with the average value of the actually measured temperatures may be determined according to the median value of the operation guarantee temperature range of the collation processor or between the median value and the upper limit value according to the installation environment of the collation processing device 1.

また、全体制御部10のデータ転送・照合指示制御部11と、各照合プロセッサが有する照合メモリ16との間でデータ転送する際に用いる図示していないキャッシュメモリにおけるECCエラーも故障予兆の対象として診断部17において診断するようにしてもよい。   Further, an ECC error in a cache memory (not shown) used when data is transferred between the data transfer / collation instruction control unit 11 of the overall control unit 10 and the collation memory 16 included in each collation processor is also a target of failure indication. You may make it diagnose in the diagnostic part 17. FIG.

なお、上述した故障の予兆を観測するパラメータおよび、その閾値は説明の都合上、一例としてあげているので上述したパラメータや閾値に限定しているわけではない。   It should be noted that the parameters for observing the above-mentioned failure signs and their threshold values are given as an example for convenience of explanation, and are not limited to the parameters and threshold values described above.

次に、上述した本実施形態の構成にもとづいてその動作について説明する。図5に示す、本実施形態に係る一般的な照合処理装置の動作を示すフローチャートに基づいて、図2乃至図4のブロック図も参照しながら説明する。   Next, the operation will be described based on the configuration of the present embodiment described above. The operation will be described with reference to the block diagrams of FIGS. 2 to 4 based on the flowchart of FIG. 5 showing the operation of the general verification processing apparatus according to the present embodiment.

まず、一般的な動作の流れについて以下に説明する。   First, a general operation flow will be described below.

照合処理装置1の全体制御部10は、外部装置20からの図2には図示していないSデータを受信する(ステップS1)。   The overall control unit 10 of the verification processing device 1 receives S data not shown in FIG. 2 from the external device 20 (step S1).

次に、Sデータを受信した全体制御部10のデータ転送・照合指示制御部11は、全ての照合プロセッサA15、B18、・・・、n19に対して、その受信したSデータを転送する(ステップS2)。   Next, the data transfer / collation instruction control unit 11 of the overall control unit 10 that has received the S data transfers the received S data to all the collation processors A15, B18,. S2).

次に、照合処理装置1の全体制御部10のデータ転送・照合指示制御部11は、外部装置20から、図2には図示していない複数のFデータと、その照合を指示する照合指示とを受信する(ステップS3)。ここで、複数のFデータとは、たとえば登録済みの生体データなどであれば、複数人数分のデータセット(すなわち、複数人数分)を表す。   Next, the data transfer / collation instruction control unit 11 of the overall control unit 10 of the collation processing apparatus 1 receives a plurality of F data not shown in FIG. Is received (step S3). Here, the plurality of F data represents, for example, registered biometric data, a data set for a plurality of persons (that is, for a plurality of persons).

そして、全体制御部10のデータ転送・照合指示制御部11は、複数あるFデータのうちの個々のFデータを処理の空いている照合プロセッサに順次に転送すると共に、順次、照合指示を出す(ステップS4)。   Then, the data transfer / collation instruction control unit 11 of the overall control unit 10 sequentially transfers the individual F data among the plurality of F data to a collation processor that is free of processing, and sequentially issues a collation instruction ( Step S4).

ここで、個々のFデータとは、たとえば登録済みの生体データなどであれば、1人分ずつのデータを表す。つまりデータ転送・照合指示制御部11は、各照合処理プロセッサごとに、1人分ずつのFデータを順次割り付ける。   Here, the individual F data represents, for example, data for one person if it is registered biometric data or the like. That is, the data transfer / collation instruction control unit 11 sequentially allocates F data for one person for each collation processor.

また、全体制御部10がFデータを割り付ける先の、処理の空いている照合プロセッサとは、全体制御部10の照合結果編集部12が、処理を割り振った照合プロセッサと、その照合処理が終了したか否かを管理しているため、まだ処理を割り振っていないか、あるいは照合処理が終了した照合プロセッサのことを意味する。   The collation processor to which the overall control unit 10 assigns the F data is an unprocessed collation processor, and the collation processor to which the collation result editing unit 12 of the overall control unit 10 has assigned the process is completed. This means that a collation processor that has not yet been allocated processing or has completed collation processing.

次に、各照合プロセッサは、ステップS2で、データ転送・照合指示制御部11があらかじめ転送したSデータと、ステップ4で、データ転送・照合指示制御部11が処理の空いている照合プロセッサに個々に転送したFデータとの照合処理を実施すると共に、その個々の照合プロセッサの照合結果情報9を照合結果編集部12へ送出する(ステップS5)。   Next, each verification processor individually transmits the S data previously transferred by the data transfer / verification instruction control unit 11 in step S2 and the verification processor in which the data transfer / verification instruction control unit 11 has an empty process in step 4. A collation process is performed on the F data transferred to, and collation result information 9 of each collation processor is sent to the collation result editing unit 12 (step S5).

そして、照合結果編集部12は、各照合プロセッサから得られた個々の照合結果情報9を照合結果編集部12で編集することにより、外部装置20から照合処理装置1の全体制御部10に送出された全てのFデータの照合結果を作成する(ステップS6)。   Then, the collation result editing unit 12 edits individual collation result information 9 obtained from each collation processor by the collation result editing unit 12, and is sent from the external device 20 to the overall control unit 10 of the collation processing device 1. A collation result of all the F data is created (step S6).

最後に、全体制御部10は、外部装置20にステップS6で求めた照合結果を送信する(ステップS7)。
ここで、ステップS4もしくは、ステップS5において、何れかの照合プロセッサで故障が発生すると、当該照合プロセッサに転送されたSデータおよびFデータが消失してしまうことになる。
Finally, the overall control unit 10 transmits the collation result obtained in step S6 to the external device 20 (step S7).
Here, if a failure occurs in any of the verification processors in step S4 or step S5, the S data and the F data transferred to the verification processor are lost.

なお、一般的な照合処理では、全体制御部10は、どの照合プロセッサにどのFデータを転送したかの情報を管理していないため、外部装置20から転送された全てのFデータについて再度データを転送しなおし、最初から照合処理を実行しなおす必要がある。   In general collation processing, the overall control unit 10 does not manage information on which F data has been transferred to which collation processor, and therefore, data is again obtained for all F data transferred from the external device 20. It is necessary to transfer and re-execute the collation process from the beginning.

次に、本実施形態における動作について、上述した一般的な動作の流れのとの違いを中心に図3および図4を用いて説明する。ここでは、診断制御部14が照合プロセッサA15で故障の可能性が高いと判断した場合の動作を例に説明する。   Next, the operation in the present embodiment will be described with reference to FIGS. 3 and 4 focusing on the difference from the general operation flow described above. Here, the operation when the diagnosis control unit 14 determines that the possibility of failure is high in the verification processor A15 will be described as an example.

図3は本実施形態に係る照合プロセッサの故障予兆の診断に基づいたデータのバックアップ動作を示すブロック図である。
また、図4は、本実施形態に係る照合プロセッサの故障予兆の診断に基づいたバックアップデータの転送動作を示すブロック図である。
FIG. 3 is a block diagram showing a data backup operation based on the diagnosis of the failure sign of the verification processor according to the present embodiment.
FIG. 4 is a block diagram showing the backup data transfer operation based on the diagnosis of the failure sign of the verification processor according to this embodiment.

図3に示すように、データ転送・照合指示制御部11は、診断制御部14が診断情報6に基づいて照合プロセッサA15で故障が発生する可能性があると判断した場合、これから照合プロセッサA15の照合メモリ16へ転送する図示していないFデータを全体制御部10の全体メモリ13にも格納する(つまり、バックアップする)。   As shown in FIG. 3, when the data transfer / collation instruction control unit 11 determines that there is a possibility that a failure may occur in the collation processor A15 based on the diagnosis information 6, the data transfer / collation instruction control unit 11 F data (not shown) to be transferred to the verification memory 16 is also stored in the overall memory 13 of the overall control unit 10 (that is, backed up).

その際に、全体制御部10は、照合プロセッサA15が正常に動作することにより、照合プロセッサが照合結果情報9を照合結果編集部12へ送出した場合は、全体制御部10の全体メモリ13に格納したデータを破棄する(以下、同様)。   At this time, the overall control unit 10 stores the verification result information 9 in the overall memory 13 of the overall control unit 10 when the verification processor A15 operates normally and the verification processor sends the verification result information 9 to the verification result editing unit 12. Discarded data (hereinafter the same).

ここで、照合処理途中に照合プロセッサA15が故障した場合を考える。   Here, consider a case where the verification processor A15 fails during the verification process.

何れかの照合プロセッサが故障に至ったか否かの判断は、データ転送・照合指示制御部11からの照合指示に対して、各照合プロセッサからの図示していない了解の応答が所定の期間までに来ないか、もしくは、照合処理の開始後、照合結果編集部12へ照合結情報9が所定の期間までに来ないことで判断する。   Whether or not any of the verification processors has failed is determined by a response of an acknowledgment (not shown) from each verification processor in response to a verification instruction from the data transfer / verification instruction control unit 11 by a predetermined period. It is determined whether or not the verification result information 9 does not come to the verification result editing unit 12 by a predetermined period after the verification process is started.

図4に示すように、全体制御部10は、照合プロセッサA15への照合指示に対する応答もしくは、照合処理を開始した後の照合結果情報9をそれぞれ所定の期間内に送出しない場合は、照合プロセッサA15が故障に至ったと判断する。そして全体制御部10のデータ転送・照合指示制御部11は、全体メモリ13のバックアップ領域に格納したFデータを全体メモリ13から他の故障の予兆がない照合プロセッサ(例えば照合プロセッサB18)の照合メモリ16へ転送すると共に、その照合プロセッサB18に対し照合指示を出す。   As shown in FIG. 4, when the overall control unit 10 does not send the response to the collation instruction to the collation processor A15 or the collation result information 9 after the collation processing is started within a predetermined period, the collation processor A15. Is determined to have failed. Then, the data transfer / collation instruction control unit 11 of the overall control unit 10 sends the F data stored in the backup area of the overall memory 13 to the collation memory of the collation processor (for example, the collation processor B18) with no other signs of failure from the overall memory 13. 16 and a collation instruction is issued to the collation processor B18.

上記の手法により、照合処理の途中で何れかの照合プロセッサが故障した場合においても、Fデータを外部装置20から再送する必要がなくなり、また、バックアップ領域に格納するFデータも故障の可能性がある照合プロセッサの分だけでよいため、Fデータを格納するためのメモリ容量や、データの転送量とそれに伴うバスの占有率が少なくて済む。   According to the above method, even if any verification processor fails during the verification process, it is not necessary to retransmit the F data from the external device 20, and there is a possibility that the F data stored in the backup area is also defective. Since only a certain verification processor is required, a memory capacity for storing F data, a data transfer amount, and a bus occupation rate associated therewith can be reduced.

なお、本実施形態では、Fデータのバックアップ領域への格納は、一例として全体制御部10の全体メモリ13の図示していないバックアップ領域に格納するように説明しているが、変形例として、そのFデータのサイズに応じて他の故障予兆のない照合プロセッサの照合メモリ16に格納するようにしてもよい。   In the present embodiment, the storage of the F data in the backup area is described as being stored in a backup area (not shown) of the overall memory 13 of the overall control unit 10 as an example. Depending on the size of the F data, the data may be stored in the collation memory 16 of another collation processor having no sign of failure.

すなわち本実施形態に係る照合処理装置によれば、何れかの処理部が故障したとしても、他の故障予兆がない処理部に全体メモリが保持するFデータを転送することにより、Fデータの喪失を防ぐと共に、外部装置から改めてFデータを転送し直す必要がないので、復旧処理を迅速に行うことができるという効果を奏することができる。   That is, according to the verification processing apparatus according to the present embodiment, even if any of the processing units fails, the F data lost by transferring the F data held in the entire memory to the other processing unit without any sign of failure. In addition, it is not necessary to transfer the F data again from the external device, so that the recovery process can be performed quickly.

また、故障の予兆の判定をした処理部のみのFデータを、予め全体メモリにバックアップするので、復旧および照合処理継続のために必要なメモリ資源の占有量は最小限で済ませることができるという効果を奏することができる。   In addition, since the F data of only the processing unit that has determined the sign of failure is backed up to the entire memory in advance, the amount of memory resources required for recovery and continued verification processing can be minimized. Can be played.

さらに、全体制御部の診断制御部が故障の予兆を診断した後も、実際に故障が発生するまでは、照合処理を継続することができるため、性能低下の期間を抑制できるという効果を奏することができる。   Furthermore, even after the diagnosis control unit of the overall control unit diagnoses a sign of failure, the collation process can be continued until a failure actually occurs, so that the performance degradation period can be suppressed. Can do.

つまり、照合処理プロセッサの故障の発生を予測しつつ、故障が発生した際に、短時間で復旧すると共に、復旧に要するメモリやデータ転送などの処理資源の占有量を抑制することができる。   That is, while predicting the occurrence of a failure of the verification processor, when a failure occurs, it can be recovered in a short time and the amount of processing resources such as memory and data transfer required for recovery can be suppressed.

以上、本発明の第2の実施形態として、上述した構成および動作を例に説明したが、本発明は、必ずしも係る構成や動作には限定されない。   As described above, the configuration and operation described above have been described as examples of the second embodiment of the present invention, but the present invention is not necessarily limited to such configuration and operation.

<第3の実施形態>
次に、第2の実施形態を基本とする、第3の実施形態について図6を参照して説明する。
<Third Embodiment>
Next, a third embodiment based on the second embodiment will be described with reference to FIG.

図6は、本実施形態に係る照合処理装置の応用例を示すブロック図である。図6に示す本実施形態のブロック図は、全体制御部10に、閾値制御部25を追加している点が図2に示す第2の実施形態と異なる。   FIG. 6 is a block diagram illustrating an application example of the matching processing device according to the present embodiment. The block diagram of this embodiment shown in FIG. 6 is different from the second embodiment shown in FIG. 2 in that a threshold control unit 25 is added to the overall control unit 10.

したがって、以下の説明において、第2の実施形態で説明した図2と同じ動作をする箇所は同一の符号を付し、説明を省略すると共に、本実施形態における上述した相違点を中心に、構成と動作および効果を説明する。   Therefore, in the following description, parts that perform the same operations as those in FIG. 2 described in the second embodiment are denoted by the same reference numerals, description thereof is omitted, and the configuration is mainly configured with the above-described differences in the present embodiment. The operation and effect will be described.

本実施形態では、故障の予兆をモニタリングする際のパラメータや、故障の予兆と判断する閾値は、本照合処理装置1を構成する全体制御部10が有する全体メモリ13のメモリの空き容量に応じて可変できる。つまり、Fデータの格納に使用することができる容量が多ければ、故障予兆であると判断する閾値を下げることにより、故障の予測をすることができるプロセッサの数を多くする。   In the present embodiment, parameters for monitoring a failure sign and a threshold value for determining a failure sign are determined according to the available memory capacity of the overall memory 13 included in the overall control unit 10 of the verification processing device 1. Variable. That is, if the capacity that can be used for storing F data is large, the number of processors that can predict a failure is increased by lowering the threshold value for determining that it is a failure sign.

これにより、より多くのFデータを格納することによって、耐故障性を向上することが可能となる。   As a result, it is possible to improve fault tolerance by storing more F data.

全体制御部10の閾値制御部25は、全体メモリ13の全容量のうち、全体制御部10を含む照合処理装置1を制御するためのメモリ領域以外の領域をFデータのためのバックアップ領域とし、そのバックアップ領域が、ある容量より大きい場合は、第2の実施形態2で説明したように、故障予兆であると診断する閾値を下げる。   The threshold control unit 25 of the overall control unit 10 uses, as a backup area for F data, an area other than the memory area for controlling the verification processing device 1 including the overall control unit 10 among the entire capacity of the overall memory 13. When the backup area is larger than a certain capacity, as described in the second embodiment, the threshold for diagnosing a failure sign is lowered.

つまり、たとえばECCエラーの発生回数に基づくポイント値および照合プロセッサの動作保障温度範囲の上限値のたとえば80%である設定値から+ΔT℃を越えて運用した時間Dとの積算時間に基づくポイント値とを合算した合計ポイント値に対する閾値を下げる。   That is, for example, a point value based on the accumulated time of a point value based on the number of occurrences of an ECC error and a time D operated exceeding + ΔT ° C. from a set value that is, for example, 80% of the upper limit value of the operation guarantee temperature range of the verification processor; Lower the threshold for the total point value that is added together.

一例としては、故障の予兆を判断する閾値を1500ポイントから1200ポイントに下げることである。これにより、故障予兆のモニタリング条件を厳しくすることになるので、より多くの照合プロセッサの故障予兆をモニタリングすることができる。   As an example, the threshold for determining a sign of failure is lowered from 1500 points to 1200 points. As a result, the condition for monitoring the failure signs becomes stricter, so that the failure signs of more verification processors can be monitored.

これによって、全体制御部10は、複数の照合プロセッサのそれぞれのFデータを全体メモリ13のバックアップ領域にそれぞれの照合プロセッサごとに格納することにより、複数の照合プロセッサが故障した場合でも、故障の予兆がない他の照合プロセッサを代替先として、その照合メモリ16に転送するFデータを予め準備をしておくことができる。   Thus, the overall control unit 10 stores the F data of each of the plurality of collation processors in the backup area of the overall memory 13 for each collation processor, so that even if a plurality of collation processors fail, a sign of failure F data to be transferred to the collation memory 16 can be prepared in advance by using another collation processor with no replacement as an alternative destination.

そして故障が発生した場合は、速やかにそれぞれの照合プロセッサごとのFデータを全体メモリ13のバックアップ領域から転送することによって、外部装置20から転送し直すのとは異なり、ほぼ遅滞なく照合作業を続行することができる。   If a failure occurs, the F data for each verification processor is quickly transferred from the backup area of the entire memory 13, so that the verification operation can be continued almost without delay, unlike when it is transferred again from the external device 20. can do.

また、本実施形態の応用例として、図示していないCentral Processing Unit(中央処理装置以下、「CPU」と称する)と、チップセットと、読書き可能な不揮発性ストレージと、図2に示す全体メモリ13とからなる全体制御部10により制御する照合処理装置1を実現するために、上述した図2乃至図6に示すブロック図の各機能およびフローチャートの動作を、実現可能なApplication Program(以下、「AP」と称する)つまりコンピュータ・プログラムとして供給した後、そのコンピュータ・プログラムを全体制御部10による照合処理装置の制御方法として用意した上記CPUおよび協働するOperating System(以下、「OS」と称する)ならびにAPを、メモリに読出して実行することによって達成するようにしてもよい。   Also, as an application example of the present embodiment, a central processing unit (not shown) (hereinafter referred to as “CPU”), a chip set, a readable / writable nonvolatile storage, and the entire memory shown in FIG. In order to realize the collation processing device 1 controlled by the overall control unit 10 consisting of 13, the functions of the block diagrams shown in FIGS. 2 to 6 and the operations of the flowcharts described above can be realized by an application program (hereinafter, “ In other words, after being supplied as a computer program, the computer program prepared as a method for controlling the collation processing apparatus by the overall control unit 10 and a cooperating operating system (hereinafter referred to as “OS”) are provided. And AP in memory It may be accomplished by running out.

すなわち本実施形態に係る照合処理装置によれば、何れかの処理部が故障したとしても、他の故障予兆がない処理部にメモリが保持するFデータを転送することにより、照合データの喪失を防ぐと共に、外部装置から改めてFデータを転送し直す必要がないので、復旧処理を迅速に行うことができるという効果を奏することができる。   That is, according to the verification processing apparatus according to the present embodiment, even if any of the processing units fails, the verification data can be lost by transferring the F data held in the memory to the processing unit having no other failure sign. In addition to preventing this, it is not necessary to transfer the F data again from the external device, so that the recovery process can be performed quickly.

また、故障予兆の判定をした処理部のみのFデータを、予め全体メモリに格納するので、復旧および照合処理継続のために必要なメモリ資源の占有量は最小限で済ませることができるという効果を奏することができる。   In addition, since the F data of only the processing unit that has determined the failure sign is stored in the entire memory in advance, it is possible to minimize the amount of memory resources required for the recovery and the continuation of the verification process. Can play.

さらに、全体制御部の診断制御部が故障の予兆を診断した後も、実際に故障が発生するまでは、照合処理を継続することができるため、性能低下の期間を抑制できるという効果を奏することができる。   Furthermore, even after the diagnosis control unit of the overall control unit diagnoses a sign of failure, the collation process can be continued until a failure actually occurs, so that the performance degradation period can be suppressed. Can do.

その上、その複数の照合プロセッサに対応する全体メモリのFデータのバックアップ領域のサイズと、複数の照合プロセッサが故障の予兆のポイント値とをモニタリングしつつ、故障予兆の閾値を自動的に可変することによって、耐故障性と必要リソースとのバランスをとることができるという効果を奏することができる。   In addition, the threshold value of the sign of failure is automatically varied while monitoring the size of the backup area of the F data in the entire memory corresponding to the plurality of verification processors and the point value of the sign of failure. As a result, it is possible to achieve an effect that the fault tolerance and the necessary resources can be balanced.

つまり、照合処理プロセッサの故障の発生を予測しつつ、故障が発生した際に、短時間で復旧すると共に、復旧に要するメモリやデータ転送などの処理資源の占有量を抑制することができる。   That is, while predicting the occurrence of a failure of the verification processor, when a failure occurs, it can be recovered in a short time and the amount of processing resources such as memory and data transfer required for recovery can be suppressed.

以上、本発明の第3の実施形態として、上述した構成および動作を例に説明したが、本発明は、必ずしも係る構成や動作には限定されない。   As described above, the configuration and operation described above have been described as examples as the third embodiment of the present invention, but the present invention is not necessarily limited to such configuration and operation.

<第4の実施形態>
次に、第2乃至第3の実施形態を基本とする、第4の実施形態について説明する。
<Fourth Embodiment>
Next, a fourth embodiment based on the second to third embodiments will be described.

本実施形態について、図7に示す本実施形態に係る照合処理装置の各制御機能に集積回路を用いた系としての照合処理システムを示すブロック図を用いて説明する。   This embodiment will be described with reference to a block diagram showing a verification processing system as a system using an integrated circuit for each control function of the verification processing apparatus according to the present embodiment shown in FIG.

本実施形態は、たとえば、図6に示す照合処理装置の応用例における障害回避方法を実現する各機能を集積回路化した系としての照合処理システム30として捉えることができる。   This embodiment can be understood as, for example, a collation processing system 30 as a system in which each function for realizing the failure avoidance method in the application example of the collation processing device shown in FIG. 6 is integrated.

つまり、図6に示す、データ転送・照合指示制御部11と、照合結果編集部12と、診断制御部14と、閾値制御チップ25の何れかの制御機能を集積回路として構成する点が異なる。   In other words, the control functions of the data transfer / collation instruction control unit 11, the collation result editing unit 12, the diagnosis control unit 14, and the threshold control chip 25 shown in FIG. 6 are configured as an integrated circuit.

そのため、以下の説明において、第2乃至第3の実施形態で説明した、図2や図6に示すブロック図と同じ構成や、図5に示すフローチャートおよび、第2の実施形態、第3の実施形態において説明した内容と同じ動作をする箇所は、説明を省略すると共に、本実施形態における上述した相違点を中心に、構成と動作および効果を説明する。   Therefore, in the following description, the same configuration as the block diagram shown in FIGS. 2 and 6 described in the second to third embodiments, the flowchart shown in FIG. 5, the second embodiment, and the third embodiment. The description of the portions that perform the same operations as the contents described in the embodiments will be omitted, and the configuration, operations, and effects will be described focusing on the above-described differences in the present embodiment.

本実施形態では、照合処理システム30における高並列の照合プロセッサを制御する全体制御部10が有する機能のうち、図6に示したデータ転送・照合指示制御部11と、照合結果編集部12と、診断制御部14および閾値制御部25の各制御機能を、図7に示したデータ転送・照合指示制御チップ31、照合結果編集チップ32および、診断・閾値制御チップ33を用いて実現する。なお、診断制御部14と閾値制御部25は別チップであってもかまわない。   In the present embodiment, among the functions of the overall control unit 10 that controls the highly parallel matching processor in the matching processing system 30, the data transfer / matching instruction control unit 11 shown in FIG. 6, the matching result editing unit 12, The control functions of the diagnosis control unit 14 and the threshold control unit 25 are realized using the data transfer / collation instruction control chip 31, the collation result editing chip 32, and the diagnosis / threshold control chip 33 shown in FIG. The diagnosis control unit 14 and the threshold control unit 25 may be separate chips.

なお、本実施形態における照合処理システム30の動作については、第2および第3の実施形態で照合処理装置1として説明している動作と同様であるので省略する。   The operation of the collation processing system 30 in the present embodiment is the same as the operation described as the collation processing device 1 in the second and third embodiments, and will not be repeated.

そして、本照合処理システム30は、上述した基本となる実施形態の変形例として、現在では一般的な技術である集積回路を用いることにより、上述した基本となる実施形態の効果に加えて、小型化、低消費電力化が可能となると共に、これらに伴い、設置の自由度が向上するという効果も得ることもできる。   And this collation processing system 30 uses the integrated circuit which is a general technique now as a modification of the basic embodiment mentioned above, in addition to the effect of the basic embodiment mentioned above, it is small-sized. And lower power consumption can be achieved, and the effect of improving the degree of freedom of installation can be obtained.

また、集積回路を用いることで照合処理システム30の全体制御部10が有する各機能の処理を高速に行うことができるという追加の効果も得ることができる。   Further, by using an integrated circuit, it is possible to obtain an additional effect that processing of each function of the overall control unit 10 of the verification processing system 30 can be performed at high speed.

また、上述した図6に示す機能ブロックを、照合処理システムの大きさや消費電力との兼ね合いに応じて、その一部を集積回路化すると共に、残りはソフトウェアにより処理するように分担する装置構成としてもよい。   In addition, as a device configuration in which the functional blocks shown in FIG. 6 described above are partly integrated into an integrated circuit according to the size of the verification processing system and power consumption, and the rest are processed by software. Also good.

すなわち本実施形態に係る照合処理装置によれば、何れかの処理部が故障したとしても、他の故障の予兆がない処理部にメモリが保持するFデータを転送することにより、照合データの喪失を防ぐと共に、外部装置から改めてFデータを転送し直す必要がないので、復旧処理を迅速に行うことができるという効果を奏することができる。   That is, according to the verification processing apparatus according to the present embodiment, even if any of the processing units fails, the verification data is lost by transferring the F data held in the memory to a processing unit that has no sign of failure. In addition, it is not necessary to transfer the F data again from the external device, so that the recovery process can be performed quickly.

また、故障予兆の判定をした処理部のみのFデータを、予め全体メモリに格納するので、復旧および照合処理継続のために必要なメモリ資源の占有量は最小限で済ませることができるという効果を奏することができる。   In addition, since the F data of only the processing unit that has determined the failure sign is stored in the entire memory in advance, it is possible to minimize the amount of memory resources required for the recovery and the continuation of the verification process. Can play.

さらに、全体制御部の診断制御部が故障の予兆を診断した後も、実際に故障が発生するまでは、照合処理を継続することができるため、性能低下の期間を抑制できるという効果を奏することができる。   Furthermore, even after the diagnosis control unit of the overall control unit diagnoses a sign of failure, the collation process can be continued until a failure actually occurs, so that the performance degradation period can be suppressed. Can do.

また、複数の照合プロセッサに対応する全体メモリのFデータのバックアップ領域のサイズと、複数の照合プロセッサが故障の予兆のポイント値とをモニタリングしつつ、故障予兆の閾値を自動的に可変することによって、耐故障性と必要リソースとのバランスをとることができるという効果を奏することができる。   In addition, by automatically changing the threshold value of the failure sign while monitoring the size of the F data backup area of the entire memory corresponding to the plurality of check processors and the point value of the sign of failure by the plurality of check processors Thus, it is possible to achieve an effect that the fault tolerance and the necessary resources can be balanced.

その上、全体制御部が有する各処理機能を集積回路化することで、小型化、低消費電力化および設置の自由度の向上および処理の高速化という追加の効果も奏するこができる。   In addition, by integrating the processing functions of the overall control unit into an integrated circuit, additional effects such as downsizing, lower power consumption, improvement in the degree of freedom of installation, and higher processing speed can be achieved.

つまり、照合処理プロセッサの故障の発生を予測しつつ、の故障が発生した際に、短時間で復旧すると共に、復旧に要するメモリやデータ転送などの処理資源の占有量を抑制することができる。   In other words, while predicting the occurrence of a failure in the verification processor, when a failure occurs, it can be recovered in a short time and the amount of processing resources such as memory and data transfer required for recovery can be suppressed.

以上、本発明の第4の実施形態として、上述した構成および動作を例に説明したが、本発明は、必ずしも係る構成や動作には限定されない。   As described above, the configuration and operation described above have been described as examples as the fourth embodiment of the present invention, but the present invention is not necessarily limited to such configuration and operation.

本発明は、上述した各実施形態には限定されず、被照合データと複数の照合データとの照合を行う、たとえば指紋、掌紋などの生体データなどの照合処理装置等に適用可能である。   The present invention is not limited to the above-described embodiments, and can be applied to a collation processing device for collating data to be collated with a plurality of pieces of collation data, for example, biometric data such as fingerprints and palm prints.

1 照合処理装置
2 制御部
3 記憶デバイス
4 第1処理部
5 第2処理部
6 診断情報
7 照合情報
8 照合処理部
9 照合結果情報
10 全体制御部
11 データ転送・照合指示制御部
12 照合結果編集部
13 全体メモリ
14 診断制御部
15 照合プロセッサA
16 照合メモリ
17 診断部
18 照合プロセッサB
19 照合プロセッサn
20 外部装置
25 閾値制御部
30 照合処理システム
31 データ転送・照合指示制御チップ
32 照合結果編集チップ
33 診断・閾値制御チップ
DESCRIPTION OF SYMBOLS 1 Collation processing apparatus 2 Control part 3 Storage device 4 1st process part 5 2nd process part 6 Diagnostic information 7 Collation information 8 Collation process part 9 Collation result information 10 Overall control part 11 Data transfer and collation instruction control part 12 Collation result edit Unit 13 Overall memory 14 Diagnosis control unit 15 Verification processor A
16 collation memory 17 diagnostic unit 18 collation processor B
19 Matching processor n
20 External Device 25 Threshold Control Unit 30 Verification Processing System 31 Data Transfer / Verification Instruction Control Chip 32 Verification Result Editing Chip 33 Diagnosis / Threshold Control Chip

Claims (10)

データを照合する複数の処理部の状態を診断する診断情報に基づいて、該複数の処理部のうち特定の処理部の故障の予兆を検知した際に、該特定の処理部に転送するデータを記憶デバイスに格納すると共に、前記特定の処理部が故障した際には、前記記憶デバイスに格納した前記データを故障の予兆を検知していない他の処理部に転送すると共に、転送したデータに対する当該他の処理部による照合処理を指示する制御部を有する照合処理装置。 Based on diagnostic information for diagnosing the status of a plurality of processing units that collate data, when a sign of failure of a specific processing unit among the plurality of processing units is detected, data to be transferred to the specific processing unit while store in the storage device, when said specific processing unit fails, the data stored in the storage device, with also transferred to other processing units does not detect a sign of failure, and transfer collation processing equipment having a control unit for instructing the verification processing by the other processing unit to the data. 前記各処理部が照合するデータは、照合される対象である被照合データと、その被照合データと比較する複数の照合データとを含み、
前記制御部は、
前記被照合データを前記複数の処理部である複数の照合プロセッサに転送し、前記複数の照合データのうちの個々の照合データを、前記各照合プロセッサに個々に割り当てると共に、該各照合プロセッサに転送された前記被照合データと、前記照合データとを照合するよう指示することを特徴とする請求項1に記載の照合処理装置。
The data to be collated by each processing unit includes data to be collated to be collated and a plurality of pieces of collation data to be compared with the data to be collated.
The controller is
The verification data is transferred to a plurality of verification processors as the plurality of processing units, and individual verification data of the plurality of verification data is individually assigned to the verification processors and transferred to the verification processors. wherein the collated data, verification processing equipment according to claim 1, characterized in that an instruction to matching with the collation data.
前記制御部は、
前記照合プロセッサの診断部から前記各照合プロセッサが有する照合メモリにおける誤り検出並びに誤り訂正可能なECC(Error Checking and Correction)エラーの発生回数と、前記照合プロセッサの動作に伴って該各照合プロセッサ自身が発生する熱の温度およびその温度での稼動時間との積算値から成る診断情報を受け取り、受け取った該診断情報を基に、故障予兆がある前記照合プロセッサを特定することを特徴とする請求項に記載の照合処理装置。
The controller is
And error detection and the number of occurrences of the error correctable ECC (Error Checking and Correction) error from the diagnostic unit in collating the memory that each collation processor Yusuke of the verification processor, respective with the the operation of the verification processor receiving diagnostic information collation processor itself consists an integrated value of the operating time at temperature and the temperature of the heat generated, based on the diagnostic information received, characterized by identifying the matching processor with a sign of failure collation processing equipment according to claim 2,.
前記制御部は、
少なくとも何れかの前記照合プロセッサの前記診断部からの前記診断情報を成す前記ECCエラーの発生回数と、当該照合プロセッサ自身が発生する熱の温度およびその温度での稼動時間との積算値に対して、それぞれに重み付けをした値をポイント数として付与すると共に、前記ECCエラーの発生回数のポイント数と前記照合プロセッサ自身が発生する熱の温度およびその温度での稼動時間との積算値のポイント数とを合計した合計ポイント数が予め定める閾値を越える場合に、当該照合プロセッサ故障する予兆があると判断することを特徴とする請求項3に記載の照合処理装置。
The controller is
And the number of occurrences of the ECC error forming the diagnostic information from the diagnostic portion of at least one of the verification processor, to the integrated value of the operating time at temperature and the temperature of the heat which the matching processor itself occurs In addition, each weighted value is assigned as the number of points, and the number of points of the integrated value of the number of occurrences of the ECC error, the temperature of the heat generated by the verification processor itself, and the operating time at that temperature when exceeding the threshold stipulated bets in advance the total number of points which is the sum of, collation processing equipment according to Motomeko 3 you and determines that the verification processor is the symptom of failure.
前記制御部は、
前記記憶デバイスである全体メモリを更に含み、
前記故障予兆を検知した特定の照合プロセッサへ転送される前記照合データを、前記全体メモリへ転送することを特徴とする請求項4に記載の照合処理装置。
The controller is
Further comprising an overall memory that is the storage device;
Collation processing equipment according to the verification data to be transferred to a particular verification processor which has detected the failure sign, the Motomeko 4 you and transferring the the entire memory.
前記制御部は、
記全体メモリの記憶領域から、前記照合処理装置が稼動する際に使用する記憶領域を除いた領域をバックアップ領域とし、そのバックアップ領域の記憶容量が、複数の前記照合データを格納可能である場合に、前記診断情報に基づいて少なくとも前記何れかの照合プロセッサ故障予兆あるかについて判断する際の、前記合計ポイント数の閾値を動的に変更すると共に、前記バックアップ領域に前記故障予兆であると判断される当該複数の前記照合プロセッサに割り当てられる分の前記複数の照合データを格納することを特徴とする請求項4に記載の照合処理装置。
The controller is
From the storage area before Symbol entire memory, the verification processing apparatus has a region backup area excluding the memory area to be used when running, the storage capacity of the backup area can store a plurality of said verification data If, in determining whether at least the certain sign of failure in any of the verification processor based on the diagnostic information, as well as dynamically changing the threshold value of the total number of points, before Symbol failure sign to the backup area collation processing equipment according to Motomeko 4 it and storing the amount of the plurality of matching data to be assigned to the plurality of the verification processor is determined to be.
前記制御部は、
前記照合プロセッサからの照合結果である照合結果情報を編集する照合結果編集部を更に含み、前記特定の照合プロセッサが正常に動作した際には、その照合結果情報を前記照合結果編集部へ送出すると共に、前記全体メモリに格納したデータ破棄することを特徴とする請求項に記載の照合処理装置。
The controller is
Wherein wherein matching further verification result editing unit for editing the verification result information is collation result from the processor, when said specific verification processor is working properly, and sends the verification result information to the verification result editing unit together, collation processing equipment according to claim 5, characterized in that discarding the data stored in the entire memory.
前記制御部は、
前記被照合データおよび前記照合データを転送すると共に照合の実行を指示するデータ転送・照合指示制御部と、前記各照合プロセッサの前記各診断部からの前記診断情報を受け取り、受け取った該診断情報を基に何れの前記照合プロセッサに故障予兆があるかを診断する診断制御部と、前記全体メモリの前記バックアップ領域における記憶容量に応じて前記診断情報に基づく前記少なくとも何れかの照合プロセッサに故障予兆があると判断する閾値を動的に変更する閾値制御部とを更に含み、
前記データ転送・照合指示制御部と、前記照合結果編集部と、前記全体メモリと、前記診断制御部と、前記閾値制御部との少なくとも何れかを半導体集積回路とすることを特徴とする請求項に記載の照合処理装置。
The controller is
A data transfer / collation instruction control unit for transferring the collation data and the collation data and instructing execution of the collation, and receiving the diagnostic information from the diagnostic units of the collation processors, and receiving the received diagnostic information A diagnostic control unit for diagnosing which verification processor has a failure sign based on the failure information, and at least one verification processor based on the diagnostic information according to a storage capacity in the backup area of the entire memory A threshold value control unit that dynamically changes a threshold value that is determined to be present ;
Claims, characterized and the data transfer and matching instruction control unit, and the comparison result editing unit, and the entire memory, and the diagnosis controller, to a semiconductor integrated circuit at least one of said threshold control unit collation processing equipment according to 5.
データを照合する複数の処理部の状態を診断する診断情報に基づいて、該複数の処理部のうち特定の処理部の故障の予兆を検知した際に、該特定の処理部に転送するデータを記憶デバイスに格納すると共に、
前記特定の処理部が故障した際には、前記記憶デバイスに格納した前記データを故障の予兆を検知していない他の処理部に転送すると共に、転送したデータに対する当該他の処理部による照合処理を指示することを特徴とする照合処理装置の制御方法。
Based on diagnostic information for diagnosing the status of a plurality of processing units that collate data, when a sign of failure of a specific processing unit among the plurality of processing units is detected, data to be transferred to the specific processing unit while store in the storage device,
Wherein when a specific processing unit fails, the said data stored in the storage device, with also transferred to other processing units does not detect a sign of failure, those said other processing unit for transferring data A method for controlling a collation processing apparatus, characterized by instructing collation processing using
照合処理装置を制御するコンピュータ・プログラムであって、そのコンピュータ・プログラムにより、
データを照合する複数の処理部の状態を診断する診断情報に基づいて、該複数の処理部のうち特定の処理部の故障の予兆を検知した際に、該特定の処理部に転送するデータを記憶デバイスに格納すると共に、前記特定の処理部が故障した際には、前記記憶デバイスに格納した前記データを故障の予兆を検知していない他の処理部に転送すると共に、転送したデータに対する当該他の処理部による照合処理を指示する制御をコンピュータに実現させることを特徴とするコンピュータ・プログラム。
A computer program for controlling the verification processing device, the computer program
Based on diagnostic information for diagnosing the status of a plurality of processing units that collate data, when a sign of failure of a specific processing unit among the plurality of processing units is detected, data to be transferred to the specific processing unit while store in the storage device, when said specific processing unit fails, the data stored in the storage device, with also transferred to other processing units does not detect a sign of failure, and transfer A computer program for causing a computer to realize control for instructing collation processing by the other processing unit for data.
JP2012052543A 2012-03-09 2012-03-09 Collation processing apparatus, control method therefor, and computer program Active JP5516620B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012052543A JP5516620B2 (en) 2012-03-09 2012-03-09 Collation processing apparatus, control method therefor, and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012052543A JP5516620B2 (en) 2012-03-09 2012-03-09 Collation processing apparatus, control method therefor, and computer program

Publications (2)

Publication Number Publication Date
JP2013186776A JP2013186776A (en) 2013-09-19
JP5516620B2 true JP5516620B2 (en) 2014-06-11

Family

ID=49388122

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012052543A Active JP5516620B2 (en) 2012-03-09 2012-03-09 Collation processing apparatus, control method therefor, and computer program

Country Status (1)

Country Link
JP (1) JP5516620B2 (en)

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH096545A (en) * 1995-06-14 1997-01-10 Nec Field Service Ltd User file backup system
JP2900901B2 (en) * 1996-11-13 1999-06-02 三菱電機株式会社 Server system maintenance and operation management method
JPH11110259A (en) * 1997-10-02 1999-04-23 Toshiba Corp Equipment service life management system and storage medium
JP2001034495A (en) * 1999-07-27 2001-02-09 Nec Corp Dual system
JP2003308178A (en) * 2002-04-18 2003-10-31 Nec Soft Ltd Information processor and information processing method
JP4789021B2 (en) * 2009-02-06 2011-10-05 日本電気株式会社 Data processing apparatus and data processing method

Also Published As

Publication number Publication date
JP2013186776A (en) 2013-09-19

Similar Documents

Publication Publication Date Title
US9317350B2 (en) Method and apparatus for faulty memory utilization
US7730364B2 (en) Systems and methods for predictive failure management
CN110046061A (en) EMS memory error treating method and apparatus
CN105718355B (en) Supercomputer node failure Active Fault Tolerant method based on on-line study
US9910750B2 (en) Storage controlling device, storage controlling method, and non-transitory computer-readable recording medium
US6820213B1 (en) Fault-tolerant computer system with voter delay buffer
JP4491482B2 (en) Failure recovery method, computer, cluster system, management computer, and failure recovery program
US11102060B2 (en) Identification of a soft failure at a member
JP2021068453A (en) Ssd and firmware-based ssd block failure prediction and avoidance methods
CN108694094A (en) Device and method for handling memory access operation
WO2012119432A1 (en) Method for improving stability of computer system, and computer system
JP6206160B2 (en) Storage control device, storage control program, and storage control method
US11068337B2 (en) Data processing apparatus that disconnects control circuit from error detection circuit and diagnosis method
CN110321067B (en) System and method for estimating and managing storage device degradation
US11630731B2 (en) System and device for data recovery for ephemeral storage
JP5516620B2 (en) Collation processing apparatus, control method therefor, and computer program
US8522075B2 (en) Storage system having storage devices for storing data and control devices for controlling the storage devices
JP5849491B2 (en) Disk control device, disk device abnormality detection method, and program
CN113147776A (en) Hot backup fault processing system and method for vehicle and vehicle adopting hot backup fault processing system
US9092364B2 (en) Implementing storage adapter performance control
JP2009003537A (en) Computer
US20200264946A1 (en) Failure sign detection device, failure sign detection method, and recording medium in which failure sign detection program is stored
KR101847556B1 (en) SAS Data converting system having a plurality of RAID controllers
JP6993472B2 (en) Methods, devices, electronic devices, and computer storage media for detecting deep learning chips
US20170206133A1 (en) Control device, method of controlling a storage device, and storage system

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131001

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20140304

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140317

R150 Certificate of patent or registration of utility model

Ref document number: 5516620

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150