JP2015064633A - Information processing device, information processing method, and program - Google Patents

Information processing device, information processing method, and program Download PDF

Info

Publication number
JP2015064633A
JP2015064633A JP2013196625A JP2013196625A JP2015064633A JP 2015064633 A JP2015064633 A JP 2015064633A JP 2013196625 A JP2013196625 A JP 2013196625A JP 2013196625 A JP2013196625 A JP 2013196625A JP 2015064633 A JP2015064633 A JP 2015064633A
Authority
JP
Japan
Prior art keywords
hang
task
information processing
predetermined
post
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.)
Granted
Application number
JP2013196625A
Other languages
Japanese (ja)
Other versions
JP6232877B2 (en
Inventor
伸和 篠宮
Nobukazu Shinomiya
伸和 篠宮
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 JP2013196625A priority Critical patent/JP6232877B2/en
Publication of JP2015064633A publication Critical patent/JP2015064633A/en
Application granted granted Critical
Publication of JP6232877B2 publication Critical patent/JP6232877B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an information processing device, information processing method, and program that can guarantee the flexibility of a process that is executed after resetting caused by hang-up.SOLUTION: An information processing device 1 includes: a storage unit 140 that stores a plurality of processes that are executed when hang-up occurs; and a processing unit 120 that performs a restart in response to the occurrence of hang-up during the execution of a predetermined inspection. The processing unit executes processing matching a predetermined condition out of a plurality of processes stored in the storage unit after the restart.

Description

本発明は、情報処理装置、情報処理方法及びプログラムに関する。   The present invention relates to an information processing apparatus, an information processing method, and a program.

コンピュータ(のソフトウェア又はプログラム)が稼働中に、ハングアップ(動作していたソフトウェア又はプログラムの実行が停止する状況)が発生した場合、当該コンピュータを再起動(リセット)させ、コンピュータの再立ち上げを試みる復旧機能がある。   If a hang-up occurs when the computer (software or program) is running (a situation where the running software or program stops running), restart the computer (reset) and restart the computer. There is a recovery function to try.

特許文献1に記載の情報処理装置は、POST(Power On Self Test:パワー・オン・セルフ・テスト)による初期化処理の途中でハングアップが発生した場合、当該情報処理装置をリセットするとともに、正常に処理できなかった処理(当該ハングアップが発生した処理)を記憶する。そして、当該情報処理装置は、リセット後に再びその処理を実行する際、記憶しておいた当該処理の実行をスキップする。これによって、ハングアップが発生した処理を繰り返し実行してしまうことを回避し、情報処理装置のリセット後に再び同じポイントでハングアップが発生する固定障害を回避している。   When an hang-up occurs during initialization processing by POST (Power On Self Test), the information processing apparatus described in Patent Document 1 resets the information processing apparatus and operates normally. The process that could not be processed (the process in which the hang-up occurred) is stored. Then, when the information processing apparatus executes the process again after the reset, the information processing apparatus skips the stored process. This avoids repeatedly executing the process in which the hang-up occurred, and avoids a fixed failure in which the hang-up occurs again at the same point after the information processing apparatus is reset.

特開2013−125533号公報JP 2013-125533 A

特許文献1に記載の情報処理装置は、ハングアップした処理をスキップすることを開示するが、当該処理をスキップするだけでは、リセット後に実行する処理の柔軟性に欠けるという課題がある。例えば、特許文献1に記載の情報処理装置は、ハングアップした処理によっては固定障害の可能性が低く、当該処理をスキップする必要がない場合もあるが、そのような場合であってもハングアップした処理をスキップしてしまう。   The information processing apparatus described in Patent Document 1 discloses skipping a hung-up process, but there is a problem that simply skipping the process lacks the flexibility of the process executed after reset. For example, the information processing apparatus described in Patent Document 1 has a low possibility of a fixed failure depending on the hang-up process, and may not need to skip the process. Will be skipped.

本発明は、上記の課題を解決し、ハングアップによるリセット後に実行する処理の柔軟性を担保することのできる情報処理装置、情報処理方法及びプログラムを提供することを目的とする。   An object of the present invention is to solve the above-described problems and to provide an information processing apparatus, an information processing method, and a program capable of ensuring the flexibility of processing executed after reset due to hang-up.

本発明の情報処理装置は、ハングアップが発生した際に実行する複数の処理を記憶する記憶手段と、所定の検査を実行した際に前記ハングアップが発生したことに応じて再起動を行う処理手段と、を備え、前記処理手段は、前記再起動後に、前記記憶手段に記憶された前記複数の処理のうち、所定の条件に合致する処理を実行する。   The information processing apparatus according to the present invention includes a storage unit that stores a plurality of processes to be executed when a hang-up occurs, and a process that performs a restart in response to the occurrence of the hang-up when a predetermined inspection is executed And the processing means executes a process that matches a predetermined condition among the plurality of processes stored in the storage means after the restart.

本発明の情報処理方法は、ハングアップが発生した際に実行する複数の処理を記憶し、所定の検査を実行した際に前記ハングアップが発生したことに応じて再起動を行い、前記再起動後に、前記憶された前記複数の処理のうち、所定の条件に合致する処理を実行する。   The information processing method of the present invention stores a plurality of processes executed when a hang-up occurs, performs a restart in response to the occurrence of the hang-up when a predetermined inspection is executed, and restarts the process. Later, a process that matches a predetermined condition among the plurality of previously stored processes is executed.

本発明のプログラムは、ハングアップが発生した際に実行する複数の処理を記憶する処理と、所定の検査を実行した際に前記ハングアップが発生したことに応じて再起動を行う処理と、前記再起動後に、前記憶された前記複数の処理のうち、所定の条件に合致する処理を実行する処理と、をコンピュータに実行させる。   The program of the present invention includes a process for storing a plurality of processes to be executed when a hang-up occurs, a process for restarting in response to the occurrence of the hang-up when executing a predetermined inspection, After the restart, the computer is caused to execute a process that executes a process that matches a predetermined condition among the plurality of previously stored processes.

本発明は、情報処理装置、情報処理方法及びプログラムにおいて、ハングアップによるリセット後に実行する処理の柔軟性を担保することができるという効果がある。   The present invention has an effect that in an information processing apparatus, an information processing method, and a program, the flexibility of processing executed after reset due to hang-up can be ensured.

本発明の第1の実施形態の情報処理装置の例を示す図である。It is a figure which shows the example of the information processing apparatus of the 1st Embodiment of this invention. 本発明の第1の実施形態における不揮発性メモリに記憶される動作モードに関する情報の例を示す図である。It is a figure which shows the example of the information regarding the operation mode memorize | stored in the non-volatile memory in the 1st Embodiment of this invention. 本発明の第1の実施形態における情報処理装置のBMCの動作例を示すフローチャートである。It is a flowchart which shows the operation example of BMC of the information processing apparatus in the 1st Embodiment of this invention. 本発明の第2の実施形態における情報処理装置の例を示す図である。It is a figure which shows the example of the information processing apparatus in the 2nd Embodiment of this invention. 本発明の第2の実施形態における不揮発性メモリの構成例を示す図である。It is a figure which shows the structural example of the non-volatile memory in the 2nd Embodiment of this invention. 本発明の第2の実施形態におけるPOSTハングアップ時の動作モードの情報を示す図である。It is a figure which shows the information of the operation mode at the time of POST hang-up in the 2nd Embodiment of this invention. 本発明の第2の実施形態におけるカレント POST Taskテーブルの一例を示す図である。It is a figure which shows an example of the current POST Task table in the 2nd Embodiment of this invention. 本発明の第2の実施形態におけるWDT(ウォッチ・ドッグ・タイマ)タイムアウト発生テーブルの一例を示す図である。It is a figure which shows an example of the WDT (watch dog timer) timeout generation table in the 2nd Embodiment of this invention. 本発明の第2の実施形態におけるPOST Task Codeと、Sub Taskとの関係を示す図である。It is a figure which shows the relationship between POST Task Code and Sub Task in the 2nd Embodiment of this invention. 本発明の第2の実施形態における情報処理装置(POST)の動作例を示すフローチャートである。It is a flowchart which shows the operation example of the information processing apparatus (POST) in the 2nd Embodiment of this invention. 本発明の第2の実施形態におけるPOST Taskの実行例を示すフローチャートである。It is a flowchart which shows the execution example of POST Task in the 2nd Embodiment of this invention. 本発明の第2の実施形態における「POSTハングアップ動作」の詳細な動作例を示すフローチャートである。It is a flowchart which shows the detailed operation example of "POST hang-up operation | movement" in the 2nd Embodiment of this invention. 本発明の第3の実施形態における情報処理装置の一例を示す図である。It is a figure which shows an example of the information processing apparatus in the 3rd Embodiment of this invention.

<第1の実施形態>
はじめに、図1を用いて、本発明の第1の実施形態について説明する。なお、図1に付記した図面参照符号は、理解を助けるための一例として各要素に便宜上付記したものであり、この概要の記載はなんらの限定を意図するものではない。
<First Embodiment>
First, a first embodiment of the present invention will be described with reference to FIG. Note that the drawing reference numerals attached to FIG. 1 are appended to the respective elements for convenience as an example for facilitating understanding, and the outline description is not intended to be any limitation.

図1は、本発明の第1の実施形態における情報処理装置1の例を示す図である。図1に示すように、本発明の第1の実施形態における情報処理装置1は、デバイス11と、BMC(Baseboard Management Controller:ベースボード・マネジメント・コントローラ)12とを含む。また、情報処理装置1は、BIOS(Basic Input/Output System:ベーシック・インプット/アウトプット・システム)13と、不揮発性メモリ14とを含む。デバイス11、BIOS13、不揮発性メモリ14は、BMC12に接続される。   FIG. 1 is a diagram illustrating an example of an information processing apparatus 1 according to the first embodiment of the present invention. As shown in FIG. 1, the information processing apparatus 1 according to the first exemplary embodiment of the present invention includes a device 11 and a BMC (Baseboard Management Controller) 12. The information processing apparatus 1 includes a BIOS (Basic Input / Output System) 13 and a nonvolatile memory 14. The device 11, BIOS 13, and nonvolatile memory 14 are connected to the BMC 12.

デバイス11は、情報処理装置1を構成する主なデバイス、例えば、CPU(Central Processing Unit:中央処理装置)や、PCI(Peripheral Component Interconnect:周辺コンポーネント・インターコネクト)デバイス、メモリなどのうちのいずれか1つ、あるいは2つ以上のデバイスである。メモリは、例えばハードディスク、光ディスクなどのディスクメモリのほか、半導体メモリを含む。   The device 11 is one of main devices constituting the information processing apparatus 1, for example, a CPU (Central Processing Unit), a PCI (Peripheral Component Interconnect) device, a memory, or the like. One or more devices. The memory includes, for example, a semiconductor memory in addition to a disk memory such as a hard disk or an optical disk.

BMC12は、情報処理装置1のセンサ制御など、デバイスの状態監視、保守に関する処理(以下、単に、「保守に関する処理」という)を実行する手段として機能する。本発明の第1の実施形態において、BMC12は、情報処理装置1内において、所定の検査の実行中にハングアップが生じた場合、リセット後、再起動し、不揮発性メモリ14を参照して、そこに記憶されている複数の処理のうちから条件に合致した処理を実行する。複数の処理は、例えば、「リトライ」、「縮退」、「スキップ」及び「オート」の動作モードである。当該動作モードおよび条件については、後述する。   The BMC 12 functions as a unit that executes device status monitoring and maintenance processing (hereinafter simply referred to as “maintenance processing”) such as sensor control of the information processing apparatus 1. In the first embodiment of the present invention, when a hang-up occurs during execution of a predetermined test in the information processing apparatus 1, the BMC 12 restarts after resetting, and refers to the nonvolatile memory 14. Among the plurality of processes stored there, a process that matches the condition is executed. The plurality of processes are, for example, “retry”, “degenerate”, “skip”, and “auto” operation modes. The operation mode and conditions will be described later.

BIOS13は、情報処理装置1の電源投入後、各種デバイス(例えば、デバイス11のCPU、メモリなど)の初期化を行い、OS(Operating System)に制御を渡すまでの処理を実行する手段として機能する。   The BIOS 13 functions as a means for initializing various devices (for example, the CPU and memory of the device 11) after the information processing apparatus 1 is turned on and executing processing until control is passed to the OS (Operating System). .

不揮発性メモリ14は、情報処理装置1がハングアップした際に実行する処理(ハングアップ時の動作モード)を記憶する。不揮発性メモリ14は、情報処理装置1のハングアップ時の動作モードに関する情報を記憶する。不揮発性メモリ14は、BIOS13からもMBCからもアクセス可能である。   The nonvolatile memory 14 stores a process (an operation mode at the time of hang-up) that is executed when the information processing apparatus 1 hangs up. The nonvolatile memory 14 stores information related to the operation mode when the information processing apparatus 1 is hung up. The nonvolatile memory 14 can be accessed from both the BIOS 13 and the MBC.

図2は、不揮発性メモリ14に記憶される情報処理装置1のハングアップ時の動作モードに関する情報である。図2に示すように、ハングアップ時の動作モードは、例えば、「リトライ」、「縮退」、「スキップ」及び「オート」である。   FIG. 2 shows information related to the operation mode when the information processing apparatus 1 is hung up, which is stored in the nonvolatile memory 14. As shown in FIG. 2, the operation modes at the time of hang-up are, for example, “retry”, “degeneration”, “skip”, and “auto”.

「リトライ」は、ハングアップによるリセット後に、当該ハングアップした処理を含めて再度実行することを示す動作モードである。   “Retry” is an operation mode indicating that after a reset due to a hang-up, the process including the hang-up process is executed again.

「縮退」は、ハングアップが発生した際に、POST(Power On Self Test)で処理をしていたデバイス11(例えば、PCIデバイス)を停止させた後(すなわち、当該デバイス11を除いて)、再度処理を実行することを示す動作モードである。   “Degeneration” means that when a hang-up occurs, the device 11 (for example, PCI device) that has been processed by POST (Power On Self Test) is stopped (that is, excluding the device 11). This is an operation mode indicating that the process is executed again.

「スキップ」は、ハングアップが発生した際に、POSTで処理をしていた当該処理を除外して、再度処理を実行することを示す動作モードである。   “Skip” is an operation mode indicating that, when a hang-up occurs, the processing that has been processed by POST is excluded and the processing is executed again.

「オート」は、ハングアップした最初の数回は上記の「リトライ」するが、同じポイントで複数回ハングアップする場合には「縮退」を行い、それでも当該同じポイントで複数回ハングアップする場合には「スキップ」を行うことを示す動作モードである。 これら動作モードの情報は、命令、プログラムデータ、あるいは各動作モードを示すフラグデータとして、不揮発性メモリ14に記憶される。   “Auto” means “retry” as described above for the first few times of hang-up, but “degenerate” is performed when hangs up multiple times at the same point, and still hangs up multiple times at the same point. Is an operation mode indicating that "skip" is performed. Information on these operation modes is stored in the nonvolatile memory 14 as instructions, program data, or flag data indicating each operation mode.

図3は、本発明の第1の実施形態における、BMC12の動作例を示すフローチャートである。   FIG. 3 is a flowchart showing an operation example of the BMC 12 in the first embodiment of the present invention.

BMC12は、所定の検査を実行中にハングアップが生じた場合、第1の条件を満たすか否かを判定する。ここで、所定の検査とは、たとえば、POSTでのタスクである。第1の条件の判定において、BMC12は、所定の検査でのハングアップ(POSTハングアップなど)時の動作が、「リトライ」又は「オート」であって、同じポイントでハングアップした回数(ウォッチドッグタイマ(WDT)でのタイムアウトの発生カウント数)が第1の所定の回数未満であるか否かを判定する(S101)。   The BMC 12 determines whether or not the first condition is satisfied when a hang-up occurs during execution of a predetermined inspection. Here, the predetermined inspection is, for example, a POST task. In the determination of the first condition, the BMC 12 performs a hang-up (POST hang-up, etc.) in a predetermined inspection when the operation is “retry” or “auto” and the number of times the watch hangs up at the same point (watchdog It is determined whether or not the time-out occurrence count in the timer (WDT) is less than a first predetermined number of times (S101).

判定の結果、第1の条件を満たす場合(S101のYES)、BIOS13またはBMC12の指示により、CPUのリセット後に、再起動し「リトライ」の動作モードとなり、BMC12は当該ハングアップした処理を含めて再度処理を実行(Sub Taskを実行)する(S102)。Sub Taskは、検査で実行される1つ以上のタスクである。一方、判定の結果、第1の条件を満たさない、すなわち、ハングアップ時の動作が「リトライ」または「オート」ではない、あるいは同じポイントでハングアップした回数が第1の所定回数以上の場合(S101のNO)、リセットせず、処理はステップ103(S103)に移る。   When the first condition is satisfied as a result of the determination (YES in S101), the CPU 13 is restarted after being reset by the instruction of the BIOS 13 or the BMC 12, and the operation mode is "retry". The BMC 12 includes the hang-up process. The process is executed again (Sub Task is executed) (S102). A Sub Task is one or more tasks that are performed in a test. On the other hand, as a result of the determination, the first condition is not satisfied, that is, the operation at the time of hang-up is not “retry” or “auto”, or the number of times of hang-up at the same point is equal to or more than the first predetermined number ( (No in S101), without resetting, the process proceeds to Step 103 (S103).

ステップ101(S101)の判定結果がNOであった場合、BMC12は、第2の条件を満たすか否かを判定する。すなわち、BMC12は、所定の検査でのハングアップ時の動作が、「縮退」又は「オート」であって、同じポイントでハングアップした回数が第1の所定の回数以上および第2の所定回数未満であるか否かを判定する(S103)。   If the determination result in step 101 (S101) is NO, the BMC 12 determines whether or not the second condition is satisfied. In other words, the BMC 12 has a “degenerate” or “auto” operation at the time of hang-up in a predetermined inspection, and the number of times of hang-up at the same point is greater than or equal to the first predetermined number of times and less than the second predetermined number of times. It is determined whether or not (S103).

判定の結果、第2の条件を満たす場合(S103のYES)、BMC12またはBIOS13による指示によるCPUのリセット後に、再起動し「縮退」の動作モード(縮退モード)となり、BMC12は、POSTで処理を実行していたデバイス11(例えば、PCIデバイス)を停止させた状態で(すなわち、当該デバイスを除いて)、再度処理を実行(Sub Taskを実行)する(S104)。一方、判定の結果、第2の条件を満たさない、すなわち、ハングアップ時の動作が「縮退」または「オート」ではない、あるいは、同じポイントでハングアップした回数が第2の所定回数以上である場合(S103のNO)、リセットせず、処理はステップ105(S105)に移る。   As a result of the determination, if the second condition is satisfied (YES in S103), after the CPU is reset by an instruction from the BMC 12 or the BIOS 13, the system is restarted to enter the “degenerate” operation mode (degenerate mode). With the device 11 (for example, PCI device) being executed stopped (that is, excluding the device), the process is executed again (Sub Task is executed) (S104). On the other hand, as a result of determination, the second condition is not satisfied, that is, the operation at the time of hang-up is not “degenerate” or “auto”, or the number of times of hang-up at the same point is equal to or greater than the second predetermined number of times. If so (NO in S103), the process does not reset, and the process proceeds to step 105 (S105).

ステップ103(S103)の判定結果がNOであった場合、BMC12は、第3の条件を満たすか否かを判定する。すなわち、BMC12は、所定の検査でのハングアップ時の動作が、「スキップ」又は「オート」であって、同じポイントでハングアップした回数が第2の回数以上であるか否かを判定する(S105)。   If the determination result in step 103 (S103) is NO, the BMC 12 determines whether or not the third condition is satisfied. That is, the BMC 12 determines whether the operation at the time of hang-up in a predetermined inspection is “skip” or “auto” and the number of times of hang-up at the same point is equal to or greater than the second number ( S105).

判定の結果、第3の条件を満たす場合(S105のYES)、BMC12またはBIOS13の指示によるCPUのリセット後に、再起動し「スキップ」の動作モード(スキップモード)となり、BMC12は、POSTで処理を実行していた当該処理を除外した状態で、再度処理(Sub Task)を実行する(S106)。一方、判定の結果、第3の条件を満たさない、すなわち、ハングアップ時の動作が、不揮発性メモリ14に記憶されたいずれの動作モードでもない場合(S105のNO)、リセットせず、処理はステップ107(S107)に移り、エラーを通知し、ハングアップが発生したことを通知する。   As a result of the determination, if the third condition is satisfied (YES in S105), after the CPU is reset by an instruction from the BMC 12 or the BIOS 13, the system is restarted to enter the “skip” operation mode (skip mode), and the BMC 12 performs processing with POST. The process (Sub Task) is executed again with the process being executed being excluded (S106). On the other hand, as a result of the determination, if the third condition is not satisfied, that is, the operation at the time of the hang-up is not any operation mode stored in the nonvolatile memory 14 (NO in S105), the process is not reset. The process moves to step 107 (S107), an error is notified, and a notification that a hang-up has occurred is notified.

上記の説明において、第1の所定の回数<第2の所定の回数<第3の所定の回数である。   In the above description, the first predetermined number of times <the second predetermined number of times <the third predetermined number of times.

上記のとおり、本発明の第1の実施形態において、情報処理装置1は、ハングアップ発生時に、不揮発性メモリ14を参照して、複数の処理のうちから条件に合致した処理を実行する。したがって、当該情報処理装置1は、ハングアップによるリセット後に実行する処理の柔軟性を担保することができる。   As described above, in the first embodiment of the present invention, when the hang-up occurs, the information processing apparatus 1 refers to the nonvolatile memory 14 and executes a process that matches a condition from among a plurality of processes. Therefore, the information processing apparatus 1 can ensure the flexibility of processing executed after reset due to hang-up.

<第2の実施形態>
図4は、本発明の第2の実施形態における情報処理装置1の例を示す図である。図4に示すように、本発明の第2の実施形態における情報処理装置1は、CPU110と、PCIデバイス111と、メモリ(例えば、ハードディスク)112と、BMC12と、BIOS13と、不揮発性メモリ14と、BIOS Setup(BIOS セットアップ)15とを含む。
<Second Embodiment>
FIG. 4 is a diagram illustrating an example of the information processing apparatus 1 according to the second embodiment of the present invention. As illustrated in FIG. 4, the information processing apparatus 1 according to the second exemplary embodiment of the present invention includes a CPU 110, a PCI device 111, a memory (for example, a hard disk) 112, a BMC 12, a BIOS 13, and a nonvolatile memory 14. , And BIOS Setup (BIOS setup) 15.

なお、本発明の第2の実施形態において、本発明の第1の実施形態と同様の構成については、説明を省略する。   Note that in the second embodiment of the present invention, the description of the same configuration as that of the first embodiment of the present invention is omitted.

CPU110は、例えば、メモリ112に記憶されたプログラムを実行する。   For example, the CPU 110 executes a program stored in the memory 112.

PCIデバイス111は、例えば、CPU110と周辺機器との間の通信を行う。   For example, the PCI device 111 performs communication between the CPU 110 and peripheral devices.

メモリ(例えば、ハードディスク)112は、CPU110に接続され、CPU110によって直接読み書きが制御される。   A memory (for example, hard disk) 112 is connected to the CPU 110, and direct reading and writing are controlled by the CPU 110.

BIOS13は、CPU112に接続する。またBIOS13は、不揮発性メモリ14にも接続する。   The BIOS 13 is connected to the CPU 112. The BIOS 13 is also connected to the nonvolatile memory 14.

BIOS Setup15は、BMC12とBIOS13とを中継する手段として機能する。BIOS Setup15は、BMC12からの設定要求をBIOS13に通知する手段として機能する。   The BIOS Setup 15 functions as a means for relaying between the BMC 12 and the BIOS 13. The BIOS Setup 15 functions as means for notifying the BIOS 13 of a setting request from the BMC 12.

図5は、本発明の第2の実施形態における、不揮発性メモリ14の構成例である。不揮発性メモリ14は、「POSTハングアップ時の動作モードのテーブル」と、「カレントPOST Task Code」及び「カレントSub Task」のテーブル(カレントPOST Taskのテーブル)と、「WDTタイムアウト発生テーブル」とを含む。   FIG. 5 is a configuration example of the nonvolatile memory 14 in the second embodiment of the present invention. The non-volatile memory 14 includes a “POST hangup operation mode table”, a “current POST Task Code” table, a “Current Sub Task” table (current POST Task table), and a “WDT timeout occurrence table”. Including.

「POSTハングアップ時の動作モードのテーブル」は、BIOS Setup15及びBMC12により変更可能であり、「リトライ」、「縮退」、「スキップ」及び「オート」の動作モードを示している。BMC12は、当該テーブルによって、複数の動作モードから、POSTハングアップ時の動作を選択できるようになる。   The “POST hangup operation mode table” can be changed by the BIOS Setup 15 and the BMC 12, and indicates “Retry”, “Degenerate”, “Skip”, and “Auto” operation modes. The BMC 12 can select an operation at POST hang-up from a plurality of operation modes according to the table.

図6は、本発明の第2の実施形態における、POSTハングアップ時の動作モードの情報を示す表(POSTハングアップ時の動作モード141)である。   FIG. 6 is a table (operation mode 141 at POST hang-up) showing information on the operation mode at POST hang-up in the second embodiment of the present invention.

図6に示すように、「リトライ」モードは、POSTハングアップした時に、再び同じ処理を試行する動作モードである。   As shown in FIG. 6, the “retry” mode is an operation mode in which the same processing is tried again when POST hangs up.

「縮退」モードは、そのPOST Sub Taskで処理しているデバイス(CPU110、PCIデバイス111又はメモリ112)を停止(Disabled)して処理を実行する動作モードである。なお、Sub Taskとは、POST Task Codeの内部で実行される処理単位を示す。   The “degeneration” mode is an operation mode in which a device (CPU 110, PCI device 111, or memory 112) that is processed by the POST Sub Task is disabled and processing is executed. Note that the Sub Task indicates a processing unit executed inside the POST Task Code.

「スキップ」は、POST Sub Taskでの処理をスキップする動作モードである。   “Skip” is an operation mode for skipping processing in the POST Sub Task.

「オート」は、POSTハングアップが初めて生じてから所定の回数は「リトライ」処理を行い、それでも復旧せず同じポイントで複数回POSTハングアップする場合に「縮退」処理を行う動作モードである。さらに、それでも復旧せず、同じポイントで複数回POSTハングアップする場合、「オート」の動作モードにおいて、BMC12は「スキップ」処理を行う。   “Auto” is an operation mode in which “retry” processing is performed a predetermined number of times after the first POST hang-up occurs, and “degeneration” processing is performed when POST hang-up is performed several times at the same point without recovery. Further, if the post hangs up several times at the same point without recovery, the BMC 12 performs “skip” processing in the “auto” operation mode.

「縮退」及び「スキップ」モードにおいて、BIOS13は、その動作の実行のために、予め縮退時、スキップ時での動作をPOST Sub Task毎に作成し、不揮発性メモリ14に記憶しておく必要がある。例えば、BIOS13は、予め次の(1)乃至(4)の動作設定を不揮発性メモリ14に記憶する。(1)CPU110の「縮退」を行う場合、POSTを動作させるCPU110以外はすべて停止する、(2)メモリの「縮退」であれば、最小メモリを初期化する、(3)PCIデバイス111の「縮退」であれば、PCI Root Portを停止する、(4)スキップの場合は縮退動作そのものも行わないが、処理上どうしてもスキップできない基幹処理の場合は、縮退動作と同等とする。これらの動作の設定要求は、BMC13からBIOS Setup15を経由して行われる。   In the “degenerate” and “skip” modes, the BIOS 13 needs to create an operation at the time of degeneration and skip for each POST Sub Task and store it in the nonvolatile memory 14 in order to execute the operation. is there. For example, the BIOS 13 stores the following operation settings (1) to (4) in the nonvolatile memory 14 in advance. (1) When performing “degeneration” of the CPU 110, all but the CPU 110 that operates POST are stopped. (2) If the memory is “degeneration”, the minimum memory is initialized. (3) “ If it is “degeneration”, PCI Root Port is stopped. (4) In the case of skip, the degeneration operation itself is not performed, but in the case of a basic process that cannot be skipped in the process, it is equivalent to the degeneration operation. Requests for setting these operations are made from the BMC 13 via the BIOS Setup 15.

図7は、本発明の第2の実施形態における、「カレントPOST Task Code」及び「カレントSub Task」及び「実行しているデバイスの識別子」のテーブル(カレントPOST Task テーブル142)の詳細を示す。   FIG. 7 shows the details of the “current POST Task Code”, “Current Sub Task”, and “identifier of executing device” table (current POST Task table 142) according to the second embodiment of the present invention.

「カレントPOST Task Code」及び「カレントSub Task」のテーブルは、現在の(ハングアップ発生時に実行している)POST Task Code(たとえば、POST Task Code200)、及び、現在のSub Task(たとえば、Sub Task202)、及び、実行しているデバイスの識別子(たとえば、PCI Deviceの識別子:AAA)を記憶する。   The “Current POST Task Code” and “Current Sub Task” tables include the current POST Task Code (executed when a hang-up occurs) (eg, POST Task Code 200) and the current Sub Task (eg, Sub Task 202). ) And the identifier of the executing device (e.g., PCI Device identifier: AAA).

図8は、本発明の第2の実施形態における、「WDTタイムアウト発生テーブル」のテーブル(WDTタイムアウト発生テーブル143)の詳細を示す。   FIG. 8 shows details of the “WDT timeout occurrence table” table (WDT timeout occurrence table 143) in the second embodiment of the present invention.

「WDTタイムアウト発生テーブル」は、「POST Task Code」、「Sub Task」及び「WDTタイムアウトのカウント数」より構成される。   The “WDT timeout occurrence table” includes “POST Task Code”, “Sub Task”, and “WDT timeout count”.

「POST Task Code」は、WDTタイムアウト発生時のPOST Task Codeを記録する。   “POST Task Code” records the POST Task Code when a WDT timeout occurs.

「Sub Task」は、WDTタイムアウト発生時のPOST Sub Task を示したものである。   “Sub Task” indicates a POST Sub Task when a WDT timeout occurs.

「WDTタイムアウトのカウント数」は、そのSub Taskで発生したWDTタイムアウトのカウント数(回数)を示している。   The “count number of WDT timeout” indicates the count number (number of times) of the WDT timeout that has occurred in the Sub Task.

図9は、POST Task Codeと、POST Sub Taskとの関係を示した図である。まず、POST Task Codeは、そのTask Codeにおいて行う処理内容(大まかな処理の内容)を示す。例えば、POST Task Code100はCPU110(CPU1とCPU2)の初期化を示し、POST Task Code 200はPCI Device(デバイス)とUSB Deviceの初期化を行うことを示す。   FIG. 9 is a diagram illustrating the relationship between the POST Task Code and the POST Sub Task. First, POST Task Code indicates the processing content (rough processing content) to be performed in the Task Code. For example, POST Task Code 100 indicates initialization of CPU 110 (CPU 1 and CPU 2), and POST Task Code 200 indicates initialization of PCI device (device) and USB device.

Sub Taskは、各POST Taskの内部で一意に処理が決められるように付された番号である。例えば、POST Task Code 200では、PCI Deviceの初期化が201と番号付けされ、USB Device(図4には示していない)の初期化が202と番号付けされる。ここで、USB DeviceにおいてPOSTハングアップが発生してWDTタイムアウトが発生した場合は、WDTタイムアウト発生テーブルにPOST Task Code200及びPOST Sub Task 202を記録し、WDTタイムアウトのカウント数を「1」とする。また、すでに同一のPOST Task Code及びPOST Sub Taskがテーブルに存在していた場合には、WDTタイムアウトのカウント数を「+1」する。   The Sub Task is a number assigned so that the processing can be uniquely determined within each POST Task. For example, in POST Task Code 200, PCI Device initialization is numbered 201, and USB Device initialization (not shown in FIG. 4) is numbered 202. Here, when a POST hang-up occurs in the USB device and a WDT timeout occurs, the POST Task Code 200 and the POST Sub Task 202 are recorded in the WDT timeout occurrence table, and the count number of the WDT timeout is set to “1”. If the same POST Task Code and POST Sub Task already exist in the table, the WDT timeout count is incremented by “+1”.

図10は、本発明の第2の実施形態における、POSTの動作フローを示すフローチャートである。なお、図10のフローは、BMC12が、BIOS Setup15を経由してBIOS13に指示することで実行されてもよい。   FIG. 10 is a flowchart showing the operation flow of POST in the second embodiment of the present invention. Note that the flow of FIG. 10 may be executed by the BMC 12 instructing the BIOS 13 via the BIOS Setup 15.

BMC12は、まず、電源立ち上げ時のPOST Start時点で、WDTを開始する(S201)。WDTは、CPUで実行される。   First, the BMC 12 starts WDT at the point of POST Start when the power is turned on (S201). WDT is executed by the CPU.

次に、BMC12は、不揮発性メモリ14の「カレントPOST Task Code」(図7参照)に、現在のPOST Task Codeを保存する(S202)。その後、BMC12は、現在のPOST Task(デバイスの所定の検査)を実行する(S203)。なお、当該所定の検査である「POST Task」の実行については、図11にて後述する。   Next, the BMC 12 stores the current POST Task Code in the “current POST Task Code” (see FIG. 7) of the nonvolatile memory 14 (S202). Thereafter, the BMC 12 executes the current POST Task (predetermined device inspection) (S203). The execution of “POST Task”, which is the predetermined inspection, will be described later with reference to FIG.

現在のPOST Task実行中、WDTタイムアウトが発生した場合(S204のYES)、BMC12は、不揮発性メモリ14に格納されている、「カレントPOST Task Code」と、「カレントSub Task」を、「WDTタイムアウト発生テーブル」(図9参照)のPOST Task CodeとPOSTSub Taskに記録する。既に同じPOST Task Code及びSub Taskが記録されていれば、WDTタイムアウトのカウント数を「+1」カウントアップする(S205)。その後、BMC12の指示により、Reboot(再ブート処理)が実行される(S206)。   If a WDT timeout occurs during execution of the current POST Task (YES in S204), the BMC 12 changes the “Current POST Task Code” and the “Current Sub Task” stored in the nonvolatile memory 14 to the “WDT timeout”. It is recorded in the POST Task Code and POSTSub Task of the “generation table” (see FIG. 9). If the same POST Task Code and Sub Task have already been recorded, the WDT timeout count is incremented by “+1” (S205). Thereafter, Reboot (reboot process) is executed in accordance with an instruction from the BMC 12 (S206).

一方、WDTタイムアウトが発生せず、POST Task処理が終われば(S204のNO)、BMC12は、次のPOST Taskがあるか否かを判定し、あれば、その処理に移行する(S207のYES、S208)。一方、残りのPOST Taskが無ければ(S207のNO)、POST処理終了となり、BMC12は、WDTを停止し(S210)、OS Boot(S210)となる。   On the other hand, if the WDT timeout does not occur and the POST Task process ends (NO in S204), the BMC 12 determines whether there is a next POST Task, and if there is, the process proceeds to the process (YES in S207). S208). On the other hand, if there is no remaining POST Task (NO in S207), the POST process ends, the BMC 12 stops the WDT (S210), and becomes OS Boot (S210).

図11は、図10におけるPOST Taskの実行について示すフローチャートである。   FIG. 11 is a flowchart showing the execution of the POST Task in FIG.

まず、BMC12は、不揮発性メモリ14の「カレントSub Task」テーブル(図7参照)に、現在のSub Taskを保存する(S301)。   First, the BMC 12 stores the current Sub Task in the “Current Sub Task” table (see FIG. 7) of the nonvolatile memory 14 (S301).

次に、BMC12は、「WDTタイムアウト発生テーブル」(図9参照)のPOST Task Codeに、現在のPOST Task と一致するものがある場合は、次のチェックに移行する(S302のYES)。   Next, the BMC 12 proceeds to the next check when there is a POST Task Code that matches the current POST Task in the “WDT timeout occurrence table” (see FIG. 9) (YES in S302).

そして、現在のSub Taskが「WDTタイムアウト発生テーブル」に記憶されているSub Taskと一致していれば(S303のYES)、BMC12は、「POSTハングアップ動作」に移行する(S304)。このPOSTハングアップ動作は、図12にて後述する。   If the current Sub Task matches the Sub Task stored in the “WDT timeout occurrence table” (YES in S303), the BMC 12 proceeds to “POST hang-up operation” (S304). This POST hang-up operation will be described later with reference to FIG.

現在のPOST Task Code、及び、Sub Taskが「WDTタイムアウト発生テーブル」になければ(S302のNO、及び、S303のNO)、BMC12は、現在のPOST TaskのSub Taskを実行する(S305)。この処理を現在のPOST Task内にあるSub Taskすべてについて実行する(S306及びS307)。   If the current POST Task Code and Sub Task are not in the “WDT timeout occurrence table” (NO in S302 and NO in S303), the BMC 12 executes the Sub Task of the current POST Task (S305). This process is executed for all the Sub Tasks in the current POST Task (S306 and S307).

図12は、図11における「POSTハングアップ動作」の詳細を示した図である。この処理は、第1の実施形態で説明した図3に示すフローの動作に対応する。この処理に入ってきた場合は、すでに1回以上この POST Task Code、及び、Sub Taskの組み合わせでWDTタイムアウトが発生している。   FIG. 12 is a diagram showing details of the “POST hang-up operation” in FIG. This process corresponds to the operation of the flow shown in FIG. 3 described in the first embodiment. When this process is entered, a WDT timeout has already occurred at least once in the combination of this POST Task Code and Sub Task.

まず、BMC12は、不揮発性メモリ14に格納されている「POSTハングアップ時の動作」の値を参照する。この値の設定が「リトライ」、又は、「オート」で、「WDTタイムアウトのカウント数」がn回未満(nは任意の数字)の場合(S401のYES)、BMC12は、Sub Taskを実行し(S402)、同一処理をもう一度実行することでPOSTハングアップ動作解消をトライする。一方、n回以上の場合(S401のNO)、BMC12での処理はステップ403(S403)に進む。   First, the BMC 12 refers to the value of “operation at POST hang-up” stored in the nonvolatile memory 14. If this value is set to “Retry” or “Auto”, and “WDT timeout count” is less than n times (n is an arbitrary number) (YES in S401), the BMC 12 executes Sub Task. (S402) Try to cancel the POST hang-up operation by executing the same process again. On the other hand, if n times or more (NO in S401), the process in the BMC 12 proceeds to step 403 (S403).

「POST ハングアップ時の動作」の値が「縮退」または「オート」で「WDTタイムアウトのカウント数」がn以上m未満(mは任意の数字)の場合(S403のYES)、BMC12は、縮退モードで当該Sub Taskを実行する(S404)。一方、m回以上の場合は(S403のNO)、BMC12での処理は、ステップ405(S405)に進む。   If the value of “POST hang-up operation” is “degenerate” or “auto” and the “number of WDT timeout count” is n or more and less than m (m is an arbitrary number) (YES in S403), the BMC 12 The sub task is executed in the mode (S404). On the other hand, if m times or more (NO in S403), the process in the BMC 12 proceeds to step 405 (S405).

この縮退モードは、それぞれの Sub Task コードで縮退モード動作となるようにBIOS13が予め作成しておく必要がある。例えば、CPU110の処理であれば、BIOS13は、当該CPU110を停止(Disabled)する。また、PCI Device111であれば、BIOS13は、PCIのRoot Bridgeを停止(Disabled)する。   This degenerate mode needs to be created in advance by the BIOS 13 so that the degenerate mode operation is performed in each Sub Task code. For example, if the process is performed by the CPU 110, the BIOS 13 stops the CPU 110. In the case of the PCI device 111, the BIOS 13 stops the PCI root bridge (disabled).

「POST ハングアップ時の動作」の値が「スキップ」または「オート」で「WDTタイムアウトのカウント数」がm以上の場合(S405のYES)、BMC12は、スキップモードで当該Sub Taskを実行する(S406)。スキップモードとは、当該Sub Taskにおける縮退処理もせず、デバイス(CPU110、PCIデバイス111、メモリ(例えば、ハードディスク)112など)に対して何もせずに処理を抜ける動作モードである。   If the value of “POST Hang-up” is “Skip” or “Auto” and “WDT timeout count” is greater than or equal to m (YES in S405), the BMC 12 executes the Sub Task in the skip mode ( S406). The skip mode is an operation mode in which the degeneration processing in the Sub Task is not performed, and the processing is exited without performing anything on the device (CPU 110, PCI device 111, memory (for example, hard disk) 112).

「POST ハングアップ時の動作」が「リトライ」「縮退」「スキップ」のどれでもない場合は(S405のNO)、BMC12は、エラーを表示し、POST ハングアップを発生させる(S407)。これらの一連の処理において、BIOS13は縮退モード、スキップモードどちらでも、すべてのSub Taskで動作するようにあらかじめ作り込みを行う必要がある。   If the “operation during POST hang-up” is not any of “retry”, “degenerate”, and “skip” (NO in S405), the BMC 12 displays an error and generates a POST hang-up (S407). In these series of processes, the BIOS 13 needs to be built in advance so as to operate in all the Sub Tasks in both the reduced mode and the skip mode.

以下では、図10乃至図12を用いて、本発明の第2の実施形態の情報処理装置1における具体的な処理について説明する。説明する具体例は、POST Task Code200(図9参照)で示されたPCI Deviceの初期化の、POST Sub Task202で示されたUSB Device(図示していない)の初期化において、POSTハングアップが生じた場合の例である。   Hereinafter, specific processing in the information processing apparatus 1 according to the second embodiment of the present invention will be described with reference to FIGS. 10 to 12. The specific example to be described is that a POST hang-up occurs in the initialization of the USB device (not shown) indicated by the POST Sub Task 202 in the initialization of the PCI device indicated by the POST Task Code 200 (see FIG. 9). This is an example.

まず、図10に示すように、POST Start時に、BMC12は、WDTをスタートし(S201)、不揮発性メモリ14の「カレントPOST Task Code」に現在のPOST Task Code200を格納する(S202)。その後、BMC12は、POST Taskを実行する(S203)。   First, as shown in FIG. 10, at the POST Start, the BMC 12 starts WDT (S201), and stores the current POST Task Code 200 in “Current POST Task Code” of the nonvolatile memory 14 (S202). Thereafter, the BMC 12 executes POST Task (S203).

POST Task実行は図11で示されており、最初に、BMC12は、不揮発性メモリ14の「Sub Task」に、現在のSub Taskを保存する(S301)。ここでは、Sub Task201から始まっているとし、まずはSub Task201を保存する。   The POST Task execution is shown in FIG. 11. First, the BMC 12 stores the current Sub Task in the “Sub Task” of the nonvolatile memory 14 (S301). Here, it is assumed that the process starts from the Sub Task 201. First, the Sub Task 201 is saved.

次に、「WDTタイムアウト発生テーブル」のPOST Task Codeと、POST Taskがまだ保存されていないので(S302のNO)、BMC12は、Sub Taskを実行する(S305)。   Next, since the POST Task Code and the POST Task in the “WDT timeout occurrence table” are not yet stored (NO in S302), the BMC 12 executes the Sub Task (S305).

次に、Sub Task終了かどうかの分岐チェックで、まだSub Taskがあるので(S306のNO)、BMC12は、次のSub Taskに移行する(S307)。処理の最初に戻り、BMC12は、不揮発性メモリ14の「カレントSub Task」に202を保存する。そして「WDTタイムアウト発生テーブル」のPOST Task CodeにはまだPOST Task Codeが入っていないので(S302のNO)、Sub Taskを実行する(S305)。   Next, since there is still a sub task in the branch check whether or not the sub task is completed (NO in S306), the BMC 12 proceeds to the next sub task (S307). Returning to the beginning of the processing, the BMC 12 stores 202 in the “current sub task” of the nonvolatile memory 14. Since the POST Task Code of the “WDT timeout occurrence table” does not yet contain the POST Task Code (NO in S302), the Sub Task is executed (S305).

ここでPOSTハングアップが発生し、WDTタイムアウトが発生する(S204noYES)。   Here, a POST hang-up occurs and a WDT timeout occurs (S204 no YES).

WDTタイムアウトが発生した場合、BMC12は、図10のPOST Task実行後の分岐であるWDTタイムアウト発生の処理に進む(S205)。つまり、BMC12は、不揮発性メモリ14に格納されている「カレントPOST Task Code」である200という値、及び、「カレント Sub Task」である202である値を取り出し、その値を不揮発性メモリ14のWDT タイムアウト発生テーブルに記録する(S205)。BMC12は、WDTタイムアウトのカウント数を「1」とし、Reboot動作を行う(S206)。   If a WDT timeout has occurred, the BMC 12 proceeds to a process for generating a WDT timeout, which is a branch after the POST Task in FIG. 10 (S205). In other words, the BMC 12 takes out the value “200” that is the “current POST Task Code” stored in the nonvolatile memory 14 and the value 202 that is the “current Sub Task Code”, and stores the values in the nonvolatile memory 14. Record in the WDT timeout occurrence table (S205). The BMC 12 sets the WDT timeout count to “1” and performs the Reboot operation (S206).

Reboot後の動作では、再びPOSTスタートに戻り、WDTをスタートし(S201)、BMC12は、不揮発性メモリ14の「カレントPOST Task Code」に、現在のPOST Task Codeを保存する(S202)。   In the operation after Reboot, the process returns to the POST start, starts WDT (S201), and the BMC 12 stores the current POST Task Code in the “current POST Task Code” of the nonvolatile memory 14 (S202).

ここでは、再びPOST Task Code200、及び、Sub Task 202でハングアップする場合を取り上げて説明する。BMC12は、不揮発性メモリ14の「カレントPOST Task Code」にPOST Task Code200を格納し、POST Taskを実行する(S203)。   Here, the case where the hang-up is performed again with the POST Task Code 200 and the Sub Task 202 will be described. The BMC 12 stores the POST Task Code 200 in the “current POST Task Code” of the nonvolatile memory 14 and executes the POST Task (S203).

図10のPOST Task実行では、BMC12は、不揮発性メモリ14の「カレントSub Task」に、現在のSub Taskを保存する(S301)。まず、Sub Task201を保存する。続いて、WDTタイムアウト発生テーブルにおいて、POST Task Codeは一致するが、Sub Taskが一致するものが無い場合(S302のNO)、BMC12は、Sub Task201を実行する(S305)。   In the POST Task execution of FIG. 10, the BMC 12 stores the current Sub Task in the “Current Sub Task” of the nonvolatile memory 14 (S301). First, the Sub Task 201 is saved. Subsequently, in the WDT timeout occurrence table, if the POST Task Code matches but the Sub Task does not match (NO in S302), the BMC 12 executes the Sub Task 201 (S305).

続く処理では、Sub Task202を処理する(S307)。   In the subsequent process, the Sub Task 202 is processed (S307).

BMC12は、「WDTタイムアウト発生テーブル」をチェックし、現在のPOST Task Codeである200と一致するものがあるので、次のチェックに移行する(S302のYES)。次に、現在の Sub Taskの202と、「WDTタイムアウト発生テーブル」に Sub Task202が示されているので(S303のYES)、BMCでの処理は図12に示すPOSTハングアップ動作の処理へ移行する(S304)。   The BMC 12 checks the “WDT timeout occurrence table” and moves to the next check because there is one that matches the current POST Task Code 200 (YES in S302). Next, since the current Sub Task 202 and the Sub Task 202 are shown in the “WDT timeout occurrence table” (YES in S303), the process in the BMC shifts to the POST hang-up process shown in FIG. (S304).

図12に示すPOSTハングアップ動作の処理では、BMC12は、不揮発性メモリ14の「POST ハングアップ時の動作」の値をチェックする。ここで、この値が「リトライ」となっている場合は(S401のYES)、BMC12は、特に何もせずもう一度Sub Task202を実行する(S402)。   In the processing of the POST hang-up operation illustrated in FIG. 12, the BMC 12 checks the value of “operation during POST hang-up” in the nonvolatile memory 14. If this value is “retry” (YES in S401), the BMC 12 executes the Sub Task 202 once again without doing anything (S402).

「縮退」となっている場合は(S403のYES)、BMC12は、Sub Task202に対応する PCI Root Deviceを停止(Disabled)する(S404)。この縮退動作は、各POST Task Code、Sub Taskごとに異なる動作となり、BIOS13は予め縮退動作で、POST Taskが通過するように作成する必要がある。   If it is “degenerate” (YES in S403), the BMC 12 stops the PCI Root Device corresponding to the Sub Task 202 (S404). This degeneration operation is different for each POST Task Code and Sub Task, and it is necessary to create the BIOS 13 in advance so that the POST Task passes through the degeneration operation.

「スキップ」となっている場合は(S405のYES)、BMC12は、Sub Task202を処理せず、そのまま処理を抜ける。この場合も、BIOS13は予めスキップ動作で、POST Taskが通過するように作成する必要がある。   If it is “skip” (YES in S405), the BMC 12 does not process the Sub Task 202, and exits the process as it is. Also in this case, the BIOS 13 needs to be created in advance so that the POST Task can be passed through the skip operation.

「オート」の場合、BMC12は、「WDTタイムアウトのカウント数」の値をチェックし、それぞれSub Taskをそのまま実行(S401のYES)、縮退モードで実行(S403のYES)、スキップモードで実行(S405のYES)を行う。   In the case of “auto”, the BMC 12 checks the value of the “count number of WDT timeout”, and executes the Sub Task as it is (YES in S401), executes in the reduced mode (YES in S403), and executes in the skip mode (S405). YES).

上記のとおり、本発明の第2の実施形態においても、情報処理装置1は、ハングアップ発生時に、不揮発性メモリ14を参照して、複数の処理のうちから条件に合致した処理を実行する。したがって、当該情報処理装置1は、ハングアップによるリセット後に実行する処理の柔軟性を担保することができる。   As described above, also in the second embodiment of the present invention, when the hang-up occurs, the information processing apparatus 1 refers to the nonvolatile memory 14 and executes a process that matches a condition from among a plurality of processes. Therefore, the information processing apparatus 1 can ensure the flexibility of processing executed after reset due to hang-up.

<BMCについて>
本発明の第1の実施形態および第2の実施形態において、BMC12は、コンピュータであってもよい。すなわち、BMC12は、CPU(Central Processing Unit)又はMPU(Micro−Processing Unit)およびメモリを含み、上述した各実施形態の機能を実現するソフトウェア(メモリに記憶されたプログラム)を実行する。なお、各実施形態において、該ソフトウェア(プログラム)を実行する装置は、図1及び図4に示す情報処理装置1に限られず、どのような装置であってもよい。
<About BMC>
In the first embodiment and the second embodiment of the present invention, the BMC 12 may be a computer. That is, the BMC 12 includes a CPU (Central Processing Unit) or an MPU (Micro-Processing Unit) and a memory, and executes software (a program stored in the memory) that realizes the functions of the above-described embodiments. In each embodiment, the apparatus that executes the software (program) is not limited to the information processing apparatus 1 illustrated in FIGS. 1 and 4 and may be any apparatus.

本発明の第1および第2の実施形態において、情報処理装置1は、例えばCD−R(Compact Disc Recordable)等の各種記憶媒体又はネットワークを介して、図示しない外部インタフェースから上述した各実施形態の機能を実現するソフトウェア(プログラム)を取得してもよい。なお、該ソフトウェア(プログラム)は、例えば、情報処理装置1に含まれる所定の記憶部に、予め記憶されていてもよい。   In the first and second embodiments of the present invention, the information processing apparatus 1 is configured by the above-described embodiments from an external interface (not shown) via various storage media such as a CD-R (Compact Disc Recordable) or a network. Software (program) for realizing the function may be acquired. The software (program) may be stored in advance in, for example, a predetermined storage unit included in the information processing apparatus 1.

情報処理装置1のコンピュータ、CPU又はMPU等は、取得したソフトウェア(プログラム)のプログラムコードを読み出して実行する。したがって、上述した各実施形態における情報処理装置1の処理と同一の処理を実行する。   The computer, CPU, MPU, or the like of the information processing apparatus 1 reads out and executes the acquired program code of software (program). Therefore, the same process as the process of the information processing apparatus 1 in each embodiment described above is executed.

本発明の第1及び第2の実施形態によれば、情報処理装置1のコンピュータ、CPU又はMPU等に実現するためのプログラムといった用途にも適用できる。
<第3の実施形態>
本発明の第3の実施形態について、図面を参照して説明する。なお、本発明の第3の実施形態において、上記各実施形態と同様の構成については、説明を省略する。
According to the first and second embodiments of the present invention, the present invention can also be applied to applications such as a program to be implemented in a computer, a CPU, an MPU, or the like of the information processing apparatus 1.
<Third Embodiment>
A third embodiment of the present invention will be described with reference to the drawings. Note that in the third embodiment of the present invention, the description of the same configuration as each of the above embodiments is omitted.

図13は、本発明の第3の実施形態における情報処理装置1である。図13に示すように、本発明の情報処理装置1は、記憶部140と、処理部120とを備える。   FIG. 13 shows the information processing apparatus 1 according to the third embodiment of the present invention. As illustrated in FIG. 13, the information processing apparatus 1 of the present invention includes a storage unit 140 and a processing unit 120.

記憶部140は、ハングアップが発生した際に実行する複数の処理を記憶する。   The storage unit 140 stores a plurality of processes that are executed when a hang-up occurs.

処理部120は、1つ以上のタスクを含む所定の検査を実行する際にハングアップが発生したことに応じて、再起動を行う。本発明の第3の実施形態において、処理部120は、再起動後に、記憶部140に記憶された複数の処理のうち、所定の条件に合致する処理を実行する。   The processing unit 120 restarts in response to the occurrence of a hang-up when executing a predetermined test including one or more tasks. In the third embodiment of the present invention, the processing unit 120 executes a process that matches a predetermined condition among a plurality of processes stored in the storage unit 140 after the restart.

上記のとおり、本発明の第3の実施形態において、情報処理装置1は、ハングアップ発生時の再起動後に、記憶部140に記憶する複数の処理のうち、所定の条件に合致する処理を実行する処理部120を備える。したがって、当該情報処理装置1は、ハングアップによるリセット後に実行する処理の柔軟性を担保することができる。   As described above, in the third embodiment of the present invention, the information processing apparatus 1 executes a process that matches a predetermined condition among a plurality of processes stored in the storage unit 140 after restart when a hang-up occurs. The processing unit 120 is provided. Therefore, the information processing apparatus 1 can ensure the flexibility of processing executed after reset due to hang-up.

以上、本発明の実施形態を説明したが、本発明は、上記したそれぞれの実施形態に限定されるものではない。本発明は、各実施形態の変形・置換・調整に基づいて実施できる。また、本発明は、各実施形態を任意に組み合わせて実施することもできる。即ち、本発明は、本明細書の全ての開示内容、技術的思想に従って実現できる各種変形、修正を含む。   As mentioned above, although embodiment of this invention was described, this invention is not limited to each above-mentioned embodiment. The present invention can be implemented based on modifications, substitutions, and adjustments of the embodiments. The present invention can also be implemented by arbitrarily combining the embodiments. That is, the present invention includes various modifications and corrections that can be realized in accordance with all the disclosed contents and technical ideas of the present specification.

上記の実施形態の一部又は全部は、以下の付記のようにも記載されうるが、以下には限られない。   A part or all of the above-described embodiment can be described as in the following supplementary notes, but is not limited thereto.

[付記1]
ハングアップの発生に起因して実行される複数の処理を記憶する記憶手段と、
1つ以上のタスクを含む所定の検査を実行する際に前記ハングアップが発生したことに応じて再起動を行う処理手段と、を備え、
前記処理手段は、前記再起動後に、前記記憶手段に記憶された前記複数の処理のうち、所定の条件に合致する処理を実行する情報処理装置。
[Appendix 1]
Storage means for storing a plurality of processes executed due to the occurrence of the hang-up,
Processing means for restarting in response to the occurrence of the hang-up when executing a predetermined inspection including one or more tasks,
The information processing apparatus, wherein the processing unit executes a process that matches a predetermined condition among the plurality of processes stored in the storage unit after the restart.

[付記2]
前記処理手段は、前記複数の処理のうち、前記ハングアップした回数に応じて、決定された処理を実行する付記1に記載の情報処理装置。
[Appendix 2]
The information processing apparatus according to appendix 1, wherein the processing unit executes a process determined according to the number of times of the hang-up among the plurality of processes.

[付記3]
前記記憶手段は、前記所定の検査におけるタスクの実行中にハングアップした回数をさらに記憶し、
前記複数の処理は、
前記ハングアップした回数が第1の所定の回数未満であれば、再起動後において、前記所定の検査におけるタスクを再実行する第1の処理、
前記ハングアップした回数が第1の所定の回数以上で第2の所定の回数未満であれば、再起動後において、所定のデバイスを停止して、前記所定の検査におけるタスクを実行する第2の処理、
前記ハングアップした回数が第2の所定の回数以上であれば、再起動後において、前記記憶した前記所定の検査におけるタスクのうちの特定のタスクをスキップする第3の処理、を含む付記1又は2に記載の情報処理装置。
[Appendix 3]
The storage means further stores the number of hangs during execution of the task in the predetermined inspection,
The plurality of processes are:
If the number of times of hang-up is less than a first predetermined number of times, a first process for re-execution of the task in the predetermined inspection after restarting,
If the number of times of the hang-up is equal to or more than the first predetermined number of times and less than the second predetermined number of times, after restarting, the predetermined device is stopped and the task in the predetermined inspection is executed. processing,
If the number of times of the hang-up is equal to or more than a second predetermined number of times, a third process of skipping a specific task among the tasks in the stored predetermined inspection after restarting 2. The information processing apparatus according to 2.

[付記4]
前記記憶手段は、前記ハングアップが発生した際の前記所定の検査におけるタスクを記憶する付記1乃至3のいずれか1項に記載の情報処理装置。
[Appendix 4]
The information processing apparatus according to any one of appendices 1 to 3, wherein the storage unit stores a task in the predetermined inspection when the hang-up occurs.

[付記5]
前記第3の処理は、再起動後において、前記所定の検査におけるタスクのうち、前記記憶手段に記憶された前記ハングアップした際のタスクをスキップすることを含む付記1乃至4のいずれか1項に記載の情報処理装置。
[Appendix 5]
The third process according to any one of appendices 1 to 4, including skipping the hang-up task stored in the storage unit among the tasks in the predetermined inspection after the restart. The information processing apparatus described in 1.

[付記6]
前記所定の検査におけるタスクが実行される対象のデバイスを含み、
前記記憶手段は、前記ハングアップが発生した際の前記所定の検査の項目を実行していたデバイスの識別子をさらに記憶する付記1乃至5のいずれか1項に記載の情報処理装置。
[Appendix 6]
A device on which a task in the predetermined inspection is performed,
The information processing apparatus according to any one of appendices 1 to 5, wherein the storage unit further stores an identifier of a device that has executed the predetermined inspection item when the hang-up has occurred.

[付記7]
前記複数の処理は、再起動後において、前記記憶した識別子に対応するデバイスを停止して、前記記憶した所定の検査の項目を実行することを含む付記6に記載の情報処理装置。
[Appendix 7]
The information processing apparatus according to appendix 6, wherein the plurality of processes include stopping a device corresponding to the stored identifier and executing the stored predetermined examination item after restarting.

[付記8]
ハングアップの発生に起因して実行される複数の処理を記憶し、
1つ以上のタスクを含む所定の検査を実行する際に前記ハングアップが発生したことに応じて再起動を行い、
前記再起動後に、前記記憶された前記複数の処理のうち、所定の条件に合致する処理を実行する情報処理方法。
[Appendix 8]
Remembers multiple actions that occur due to the hangup,
Reboot in response to the occurrence of the hang-up when performing a predetermined test that includes one or more tasks,
An information processing method for executing a process that matches a predetermined condition among the plurality of stored processes after the restart.

[付記9]
前記複数の処理のうち、前記ハングアップした回数に応じて、決定された処理を実行する付記8に記載の情報処理方法。
[Appendix 9]
The information processing method according to appendix 8, wherein a determined process is executed according to the number of times of the hang-up among the plurality of processes.

[付記10]
前記所定の検査におけるタスクの実行中にハングアップした回数をさらに記憶し、
前記ハングアップした回数が第1の所定の回数未満であれば、再起動後において、前記所定の検査におけるタスクを再実行し、
前記ハングアップした回数が第1の所定の回数以上で第2の所定の回数未満であれば、再起動後において、所定のデバイスを停止して、前記所定の検査におけるタスクを実行し、
前記ハングアップした回数が第2の所定の回数以上であれば、再起動後において、前記記憶した前記所定の検査におけるタスクのうちの特定のタスクをスキップすることを含む付記8又は9に記載の情報処理方法。
[Appendix 10]
Further storing the number of hangs during execution of the task in the predetermined inspection;
If the number of times of hang-up is less than the first predetermined number of times, after restarting, the task in the predetermined inspection is re-executed,
If the number of times of hang-up is greater than or equal to the first predetermined number of times and less than the second predetermined number of times, after rebooting, the predetermined device is stopped and the task in the predetermined inspection is executed,
If the number of times of the hang-up is equal to or more than a second predetermined number of times, the method further includes skipping a specific task of the stored tasks in the predetermined inspection after restarting. Information processing method.

[付記11]
前記ハングアップが発生した際の前記所定の検査におけるタスクを記憶する付記8乃至10のいずれか1項に記載の情報処理方法。
[Appendix 11]
The information processing method according to any one of appendices 8 to 10, wherein a task in the predetermined inspection when the hang-up occurs is stored.

[付記12]
前記第3の処理は、再起動後において、前記所定の検査におけるタスクのうち、前記記憶手段に記憶された前記ハングアップした際のタスクをスキップすることを含む付記8乃至11のいずれか1項に記載の情報処理方法。
[Appendix 12]
The third process according to any one of appendices 8 to 11, including skipping the hang-up task stored in the storage unit among the tasks in the predetermined inspection after the restart. Information processing method described in 1.

[付記13]
前記ハングアップが発生した際の前記所定の検査の項目を実行していたデバイスの識別子をさらに記憶する付記8乃至12のいずれか1項に記載の情報処理装置。
[Appendix 13]
The information processing apparatus according to any one of appendices 8 to 12, further storing an identifier of a device that has executed the predetermined inspection item when the hang-up has occurred.

[付記14]
前記複数の処理は、再起動後において、前記記憶した識別子に対応するデバイスを停止して、前記記憶した所定の検査の項目を実行することを含む付記13に記載の情報処理方法。
[Appendix 14]
14. The information processing method according to appendix 13, wherein the plurality of processes include stopping the device corresponding to the stored identifier and executing the stored predetermined examination item after restarting.

[付記15]
ハングアップの発生に起因して実行される複数の処理を記憶する処理と、
1つ以上のタスクを含む所定の検査を実行する際に前記ハングアップが発生したことに応じて再起動を行う処理と、
前記再起動後に、前記記憶された前記複数の処理のうち、所定の条件に合致する処理を実行する処理と、をコンピュータに実行させるプログラム。
[Appendix 15]
A process for storing multiple processes executed due to the occurrence of a hang-up,
Processing to restart in response to the occurrence of the hang-up when executing a predetermined inspection including one or more tasks;
A program that causes a computer to execute a process that matches a predetermined condition among the plurality of stored processes after the restart.

[付記16]
前記複数の処理のうち、前記ハングアップした回数に応じて、決定された処理を実行する処理を含む付記15に記載のプログラム。
[Appendix 16]
The program according to supplementary note 15, including a process of executing a process determined according to the number of times of the hang-up among the plurality of processes.

[付記17]
前記所定の検査におけるタスクの実行中にハングアップした回数をさらに記憶する処理と、
前記ハングアップした回数が第1の所定の回数未満であれば、再起動後において、前記所定の検査におけるタスクを再実行する処理と、
前記ハングアップした回数が第1の所定の回数以上で第2の所定の回数未満であれば、再起動後において、所定のデバイスを停止して、前記所定の検査におけるタスクを実行する処理と、
前記ハングアップした回数が第2の所定の回数以上であれば、再起動後において、前記記憶した前記所定の検査におけるタスクのうちの特定のタスクをスキップする処理と、を含む付記15又は16に記載のプログラム。
[Appendix 17]
Processing for further storing the number of times of hang-up during execution of the task in the predetermined inspection;
If the number of times of hang-up is less than the first predetermined number of times, a process of re-executing the task in the predetermined inspection after restarting;
If the number of times of hang-up is greater than or equal to the first predetermined number of times and less than the second predetermined number of times, after rebooting, a process of stopping the predetermined device and executing the task in the predetermined inspection;
If the number of times of the hang-up is equal to or greater than the second predetermined number of times, a process of skipping a specific task among the stored tasks in the predetermined inspection after restarting The listed program.

[付記18]
前記ハングアップが発生した際の前記所定の検査におけるタスクを記憶する処理を含む付記15乃至17のいずれか1項に記載のプログラム。
[Appendix 18]
18. The program according to any one of appendices 15 to 17, including a process of storing a task in the predetermined inspection when the hang-up occurs.

[付記19]
前記第3の処理は、再起動後において、前記所定の検査におけるタスクのうち、前記記憶手段に記憶された前記ハングアップした際のタスクをスキップする処理を含む付記15乃至18のいずれか1項に記載のプログラム。
[Appendix 19]
The third process includes any one of appendices 15 to 18 including a process of skipping the task at the time of the hang-up stored in the storage unit among the tasks in the predetermined inspection after the restart. The program described in.

[付記20]
前記ハングアップが発生した際の前記所定の検査の項目を実行していたデバイスの識別子をさらに記憶する処理を含む付記15乃至19のいずれか1項に記載のプログラム。
[Appendix 20]
The program according to any one of supplementary notes 15 to 19, further comprising a process of storing an identifier of a device that has executed the predetermined inspection item when the hang-up has occurred.

[付記21]
前記複数の処理は、再起動後において、前記記憶した識別子に対応するデバイスを停止して、前記記憶した所定の検査の項目を実行する処理を含む付記19に記載のプログラム。
[Appendix 21]
The program according to appendix 19, wherein the plurality of processes include a process of stopping a device corresponding to the stored identifier and executing the stored predetermined examination item after restarting.

1 情報処理装置
11 デバイス
12 BMC
13 BIOS
14 不揮発性メモリ
15 BIOS Setup
110 CPU
111 PCIデバイス
112 メモリ(例えば、ハードディスク)
120 処理部
140 記憶部
141 POSTハングアップ時の動作モード
142 カレント POST Task
143 WDTタイムアウト発生テーブル
1 Information processing device 11 Device 12 BMC
13 BIOS
14 Nonvolatile memory 15 BIOS Setup
110 CPU
111 PCI device 112 Memory (eg, hard disk)
120 processing unit 140 storage unit 141 operation mode at POST hang-up 142 current POST Task
143 WDT timeout occurrence table

Claims (10)

ハングアップの発生に起因して実行される複数の処理を記憶する記憶手段と、
1つ以上のタスクを含む所定の検査を実行する際に前記ハングアップが発生したことに応じて再起動を行う処理手段と、を備え、
前記処理手段は、前記再起動後に、前記記憶手段に記憶された前記複数の処理のうち、所定の条件に合致する処理を実行する情報処理装置。
Storage means for storing a plurality of processes executed due to the occurrence of the hang-up,
Processing means for restarting in response to the occurrence of the hang-up when executing a predetermined inspection including one or more tasks,
The information processing apparatus, wherein the processing unit executes a process that matches a predetermined condition among the plurality of processes stored in the storage unit after the restart.
前記処理手段は、前記複数の処理のうち、前記ハングアップした回数に応じて、決定された処理を実行する請求項1に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the processing unit executes a process determined according to the number of times of the hang-up among the plurality of processes. 前記記憶手段は、前記所定の検査におけるタスクの実行中にハングアップした回数をさらに記憶し、
前記複数の処理は、
前記ハングアップした回数が第1の所定の回数未満であれば、再起動後において、前記所定の検査におけるタスクを再実行する第1の処理、
前記ハングアップした回数が第1の所定の回数以上で第2の所定の回数未満であれば、再起動後において、所定のデバイスを停止して、前記所定の検査におけるタスクを実行する第2の処理、
前記ハングアップした回数が第2の所定の回数以上であれば、再起動後において、前記記憶した前記所定の検査におけるタスクのうちの特定のタスクをスキップする第3の処理、を含む請求項1又は2に記載の情報処理装置。
The storage means further stores the number of hangs during execution of the task in the predetermined inspection,
The plurality of processes are:
If the number of times of hang-up is less than a first predetermined number of times, a first process for re-execution of the task in the predetermined inspection after restarting,
If the number of times of the hang-up is equal to or more than the first predetermined number of times and less than the second predetermined number of times, after restarting, the predetermined device is stopped and the task in the predetermined inspection is executed. processing,
3. A third process for skipping a specific task among the tasks in the stored predetermined test after the restart if the number of times of hang-up is equal to or greater than a second predetermined number of times. Or the information processing apparatus of 2.
前記記憶手段は、前記ハングアップが発生した際の前記所定の検査におけるタスクを記憶する請求項1乃至3のいずれか1項に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the storage unit stores a task in the predetermined inspection when the hang-up occurs. 前記第3の処理は、再起動後において、前記所定の検査におけるタスクのうち、前記記憶手段に記憶された前記ハングアップした際のタスクをスキップすることを含む請求項1乃至4のいずれか1項に記載の情報処理装置。   The said 3rd process includes skipping the task at the time of the said hang-up memorize | stored in the said memory | storage means among the tasks in the said predetermined | prescribed test | inspection after restart. The information processing apparatus according to item. 前記所定の検査におけるタスクが実行される対象のデバイスを含み、
前記記憶手段は、前記ハングアップが発生した際の前記所定の検査の項目を実行していたデバイスの識別子をさらに記憶する請求項1乃至5のいずれか1項に記載の情報処理装置。
A device on which a task in the predetermined inspection is performed,
The information processing apparatus according to claim 1, wherein the storage unit further stores an identifier of a device that has executed the predetermined inspection item when the hang-up has occurred.
前記複数の処理は、再起動後において、前記記憶した識別子に対応するデバイスを停止して、前記記憶した所定の検査の項目を実行することを含む請求項6に記載の情報処理装置。   The information processing apparatus according to claim 6, wherein the plurality of processes include, after restarting, stopping a device corresponding to the stored identifier and executing the stored predetermined examination item. ハングアップの発生に起因して実行される複数の処理を記憶し、
1つ以上のタスクを含む所定の検査を実行する際に前記ハングアップが発生したことに応じて再起動を行い、
前記再起動後に、前記記憶された前記複数の処理のうち、所定の条件に合致する処理を実行する情報処理方法。
Remembers multiple actions that occur due to the hangup,
Reboot in response to the occurrence of the hang-up when performing a predetermined test that includes one or more tasks,
An information processing method for executing a process that matches a predetermined condition among the plurality of stored processes after the restart.
前記複数の処理のうち、前記ハングアップした回数に応じて、決定された処理を実行する請求項8に記載の情報処理方法。   The information processing method according to claim 8, wherein the determined process is executed according to the number of times of the hang-up among the plurality of processes. ハングアップの発生に起因して実行される複数の処理を記憶する処理と、
1つ以上のタスクを含む所定の検査を実行する際に前記ハングアップが発生したことに応じて再起動を行う処理と、
前記再起動後に、前記記憶された前記複数の処理のうち、所定の条件に合致する処理を実行する処理と、をコンピュータに実行させるプログラム。
A process for storing multiple processes executed due to the occurrence of a hang-up,
Processing to restart in response to the occurrence of the hang-up when executing a predetermined inspection including one or more tasks;
A program that causes a computer to execute a process that matches a predetermined condition among the plurality of stored processes after the restart.
JP2013196625A 2013-09-24 2013-09-24 Information processing apparatus, information processing method, and program Active JP6232877B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013196625A JP6232877B2 (en) 2013-09-24 2013-09-24 Information processing apparatus, information processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013196625A JP6232877B2 (en) 2013-09-24 2013-09-24 Information processing apparatus, information processing method, and program

Publications (2)

Publication Number Publication Date
JP2015064633A true JP2015064633A (en) 2015-04-09
JP6232877B2 JP6232877B2 (en) 2017-11-22

Family

ID=52832486

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013196625A Active JP6232877B2 (en) 2013-09-24 2013-09-24 Information processing apparatus, information processing method, and program

Country Status (1)

Country Link
JP (1) JP6232877B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017194833A (en) * 2016-04-20 2017-10-26 京セラドキュメントソリューションズ株式会社 Image forming apparatus

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06242978A (en) * 1993-02-12 1994-09-02 Hitachi Ltd Fault recovery processing system
JP2004302731A (en) * 2003-03-31 2004-10-28 Toshiba Corp Information processor and method for trouble diagnosis
JP2013125533A (en) * 2011-12-16 2013-06-24 Nec Corp Information processing device, information processing method, and program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06242978A (en) * 1993-02-12 1994-09-02 Hitachi Ltd Fault recovery processing system
JP2004302731A (en) * 2003-03-31 2004-10-28 Toshiba Corp Information processor and method for trouble diagnosis
JP2013125533A (en) * 2011-12-16 2013-06-24 Nec Corp Information processing device, information processing method, and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017194833A (en) * 2016-04-20 2017-10-26 京セラドキュメントソリューションズ株式会社 Image forming apparatus

Also Published As

Publication number Publication date
JP6232877B2 (en) 2017-11-22

Similar Documents

Publication Publication Date Title
JP5575338B2 (en) Information processing apparatus, information processing method, and computer program
US10585755B2 (en) Electronic apparatus and method for restarting a central processing unit (CPU) in response to detecting an abnormality
JP5093259B2 (en) Communication path strengthening method between BIOS and BMC, apparatus and program thereof
US20110161726A1 (en) System ras protection for uma style memory
JP2010541105A (en) Firmware image update and management
JP2012058879A (en) Operating system boot management device
US20170153898A1 (en) Reboot system and reboot method
JP6599725B2 (en) Information processing apparatus, log management method, and computer program
WO2016151964A1 (en) Information processing device
JP6515462B2 (en) INFORMATION PROCESSING DEVICE, SETTING METHOD FOR INFORMATION PROCESSING DEVICE, AND SETTING PROGRAM
JP6232877B2 (en) Information processing apparatus, information processing method, and program
JP5561791B2 (en) Information processing apparatus, information processing method, and information processing program
JP2016066139A (en) Vehicle control unit
JP2009009323A (en) Setting device, electronic equipment, and setting program
JP6073710B2 (en) Information processing apparatus, automatic recovery method from startup failure, and automatic recovery program from startup failure
JP5148662B2 (en) Electronic device and control program thereof
JP6256087B2 (en) Dump system and dump processing method
US10592329B2 (en) Method and electronic device for continuing executing procedure being aborted from physical address where error occurs
JP2016173744A (en) Blade server, blade system, bmc, chipset, and enclosure manager
TWI839136B (en) Firmware update method for downstream devices of bmc
US9928154B2 (en) Leveling stress factors among like components in a server
JP6149624B2 (en) Firmware execution apparatus, firmware execution method, computer program, and computer apparatus
US11847046B1 (en) Application functionality testing, resiliency testing, chaos testing, and performance testing in a single platform
CN108415788B (en) Data processing apparatus and method for responding to non-responsive processing circuitry
JP5953976B2 (en) Firmware exchange support program, firmware exchange support method, and processing apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160816

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20170531

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20170613

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170719

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20171009

R150 Certificate of patent or registration of utility model

Ref document number: 6232877

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150