JP5019252B2 - Fault processing method, program, and information processing apparatus - Google Patents

Fault processing method, program, and information processing apparatus Download PDF

Info

Publication number
JP5019252B2
JP5019252B2 JP2007051045A JP2007051045A JP5019252B2 JP 5019252 B2 JP5019252 B2 JP 5019252B2 JP 2007051045 A JP2007051045 A JP 2007051045A JP 2007051045 A JP2007051045 A JP 2007051045A JP 5019252 B2 JP5019252 B2 JP 5019252B2
Authority
JP
Japan
Prior art keywords
hardware resource
initialization
information
mounting position
time
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
Application number
JP2007051045A
Other languages
Japanese (ja)
Other versions
JP2008217191A (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 JP2007051045A priority Critical patent/JP5019252B2/en
Publication of JP2008217191A publication Critical patent/JP2008217191A/en
Application granted granted Critical
Publication of JP5019252B2 publication Critical patent/JP5019252B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Hardware Redundancy (AREA)

Description

本発明は、障害から自動で回復するための障害処理方法、プログラム及び情報処理装置に関する。   The present invention relates to a failure processing method, a program, and an information processing apparatus for automatically recovering from a failure.

従来、情報処理装置の起動時に障害が発生した場合、故障が発生した部位を特定し、その部位を切り離して障害から自動で回復することが行われている。しかし、故障が発生した部位を明確に特定することができない場合、情報処理装置が起動不能となることがある。故障が発生した部位が明確に特定できない場合であっても、起動不能障害から自動で回復するための技術が必要とされている。   Conventionally, when a failure occurs at the time of starting an information processing apparatus, a part where the failure has occurred is identified, and the part is separated and automatically recovered from the failure. However, the information processing apparatus may be unable to start up when the site where the failure has occurred cannot be clearly identified. There is a need for a technique for automatically recovering from an unstartable failure even when the site where the failure has occurred cannot be clearly identified.

特許文献1は、ウオッチドッグタイマを開示している。ウオッチドッグタイマは、CPU(中央演算装置)による初期化が必要なシステムに搭載される。ウオッチドッグタイマは、システムの起動後にCPUから繰り返し入力されるクリア命令が、所定時間経過しても入力されないときに、CPUが暴走したと認識し、異常検知信号を出力する。ウオッチドッグタイマは、システムの起動直後は第1の監視間隔でCPUからのクリア命令を監視し、CPUからクリア命令が入力された後は、第1の監視間隔でCPUからのクリア命令を監視することを特徴としている。ウオッチドッグタイマは、システムの初期化処理に要する時間を考慮する必要がなく、しかも、システム初期化時におけるCPUの暴走を確実に検出することができるという効果を奏する。   Patent Document 1 discloses a watch dog timer. The watchdog timer is mounted on a system that needs to be initialized by a CPU (central processing unit). The watchdog timer recognizes that the CPU has runaway and outputs an abnormality detection signal when a clear command repeatedly input from the CPU after activation of the system is not input even after a predetermined time has elapsed. The watchdog timer monitors the clear command from the CPU at the first monitoring interval immediately after the system is started, and monitors the clear command from the CPU at the first monitoring interval after the clear command is input from the CPU. It is characterized by that. The watchdog timer does not need to consider the time required for the system initialization process, and has the effect of reliably detecting a runaway CPU at the time of system initialization.

特許文献2は、自動預金支払機(ATM)の起動状態を監視する起動監視装置を開示している。起動監視装置は、起動監視手段と、時間計測手段と、再起動制御手段とを備える。起動監視手段は、システム起動時の初期化処理を分割し、分割した初期化処理毎の起動状態を監視する。時間計測手段は、起動監視手段が監視した初期化処理毎の時間を計測する。再起動制御手段は、時間計測手段で計測した時間が設定された起動許容時間を超えたとき、再起動を行う。起動監視装置によれば、システム起動時の初期化処理毎の起動状態を複数段階に分けて時間監視するため、起動不可発生時には直ちに再起動をすることができる。特に、システム構成を考慮した余裕時間を設定する必要がなくなるため、無駄な設定時間を省略して短時間に正確な起動可否を検知することができる。   Patent Document 2 discloses an activation monitoring device that monitors the activation state of an automatic deposit payment machine (ATM). The activation monitoring device includes activation monitoring means, time measurement means, and restart control means. The activation monitoring means divides the initialization process at the time of system activation, and monitors the activation state for each divided initialization process. The time measuring means measures the time for each initialization process monitored by the activation monitoring means. The restart control means restarts when the time measured by the time measuring means exceeds a set allowable start time. According to the activation monitoring device, the activation state for each initialization process at the time of activation of the system is time-divided into a plurality of stages. Therefore, it is possible to immediately restart when activation is not possible. In particular, since it is not necessary to set a surplus time in consideration of the system configuration, it is possible to accurately detect whether or not activation is possible in a short time by omitting a useless setting time.

ATMの場合、通常そのハードウエア構成はユーザによって変更されない。一方、パーソナルコンピュータのような情報処理装置の場合、ユーザがハードウエア構成を自由に変更することが可能である。すなわち、起動不能障害から回復するための回復手段を情報処理装置に組み込んだ後に、情報処理装置のハードウエア構成が変更されることが起こり得る。   In the case of ATM, the hardware configuration is usually not changed by the user. On the other hand, in the case of an information processing apparatus such as a personal computer, the user can freely change the hardware configuration. That is, it is possible that the hardware configuration of the information processing apparatus is changed after the recovery means for recovering from the failure to start is incorporated in the information processing apparatus.

特開2005−122424号公報JP 2005-122424 A 特開平10−171546号公報Japanese Patent Laid-Open No. 10-171546

本発明の目的は、ハードウエア構成が変更され得る情報処理装置における障害からの自動回復に好適な障害処理方法、プログラム及び情報処理装置を提供することである。   An object of the present invention is to provide a failure processing method, a program, and an information processing device suitable for automatic recovery from a failure in an information processing device whose hardware configuration can be changed.

以下に、(発明を実施するための最良の形態)で使用される番号を用いて、課題を解決するための手段を説明する。これらの番号は、(特許請求の範囲)の記載と(発明を実施するための最良の形態)との対応関係を明らかにするために付加されたものである。ただし、それらの番号を、(特許請求の範囲)に記載されている発明の技術的範囲の解釈に用いてはならない。   Hereinafter, means for solving the problem will be described using the numbers used in (Best Mode for Carrying Out the Invention). These numbers are added to clarify the correspondence between the description of (Claims) and (Best Mode for Carrying Out the Invention). However, these numbers should not be used to interpret the technical scope of the invention described in (Claims).

本発明による障害処理方法は、情報処理装置(1)の障害処理方法である。前記情報処理装置は、第1ハードウエア資源(30−K)と、前記ハードウエア資源を過去に初期化したときにかかった第1初期化時間を示す第1初期化時間情報(26c)を記憶した記憶部(23)とを具備する。本発明による障害処理方法は、(a)前記情報処理装置の起動時に、前記第1ハードウエア資源の初期化を開始するステップ(S4)と、(b)前記第1ハードウエア資源の初期化を開始してからの第1経過時間を測定するステップ(S4)と、(c)前記第1ハードウエア資源の初期化が完了する前に前記第1経過時間が前記第1初期化時間を超えた場合、前記第1ハードウエア資源の異常を検出するステップ(S6)とを具備する。   The failure processing method according to the present invention is a failure processing method of the information processing apparatus (1). The information processing apparatus stores a first hardware resource (30-K) and first initialization time information (26c) indicating a first initialization time taken when the hardware resource was initialized in the past. And a storage unit (23). According to the failure processing method of the present invention, (a) a step (S4) of starting initialization of the first hardware resource when the information processing apparatus is activated, and (b) initialization of the first hardware resource. Measuring a first elapsed time from the start (S4), and (c) the first elapsed time exceeds the first initialization time before the initialization of the first hardware resource is completed. A step (S6) of detecting an abnormality of the first hardware resource.

本発明においては、ハードウエア資源の初期化中の経過時間とハードウエア資源を過去に初期化した際の初期化時間との比較に基づいてハードウエア資源の異常が検出される。したがって、ハードウエア資源が交換された場合であっても、誤って異常が検出されることが防がれる。また、本発明においては、以下に記載するように、ハードウエア資源から受け取った自己情報と、記憶されている識別情報とを比較することが好ましい。自己情報と識別情報とが一致しない場合、経過時間と初期化時間とを比較しなければ、誤って異常が検出されることが防がれる。   In the present invention, the abnormality of the hardware resource is detected based on the comparison between the elapsed time during the initialization of the hardware resource and the initialization time when the hardware resource is initialized in the past. Therefore, even when hardware resources are exchanged, it is possible to prevent an abnormality from being detected by mistake. Further, in the present invention, as described below, it is preferable to compare the self-information received from the hardware resource with the stored identification information. If the self-information and the identification information do not match, it is possible to prevent an abnormality from being detected by mistake unless the elapsed time and the initialization time are compared.

前記第1ハードウエア資源は、第1実装位置(40−K)に実装されていることが好ましい。前記記憶部は、前記第1ハードウエア資源を示す第1識別情報(26b)と前記第1初期化時間情報とを、前記第1実装位置を示す第1実装位置情報(26a)に対応付けて記憶していることが好ましい。本発明による障害処理方法は、(d)前記第1ハードウエア資源が自己を示す第1自己情報を出力するステップ(S1)と、(e)前記第1自己情報と前記第1識別情報とを比較するステップ(S1)とを具備することが好ましい。   The first hardware resource is preferably mounted at the first mounting position (40-K). The storage unit associates the first identification information (26b) indicating the first hardware resource and the first initialization time information with the first mounting position information (26a) indicating the first mounting position. It is preferable to memorize. The failure processing method according to the present invention includes (d) a step (S1) in which the first hardware resource outputs first self information indicating itself, and (e) the first self information and the first identification information. And comparing (S1).

前記(c)ステップにおいて、前記第1ハードウエア資源の初期化が完了する前に前記第1経過時間が前記第1初期化時間に所定のマージンを加えた時間を超えた場合、前記第1ハードウエア資源の異常を検出することが好ましい。   In the step (c), when the first elapsed time exceeds a time obtained by adding a predetermined margin to the first initialization time before the initialization of the first hardware resource is completed, the first hardware It is preferable to detect an abnormality in the wear resource.

本発明による障害処理方法は、(f)前記第1ハードウエア資源を論理的に切り離すステップ(S9、S10)を具備することが好ましい。   The failure processing method according to the present invention preferably includes (f) a step (S9, S10) of logically separating the first hardware resource.

前記情報処理装置は、第2ハードウエア資源(30−L)を具備することが好ましい。前記第1ハードウエア資源は、第1実装位置(40−K)に実装されている。前記第2ハードウエア資源は、第2実装位置(40−L)に実装されている。前記記憶部は、前記第2実装位置を示す第2実装位置情報(29a)と前記第1実装位置を示す第1実装位置情報(29a)とを関連付けて記憶することが好ましい。本発明による障害処理方法は、(g)前記第1ハードウエア資源及び前記第2ハードウエア資源を論理的に切り離すステップを具備することが好ましい。   The information processing apparatus preferably includes a second hardware resource (30-L). The first hardware resource is mounted at a first mounting position (40-K). The second hardware resource is mounted at the second mounting position (40-L). The storage unit preferably stores the second mounting position information (29a) indicating the second mounting position and the first mounting position information (29a) indicating the first mounting position in association with each other. The failure processing method according to the present invention preferably includes (g) a step of logically separating the first hardware resource and the second hardware resource.

前記情報処理装置は、第3実装位置(40−1)に実装された第3ハードウエア資源(30−1’)を具備することが好ましい。前記記憶部は、第3識別情報(26b)及び第3初期化時間を示す第3初期化時間情報(26c)を、前記第3実装位置を示す第3実装位置情報(26a)に対応付けて記憶することが好ましい。本発明による障害処理方法は、(h)前記第3ハードウエア資源が自己を示す第3自己情報を出力するステップ(S1)と、(i)前記第3自己情報と前記第3識別情報とを比較するステップ(S1)と、(j)前記第3ハードウエア資源の初期化を開始するステップ(S4)と、(k)前記第3ハードウエア資源の初期化を開始してからの第3経過時間を測定するステップ(S4)と、(l)前記第3ハードウエア資源の初期化が完了する前に前記第3経過時間が前記第3初期化時間を超えたとき、前記第3自己情報と前記第3識別情報とが一致している場合に前記第3ハードウエア資源の異常を検出し、一致していない場合に前記第3ハードウエア資源の異常を検出しないステップ(S6)と、(m)前記第3ハードウエア資源を示すように前記第3識別情報を更新し、前記第3ハードウエア資源の初期化が完了したときの前記第3経過時間を示すように前記第3初期化時間情報を更新するステップ(S7)とを具備することが好ましい。   The information processing apparatus preferably includes a third hardware resource (30-1 ') mounted at the third mounting position (40-1). The storage unit associates third identification information (26b) and third initialization time information (26c) indicating a third initialization time with third mounting position information (26a) indicating the third mounting position. It is preferable to memorize. The failure processing method according to the present invention includes (h) a step (S1) in which the third hardware resource outputs third self-information indicating itself, and (i) the third self-information and the third identification information. A comparison step (S1), (j) a step (S4) for starting the initialization of the third hardware resource, and (k) a third process after starting the initialization of the third hardware resource. Measuring time (S4), and (l) when the third elapsed time exceeds the third initialization time before the initialization of the third hardware resource is completed, A step of detecting an abnormality of the third hardware resource when the third identification information matches, and a step of not detecting an abnormality of the third hardware resource when the third identification information does not match; ) Indicates the third hardware resource Updating the third identification information, and updating the third initialization time information to indicate the third elapsed time when the initialization of the third hardware resource is completed (S7). It is preferable to do.

本発明によるプログラムは、上記障害処理方法のいずれかをコンピュータ(1)に実行させる。   The program according to the present invention causes the computer (1) to execute any one of the failure handling methods.

本発明による情報処理装置(1)は、制御部(20)と、第1ハードウエア資源(30−K)と、前記制御部が前記第1ハードウエア資源を過去に初期化したときにかかった第1初期化時間を示す第1初期化時間情報(26c)を記憶した記憶部(23)とを具備する。前記制御部は、前記情報処理装置の起動時に、前記第1ハードウエア資源の初期化を開始し、前記第1ハードウエア資源の初期化を開始してからの第1経過時間を測定し、前記第1ハードウエア資源の初期化が完了する前に前記第1経過時間が前記第1初期化時間を超えた場合、前記第1ハードウエア資源の異常を検出する。   The information processing apparatus (1) according to the present invention is activated when the control unit (20), the first hardware resource (30-K), and the control unit initialize the first hardware resource in the past. And a storage unit (23) storing first initialization time information (26c) indicating the first initialization time. The control unit starts initialization of the first hardware resource at the time of starting up the information processing apparatus, measures a first elapsed time after starting initialization of the first hardware resource, and If the first elapsed time exceeds the first initialization time before the initialization of the first hardware resource is completed, an abnormality of the first hardware resource is detected.

本発明によれば、ハードウエア構成が変更され得る情報処理装置における障害からの自動回復に好適な障害処理方法、プログラム及び情報処理装置が提供される。   According to the present invention, there are provided a failure processing method, a program, and an information processing device suitable for automatic recovery from a failure in an information processing device whose hardware configuration can be changed.

添付図面を参照して、本発明による障害処理方法、プログラム及び情報処理装置を実施するための最良の形態を以下に説明する。   With reference to the attached drawings, the best mode for carrying out the fault processing method, program, and information processing apparatus according to the present invention will be described below.

(第1の実施形態)
図1は、本発明の第1の実施形態に係る情報処理装置1のブロック図を示している。情報処理装置1は、制御部20と、記憶部23と、入力部25と、ハードウエア資源30−1乃至30−Nとを具備する。Nは2以上の自然数をあらわす。制御部20は、初期化時間測定部21と、初期化時間比較部22と、障害部位切り離し部24とを備える。障害部位切り離し部24は、切り離しモード設定情報28とブロック設定テーブル29とを記憶している。記憶部23は、初期化時間テーブル26とプログラム27とを記憶している。ハードウエア資源30−1乃至ハードウエア資源30−Nは、実装位置40−1乃至40−Nに実装されている。例えば、ハードウエア資源30−1は実装位置40−1に実装され、ハードウエア資源30−Kは実装位置40−Kに実装され、ハードウエア資源30−Lは実装位置40−Lに実装され、ハードウエア資源30−Nは実装位置40−Nに実装されている。Kは、1からNまでの自然数のいずれかである。Lは、1からNまでの自然数のいずれかである。KとLとは異なる。ハードウエア資源30−1乃至30−Nは、情報処理装置1の構成要素である。
(First embodiment)
FIG. 1 shows a block diagram of an information processing apparatus 1 according to the first embodiment of the present invention. The information processing apparatus 1 includes a control unit 20, a storage unit 23, an input unit 25, and hardware resources 30-1 to 30-N. N represents a natural number of 2 or more. The control unit 20 includes an initialization time measurement unit 21, an initialization time comparison unit 22, and a fault site separation unit 24. The fault site separation unit 24 stores separation mode setting information 28 and a block setting table 29. The storage unit 23 stores an initialization time table 26 and a program 27. The hardware resources 30-1 to 30-N are mounted at the mounting positions 40-1 to 40-N. For example, the hardware resource 30-1 is mounted at the mounting position 40-1, the hardware resource 30-K is mounted at the mounting position 40-K, the hardware resource 30-L is mounted at the mounting position 40-L, The hardware resource 30-N is mounted at the mounting position 40-N. K is any natural number from 1 to N. L is any natural number from 1 to N. K and L are different. The hardware resources 30-1 to 30-N are components of the information processing apparatus 1.

制御部20は、プログラム27に基づいて、情報処理装置1の起動時に実装位置40−1乃至40−Nに実装されたハードウエア資源、例えばハードウエア資源30−1乃至30−Nを初期化し、障害処理方法を実行する。制御部20は、必要に応じて実装位置40−1乃至40−Nに実装されたハードウエア資源を論理的に切り離すことで、起動時に発生する障害から情報処理装置1を回復させる。   Based on the program 27, the control unit 20 initializes hardware resources mounted at the mounting positions 40-1 to 40-N when the information processing apparatus 1 is started, for example, hardware resources 30-1 to 30-N, Execute the fault handling method. The control unit 20 logically separates the hardware resources mounted at the mounting positions 40-1 to 40-N as necessary, thereby recovering the information processing apparatus 1 from a failure that occurs at startup.

図2は、初期化時間テーブル26のデータ構成を示している。初期化時間テーブル26は、実装位置情報26aと、ハードウエア資源識別情報26bと、初期化時間情報26cとを含む。実装位置情報26a「40−K」は実装位置40−Kを示している。ハードウエア資源識別情報26b「SNK」は実装位置40−Kに実装されていたハードウエア資源を示している。ここで、実装位置40−Kに実装されていたハードウエア資源は、ハードウエア資源30−Kの場合もあるし、他のハードウエア資源の場合もある。初期化時間情報26c「TK秒」は制御部20が実装位置40−Kに実装されていたハードウエア資源を前回初期化したときにかかった時間がTK秒であることを示している。ハードウエア資源識別情報26b「SNK」及び初期化時間情報26c「TK秒」は、実装位置情報26a「40−K」に対応付けられている。ここで、「SNK」は、例えば、実装位置40−Kに実装されていたハードウエア資源のシリアル番号である。   FIG. 2 shows the data structure of the initialization time table 26. The initialization time table 26 includes mounting position information 26a, hardware resource identification information 26b, and initialization time information 26c. The mounting position information 26a “40-K” indicates the mounting position 40-K. The hardware resource identification information 26b “SNK” indicates the hardware resource mounted at the mounting position 40-K. Here, the hardware resource mounted at the mounting position 40-K may be the hardware resource 30-K or may be another hardware resource. The initialization time information 26c “TK seconds” indicates that the time taken when the control unit 20 previously initialized the hardware resource mounted at the mounting position 40-K is TK seconds. The hardware resource identification information 26b “SNK” and the initialization time information 26c “TK seconds” are associated with the mounting position information 26a “40-K”. Here, “SNK” is, for example, the serial number of the hardware resource mounted at the mounting position 40-K.

切り離しモード設定情報28は、切り分け優先モード又は起動優先モードのいずれかを設定している。切り分け優先モードにおいては、起動後の情報処理装置1の能力の高さが情報処理装置1の起動の速さよりも優先されている。起動優先モードにおいては、情報処理装置1の起動の速さが起動後の情報処理装置1の能力の高さよりも優先されている。切り分け優先モードにおいては、制御部20は、ハードウエア資源30−1乃至30−Nのうち異常が検出されたものだけを論理的に切り離す。起動優先モードにおいては、制御部20は、ハードウエア資源30−1乃至30−Nのうち異常が検出されたものとこれと関連付けられたものとを同時に切り離す。ユーザは、入力部25を操作して、切り離しモード設定情報28が切り分け優先モード又は起動優先モードのどちらを設定しているかを変更することが可能である。   The separation mode setting information 28 sets either the separation priority mode or the activation priority mode. In the separation priority mode, the high capability of the information processing apparatus 1 after activation is prioritized over the activation speed of the information processing apparatus 1. In the activation priority mode, the speed of activation of the information processing apparatus 1 is prioritized over the capacity of the information processing apparatus 1 after activation. In the separation priority mode, the control unit 20 logically separates only the hardware resources 30-1 to 30-N from which an abnormality has been detected. In the activation priority mode, the control unit 20 simultaneously disconnects the hardware resource 30-1 to 30-N from which an abnormality has been detected and the resource associated therewith. The user can operate the input unit 25 to change whether the separation mode setting information 28 is set to the separation priority mode or the activation priority mode.

図3は、ブロック設定テーブル29のデータ構成を示している。ブロック設定テーブル29は、実装位置情報29aと、ブロック情報29bとを含む。ブロック情報29b「第1ブロック」が実装位置情報29a「40−K」に対応付けられている。実装位置情報29a「40−K」は、実装位置40−Kを示している。ブロック情報29b「第1ブロック」が実装位置情報29a「40−L」に対応付けられている。実装位置情報29a「40−L」は実装位置40−Lを示している。ブロック設定テーブル29は、実装位置40−K及び実装位置40−Lが第1ブロックに属することを示している。すなわち、ブロック設定テーブル29は、実装位置40−Kと実装位置40−Lとを関連付けている。ユーザは、入力部25を操作して、ブロック設定テーブル29を自由に設定することが可能である。ユーザは、例えば、一の実装位置に実装されたハードウエア資源に異常がある場合に他の実装位置に実装されたハードウエア資源に異常がある確率が高い場合に、一の実装位置と他の実装位置とを同じブロックに属するように設定することが好ましい。また、ユーザは、一の実装位置に実装されたハードウエア資源と他の実装位置に実装されたハードウエア資源とが必ず同時に使用され、各々単独では使用されない場合に、一の実装位置と他の実装位置とを同じブロックに属するように設定することが好ましい。更に、ユーザは、最小単位での起動を優先してブロック設定テーブル29を設定することが好ましい。   FIG. 3 shows the data structure of the block setting table 29. The block setting table 29 includes mounting position information 29a and block information 29b. The block information 29b “first block” is associated with the mounting position information 29a “40-K”. The mounting position information 29a “40-K” indicates the mounting position 40-K. The block information 29b “first block” is associated with the mounting position information 29a “40-L”. The mounting position information 29a “40-L” indicates the mounting position 40-L. The block setting table 29 indicates that the mounting position 40-K and the mounting position 40-L belong to the first block. That is, the block setting table 29 associates the mounting position 40-K with the mounting position 40-L. The user can freely set the block setting table 29 by operating the input unit 25. For example, when there is an abnormality in a hardware resource installed in one mounting position, and there is a high probability that there is an abnormality in a hardware resource installed in another mounting position, the user It is preferable to set the mounting position so as to belong to the same block. In addition, the user must always use the hardware resource installed at one mounting location and the hardware resource installed at another mounting location at the same time, and if one is not used independently, the other It is preferable to set the mounting position so as to belong to the same block. Furthermore, it is preferable that the user sets the block setting table 29 by giving priority to activation in the minimum unit.

次に、情報処理装置1が実行する障害処理方法について図4を参照して説明する。   Next, a failure processing method executed by the information processing apparatus 1 will be described with reference to FIG.

図4は、情報処理装置1の起動時における動作フローを示している。初期状態において、後述する比較フラグはON状態である。   FIG. 4 shows an operation flow when the information processing apparatus 1 is activated. In an initial state, a comparison flag, which will be described later, is in an ON state.

ステップS1において、制御部20は、実装位置40−Kに実装されたハードウエア資源30−Kにハードウエア資源識別情報を要求する。ハードウエア資源30−Kは、自己を示すハードウエア資源識別情報「30−K」を制御部20に出力する。制御部20は、ハードウエア資源30−Kが出力したハードウエア資源識別情報「30−K」とハードウエア資源識別情報26b「SNK」とを比較する。ハードウエア資源識別情報「30−K」とハードウエア資源識別情報26b「SNK」とが一致する場合(図4においてNO)ステップS2に進み、一致しない場合(図4においてYES)ステップS3に進む。   In step S1, the control unit 20 requests hardware resource identification information from the hardware resource 30-K mounted at the mounting position 40-K. The hardware resource 30 -K outputs hardware resource identification information “30-K” indicating itself to the control unit 20. The control unit 20 compares the hardware resource identification information “30-K” output from the hardware resource 30-K with the hardware resource identification information 26b “SNK”. If the hardware resource identification information “30-K” matches the hardware resource identification information 26b “SNK” (NO in FIG. 4), the process proceeds to step S2, and if not (YES in FIG. 4), the process proceeds to step S3.

ステップS2において、制御部20は、初期化時間テーブル26を参照して実装位置情報26a「40−K」に対応付けられた初期化時間情報26cが存在するか否かを確認する。存在する場合(図4においてYES)、ステップS4に進む。存在しない場合(図4においてNO)、ステップS3に進む。   In step S <b> 2, the control unit 20 refers to the initialization time table 26 and confirms whether or not the initialization time information 26 c associated with the mounting position information 26 a “40-K” exists. If it exists (YES in FIG. 4), the process proceeds to step S4. If it does not exist (NO in FIG. 4), the process proceeds to step S3.

ステップS3において、制御部20は、比較フラグをOFF状態にする。次に、ステップS4に進む。   In step S3, the control unit 20 sets the comparison flag to the OFF state. Next, the process proceeds to step S4.

ステップS4において、制御部20は、ハードウエア資源30−Kの初期化を開始する。初期化時間測定部21は、ハードウエア資源30−Kの初期化を開始してからの経過時間の測定を開始する。初期化時間測定部21は、経過時間を初期化時間比較部22にリアルタイムで通知する。次に、ステップS5に進む。   In step S4, the control unit 20 starts to initialize the hardware resource 30-K. The initialization time measuring unit 21 starts measuring the elapsed time after starting the initialization of the hardware resource 30-K. The initialization time measurement unit 21 notifies the initialization time comparison unit 22 of the elapsed time in real time. Next, the process proceeds to step S5.

ステップS5において、制御部20は、ハードウエア資源30−Kの初期化が完了したか否かを確認する。初期化が完了している場合(図4においてYES)、ステップS7に進む。初期化が完了していない場合(図4においてNO)、ステップS6に進む。   In step S5, the control unit 20 confirms whether or not the initialization of the hardware resource 30-K is completed. If initialization has been completed (YES in FIG. 4), the process proceeds to step S7. If initialization has not been completed (NO in FIG. 4), the process proceeds to step S6.

ステップS6において、初期化時間比較部22は、比較フラグがON状態である場合、経過時間と初期化時間情報26cが示す初期化時間(TK秒)に所定のマージンを加えた基準時間とを比較する。経過時間が基準時間より大きい場合、ステップS8に進む。経過時間が基準時間より大きくない場合、ステップS5に戻る。比較フラグがOFF状態である場合、初期化時間比較部22が経過時間と基準時間とを比較しないでステップS5に戻る。   In step S6, when the comparison flag is in the ON state, the initialization time comparison unit 22 compares the elapsed time with the reference time obtained by adding a predetermined margin to the initialization time (TK seconds) indicated by the initialization time information 26c. To do. If the elapsed time is greater than the reference time, the process proceeds to step S8. If the elapsed time is not longer than the reference time, the process returns to step S5. If the comparison flag is OFF, the initialization time comparison unit 22 returns to step S5 without comparing the elapsed time with the reference time.

ステップS7において、初期化時間比較部22は、初期化が完了したときの経過時間を示す経過時間情報を記憶部23に出力する。ここでは、初期化にTK1秒かかった場合について説明する。記憶部23は、初期化が完了したときの経過時間(TK1秒)を示すように初期化時間情報26cを更新する。また、記憶部23は、ハードウエア資源識別情報「30−K」を示すようにハードウエア資源識別情報26bを更新する。次に、ステップS11に進む。   In step S <b> 7, the initialization time comparison unit 22 outputs elapsed time information indicating the elapsed time when the initialization is completed to the storage unit 23. Here, a case will be described in which initialization takes TK 1 second. The storage unit 23 updates the initialization time information 26c so as to indicate the elapsed time (TK 1 second) when the initialization is completed. In addition, the storage unit 23 updates the hardware resource identification information 26b to indicate the hardware resource identification information “30-K”. Next, the process proceeds to step S11.

ステップS8において、障害部位切り離し部24は、切り離しモード設定情報28が切り分け優先モード又は起動優先モードのどちらを設定しているかを確認する。切り分け優先モードに設定されている場合、ステップS9に進む。起動優先モードに設定されている場合、ステップS10に進む。   In step S <b> 8, the failure part separating unit 24 confirms whether the separation mode setting information 28 is set to the separation priority mode or the activation priority mode. If the carving priority mode is set, the process proceeds to step S9. If the activation priority mode is set, the process proceeds to step S10.

ステップS9において、障害部位切り離し部24は、ハードウエア資源30−Kを論理的に切り離す。次に、ステップS11に進む。   In step S9, the fault site separating unit 24 logically separates the hardware resource 30-K. Next, the process proceeds to step S11.

ステップS10において、障害部位切り離し部24は、ブロック設定テーブル29を参照して実装位置40−Kに関連付けられた実装位置を検出する。障害部位切り離し部24は、実装位置40−Kと実装位置40−Lの両者が第1ブロックに属しているため、実装位置40−Lを検出する。障害部位切り離し部24は、実装位置40−K及び実装位置40−Lに実装されたハードウエア資源30−K及びハードウエア資源30−Lを論理的に切り離す。次に、ステップS11に進む。   In step S <b> 10, the failure part separating unit 24 refers to the block setting table 29 and detects the mounting position associated with the mounting position 40 -K. The failure part separating unit 24 detects the mounting position 40-L because both the mounting position 40-K and the mounting position 40-L belong to the first block. The failure part separating unit 24 logically separates the hardware resource 30-K and the hardware resource 30-L mounted at the mounting position 40-K and the mounting position 40-L. Next, the process proceeds to step S11.

ステップS11において、制御部20は、比較フラグをON状態にする。ステップS11において、全てのハードウエア資源の初期化が完了している場合(図4においてYES)、障害処理方法を終了する。全てのハードウエア資源の初期化が完了していない場合(図4においてNO)、残りのハードウエア資源について、ステップS1〜ステップS10を実行する。   In step S11, the control unit 20 turns on the comparison flag. In step S11, when all the hardware resources have been initialized (YES in FIG. 4), the failure processing method is terminated. When the initialization of all hardware resources is not completed (NO in FIG. 4), Steps S1 to S10 are executed for the remaining hardware resources.

本実施形態においては、ハードウエア資源の初期化中の経過時間とハードウエア資源が正常に初期化された際の初期化時間との比較に基づいてハードウエア資源の異常が検出されている。また、ハードウエア資源から受け取ったハードウエア資源識別情報と、記憶されているハードウエア資源識別情報とが一致しない場合、経過時間と初期化時間(基準時間)とは比較されない。したがって、ハードウエア資源が交換された場合であっても、誤って異常が検出されることが防がれる。   In the present embodiment, the abnormality of the hardware resource is detected based on the comparison between the elapsed time during initialization of the hardware resource and the initialization time when the hardware resource is normally initialized. Further, when the hardware resource identification information received from the hardware resource does not match the stored hardware resource identification information, the elapsed time and the initialization time (reference time) are not compared. Therefore, even when hardware resources are exchanged, it is possible to prevent an abnormality from being detected by mistake.

次に、情報処理装置1が実行する障害処理方法について具体例を用いて説明する。   Next, a failure processing method executed by the information processing apparatus 1 will be described using a specific example.

情報処理装置1の起動開始前において、初期化時間テーブル26は図5に示すデータ構成を有している。実装位置情報26a「40−1」は実装位置40−1を示している。ハードウエア資源識別情報26b「30−1」はハードウエア資源30−1を示している。初期化時間情報26c「T1秒」は制御部20が実装位置40−Kに実装されていたハードウエア資源30−1を前回初期化したときにかかった時間がT1秒であることを示している。   Before the start-up of the information processing apparatus 1, the initialization time table 26 has a data configuration shown in FIG. The mounting position information 26a “40-1” indicates the mounting position 40-1. The hardware resource identification information 26b “30-1” indicates the hardware resource 30-1. The initialization time information 26c “T1 second” indicates that the time taken when the control unit 20 previously initialized the hardware resource 30-1 mounted at the mounting position 40-K is T1 seconds. .

ステップS1において、制御部20は、実装位置40−1に実装されたハードウエア資源30−1にハードウエア資源識別情報を要求する。ハードウエア資源30−1は、自己を示すハードウエア資源識別情報「30−1」を制御部20に出力する。制御部20は、ハードウエア資源30−1が出力したハードウエア資源識別情報「30−1」と図5のハードウエア資源識別情報26b「30−1」とを比較する。ハードウエア資源30−1が出力したハードウエア資源識別情報「30−1」とハードウエア資源識別情報26b「30−1」とが一致しているため、ステップS2に進む。   In step S1, the control unit 20 requests hardware resource identification information from the hardware resource 30-1 mounted at the mounting position 40-1. The hardware resource 30-1 outputs hardware resource identification information “30-1” indicating itself to the control unit 20. The control unit 20 compares the hardware resource identification information “30-1” output from the hardware resource 30-1 with the hardware resource identification information 26b “30-1” in FIG. Since the hardware resource identification information “30-1” output from the hardware resource 30-1 matches the hardware resource identification information 26b “30-1”, the process proceeds to step S2.

ステップS2において、制御部20は、図5の初期化時間テーブル26を参照して実装位置情報26a「40−1」に対応付けられた初期化時間情報26cが存在するか否かを確認する。存在するため、ステップS4に進む。   In step S <b> 2, the control unit 20 refers to the initialization time table 26 of FIG. 5 and confirms whether or not the initialization time information 26 c associated with the mounting position information 26 a “40-1” exists. Since it exists, it progresses to step S4.

ステップS4において、制御部20は、ハードウエア資源30−1の初期化を開始する。初期化時間測定部21は、ハードウエア資源30−1の初期化を開始してからの経過時間の測定を開始する。初期化時間測定部21は、経過時間を初期化時間比較部22にリアルタイムで通知する。   In step S4, the control unit 20 starts to initialize the hardware resource 30-1. The initialization time measurement unit 21 starts measuring the elapsed time after the initialization of the hardware resource 30-1. The initialization time measurement unit 21 notifies the initialization time comparison unit 22 of the elapsed time in real time.

ステップS5において、制御部20は、ハードウエア資源30−1の初期化が完了したか否かを確認する。初期化が完了している場合、ステップS7に進む。初期化が完了していない場合、ステップS6に進む。   In step S5, the control unit 20 confirms whether or not the initialization of the hardware resource 30-1 is completed. If initialization has been completed, the process proceeds to step S7. If the initialization has not been completed, the process proceeds to step S6.

ステップS6において、初期化時間比較部22は、比較フラグがON状態であるため、経過時間と図5の初期化時間情報26cが示す初期化時間T1秒に所定のマージンを加えた基準時間とを比較する。経過時間が基準時間より大きい場合、ステップS8に進む。経過時間が基準時間より大きくない場合、ステップS5に戻る。   In step S6, since the comparison flag is in the ON state, the initialization time comparison unit 22 calculates the elapsed time and the reference time obtained by adding a predetermined margin to the initialization time T1 seconds indicated by the initialization time information 26c in FIG. Compare. If the elapsed time is greater than the reference time, the process proceeds to step S8. If the elapsed time is not longer than the reference time, the process returns to step S5.

以下、経過時間が基準時間を超える前にハードウエア資源30−1の初期化が完了した場合について説明する。   Hereinafter, a case where the initialization of the hardware resource 30-1 is completed before the elapsed time exceeds the reference time will be described.

ステップS5において、制御部20は、ハードウエア資源30−1の初期化が完了したことを検出する。   In step S5, the control unit 20 detects that the initialization of the hardware resource 30-1 has been completed.

ステップS7において、初期化時間比較部22は、初期化が完了したときの経過時間を示す経過時間情報を記憶部23に出力する。ここでは、初期化にT1’秒かかった場合について説明する。記憶部23は、初期化が完了したときの経過時間(T1’秒)を示すように図5の初期化時間情報26cを更新する。記憶部23は、ハードウエア資源30−1が出力したハードウエア資源識別情報「30−1」を示すように図5のハードウエア資源識別情報26bを更新する。なお、ステップS1において「NO」であった場合、ハードウエア資源識別情報26b「30−1」を更新しなくてもよい。図6は、更新後の初期化時間テーブル26を示している。   In step S <b> 7, the initialization time comparison unit 22 outputs elapsed time information indicating the elapsed time when the initialization is completed to the storage unit 23. Here, a case where initialization takes T1 'seconds will be described. The storage unit 23 updates the initialization time information 26c of FIG. 5 to indicate the elapsed time (T1 ′ seconds) when the initialization is completed. The storage unit 23 updates the hardware resource identification information 26b of FIG. 5 to indicate the hardware resource identification information “30-1” output by the hardware resource 30-1. If “NO” in the step S1, the hardware resource identification information 26b “30-1” may not be updated. FIG. 6 shows the initialization time table 26 after the update.

次に、ステップS11に進む。更に、ハードウエア資源30−2〜ハードウエア資源30−NについてステップS1〜ステップS10を実行する。   Next, the process proceeds to step S11. Further, Steps S1 to S10 are executed for the hardware resources 30-2 to 30-N.

その後、ユーザがハードウエア資源30−1を実装位置40−1から取り外し、ハードウエア資源30−1’を実装位置40−1に実装した後に情報処理装置1を起動した場合について以下に説明する。   Thereafter, a case where the user removes the hardware resource 30-1 from the mounting position 40-1 and starts the information processing apparatus 1 after mounting the hardware resource 30-1 'at the mounting position 40-1 will be described below.

図7は、ハードウエア資源30−1がハードウエア資源30−1’で置き換えられた情報処理装置1を示している。   FIG. 7 shows the information processing apparatus 1 in which the hardware resource 30-1 is replaced with the hardware resource 30-1 '.

ステップS1において、制御部20は、実装位置40−1に実装されたハードウエア資源30−1’にハードウエア資源識別情報を要求する。ハードウエア資源30−1’は、自己を示すハードウエア資源識別情報「30−1’」を制御部20に出力する。制御部20は、ハードウエア資源30−1’が出力したハードウエア資源識別情報「30−1’」と図6のハードウエア資源識別情報26b「30−1」とを比較する。ハードウエア資源識別情報「30−1’」とハードウエア資源識別情報26b「30−1」とが一致しないため、ステップS3に進む。   In step S1, the control unit 20 requests hardware resource identification information from the hardware resource 30-1 'mounted at the mounting position 40-1. The hardware resource 30-1 'outputs the hardware resource identification information "30-1'" indicating itself to the control unit 20. The control unit 20 compares the hardware resource identification information “30-1 ′” output from the hardware resource 30-1 ′ with the hardware resource identification information 26b “30-1” in FIG. Since the hardware resource identification information “30-1 ′” does not match the hardware resource identification information 26b “30-1”, the process proceeds to step S3.

ステップS3において、制御部20は、比較フラグをOFF状態にする。   In step S3, the control unit 20 sets the comparison flag to the OFF state.

ステップS4において、制御部20は、ハードウエア資源30−1’の初期化を開始する。初期化時間測定部21は、ハードウエア資源30−1’の初期化を開始してからの経過時間の測定を開始する。初期化時間測定部21は、経過時間を初期化時間比較部22にリアルタイムで通知する。   In step S4, the control unit 20 starts to initialize the hardware resource 30-1 '. The initialization time measuring unit 21 starts measuring the elapsed time after starting the initialization of the hardware resource 30-1 '. The initialization time measurement unit 21 notifies the initialization time comparison unit 22 of the elapsed time in real time.

ステップS5において、制御装置20は、ハードウエア資源30−1’の初期化が完了したか否かを確認する。初期化が完了している場合、ステップS7に進む。初期化が完了していない場合、ステップS6に進む。   In step S5, the control device 20 confirms whether or not the initialization of the hardware resource 30-1 'is completed. If initialization has been completed, the process proceeds to step S7. If the initialization has not been completed, the process proceeds to step S6.

ステップS6において、比較フラグがOFF状態であるため、初期化時間比較部22が経過時間と基準時間とを比較しないでステップS5に戻る。   In step S6, since the comparison flag is OFF, the initialization time comparison unit 22 returns to step S5 without comparing the elapsed time with the reference time.

ステップS5において、制御装置20は、ハードウエア資源30−1の初期化が完了したことを検出する。   In step S5, the control device 20 detects that the initialization of the hardware resource 30-1 has been completed.

ステップS7において、初期化時間比較部22は、初期化が完了したときの経過時間を示す経過時間情報を記憶部23に出力する。ここでは、初期化にT1”秒かかった場合について説明する。記憶部23は、初期化が完了したときの経過時間(T1”秒)を示すように図6の初期化時間情報26cを更新する。記憶部23は、ハードウエア資源30−1’が出力したハードウエア資源識別情報「30−1’」を示すように図6のハードウエア資源識別情報26bを更新する。図8は、更新後の初期化時間テーブル26を示している。   In step S <b> 7, the initialization time comparison unit 22 outputs elapsed time information indicating the elapsed time when the initialization is completed to the storage unit 23. Here, a case will be described in which initialization takes T1 ″ seconds. The storage unit 23 updates the initialization time information 26c in FIG. 6 to indicate the elapsed time (T1 ″ seconds) when the initialization is completed. . The storage unit 23 updates the hardware resource identification information 26b of FIG. 6 to indicate the hardware resource identification information “30-1 ′” output by the hardware resource 30-1 ′. FIG. 8 shows the initialization time table 26 after the update.

次に、ステップS11に進む。更に、ハードウエア資源30−2〜ハードウエア資源30−NについてステップS1〜ステップS10を実行する。   Next, the process proceeds to step S11. Further, Steps S1 to S10 are executed for the hardware resources 30-2 to 30-N.

本実施形態においては、簡易な制御機能を制御部20に持たせるだけで、故障発生部位を明確に特定できないような場合でも、故障の発生が疑われる部位の切り離しを自動で行うことが可能である。また、情報処理装置1の起動時にハードウエア資源識別情報が変更されているかどうかの確認を行うため、増設や保守交換によりハードウエア資源の初期化時間が長くなった場合であっても故障の誤検出が防がれる。さらに、ユーザが切り離しモードを変更できるようになっているため、ユーザの要望に柔軟に対応することが可能である。   In the present embodiment, it is possible to automatically detach a part that is suspected of having a failure even if the failure occurrence part cannot be clearly identified by simply providing the control unit 20 with a simple control function. is there. In addition, since it is checked whether the hardware resource identification information has been changed when the information processing apparatus 1 is started up, even if the initialization time of the hardware resource becomes longer due to expansion or maintenance replacement, a faulty error is detected. Detection is prevented. Furthermore, since the user can change the separation mode, it is possible to flexibly respond to the user's request.

図1は、本発明の第1の実施形態に係る情報処理装置のブロック図である。FIG. 1 is a block diagram of an information processing apparatus according to the first embodiment of the present invention. 図2は、初期化時間テーブルを示す図である。FIG. 2 is a diagram showing an initialization time table. 図3は、ブロック設定テーブルを示す図である。FIG. 3 is a diagram illustrating a block setting table. 図4は、情報処理装置が実行する障害処理方法のフロー図である。FIG. 4 is a flowchart of a failure processing method executed by the information processing apparatus. 図5は、初期化時間テーブルを示す図である。FIG. 5 is a diagram showing an initialization time table. 図6は、更新された初期化時間テーブルを示す図である。FIG. 6 is a diagram showing an updated initialization time table. 図7は、ハードウエア資源の構成が変更された情報処理装置のブロック図である。FIG. 7 is a block diagram of an information processing apparatus in which the configuration of hardware resources is changed. 図8は、更に更新された初期化時間テーブルを示す図である。FIG. 8 is a diagram showing a further updated initialization time table.

符号の説明Explanation of symbols

1…情報処理装置
20…制御部
21…初期化時間測定部
22…初期化時間比較部
23…記憶部
24…障害部位切り離し部
25…入力部
26…初期化時間テーブル
26a…実装位置情報
26b…ハードウエア資源識別情報
26c…初期化時間情報
27…プログラム
28…切り離しモード設定情報
29…ブロック設定テーブル
29a…実装位置情報
29b…ブロック情報
30−1〜30−N、30−1’…ハードウエア資源
40−1〜40−N…実装位置
DESCRIPTION OF SYMBOLS 1 ... Information processing apparatus 20 ... Control part 21 ... Initialization time measurement part 22 ... Initialization time comparison part 23 ... Memory | storage part 24 ... Fault site isolation | separation part 25 ... Input part 26 ... Initialization time table 26a ... Mounting position information 26b ... Hardware resource identification information 26c ... Initialization time information 27 ... Program 28 ... Disconnection mode setting information 29 ... Block setting table 29a ... Mounting position information 29b ... Block information 30-1 to 30-N, 30-1 '... Hardware resources 40-1 to 40-N: Mounting position

Claims (9)

情報処理装置の障害処理方法であって、
前記情報処理装置は、
第1ハードウエア資源と、
前記第1ハードウエア資源を過去に初期化したときにかかった第1初期化時間を示す第1初期化時間情報を記憶した記憶部と
を具備し、
前記第1ハードウエア資源は、第1実装位置に実装され、
前記記憶部は、前記第1ハードウエア資源を示す第1識別情報と前記第1初期化時間情報とを、前記第1実装位置を示す第1実装位置情報に対応付けて記憶し、
(a)前記情報処理装置の起動時に、前記第1ハードウエア資源の初期化を開始するステップと、
(b)前記第1ハードウエア資源の初期化を開始してからの第1経過時間を測定するステップと、
(c)前記第1ハードウエア資源の初期化が完了する前に前記第1経過時間が前記第1初期化時間を超えた場合、前記第1ハードウエア資源の異常を検出するステップと
(d)前記第1ハードウエア資源が自己を示す第1自己情報を出力するステップと、
(e)前記第1自己情報と前記第1識別情報とを比較するステップと
を具備する
障害処理方法。
A failure processing method for an information processing apparatus,
The information processing apparatus includes:
A first hardware resource;
A storage unit storing first initialization time information indicating a first initialization time taken when the first hardware resource was initialized in the past;
The first hardware resource is mounted at a first mounting location;
The storage unit stores first identification information indicating the first hardware resource and the first initialization time information in association with first mounting position information indicating the first mounting position,
(A) starting the initialization of the first hardware resource when starting up the information processing apparatus;
(B) measuring a first elapsed time from the start of initialization of the first hardware resource;
(C) detecting an abnormality of the first hardware resource when the first elapsed time exceeds the first initialization time before the initialization of the first hardware resource is completed ;
(D) the first hardware resource outputting first self-information indicating self;
(E) comparing the first self-information with the first identification information, a failure processing method.
前記(c)ステップにおいて、前記第1ハードウエア資源の初期化が完了する前に前記第1経過時間が前記第1初期化時間に所定のマージンを加えた時間を超えた場合、前記第1ハードウエア資源の異常を検出する
請求項1の障害処理方法。
In the step (c), when the first elapsed time exceeds a time obtained by adding a predetermined margin to the first initialization time before the initialization of the first hardware resource is completed, the first hardware The failure processing method according to claim 1, wherein an abnormality of a wear resource is detected .
(f)前記第1ハードウエア資源を論理的に切り離すステップを具備する
請求項1又は2の障害処理方法。
(F) The failure handling method according to claim 1 or 2, further comprising a step of logically separating the first hardware resource .
情報処理装置の障害処理方法であって、
前記情報処理装置は、
第1ハードウエア資源と、
前記第1ハードウエア資源を過去に初期化したときにかかった第1初期化時間を示す第1初期化時間情報を記憶した記憶部と、
第2ハードウエア資源と
を具備し、
前記第1ハードウエア資源は、第1実装位置に実装され、
前記第2ハードウエア資源は、第2実装位置に実装され、
前記記憶部は、前記第2実装位置を示す第2実装位置情報と前記第1実装位置を示す第1実装位置情報とを関連付けて記憶し、
(a)前記情報処理装置の起動時に、前記第1ハードウエア資源の初期化を開始するステップと、
(b)前記第1ハードウエア資源の初期化を開始してからの第1経過時間を測定するステップと、
(c)前記第1ハードウエア資源の初期化が完了する前に前記第1経過時間が前記第1初期化時間を超えた場合、前記第1ハードウエア資源の異常を検出するステップと、
(g)前記第1ハードウエア資源及び前記第2ハードウエア資源を論理的に切り離すステップと
を具備する
害処理方法。
A failure processing method for an information processing apparatus,
The information processing apparatus includes:
A first hardware resource;
A storage unit storing first initialization time information indicating a first initialization time taken when the first hardware resource was initialized in the past;
Second hardware resource and
Comprising
The first hardware resource is mounted at a first mounting location;
The second hardware resource is mounted at a second mounting location;
The storage unit associates and stores second mounting position information indicating the second mounting position and first mounting position information indicating the first mounting position;
(A) starting the initialization of the first hardware resource when starting up the information processing apparatus;
(B) measuring a first elapsed time from the start of initialization of the first hardware resource;
(C) detecting an abnormality of the first hardware resource when the first elapsed time exceeds the first initialization time before the initialization of the first hardware resource is completed;
(G) logically separating the first hardware resource and the second hardware resource;
With
Failure processing method.
情報処理装置の障害処理方法であって、
前記情報処理装置は、
第1ハードウエア資源と、
前記第1ハードウエア資源を過去に初期化したときにかかった第1初期化時間を示す第1初期化時間情報を記憶した記憶部と、
第3実装位置に実装された第3ハードウエア資源と
を具備し、
前記記憶部は、第3識別情報及び第3初期化時間を示す第3初期化時間情報を、前記第3実装位置を示す第3実装位置情報に対応付けて記憶し、
(a)前記情報処理装置の起動時に、前記第1ハードウエア資源の初期化を開始するステップと、
(b)前記第1ハードウエア資源の初期化を開始してからの第1経過時間を測定するステップと、
(c)前記第1ハードウエア資源の初期化が完了する前に前記第1経過時間が前記第1初期化時間を超えた場合、前記第1ハードウエア資源の異常を検出するステップと、
(h)前記第3ハードウエア資源が自己を示す第3自己情報を出力するステップと、
(i)前記第3自己情報と前記第3識別情報とを比較するステップと、
(j)前記第3ハードウエア資源の初期化を開始するステップと、
(k)前記第3ハードウエア資源の初期化を開始してからの第3経過時間を測定するステップと、
(l)前記第3ハードウエア資源の初期化が完了する前に前記第3経過時間が前記第3初期化時間を超えたとき、前記第3自己情報と前記第3識別情報とが一致している場合に前記第3ハードウエア資源の異常を検出し、一致していない場合に前記第3ハードウエア資源の異常を検出しないステップと、
(m)前記第3ハードウエア資源を示すように前記第3識別情報を更新し、前記第3ハードウエア資源の初期化が完了したときの前記第3経過時間を示すように前記第3初期化時間情報を更新するステップと
を具備する
害処理方法。
A failure processing method for an information processing apparatus,
The information processing apparatus includes:
A first hardware resource;
A storage unit storing first initialization time information indicating a first initialization time taken when the first hardware resource was initialized in the past;
A third hardware resource mounted at the third mounting position;
Comprising
The storage unit stores third identification information and third initialization time information indicating a third initialization time in association with third mounting position information indicating the third mounting position,
(A) starting the initialization of the first hardware resource when starting up the information processing apparatus;
(B) measuring a first elapsed time from the start of initialization of the first hardware resource;
(C) detecting an abnormality of the first hardware resource when the first elapsed time exceeds the first initialization time before the initialization of the first hardware resource is completed;
(H) outputting third self-information indicating the self by the third hardware resource;
(I) comparing the third self-information with the third identification information;
(J) starting initialization of the third hardware resource;
(K) measuring a third elapsed time since starting the initialization of the third hardware resource;
(L) When the third elapsed time exceeds the third initialization time before the initialization of the third hardware resource is completed, the third self-information matches the third identification information. Detecting an abnormality in the third hardware resource if not, and not detecting an abnormality in the third hardware resource if they do not match;
(M) updating the third identification information to indicate the third hardware resource, and the third initialization to indicate the third elapsed time when the initialization of the third hardware resource is completed. Updating time information and
With
Failure processing method.
請求項1乃至5のいずれか一項に記載の障害処理方法を前記情報処理装置に実行させるプログラム A program for causing the information processing apparatus to execute the failure processing method according to any one of claims 1 to 5 . 制御部と、
第1ハードウエア資源と、
前記制御部が前記第1ハードウエア資源を過去に初期化したときにかかった第1初期化時間を示す第1初期化時間情報を記憶した記憶部と
を具備し、
前記第1ハードウエア資源は、第1実装位置に実装され、
前記記憶部は、前記第1ハードウエア資源を示す第1識別情報と前記第1初期化時間情報とを、前記第1実装位置を示す第1実装位置情報に対応付けて記憶し、
前記第1ハードウエア資源は自己を示す第1自己情報を出力し、
前記制御部は、
前記第1自己情報と前記第1識別情報とを比較し、
前記情報処理装置の起動時に、前記第1ハードウエア資源の初期化を開始し、
前記第1ハードウエア資源の初期化を開始してからの第1経過時間を測定し、
前記第1ハードウエア資源の初期化が完了する前に前記第1経過時間が前記第1初期化時間を超えた場合、前記第1ハードウエア資源の異常を検出する
情報処理装置
A control unit;
A first hardware resource;
A storage unit storing first initialization time information indicating a first initialization time taken when the control unit initialized the first hardware resource in the past;
Comprising
The first hardware resource is mounted at a first mounting location;
The storage unit stores first identification information indicating the first hardware resource and the first initialization time information in association with first mounting position information indicating the first mounting position,
The first hardware resource outputs first self-information indicating self;
The controller is
Compare the first self information and the first identification information,
When starting up the information processing device, start initialization of the first hardware resource,
Measuring a first elapsed time from the start of initialization of the first hardware resource;
If the first elapsed time exceeds the first initialization time before the initialization of the first hardware resource is completed, an abnormality of the first hardware resource is detected.
Information processing device .
制御部と、
第1ハードウエア資源と、
前記制御部が前記第1ハードウエア資源を過去に初期化したときにかかった第1初期化時間を示す第1初期化時間情報を記憶した記憶部と
第2ハードウエア資源と
を具備し、
前記第1ハードウエア資源は、第1実装位置に実装され、
前記第2ハードウエア資源は、第2実装位置に実装され、
前記記憶部は、前記第2実装位置を示す第2実装位置情報と前記第1実装位置を示す第1実装位置情報とを関連付けて記憶し、
前記制御部は、
前記情報処理装置の起動時に、前記第1ハードウエア資源の初期化を開始し、
前記第1ハードウエア資源の初期化を開始してからの第1経過時間を測定し、
前記第1ハードウエア資源の初期化が完了する前に前記第1経過時間が前記第1初期化時間を超えた場合、前記第1ハードウエア資源の異常を検出し、
前記第1ハードウエア資源及び前記第2ハードウエア資源を論理的に切り離す
情報処理装置。
A control unit;
A first hardware resource;
A storage unit storing first initialization time information indicating a first initialization time taken when the control unit initialized the first hardware resource in the past ;
A second hardware resource; and
The first hardware resource is mounted at a first mounting location;
The second hardware resource is mounted at a second mounting location;
The storage unit associates and stores second mounting position information indicating the second mounting position and first mounting position information indicating the first mounting position;
The controller is
When starting up the information processing device, start initialization of the first hardware resource,
Measuring a first elapsed time from the start of initialization of the first hardware resource;
If the first elapsed time exceeds the first initialization time before the initialization of the first hardware resource is completed, an abnormality of the first hardware resource is detected ;
An information processing apparatus that logically separates the first hardware resource and the second hardware resource .
制御部と、  A control unit;
第1ハードウエア資源と、  A first hardware resource;
前記制御部が前記第1ハードウエア資源を過去に初期化したときにかかった第1初期化時間を示す第1初期化時間情報を記憶した記憶部と、  A storage unit storing first initialization time information indicating a first initialization time taken when the control unit initialized the first hardware resource in the past;
第3実装位置に実装された第3ハードウエア資源と  A third hardware resource mounted at the third mounting position;
を具備し、Comprising
前記記憶部は、第3識別情報及び第3初期化時間を示す第3初期化時間情報を、前記第3実装位置を示す第3実装位置情報に対応付けて記憶し、  The storage unit stores third identification information and third initialization time information indicating a third initialization time in association with third mounting position information indicating the third mounting position,
前記第3ハードウエア資源が自己を示す第3自己情報を出力し、  The third hardware resource outputs third self-information indicating self;
前記制御部は、  The controller is
前記情報処理装置の起動時に、前記第1ハードウエア資源の初期化を開始し、  When starting up the information processing device, start initialization of the first hardware resource,
前記第1ハードウエア資源の初期化を開始してからの第1経過時間を測定し、  Measuring a first elapsed time from the start of initialization of the first hardware resource;
前記第1ハードウエア資源の初期化が完了する前に前記第1経過時間が前記第1初期化時間を超えた場合、前記第1ハードウエア資源の異常を検出し、  If the first elapsed time exceeds the first initialization time before the initialization of the first hardware resource is completed, an abnormality of the first hardware resource is detected;
前記第3自己情報と前記第3識別情報とを比較し、  Comparing the third self-information with the third identification information;
前記第3ハードウエア資源の初期化を開始し、  Initiating initialization of the third hardware resource,
前記第3ハードウエア資源の初期化を開始してからの第3経過時間を測定し、  Measuring a third elapsed time from the start of initialization of the third hardware resource;
前記第3ハードウエア資源の初期化が完了する前に前記第3経過時間が前記第3初期化時間を超えたとき、前記第3自己情報と前記第3識別情報とが一致している場合に前記第3ハードウエア資源の異常を検出し、一致していない場合に前記第3ハードウエア資源の異常を検出せず、  When the third self-information and the third identification information coincide when the third elapsed time exceeds the third initialization time before the initialization of the third hardware resource is completed. Detecting an abnormality in the third hardware resource and not detecting an abnormality in the third hardware resource if they do not match;
前記第3ハードウエア資源を示すように前記第3識別情報を更新し、前記第3ハードウエア資源の初期化が完了したときの前記第3経過時間を示すように前記第3初期化時間情報を更新する  The third identification information is updated to indicate the third hardware resource, and the third initialization time information is indicated to indicate the third elapsed time when the initialization of the third hardware resource is completed. Update
情報処理装置。  Information processing device.
JP2007051045A 2007-03-01 2007-03-01 Fault processing method, program, and information processing apparatus Expired - Fee Related JP5019252B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007051045A JP5019252B2 (en) 2007-03-01 2007-03-01 Fault processing method, program, and information processing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007051045A JP5019252B2 (en) 2007-03-01 2007-03-01 Fault processing method, program, and information processing apparatus

Publications (2)

Publication Number Publication Date
JP2008217191A JP2008217191A (en) 2008-09-18
JP5019252B2 true JP5019252B2 (en) 2012-09-05

Family

ID=39837190

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007051045A Expired - Fee Related JP5019252B2 (en) 2007-03-01 2007-03-01 Fault processing method, program, and information processing apparatus

Country Status (1)

Country Link
JP (1) JP5019252B2 (en)

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2760363B2 (en) * 1990-11-14 1998-05-28 株式会社ピーエフユー Initialization processing device
JPH04270403A (en) * 1991-02-26 1992-09-25 Nec Corp Method and device for ipl management at computer system
JPH0659701A (en) * 1992-08-10 1994-03-04 Fujitsu Ltd Switching control system
JPH07219913A (en) * 1994-01-28 1995-08-18 Fujitsu Ltd Method for controlling multiprocessor system and device therefor
JPH07295670A (en) * 1994-04-27 1995-11-10 Chubu Nippon Denki Software Kk Starting method for computer system
JPH10171546A (en) * 1996-12-12 1998-06-26 Omron Corp Activation monitoring device
JP2005122424A (en) * 2003-10-16 2005-05-12 Canon Inc Watchdog timer

Also Published As

Publication number Publication date
JP2008217191A (en) 2008-09-18

Similar Documents

Publication Publication Date Title
US20240012706A1 (en) Method, system and apparatus for fault positioning in starting process of server
US9471435B2 (en) Information processing device, information processing method, and computer program
US10068015B2 (en) Monitoring a monitoring-target process
JP4641546B2 (en) Method and system for handling input / output (I / O) errors
CN106776282A (en) The abnormality eliminating method and device of a kind of bios program
CN107092537A (en) Security recovery apparatus and method
CN105607973B (en) Method, device and system for processing equipment fault in virtual machine system
US20170132102A1 (en) Computer readable non-transitory recording medium storing pseudo failure generation program, generation method, and generation apparatus
US10824517B2 (en) Backup and recovery of configuration files in management device
JP5212357B2 (en) Multi-CPU abnormality detection and recovery system, method and program
JP4886558B2 (en) Information processing device
CN112199240B (en) Method for switching nodes during node failure and related equipment
JP6880961B2 (en) Information processing device and log recording method
CN116266150A (en) Service recovery method, data processing unit and related equipment
US20180081762A1 (en) Information processing device
JP5104479B2 (en) Information processing device
JP5019252B2 (en) Fault processing method, program, and information processing apparatus
CN105159810B (en) The method and device that the BIOS of computer system is tested
CN109086085B (en) Operating system start management method and device
JP5369945B2 (en) Configuration information setting method and information processing apparatus
JP2009129075A (en) Storage system
CN101140540B (en) Method and system for detecting automatic monitoring magnetic array
JP2015106226A (en) Dual system
CN116340957B (en) Program starting method, device, server and nonvolatile storage medium
JP2000293407A (en) Monitoring controller, cpu monitoring method and program recording medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100218

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120203

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120309

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120427

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: 20120521

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120603

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150622

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees