JP2016184289A - Information processing device, failure detection method, and program therefor - Google Patents

Information processing device, failure detection method, and program therefor Download PDF

Info

Publication number
JP2016184289A
JP2016184289A JP2015064220A JP2015064220A JP2016184289A JP 2016184289 A JP2016184289 A JP 2016184289A JP 2015064220 A JP2015064220 A JP 2015064220A JP 2015064220 A JP2015064220 A JP 2015064220A JP 2016184289 A JP2016184289 A JP 2016184289A
Authority
JP
Japan
Prior art keywords
monitoring time
initialization
connected device
failure
information
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.)
Pending
Application number
JP2015064220A
Other languages
Japanese (ja)
Inventor
晃一 木曽川
Koichi Kisogawa
晃一 木曽川
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 Platforms Ltd
Original Assignee
NEC Platforms Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Platforms Ltd filed Critical NEC Platforms Ltd
Priority to JP2015064220A priority Critical patent/JP2016184289A/en
Publication of JP2016184289A publication Critical patent/JP2016184289A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To detect a failure of an initially defective connection device.SOLUTION: An information processing device includes: means for determining an initialization monitoring time of a connected connection device on the basis of monitoring time information that indicates an initialization monitoring time corresponding to initialization of the connection device for each type of the connection device; means for detecting a failure in initialization of the connection device on the basis of the initialization monitoring time and outputting failure information on the basis of the detected failure.SELECTED DRAWING: Figure 1

Description

本発明は、情報処理装置の故障を検出する技術に関する。   The present invention relates to a technique for detecting a failure of an information processing apparatus.

情報処理装置の故障や異常などを検出するための様々な関連技術が知られている。   Various related techniques for detecting a failure or abnormality of an information processing apparatus are known.

例えば、特許文献1は、コンピュータ装置の異常検査方法の一例を開示する。特許文献1の異常検出方法では、第1に、コンピュータ装置の電源投入からOS(Operating System)起動処理完了までの起動時間を測定され、記憶されて蓄積される。第2に、その異常検出方法では、起動時間が所定時間を越えた場合に、或いは、蓄積した起動時間の偏差が所定範囲を超えた場合に、異常であると判断される。   For example, Patent Document 1 discloses an example of a computer apparatus abnormality inspection method. In the abnormality detection method disclosed in Patent Document 1, firstly, the startup time from the power-on of the computer device to the completion of the OS (Operating System) startup process is measured, stored, and accumulated. Secondly, in the abnormality detection method, it is determined that there is an abnormality when the activation time exceeds a predetermined time or when the accumulated deviation of the activation time exceeds a predetermined range.

しかしながら、このような異常検査方法では、異常検出における精度が低いという問題点があった。その異常検査方法は、コンピュータ装置全体としての起動時間を基に異常検出を行う。このとき、例えば、いずれかのハードウェアの診断実行時間が長くなっても、その他の大部分のハードウェア部品の診断実行時間が基準値より短い場合、装置全体としての診断実行時間は、正常範囲となる。この場合、その診断実行時間が長くなっているハードウェアの故障が、隠蔽されてしまう恐れがある。   However, such an abnormality inspection method has a problem that accuracy in detecting an abnormality is low. In the abnormality inspection method, abnormality detection is performed based on the startup time of the entire computer device. At this time, for example, if the diagnosis execution time of most of the other hardware components is shorter than the reference value even if the diagnosis execution time of any hardware is long, the diagnosis execution time of the entire device is within the normal range. It becomes. In this case, a hardware failure whose diagnosis execution time is long may be concealed.

このような問題点を解決する技術が特許文献2に記載されている。特許文献2に記載の故障予測装置は、測定手段と報告手段とを備える。その測定手段は、電子装置が包含するハードウェア構成要素のそれぞれについて、診断に要する実行時間を測定する。その診断は、POST(Power On Self Test)実行部による診断である。その報告手段は、いずれかのハードウェア構成要素において、その実行時間がそのハードウェア構成要素に設定された基準値を超えた場合に、異常を報告する。   A technique for solving such problems is described in Patent Document 2. The failure prediction apparatus described in Patent Literature 2 includes a measurement unit and a report unit. The measuring means measures the execution time required for diagnosis for each of the hardware components included in the electronic device. The diagnosis is performed by a POST (Power On Self Test) execution unit. The reporting means reports an abnormality when the execution time of any hardware component exceeds a reference value set for the hardware component.

尚、POST実行部は、例えば、特許文献3にPOST処理部として、開示されている。特許文献3に示されるように、POST処理部は、ポストタスク(PostTask)と呼ばれる処理を順に実行し、各ポストタスクにより様々なデバイスのチェックを1つずつ順に実行する。   The POST execution unit is disclosed as a POST processing unit in Patent Document 3, for example. As shown in Patent Document 3, the POST processing unit sequentially executes a process called a post task, and sequentially checks various devices one by one by each post task.

特開2012−058782号公報JP 2012-058882 A 特開2014−021577号公報JP 2014-021577 A 特開2006−190061号公報JP 2006-190061 A

しかしながら、上述した特許文献2に記載された技術においては、当初から故障(特に、間欠的に動作異常となるような故障)している接続機器(ハードウェア構成要素)の、故障を検出できない場合があるという問題点がある。   However, in the technique described in Patent Document 2 described above, a failure of a connected device (hardware component) that has failed from the beginning (particularly, a failure that causes intermittent operation abnormality) cannot be detected. There is a problem that there is.

その理由は、その報告手段が用いる基準値が、その測定手段が測定したその接続機器の初回起動時における起動時間に基づいているからである。   This is because the reference value used by the reporting unit is based on the startup time at the first startup of the connected device measured by the measuring unit.

本発明の目的は、当初から故障している接続機器の、故障を検出する情報処理装置、故障予測方法、及びそのためのプログラムを提供することにある。   An object of the present invention is to provide an information processing apparatus, a failure prediction method, and a program therefor for detecting a failure of a connected device that has failed from the beginning.

本発明の一様態における情報処理装置は、接続機器の初期化に対応する初期化監視時間を前記接続機器の種類ごとに示す監視時間情報に基づいて、接続された前記接続機器の初期化監視時間を決定する監視時間決定手段と、前記監視時間決定手段により決定された初期化監視時間に基づいて、前記接続機器の初期化における故障を検出し、検出した前記故障に基づいて故障情報を出力する故障検出手段と、を含む。   The information processing apparatus according to one aspect of the present invention provides an initialization monitoring time of the connected device connected based on monitoring time information indicating an initialization monitoring time corresponding to initialization of the connected device for each type of the connected device. Based on the initialization time determined by the monitoring time determining means and the monitoring time determining means, detecting a failure in the initialization of the connected device, and outputting failure information based on the detected failure Fault detection means.

本発明の一様態における情報処理システムは、接続機器の初期化に対応する初期化監視時間を前記接続機器の種類ごとに示す監視時間情報に基づいて、接続された前記接続機器の初期化監視時間を決定する監視時間決定手段と、前記監視時間決定手段により決定された初期化監視時間に基づいて、前記接続機器の初期化における故障を検出し、検出した前記故障に基づいて故障情報を出力する故障検出手段と、を含む情報処理装置と、前記故障情報をユーザに対して出力する保守サーバと、を含む。   An information processing system according to an aspect of the present invention provides an initialization monitoring time of a connected device based on monitoring time information indicating an initialization monitoring time corresponding to initialization of the connected device for each type of the connected device. Based on the initialization time determined by the monitoring time determining means and the monitoring time determining means, detecting a failure in the initialization of the connected device, and outputting failure information based on the detected failure An information processing apparatus including a failure detection unit; and a maintenance server that outputs the failure information to a user.

本発明の一様態における故障検出方法は、接続機器の初期化に対応する初期化監視時間を前記接続機器の種類ごとに示す監視時間情報に基づいて、接続された前記接続機器の初期化監視時間を決定し、前記監視時間決定手段により決定された初期化監視時間に基づいて、前記接続機器の初期化における故障を検出し、検出した前記故障に基づいて故障情報を出力する。   In the failure detection method according to an aspect of the present invention, the initialization monitoring time of the connected device connected based on the monitoring time information indicating the initialization monitoring time corresponding to the initialization of the connected device for each type of the connected device. And detecting a failure in the initialization of the connected device based on the initialization monitoring time determined by the monitoring time determining means, and outputting failure information based on the detected failure.

本発明の一様態におけるプログラムは、接続機器の初期化に対応する初期化監視時間を前記接続機器の種類ごとに示す監視時間情報に基づいて、接続された前記接続機器の初期化監視時間を決定し、前記監視時間決定手段により決定された初期化監視時間に基づいて、前記接続機器の初期化における故障を検出し、検出した前記故障に基づいて故障情報を出力する、処理をコンピュータに実行させる。   The program according to one aspect of the present invention determines the initialization monitoring time of the connected device based on the monitoring time information indicating the initialization monitoring time corresponding to the initialization of the connected device for each type of the connected device. And detecting a failure in the initialization of the connected device based on the initialization monitoring time determined by the monitoring time determining means, and outputting a failure information based on the detected failure to cause the computer to execute a process. .

本発明は、当初から故障している接続機器の、故障を検出することが可能になるという効果がある。   The present invention has an effect that it is possible to detect a failure of a connected device that has failed from the beginning.

本発明の第1の実施形態に係る情報処理装置を含む、情報処理システムの構成の一例を示すブロック図である。It is a block diagram which shows an example of a structure of the information processing system containing the information processing apparatus which concerns on the 1st Embodiment of this invention. 第1及び2の実施形態に係る情報処理装置を実現するコンピュータのハードウェア構成の一例を示すブロック図である。It is a block diagram which shows an example of the hardware constitutions of the computer which implement | achieves the information processing apparatus which concerns on 1st and 2nd embodiment. 第1及び2の実施形態における監視時間決定部の構成の一例を示すブロック図である。It is a block diagram which shows an example of a structure of the monitoring time determination part in 1st and 2nd embodiment. 第1及び2の実施形態における監視時間設定テーブルの一例を示す図である。It is a figure which shows an example of the monitoring time setting table in 1st and 2nd embodiment. 第1の実施形態の動作の一例を示すフローチャートである。It is a flowchart which shows an example of operation | movement of 1st Embodiment. 本発明の第2の実施形態に係る情報処理装置の構成を示すブロック図である。It is a block diagram which shows the structure of the information processing apparatus which concerns on the 2nd Embodiment of this invention.

本発明を実施するための形態について図面を参照して詳細に説明する。尚、各図面及び明細書記載の各実施形態において、同様の構成要素には同一の符号を付与し、説明を適宜省略する。   Embodiments for carrying out the present invention will be described in detail with reference to the drawings. In each embodiment described in each drawing and description, the same reference numerals are given to the same components, and the description will be omitted as appropriate.

<<<第1の実施形態>>>
図1は、本発明の第1の実施形態に係る情報処理装置110を含む情報処理システム100の構成を示すブロック図である。図1に示すように、本実施形態に係る情報処理システム100は、情報処理装置110と保守サーバ180とを含む。
<<<< first embodiment >>>>
FIG. 1 is a block diagram showing a configuration of an information processing system 100 including an information processing apparatus 110 according to the first embodiment of the present invention. As illustrated in FIG. 1, the information processing system 100 according to the present embodiment includes an information processing apparatus 110 and a maintenance server 180.

情報処理装置110は、電源入力部20、BIOS(Basic Input Output System)50、BMC(Baseboard Management Controller)40を含む。   The information processing apparatus 110 includes a power input unit 20, a BIOS (Basic Input Output System) 50, and a BMC (Baseboard Management Controller) 40.

図1に示す情報処理装置110に含まれる各構成要素は、ハードウェア単位の回路でも、マイクロチップに含まれるモジュールでも、コンピュータ装置の機能単位に分割された構成要素でもよい。ここでは、図1に示す構成要素が、コンピュータ装置の機能単位に分割された構成要素であるものとして説明する。   Each component included in the information processing apparatus 110 illustrated in FIG. 1 may be a hardware unit circuit, a module included in a microchip, or a component divided into functional units of a computer device. Here, the description will be made assuming that the components shown in FIG. 1 are components divided into functional units of the computer apparatus.

図2は、本実施形態における情報処理装置110を実現するコンピュータ700のハードウェア構成を示す図である。   FIG. 2 is a diagram illustrating a hardware configuration of a computer 700 that implements the information processing apparatus 110 according to the present embodiment.

図2に示すように、コンピュータ700は、プロセッサ701、メモリ702、BMC40、入力部704、出力部705、通信部706、接続回路707、接続機器708を含む。更に、コンピュータ700は、外部から供給される記録媒体(または記憶媒体)709を含む。例えば、記録媒体709は、情報を非一時的に記憶する不揮発性記録媒体(非一時的記録媒体)である。また、記録媒体709は、情報を信号として保持する、一時的記録媒体であってもよい。   As illustrated in FIG. 2, the computer 700 includes a processor 701, a memory 702, a BMC 40, an input unit 704, an output unit 705, a communication unit 706, a connection circuit 707, and a connection device 708. Further, the computer 700 includes a recording medium (or storage medium) 709 supplied from the outside. For example, the recording medium 709 is a non-volatile recording medium (non-temporary recording medium) that stores information non-temporarily. The recording medium 709 may be a temporary recording medium that holds information as a signal.

プロセッサ701は、BIOS50やOS(不図示)を動作させて、コンピュータ700の全体の動作を制御する。例えば、プロセッサ701は、接続回路707を介して接続された、接続機器708に装着された記録媒体709から、そのプログラムやデータを読み込み、読み込んだそのプログラムやそのデータをメモリ702に書き込む。ここで、そのプログラムは、例えば、後述の図5に示すフローチャートの動作をコンピュータ700に実行させるためのプログラムである。   The processor 701 controls the overall operation of the computer 700 by operating the BIOS 50 and OS (not shown). For example, the processor 701 reads the program and data from the recording medium 709 attached to the connection device 708 connected via the connection circuit 707, and writes the read program and data to the memory 702. Here, the program is a program for causing the computer 700 to execute an operation of a flowchart shown in FIG.

そして、プロセッサ701は、その読み込んだプログラムに従って、またその読み込んだデータに基づいて、図1に示す情報処理装置110の、ポストタスク150及び監視時間決定部160として各種の処理を実行する。   The processor 701 executes various processes as the post task 150 and the monitoring time determination unit 160 of the information processing apparatus 110 shown in FIG. 1 according to the read program and based on the read data.

尚、プロセッサ701は、通信網(不図示)に接続される外部コンピュータ(不図示)から、メモリ702にそのプログラムやそのデータをダウンロードしてもよい。   The processor 701 may download the program and the data to the memory 702 from an external computer (not shown) connected to a communication network (not shown).

メモリ702は、そのプログラムやそのデータを記憶する。例えば、メモリ702は、後述する監視時間設定テーブル163を記憶してよい。   The memory 702 stores the program and its data. For example, the memory 702 may store a monitoring time setting table 163 described later.

入力部704は、オペレータによる操作の入力や外部からの情報の入力を受け付ける。入力操作に用いられるデバイスは、例えば、マウスや、キーボード、内蔵のキーボタン及びタッチパネルなどである。   The input unit 704 receives an input of an operation by an operator and an input of information from the outside. Devices used for the input operation are, for example, a mouse, a keyboard, a built-in key button, and a touch panel.

出力部705は、例えばディスプレイで実現される。出力部705は、例えばGUI(GRAPHICAL User Interface)によるオペレータへの入力要求や、オペレータに対する出力提示などのために用いられる。   The output unit 705 is realized by a display, for example. The output unit 705 is used, for example, for an input request to an operator through GUI (GRAPHICAL User Interface), an output presentation to the operator, or the like.

通信部706は、外部とのインタフェースを実現する。通信部706は、監視時間決定部160の一部として含まれてよい。   The communication unit 706 implements an interface with the outside. The communication unit 706 may be included as part of the monitoring time determination unit 160.

接続回路707は、接続機器708を接続する回路である。尚、コンピュータ700は、複数の接続機器708のそれぞれに対応する、複数の接続回路707を搭載してよい。   The connection circuit 707 is a circuit that connects the connection device 708. Note that the computer 700 may include a plurality of connection circuits 707 corresponding to the plurality of connection devices 708, respectively.

接続機器708は、例えば、ハードディスクドライブ、光ディスクドライブ、フレキシブルディスクドライブ及び磁気光ディスクドライブや、フラッシュメモリなどの半導体記憶装置、などである。   The connection device 708 is, for example, a hard disk drive, an optical disk drive, a flexible disk drive, a magnetic optical disk drive, or a semiconductor storage device such as a flash memory.

上述のプログラムのコードを記録した記録媒体709が、接続機器708に設置され、コンピュータ700に供給されてよい。この場合、プロセッサ701は、記録媒体709に格納されたそのプログラムのコードを読み出して実行してもよい。或いは、プロセッサ701は、記録媒体709に格納されたそのプログラムのコードを、メモリ702に格納してもよい。すなわち、本実施形態は、コンピュータ700(プロセッサ701)が実行するそのプログラム(ソフトウエア)を、一時的にまたは非一時的に、記憶する記録媒体709の実施形態を含む。尚、情報を非一時的に記憶する記録媒体は、不揮発性記録媒体とも呼ばれる。   A recording medium 709 in which the above-described program code is recorded may be installed in the connection device 708 and supplied to the computer 700. In this case, the processor 701 may read and execute the program code stored in the recording medium 709. Alternatively, the processor 701 may store the code of the program stored in the recording medium 709 in the memory 702. That is, this embodiment includes an embodiment of a recording medium 709 that stores the program (software) executed by the computer 700 (processor 701) temporarily or non-temporarily. A recording medium that stores information non-temporarily is also called a non-volatile recording medium.

以上説明したように、図1に示す情報処理装置110の機能単位の各構成要素は、図2に示すハードウェア構成のコンピュータ700によって実現される。   As described above, each functional unit of the information processing apparatus 110 shown in FIG. 1 is realized by the computer 700 having the hardware configuration shown in FIG.

図1に戻って、情報処理装置110の各構成要素について説明する。   Returning to FIG. 1, each component of the information processing apparatus 110 will be described.

===電源入力部20===
電源入力部20は、情報処理装置110を起動させる。例えば、電源入力部20は、情報処理装置110の電源を投入し、BIOS50に電源入力情報820を送信する。
=== Power Input Unit 20 ===
The power input unit 20 activates the information processing apparatus 110. For example, the power input unit 20 turns on the information processing apparatus 110 and transmits power input information 820 to the BIOS 50.

===BIOS50===
BIOS50は、接続回路707のそれぞれに対応するポストタスク150と、監視時間決定部160と、を含む。
=== BIOS50 ===
The BIOS 50 includes a post task 150 corresponding to each of the connection circuits 707 and a monitoring time determination unit 160.

BIOS50は、情報処理装置110が120に起動されたこと(例えば、電源入力情報820を受信したこと)に基づいて、情報処理装置110の初期化処理を実行する。この時、BIOS50は、ポストタスク150のそれぞれを実行する。更に、BIOS50は、ポストタスク150ごとに監視時間決定部160による処理を実行する。   The BIOS 50 executes an initialization process of the information processing apparatus 110 based on the fact that the information processing apparatus 110 has been activated at 120 (for example, that the power input information 820 has been received). At this time, the BIOS 50 executes each of the post tasks 150. Furthermore, the BIOS 50 executes processing by the monitoring time determination unit 160 for each post task 150.

===ポストタスク150===
ポストタスク150のそれぞれは、そのポストタスク150に対応する、接続回路707及びその接続回路707に接続される接続機器708の初期化処理を実行する。
=== Posttask 150 ===
Each of the post tasks 150 executes initialization processing of the connection circuit 707 corresponding to the post task 150 and the connection device 708 connected to the connection circuit 707.

===監視時間決定部160===
図3は、監視時間決定部160の構成の一例を示す図である。図3に示すように、監視時間決定部160は、種類確認部161、対応判定部162及び監視時間設定テーブル(監視時間情報とも呼ばれる)163を含む。
=== Monitoring Time Determining Unit 160 ===
FIG. 3 is a diagram illustrating an example of the configuration of the monitoring time determination unit 160. As shown in FIG. 3, the monitoring time determination unit 160 includes a type confirmation unit 161, a correspondence determination unit 162, and a monitoring time setting table (also called monitoring time information) 163.

図4は、監視時間設定テーブル163の一例を示す図である。図4に示すように、監視時間設定テーブル163は、接続機器種類と初期化監視時間とを対応付けて含む。   FIG. 4 is a diagram illustrating an example of the monitoring time setting table 163. As shown in FIG. 4, the monitoring time setting table 163 includes the connected device type and the initialization monitoring time in association with each other.

例えば、監視時間設定テーブル163は、図2に示すメモリ702、或いは、図2に示す接続回路707に接続された接続機器708のいずれかに、予め記憶されていてよい。また、監視時間決定部160は、図2に示す入力部704を介して操作者が入力した、監視時間設定テーブル163を取得してもよい。また、監視時間決定部160は、図2に示す通信部706を介して図示しない機器から、監視時間設定テーブル163を受信してもよい。また、監視時間決定部160は、図2に示す接続回路707を介して、接続機器708に設置された記録媒体709に記録された、監視時間設定テーブル163を取得してもよい。   For example, the monitoring time setting table 163 may be stored in advance in either the memory 702 illustrated in FIG. 2 or the connection device 708 connected to the connection circuit 707 illustrated in FIG. The monitoring time determination unit 160 may acquire the monitoring time setting table 163 input by the operator via the input unit 704 illustrated in FIG. The monitoring time determination unit 160 may receive the monitoring time setting table 163 from a device (not shown) via the communication unit 706 shown in FIG. The monitoring time determination unit 160 may acquire the monitoring time setting table 163 recorded in the recording medium 709 installed in the connection device 708 via the connection circuit 707 illustrated in FIG.

監視時間決定部160は、ポストタスク150ごとに、接続機器708の存在を確認する。接続機器708が存在する場合、監視時間決定部160の種類確認部161は、その接続機器708の種類を検出する。次に、監視時間決定部160の対応判定部162は、その種類に一致する接続機器種類が監視時間設定テーブル163に含まれているか否かを判定する。その種類に一致する接続機器種類が監視時間設定テーブル163に含まれている場合、監視時間決定部160は、その接続機器種類に対応する初期化監視時間をその接続機器708の初期化監視時間860として決定する。   The monitoring time determination unit 160 confirms the presence of the connected device 708 for each post task 150. When the connected device 708 exists, the type confirmation unit 161 of the monitoring time determination unit 160 detects the type of the connected device 708. Next, the correspondence determination unit 162 of the monitoring time determination unit 160 determines whether or not the connected device type that matches the type is included in the monitoring time setting table 163. When the connected device type that matches the type is included in the monitoring time setting table 163, the monitoring time determination unit 160 sets the initialization monitoring time corresponding to the connected device type to the initialization monitoring time 860 of the connected device 708. Determine as.

===BMC40===
BMC40は、故障検出部140及びログ記憶部190を含む。
=== BMC 40 ===
The BMC 40 includes a failure detection unit 140 and a log storage unit 190.

===故障検出部140===
故障検出部140は、接続機器708に対するポストタスク150の実行時間が、その接続機器708に対応する初期化監視時間860を超えるか否かを監視する。その実行時間がその初期化監視時間860を超えた場合、故障検出部140は、その接続機器708及びその接続機器708を接続する接続回路707の少なくともいずれかが故障であることを検出する。
=== Failure Detection Unit 140 ===
The failure detection unit 140 monitors whether the execution time of the post task 150 for the connected device 708 exceeds the initialization monitoring time 860 corresponding to the connected device 708. When the execution time exceeds the initialization monitoring time 860, the failure detection unit 140 detects that at least one of the connection device 708 and the connection circuit 707 connecting the connection device 708 has a failure.

故障検出部140は、その検出した故障に関する情報を故障情報840としてログ記憶部190に出力する。   The failure detection unit 140 outputs information regarding the detected failure to the log storage unit 190 as failure information 840.

===ログ記憶部190===
ログ記憶部190は、故障情報840をログとして、記憶する。故障情報840は、例えば、その故障を検出した時刻と、その故障に対応する接続機器708の識別子及び接続回路707の識別子と、を含む。故障情報840は、その故障に対応する初期化監視時間860や、ポストタスク150の実行時間など、任意の情報を更に含んでもよい。
=== Log Storage Unit 190 ===
The log storage unit 190 stores the failure information 840 as a log. The failure information 840 includes, for example, the time when the failure is detected, the identifier of the connection device 708 and the identifier of the connection circuit 707 corresponding to the failure. The failure information 840 may further include arbitrary information such as an initialization monitoring time 860 corresponding to the failure and an execution time of the post task 150.

BMC40は、ログ記憶部190に記憶している故障情報840を保守サーバ180へ送信してよい。   The BMC 40 may transmit the failure information 840 stored in the log storage unit 190 to the maintenance server 180.

以上が、情報処理装置110の機能単位の各構成要素についての説明である。   This completes the description of each component of the functional unit of the information processing apparatus 110.

===保守サーバ180===
保守サーバ180は、その故障情報840をユーザに出力する。これにより、ユーザは、故障(間欠故障、或いは、固定故障の予兆)の情報を得ることができる。
=== Maintenance server 180 ===
The maintenance server 180 outputs the failure information 840 to the user. As a result, the user can obtain information on a failure (intermittent failure or a sign of a fixed failure).

次に本実施形態の動作について、図面を参照して詳細に説明する。   Next, the operation of the present embodiment will be described in detail with reference to the drawings.

図5は、本実施形態の監視時間決定部160の動作を示すフローチャートである。尚、このフローチャートによる処理は、前述したプロセッサ701によるプログラム制御に基づいて、実行されてよい。また、処理のステップ名については、S601のように、記号で記載する。
BIOS50の監視時間決定部160は、ポストタスク150のそれぞれが開始されたことを契機に、図5に示すフローチャートの動作を開始する。
FIG. 5 is a flowchart showing the operation of the monitoring time determination unit 160 of this embodiment. Note that the processing according to this flowchart may be executed based on the program control by the processor 701 described above. Further, the step name of the process is described by a symbol as in S601.
The monitoring time determination unit 160 of the BIOS 50 starts the operation of the flowchart shown in FIG. 5 when each post task 150 is started.

監視時間決定部160は、そのポストタスク150に対応する接続機器708が存在するか否かを確認する(ステップS601)。その接続機器708が存在しない場合(S601でNO)、処理は終了する。   The monitoring time determination unit 160 checks whether or not there is a connected device 708 corresponding to the post task 150 (step S601). If the connected device 708 does not exist (NO in S601), the process ends.

その接続機器708が存在する場合(ステップS601でYES)、監視時間決定部160の種類確認部161は、その接続機器708の種類を、検出する(ステップS602)。   If the connected device 708 exists (YES in step S601), the type confirmation unit 161 of the monitoring time determination unit 160 detects the type of the connected device 708 (step S602).

次に、監視時間決定部160の対応判定部162は、その種類に一致する接続機器種類が監視時間設定テーブル163に含まれているか否かを判定する(ステップS603)。   Next, the correspondence determination unit 162 of the monitoring time determination unit 160 determines whether or not the connected device type that matches the type is included in the monitoring time setting table 163 (step S603).

その種類に一致する接続機器種類が監視時間設定テーブル163に含まれている場合(ステップS603でYES)、監視時間決定部160は、その接続機器種類に対応する初期化監視時間をその接続機器708の初期化監視時間860として決定する(ステップS604)。   If the connected device type that matches the type is included in the monitoring time setting table 163 (YES in step S603), the monitoring time determination unit 160 sets the initialization monitoring time corresponding to the connected device type to the connected device 708. The initialization monitoring time 860 is determined (step S604).

その種類に一致する接続機器種類が監視時間設定テーブル163に含まれていない(「否」判定)場合(ステップS603でNO)、監視時間決定部160は、その接続機器708に対する「否」判定が所定の回数(例えば、3回)に達したか否かを更に判定する(ステップS605)。「否」判定が所定の回数に達していない場合(ステップS605でNO)、処理はステップS602へ戻る。   When the connected device type that matches the type is not included in the monitoring time setting table 163 (“NO” determination) (NO in step S603), the monitoring time determination unit 160 determines “NO” for the connected device 708. It is further determined whether or not a predetermined number of times (for example, 3 times) has been reached (step S605). If the “No” determination has not reached the predetermined number of times (NO in step S605), the process returns to step S602.

「否」判定が所定の回数に達している場合(ステップS605でYES)、監視時間決定部160は、規定値をその接続機器708の初期化監視時間860として決定する(ステップS606)。その規定値は、例えば、監視時間設定テーブル163の接続機器種類が「該当なし(「接続機器708の種類が、監視時間設定テーブル163の接続機器種類に含まれていない」ことを意味する)」に対応する初期化監視時間の値であってよい。即ち、その規定値は、接続機器708の種類に対応する初期化監視時間ではない。   When the “No” determination has reached the predetermined number of times (YES in step S605), the monitoring time determination unit 160 determines the specified value as the initialization monitoring time 860 of the connected device 708 (step S606). The specified value is, for example, that the connected device type in the monitoring time setting table 163 is “not applicable (“ the type of the connected device 708 is not included in the connected device type in the monitoring time setting table 163 ”)”. May be a value of the initialization monitoring time corresponding to. That is, the specified value is not the initialization monitoring time corresponding to the type of the connected device 708.

次に、BIOS50は、その初期化監視時間860をBMC40へ出力する(ステップS607)。   Next, the BIOS 50 outputs the initialization monitoring time 860 to the BMC 40 (step S607).

尚、ステップS607に続いて、ポストタスク150は、その接続機器708の初期化処理を実行する。BIOS50は、上述のようにして、全てのポストタスク150を実行する。   Following step S607, the post task 150 executes an initialization process for the connected device 708. The BIOS 50 executes all the post tasks 150 as described above.

以上の構成により、本実施形態の情報処理装置110は、当初から間欠的に異常が発生するような故障状態にある接続機器708の、故障を検出する。換言すると、本実施形態の情報処理装置110は、当初から間欠的に異常が発生するような故障状態にある接続機器708の、固定障害の予兆を検出する。例えば、固定故障になりえる接続機器708においては、初期化時間がリトライ処理等により遅延する(間欠的に異常が発生する故障の)傾向がある。そのため、ポストタスク150による初期化処理の実行時間が、初期化監視時間860を超えた場合、固定故障の予兆ありと判断することができる。   With the above configuration, the information processing apparatus 110 according to the present embodiment detects a failure of the connected device 708 in a failure state in which an abnormality occurs intermittently from the beginning. In other words, the information processing apparatus 110 according to the present embodiment detects a sign of a fixed failure in the connection device 708 in a failure state in which an abnormality occurs intermittently from the beginning. For example, in the connection device 708 that can be a fixed failure, the initialization time tends to be delayed due to a retry process or the like (a failure in which an abnormality occurs intermittently). Therefore, when the execution time of the initialization process by the post task 150 exceeds the initialization monitoring time 860, it can be determined that there is a sign of a fixed failure.

本実施形態に比べて、関連技術において、接続機器の故障判別手段としてBIOSのポストタスク実行時間に基づく判別を使用した場合、以下の様な問題がある。関連技術では、接続機器の初回起動時に、その接続機器が故障していないものとして、その初回起動時のポストタスクの実行時間が初期化監視時間として保存される。そして、次回のサーバ装置の起動時から、その接続機器のポストタスクの実行時間が初期化監視時間と比較され、その差分が規定値の範囲外である場合に、故障であると判断する。従って、当初から間欠的に異常が発生するような故障状態にある接続機器については、故障の判断が正しく行われない。   Compared to the present embodiment, in the related art, when the determination based on the post-task execution time of the BIOS is used as the failure determination means of the connected device, there are the following problems. In the related art, when the connected device is activated for the first time, it is assumed that the connected device has not failed, and the post task execution time at the first activation is stored as the initialization monitoring time. Then, from the next startup of the server device, the post-task execution time of the connected device is compared with the initialization monitoring time, and when the difference is outside the specified value range, it is determined that there is a failure. Therefore, the failure determination is not correctly performed for the connected device in a failure state in which an abnormality occurs intermittently from the beginning.

上述した本実施形態における第1の効果は、当初から故障している接続機器708の、故障を検出することが可能になる点である。   The first effect of the present embodiment described above is that it is possible to detect a failure of the connection device 708 that has failed from the beginning.

その理由は、以下の構成を含むからである。第1に、BIOS50の監視時間決定部160が、監視時間設定テーブル163に基づいて、ポストタスク150毎に初期化監視時間860を決定する。第2に、BMC40がその初期化監視時間860に基づいて、接続機器708第2に、故障検出部140がその初期化監視時間860に基づいて、接続機器708の初期化において故障を検出する。   This is because the following configuration is included. First, the monitoring time determination unit 160 of the BIOS 50 determines the initialization monitoring time 860 for each posttask 150 based on the monitoring time setting table 163. Second, the BMC 40 detects a failure in the initialization of the connection device 708 based on the initialization monitoring time 860, and the failure detection unit 140 detects the failure based on the initialization monitoring time 860.

上述した本実施形態における第2の効果は、電源投入の直後において動作が不安定な接続機器708についても、当初から故障している接続機器708の、故障を検出することが可能になる点である。   The second effect of the present embodiment described above is that it is possible to detect a failure of the connected device 708 that has failed from the beginning even for the connected device 708 whose operation is unstable immediately after the power is turned on. is there.

その理由は、接続機器708の接続機器種類が監視時間設定テーブル163に含まれていない場合、監視時間決定部160が、その接続機器708の接続機器種類の検出から処理を、所定の回数だけやり直すからである。   The reason is that when the connected device type of the connected device 708 is not included in the monitoring time setting table 163, the monitoring time determination unit 160 repeats the process from the detection of the connected device type of the connected device 708 a predetermined number of times. Because.

上述した本実施形態における第3の効果は、監視時間設定テーブル163に含まれる接続機器種類以外の、種類の接続機器708についても、当初から故障している接続機器708の、故障を検出することが可能になる点である。   The third effect of the present embodiment described above is to detect a failure of the connected device 708 that has failed from the beginning for the types of connected devices 708 other than the connected device types included in the monitoring time setting table 163. It is a point that becomes possible.

その理由は、接続機器708の接続機器種類が監視時間設定テーブル163に含まれていなかった場合、監視時間決定部160が、規定値をその接続機器708の初期化監視時間860として決定するからである。   The reason is that if the connected device type of the connected device 708 is not included in the monitoring time setting table 163, the monitoring time determining unit 160 determines the specified value as the initialization monitoring time 860 of the connected device 708. is there.

<<<第2の実施形態>>>
次に、本発明の第2の実施形態について図面を参照して詳細に説明する。以下、本実施形態の説明が不明確にならない範囲で、前述の説明と重複する内容については説明を省略する。
<<< Second Embodiment >>>
Next, a second embodiment of the present invention will be described in detail with reference to the drawings. Hereinafter, the description overlapping with the above description is omitted as long as the description of the present embodiment is not obscured.

図6は、本発明の第2の実施形態に係る情報処理装置210の構成を示すブロック図である。   FIG. 6 is a block diagram showing the configuration of the information processing apparatus 210 according to the second embodiment of the present invention.

図6に示すように、本実施形態における情報処理装置210は、監視時間決定部160及び故障検出部140を含む。   As illustrated in FIG. 6, the information processing apparatus 210 according to this embodiment includes a monitoring time determination unit 160 and a failure detection unit 140.

情報処理装置210は、図1に示す情報処理装置110と同様に、図2に示すコンピュータ700によって実現されてよい。   The information processing apparatus 210 may be realized by the computer 700 illustrated in FIG. 2, similarly to the information processing apparatus 110 illustrated in FIG. 1.

===監視時間決定部160===
監視時間決定部160は、接続機器708の初期化に対応する初期化監視時間860を、監視時間設定テーブル163に基づいて、接続された接続機器708の初期化監視時間860を決定する。監視時間設定テーブル163は、接続機器708の初期化の実行時間に対応する初期化監視時間を、接続機器708の種類ごとに示す、監視時間情報である。
=== Monitoring Time Determining Unit 160 ===
The monitoring time determination unit 160 determines the initialization monitoring time 860 corresponding to the initialization of the connected device 708 and the initialization monitoring time 860 of the connected device 708 based on the monitoring time setting table 163. The monitoring time setting table 163 is monitoring time information indicating the initialization monitoring time corresponding to the initialization execution time of the connected device 708 for each type of the connected device 708.

本実施形態の監視時間決定部160の具体的な構成及び動作は、図1に示す監視時間決定部160と同様であってよい。   The specific configuration and operation of the monitoring time determination unit 160 of the present embodiment may be the same as the monitoring time determination unit 160 shown in FIG.

===故障検出部140===
故障検出部140は、監視時間決定部160により決定された初期化監視時間860に基づいて、接続機器708の初期化において故障を検出し、検出したその故障に基づいて、故障情報840を出力する。
=== Failure Detection Unit 140 ===
The failure detection unit 140 detects a failure in the initialization of the connected device 708 based on the initialization monitoring time 860 determined by the monitoring time determination unit 160, and outputs failure information 840 based on the detected failure. .

本実施形態の故障検出部140の具体的な構成及び動作は、図1に示す故障検出部140と同様であってよい。   The specific configuration and operation of the failure detection unit 140 of this embodiment may be the same as those of the failure detection unit 140 illustrated in FIG.

本実施形態は、コンピュータ装置に限らず、初期化時の時間監視機能を有する構成(例えば、BMC40)を含む、任意の装置(例えば、何らかの情報を処理する装置)に適用することができる。   The present embodiment is not limited to a computer device, and can be applied to any device (for example, a device that processes some information) including a configuration (for example, BMC 40) having a time monitoring function during initialization.

上述した本実施形態における効果は、当初から故障している接続機器708の、故障を検出することが可能になる点である。   The effect of the present embodiment described above is that it is possible to detect a failure of the connected device 708 that has failed from the beginning.

その理由は、以下の構成を含むからである。第1に、監視時間決定部160が、監視時間設定テーブル163に基づいて、接続機器708の初期化監視時間860を決定する。第2に、故障検出部140がその初期化監視時間860に基づいて、接続機器708の初期化において故障を検出する。   This is because the following configuration is included. First, the monitoring time determination unit 160 determines the initialization monitoring time 860 of the connected device 708 based on the monitoring time setting table 163. Second, the failure detection unit 140 detects a failure in the initialization of the connected device 708 based on the initialization monitoring time 860.

以上の各実施形態で説明した各構成要素は、必ずしも個々に独立した存在である必要はない。例えば、複数個の任意のその構成要素が1個のモジュールとして実現されてよい。また、その構成要素の内の任意のひとつが複数のモジュールで実現されてもよい。また、その構成要素の内の任意のひとつがその構成要素の内の任意の他のひとつであってよい。また、その構成要素の内の任意のひとつの一部と、その構成要素の内の任意の他のひとつの一部とが重複してもよい。   Each component described in each of the above embodiments does not necessarily have to be individually independent. For example, a plurality of arbitrary constituent elements may be realized as one module. Any one of the constituent elements may be realized by a plurality of modules. Further, any one of the components may be any other one of the components. Further, any one part of the constituent elements may overlap with any other part of the constituent elements.

以上説明した各実施形態における各構成要素及び各構成要素を実現するモジュールは、必要に応じ、可能であれば、ハードウェア的に実現されてよい。また、各構成要素及び各構成要素を実現するモジュールは、コンピュータ及びプログラムで実現されてよい。また、各構成要素及び各構成要素を実現するモジュールは、ハードウェア的なモジュールとコンピュータ及びプログラムとの混在により実現されてもよい。   In the embodiments described above, each component and a module that realizes each component may be realized as hardware as necessary. Moreover, each component and the module which implement | achieves each component may be implement | achieved by a computer and a program. Each component and a module that realizes each component may be realized by mixing hardware modules, computers, and programs.

そのプログラムは、例えば、磁気ディスクや半導体メモリなど、コンピュータが読み取り可能な非一時的記録媒体に記録され、コンピュータに提供される。そして、そのプログラムは、コンピュータの立ち上げ時などに、非一時的記録媒体からコンピュータに読み取られる。この読み取られたプログラムは、そのコンピュータの動作を制御することにより、そのコンピュータを前述した各実施形態における構成要素として機能させる。   The program is recorded on a computer-readable non-transitory recording medium such as a magnetic disk or a semiconductor memory, and provided to the computer. The program is read from the non-transitory recording medium by the computer when the computer is started up. The read program causes the computer to function as a component in each of the above-described embodiments by controlling the operation of the computer.

また、以上説明した各実施形態では、複数の動作をフローチャートの形式で順番に記載してあるが、その記載の順番は複数の動作を実行する順番を限定するものではない。このため、各実施形態を実施するときには、その複数の動作の順番は、各実施形態を実施する上で機能的、性能的、その他の特性に対して支障を来さない範囲内で、変更することができる。   Further, in each of the embodiments described above, a plurality of operations are described in order in the form of a flowchart, but the described order does not limit the order in which the plurality of operations are executed. For this reason, when each embodiment is implemented, the order of the plurality of operations is changed within a range that does not hinder the functional, performance, and other characteristics in implementing each embodiment. be able to.

更に、以上説明した各実施形態では、複数の動作は個々に相違するタイミングで実行されることに限定されない。例えば、各実施形態を実施する上で機能的、性能的、その他の特性に対して支障を来さない範囲内で、ある動作の実行中に他の動作が発生してよい。また、各実施形態を実施する上で機能的、性能的、その他の特性に対して支障を来さない範囲内で、ある動作と他の動作との実行タイミングが部分的に乃至全部において重複してもよい。   Furthermore, in each embodiment described above, a plurality of operations are not limited to being executed at different timings. For example, other operations may occur during the execution of a certain operation within a range that does not hinder the functional, performance, and other characteristics in implementing each embodiment. In addition, the execution timing of one operation and another operation partially or entirely overlaps within a range that does not hinder the functional, performance, and other characteristics in implementing each embodiment. May be.

更に、以上説明した各実施形態では、ある動作が他の動作の契機になるように記載しているが、その記載はある動作と他の動作との関係を限定するものではない。このため、各実施形態を実施するときには、その複数の動作の関係は、各実施形態を実施する上で機能的、性能的、その他の特性に対して支障を来さない範囲内で、変更することができる。また各構成要素の各動作の具体的な記載は、各構成要素の各動作を限定するものではない。このため、各構成要素の具体的な各動作は、各実施形態を実施する上で機能的、性能的、その他の特性に対して支障を来さない範囲内で変更されてよい。   Further, in each of the embodiments described above, it is described that a certain operation becomes a trigger for another operation, but the description does not limit the relationship between the certain operation and another operation. For this reason, when each embodiment is implemented, the relationship between the plurality of operations is changed within a range that does not hinder the functional, performance, and other characteristics in implementing each embodiment. be able to. The specific description of each operation of each component does not limit each operation of each component. For this reason, each specific operation | movement of each component may be changed in the range which does not cause trouble with respect to a functional, performance, and other characteristic in implementing each embodiment.

以上、各実施形態を参照して本願発明を説明したが、本願発明は上記実施形態に限定されるものではない。本発明の構成や詳細には、本発明のスコープ内で当業者が理解し得る様々な変更をすることができる。   Although the present invention has been described with reference to each embodiment, the present invention is not limited to the above embodiment. Various changes that can be understood by those skilled in the art can be made to the configuration and details of the present invention within the scope of the present invention.

20 電源入力部
40 BMC
50 BIOS
110 情報処理装置
140 故障検出部
150 ポストタスク
160 監視時間決定部
161 種類確認部
162 対応判定部
163 監視時間設定テーブル
180 保守サーバ
190 ログ記憶部
210 情報処理装置
700 コンピュータ
701 プロセッサ
702 メモリ
704 入力部
705 出力部
706 通信部
707 接続回路
708 接続機器
709 記録媒体
820 電源入力情報
840 故障情報
860 初期化監視時間
20 Power input unit 40 BMC
50 BIOS
DESCRIPTION OF SYMBOLS 110 Information processing apparatus 140 Failure detection part 150 Post task 160 Monitoring time determination part 161 Type confirmation part 162 Correspondence determination part 163 Monitoring time setting table 180 Maintenance server 190 Log storage part 210 Information processing apparatus 700 Computer 701 Processor 702 Memory 704 Input part 705 Output unit 706 Communication unit 707 Connection circuit 708 Connection device 709 Recording medium 820 Power input information 840 Failure information 860 Initialization monitoring time

Claims (7)

接続機器の初期化に対応する初期化監視時間を前記接続機器の種類ごとに示す監視時間情報に基づいて、接続された前記接続機器の初期化監視時間を決定する監視時間決定手段と、
前記監視時間決定手段により決定された初期化監視時間に基づいて、前記接続機器の初期化における故障を検出し、検出した前記故障に基づいて故障情報を出力する故障検出手段と、を含む
情報処理装置。
Monitoring time determining means for determining the initialization monitoring time of the connected device connected based on the monitoring time information indicating the initialization monitoring time corresponding to the initialization of the connected device for each type of the connected device;
Failure detection means for detecting a failure in initialization of the connected device based on the initialization monitoring time determined by the monitoring time determination means, and outputting failure information based on the detected failure. apparatus.
前記監視時間決定手段は、
接続されている前記接続機器の種類を確認する種類確認手段と、
確認した前記接続機器の種類に対応する情報が、前記監視時間情報に含まれているか否かを判定する対応判定手段と、を含み、
前記対応判定手段の判定結果が「否」である場合に、前記種類確認手段と前記対応判定手段とによる処理を、所定の回数だけ繰り返す
請求項1記載の情報処理装置。
The monitoring time determining means includes
Type confirmation means for confirming the type of the connected device connected;
Correspondence determination means for determining whether information corresponding to the type of the confirmed connected device is included in the monitoring time information,
The information processing apparatus according to claim 1, wherein when the determination result of the correspondence determination unit is "No", the processing by the type confirmation unit and the correspondence determination unit is repeated a predetermined number of times.
前記監視時間決定手段は、前記接続機器の種類に対応する初期化監視時間が、前記監視時間情報に含まれていない場合、所定の値を前記接続機器の初期化監視時間として決定する
請求項1または2記載の情報処理装置。
The monitoring time determination unit determines a predetermined value as the initialization monitoring time of the connected device when the initialization monitoring time corresponding to the type of the connected device is not included in the monitoring time information. Or the information processing apparatus of 2.
前記故障情報をログとして記憶するログ記憶部を更に含む
請求項1乃至3のいずれか1項に記載の情報処理装置。
The information processing apparatus according to any one of claims 1 to 3, further comprising a log storage unit that stores the failure information as a log.
接続機器の初期化に対応する初期化監視時間を前記接続機器の種類ごとに示す監視時間情報に基づいて、接続された前記接続機器の初期化監視時間を決定する監視時間決定手段と、前記監視時間決定手段により決定された初期化監視時間に基づいて、前記接続機器の初期化における故障を検出し、検出した前記故障に基づいて故障情報を出力する故障検出手段と、を含む情報処理装置と、
前記故障情報をユーザに対して出力する保守サーバと、を含む
情報処理システム。
Monitoring time determining means for determining an initialization monitoring time of the connected device connected based on monitoring time information indicating an initialization monitoring time corresponding to initialization of the connected device for each type of the connected device; and the monitoring A failure detection unit that detects a failure in the initialization of the connected device based on the initialization monitoring time determined by the time determination unit and outputs failure information based on the detected failure; ,
A maintenance server that outputs the failure information to a user.
接続機器の初期化に対応する初期化監視時間を前記接続機器の種類ごとに示す監視時間情報に基づいて、接続された前記接続機器の初期化監視時間を決定し、
前記監視時間決定手段により決定された初期化監視時間に基づいて、前記接続機器の初期化における故障を検出し、検出した前記故障に基づいて故障情報を出力する
故障検出方法。
Based on the monitoring time information indicating the initialization monitoring time corresponding to the initialization of the connected device for each type of the connected device, determine the initialization monitoring time of the connected device connected,
A failure detection method for detecting a failure in initialization of the connected device based on the initialization monitoring time determined by the monitoring time determining means, and outputting failure information based on the detected failure.
接続機器の初期化に対応する初期化監視時間を前記接続機器の種類ごとに示す監視時間情報に基づいて、接続された前記接続機器の初期化監視時間を決定し、
前記監視時間決定手段により決定された初期化監視時間に基づいて、前記接続機器の初期化における故障を検出し、検出した前記故障に基づいて故障情報を出力する、処理をコンピュータに実行させる
プログラム。
Based on the monitoring time information indicating the initialization monitoring time corresponding to the initialization of the connected device for each type of the connected device, determine the initialization monitoring time of the connected device connected,
A program for causing a computer to execute a process of detecting a failure in initialization of the connected device based on the initialization monitoring time determined by the monitoring time determining means, and outputting failure information based on the detected failure.
JP2015064220A 2015-03-26 2015-03-26 Information processing device, failure detection method, and program therefor Pending JP2016184289A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015064220A JP2016184289A (en) 2015-03-26 2015-03-26 Information processing device, failure detection method, and program therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015064220A JP2016184289A (en) 2015-03-26 2015-03-26 Information processing device, failure detection method, and program therefor

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2019076062A Division JP6744448B2 (en) 2019-04-12 2019-04-12 Information processing apparatus, information processing system, failure detection method, and program therefor

Publications (1)

Publication Number Publication Date
JP2016184289A true JP2016184289A (en) 2016-10-20

Family

ID=57242882

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015064220A Pending JP2016184289A (en) 2015-03-26 2015-03-26 Information processing device, failure detection method, and program therefor

Country Status (1)

Country Link
JP (1) JP2016184289A (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014021577A (en) * 2012-07-13 2014-02-03 Nec Computertechno Ltd Apparatus, system, method, and program for failure prediction

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014021577A (en) * 2012-07-13 2014-02-03 Nec Computertechno Ltd Apparatus, system, method, and program for failure prediction

Similar Documents

Publication Publication Date Title
US9747192B2 (en) Automated operating system installation on multiple drives
US20150100296A1 (en) Method and system for automated test and result comparison
US9542304B1 (en) Automated operating system installation
WO2012046293A1 (en) Fault monitoring device, fault monitoring method and program
US9712382B2 (en) Retrieving console messages after device failure
US20140129821A1 (en) Test system and method for computer
US20200310779A1 (en) Validating a firmware compliance policy prior to use in a production system
US8117430B2 (en) Boot test system and method thereof
JP4886558B2 (en) Information processing device
CN113986270B (en) Distributed application deployment method and device, storage medium and electronic equipment
TW201500919A (en) System and method of remote debugging BMC
US8819484B2 (en) Dynamically reconfiguring a primary processor identity within a multi-processor socket server
US9117047B2 (en) Diagnosis device, control method of diagnosis device, and recording medium
JP6744448B2 (en) Information processing apparatus, information processing system, failure detection method, and program therefor
JP2013050839A (en) Information processor, information processing method, and information processing program
JP2016184289A (en) Information processing device, failure detection method, and program therefor
JP6217086B2 (en) Information processing apparatus, error detection function diagnosis method, and computer program
US20140019093A1 (en) Incrementally increasing system test workload
US10216525B1 (en) Virtual disk carousel
JP2010003132A (en) Information processor, and fault detection method of input/output device thereof, and program thereof
KR101415270B1 (en) Network system monitoring application installed on computing device
US9417863B2 (en) System and method for expedited loading of an image onto a storage device
TW201928669A (en) Computer apparatus, diagnostic method and non-transitory computer-readable storage medium
KR102020798B1 (en) Method and System for performing automated test
US10261925B2 (en) Enhanced techniques for detecting programming errors in device drivers

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180215

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20181019

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20181030

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20181221

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20190115