JP4886558B2 - Information processing device - Google Patents

Information processing device Download PDF

Info

Publication number
JP4886558B2
JP4886558B2 JP2007064227A JP2007064227A JP4886558B2 JP 4886558 B2 JP4886558 B2 JP 4886558B2 JP 2007064227 A JP2007064227 A JP 2007064227A JP 2007064227 A JP2007064227 A JP 2007064227A JP 4886558 B2 JP4886558 B2 JP 4886558B2
Authority
JP
Japan
Prior art keywords
processing unit
circuit
signal
stop factor
stop
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2007064227A
Other languages
Japanese (ja)
Other versions
JP2008225929A (en
Inventor
隆男 東
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2007064227A priority Critical patent/JP4886558B2/en
Publication of JP2008225929A publication Critical patent/JP2008225929A/en
Application granted granted Critical
Publication of JP4886558B2 publication Critical patent/JP4886558B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Description

本発明は、情報処理装置の停止要因を保存することが可能な情報処理装置に関する。   The present invention relates to an information processing apparatus capable of storing a stop factor of the information processing apparatus.

産業や公共の現場で用いられる情報処理装置においては、障害が発生した時にその停止要因を保存し、原因解析に活用することが、早期の障害復旧に非常に有効である。   In an information processing apparatus used in an industrial or public field, when a failure occurs, it is very effective for early failure recovery to save the cause of the failure and use it for cause analysis.

従来、情報処理装置では、起動時に、自動的に接続されたハードウェアの診断と初期化処理を行なうPOST(Power On Self Test)と称するプログラムが内蔵され、メモリ、キーボードなどのシステム構成を診断して、表示する機能が具備されている。   2. Description of the Related Art Conventionally, an information processing apparatus has a built-in program called POST (Power On Self Test) that automatically diagnoses and initializes connected hardware at startup, and diagnoses system configurations such as memory and keyboard. The display function is provided.

POSTを実行する際は、システムのBIOSに保持されているタスクテーブルに従って、その複数のタスクを順に実行していく。   When executing POST, the plurality of tasks are sequentially executed in accordance with a task table held in the BIOS of the system.

また、最近のPCサーバBIOSでは、IPMI(Intelligent Management Platform)と呼ばれる特定のコマンドを使用して、BMC(Baseband Management Controller)と呼ばれるプロセッサにタスク番号を通知するようにしている。   In recent PC server BIOS, a specific command called IPMI (Intelligent Management Platform) is used to notify the task number to a processor called BMC (Baseband Management Controller).

同時にBMCのタイマーを(設定した時間が経過してもリセットされない場合は、リブートするように)セットする。POST途中でハングアップしてしまった場合は、設定した時間経過後リブートしてシステムを復旧する。BMCはリブート時のタスク番号を保持しているので、これをログデータとして記録するようにしている。   At the same time, the BMC timer is set (to reboot if the timer is not reset after the set time has elapsed). If it hangs up during POST, the system is restored by rebooting after the set time has elapsed. Since the BMC holds the task number at the time of rebooting, it is recorded as log data.

このように、従来の障害診断方式では、必ずBMCのような専用のプロセッサが必要であった。BMCが存在しないシステムも存在するが、この場合は、システムハングアップした時にリブートすることは可能であるが、どのタスク番号でハングしたのか記録できないなど機能が制限されていた。   As described above, the conventional fault diagnosis method always requires a dedicated processor such as BMC. There are systems where BMC does not exist, but in this case, it is possible to reboot when the system hangs up, but the function is limited such that it is not possible to record which task number is hung.

そこで、BMCなどの特定のプロセッサを具備しなくともPOSTの起動障害を監視可能なPCサーバを提供する技術が開示されている(例えば、特許文献1参照。)。   Therefore, a technique for providing a PC server that can monitor a POST activation failure without a specific processor such as a BMC is disclosed (for example, see Patent Document 1).

また、従来の情報処理装置においては、装置の停止要因の保存機器および停止要因の保存方法としては、停止要求をかけた要因をアプリケーションまたはドライバなどのソフトウェアによってファイルとしてHDDなどの外部記憶装置などに保存するものであった。(例えば、特許文献2参照。)。   Further, in the conventional information processing apparatus, as a storage device of the stop factor of the apparatus and a storage method of the stop factor, the cause of the stop request is stored in an external storage device such as an HDD as a file by software such as an application or a driver. It was something to save. (For example, refer to Patent Document 2).

また他の方法としては、通常時は、ロギングデータは外部記憶装置にファイルとデータとを保存するものであった。(例えば、特許文献3参照。)
特開2004−302731号公報(図1、第1頁) 特開平10−260870号公報(図1、第1頁) 特開平7−319741号公報(図2、第1頁)
As another method, normally, logging data is a file and data stored in an external storage device. (For example, refer to Patent Document 3.)
Japanese Patent Laying-Open No. 2004-302731 (FIG. 1, page 1) Japanese Patent Laid-Open No. 10-260870 (FIG. 1, page 1) Japanese Patent Laid-Open No. 7-319741 (FIG. 2, page 1)

従来のシステムの停止要因の保存方法においては、HDDなどの外部記憶装置にロギングデータをファイルとして保存するため、基本ソフトウェア及びアプリケーション・ドライバなどのソフトウェアが動けない状況においては、ロギングデータの保存ができない問題がある。   In the conventional system stop factor saving method, logging data is saved as a file in an external storage device such as an HDD. Therefore, logging data cannot be saved in situations where the software such as the basic software and application driver cannot be operated. There's a problem.

そのため、システム起動中などの基本ソフトウェア及びアプリケーション・ドライバなどのソフトウェアが動けない状況で異常停止が発生した場合、その停止要因を保存することは不可能であった。   For this reason, when an abnormal stop occurs in a situation where the basic software such as the system is starting up and software such as an application driver cannot be operated, it is impossible to save the cause of the stop.

システム停止要因のロギングデータが保存されない場合、システム故障の原因の究明に非常に時間が掛かったり、発生頻度の低い停止要因の場合には究明が不可能となったりする問題がある。   If the logging data of the system stop factor is not saved, it may take a very long time to investigate the cause of the system failure, or it may not be possible to investigate the cause of the stop factor with a low occurrence frequency.

ところで、情報処理装置の演算処理部が停止する要因には、POST診断で検出されるシステムの異常以外に、電源スイッチやシステムリセットスイッチの誤操作や雑音などによる誤動作、動作中の電子部品の過熱、供給電源電圧の低下などによってシステムが停止する場合がある。   By the way, in addition to the system abnormality detected by the POST diagnosis, the cause of the stop of the arithmetic processing unit of the information processing apparatus is a malfunction caused by an erroneous operation or noise of the power switch or the system reset switch, an overheating of an electronic component in operation, The system may stop due to a drop in the power supply voltage.

そこで本発明では、情報処理装置が通常処理中、起動処理中及び停止処理中のいずれかの処理中に発生した停止要因信号を不揮発性メモリに確実に保存することができる情報処理装置を提供することを目的とする。   Therefore, the present invention provides an information processing apparatus capable of reliably storing a stop factor signal generated during any of normal processing, start-up processing, and stop processing in a nonvolatile memory. For the purpose.

上記目的を達成するために、本発明による請求項1に係る情報処理装置は、演算処理部
、及び演算処理装置の停止要因処理部とから成る情報処理装置であって、前記演算処理部
は、当該演算処理部自身の異常を検出する異常検出回路を備える中央演算処理部と、前記
中央演算処理部のシステムリセットスイッチと、前記演算処理部の電源部と、前記電源部
の電源スイッチとを有し、前記中央演算処理部は、前記システムリセットスイッチの出力
信号をディレイするリセットディレイ回路と、前記リセットディレイ回路の出力信号でリ
セット動作を制御するとともに当該中央演算処理部自身の異常を診断して外部に出力する
前記異常検出回路を含むCPU制御回路と、当該CPU制御回路のバスを介して接続され
た前記CPU制御回路の主メモリと、前記バスを介して接続された入出力インタフェース
回路とを有し、前記電源部は、前記電源スイッチの出力信号をオフディレイする電源オフ
ディレイ回路と、前記電源オフディレイ回路の出力信号で自身の出力を制御する電源回路
と、前記電源回路の出力の低下を検出する電圧低下検出回路とを有し、前記停止要因処理
部は、前記電源スイッチ、前記システムリセットスイッチ、及び前記電圧低下検出回路か
らの停止要因信号、さらに、前記異常検出回路から出力される停止要因信号を入力して、
これらの停止要因信号を記憶させるとともに表示させるための停止要因記憶制御部と、前
記停止要因信号を記憶する不揮発性メモリと、前記停止要因信号を表示する表示部とを有
し、前記情報処理装置が通常処理中、起動処理中、及び停止処理中のいずれかの処理中に
発生した前記停止要因信号を識別可能に記憶させるようにしたことを特徴とする。

In order to achieve the above object, an information processing apparatus according to claim 1 of the present invention is an information processing apparatus including an arithmetic processing unit and a stop factor processing unit of the arithmetic processing device, wherein the arithmetic processing unit includes: Yes a central processing unit comprising an abnormality detection circuit for detecting an abnormality of the processing unit itself, and the system reset switch of said central processing unit, and a power supply unit of the arithmetic processing unit, and a power switch of the power supply unit The central processing unit controls a reset delay circuit that delays an output signal of the system reset switch and an output signal of the reset delay circuit and diagnoses an abnormality of the central processing unit itself. A CPU control circuit including the abnormality detection circuit to be output to the outside, and a main memo of the CPU control circuit connected via a bus of the CPU control circuit And an input / output interface circuit connected via the bus, wherein the power supply unit is a power supply off-delay circuit for off-delaying the output signal of the power switch, and an output signal of the power supply off-delay circuit. A power supply circuit that controls the output of the power supply and a voltage drop detection circuit that detects a drop in the output of the power supply circuit, wherein the stop factor processing unit is the power switch, the system reset switch, and the voltage drop detection circuit From the stop factor signal from the, further input the stop factor signal output from the abnormality detection circuit,
Has a stop cause storage control unit for displaying together and stores these stopping cause signal, a nonvolatile memory for storing the stop factor signal, and a display unit that displays the stop factor signal, said information processing apparatus Is characterized in that the stop factor signal generated during any of the normal process, the start process, and the stop process is stored in an identifiable manner.

電源開閉信号、システムリセットスイッチ信号及び中央演算処理部の異常検出信号を確実に書き込みすることを保証するタイミング、または、動作を保証する電圧を確実に供給して、発生した停止要因信号を解除するようにしたので、情報処理装置の通常処理中、起動処理中及び停止処理中のいずれかの処理中に発生した停止要因信号を確実に記憶し表示させることが可能な情報処理装置を提供することが出来る。   The timing to guarantee that the power ON / OFF signal, the system reset switch signal and the abnormality detection signal of the central processing unit are reliably written, or the voltage that guarantees the operation is reliably supplied, and the generated stop factor signal is canceled. An information processing apparatus capable of reliably storing and displaying a stop factor signal generated during a normal process, an activation process, or a stop process of the information processing apparatus is provided. I can do it.

以下、図面を参照して説明する。   Hereinafter, description will be given with reference to the drawings.

本発明による情報処理装置について、図1を参照して説明する。図1は、本発明による情報処理装置の構成図である。   An information processing apparatus according to the present invention will be described with reference to FIG. FIG. 1 is a configuration diagram of an information processing apparatus according to the present invention.

本発明による情報処理装置は、演算処理部1と、停止要因処理部2と、周辺装置3とから構成される。周辺処理装置3は、システムの要求によって適宜変更される。   The information processing apparatus according to the present invention includes an arithmetic processing unit 1, a stop factor processing unit 2, and a peripheral device 3. The peripheral processing device 3 is appropriately changed according to system requirements.

演算処理部1は、中央演算処理部11、電源部12、電源スイッチ13及びシステムリセットスイッチ14から構成される。   The arithmetic processing unit 1 includes a central arithmetic processing unit 11, a power supply unit 12, a power switch 13 and a system reset switch 14.

次ぎに、各部の構成について説明する。中央演算処理部11は、本演算処理部を制御するCPU制御回路11aと、システムリセットスイッチ14の信号を受信して、この信号を所定の時間分遅延させてCPU制御回路11aに供給するリセットディレイ回路11bと、CPU制御回路11aが直接アクセスする主メモリ11cと、CPU制御回路11aで制御される周辺装置の入出力インタフェース回路11dと、これら各部を接続するCPU制御回路バス11eと、その拡張バス11fとから成る。   Next, the configuration of each unit will be described. The central processing unit 11 receives a signal from the CPU control circuit 11a that controls this processing unit and the system reset switch 14, and delays this signal by a predetermined time to be supplied to the CPU control circuit 11a. A circuit 11b, a main memory 11c directly accessed by the CPU control circuit 11a, an input / output interface circuit 11d of a peripheral device controlled by the CPU control circuit 11a, a CPU control circuit bus 11e for connecting these components, and an expansion bus 11f It consists of.

また、CPU制御回路11aには、CPUを含む動作中の電子部品の温度異常、及びCPU制御回路11aの制御動作の異常をCPU制御回路11a自身で検出する異常検出回路11a1を備える。この制御動作の異常は、例えば、拡張バスエラー、メモリアクセスエラーなどが自身のCPU制御回路で検出するように構成される。   Further, the CPU control circuit 11a is provided with an abnormality detection circuit 11a1 for detecting a temperature abnormality of an electronic component including the CPU and a control operation abnormality of the CPU control circuit 11a by the CPU control circuit 11a itself. This control operation abnormality is configured such that, for example, an expansion bus error, a memory access error, or the like is detected by its own CPU control circuit.

この異常検出回路11aの出力は、拡張バス11fを介して、電源回路12a及び後述する停止要因記憶制御部21に送信される。   The output of the abnormality detection circuit 11a is transmitted to the power supply circuit 12a and a later-described stop factor storage control unit 21 via the expansion bus 11f.

次ぎに、電源部12は、演算処理部1の各部及び停止要因処理部2に電源を供給する電源回路12aと、この電源回路12aの出力の異常を監視する電圧低下検出回路12bと、電源スイッチ13の信号を受信して、電源回路12aの出力のオフ時のタイミングを遅延させる電源オフディレイ回路12cとから成る。   Next, the power supply unit 12 includes a power supply circuit 12a that supplies power to each unit of the arithmetic processing unit 1 and the stop factor processing unit 2, a voltage drop detection circuit 12b that monitors an output abnormality of the power supply circuit 12a, a power switch 13 includes a power supply off delay circuit 12c that receives the 13 signals and delays the timing when the output of the power supply circuit 12a is turned off.

また、停止要因処理部2は、電源スイッチ13、システムリセットスイッチ14、及び電圧低下検出回路12bの信号を受信し、また、異常検出回路11a1からの停止要因信号を拡張バス11フォ介して受信して、記憶及び表示させるための制御を実行する停止要因記憶制御部21と、停止要因記憶制御部21で書き込み読み出し動作を制御され、停止要因信号を記憶する不揮発性メモリ22と、その表示部23とから成る。   Further, the stop factor processing unit 2 receives signals from the power switch 13, the system reset switch 14, and the voltage drop detection circuit 12b, and also receives a stop factor signal from the abnormality detection circuit 11a1 via the expansion bus 11. The stop factor storage control unit 21 that executes control for storage and display, the nonvolatile memory 22 that stores the stop factor signal by controlling the write / read operation by the stop factor storage control unit 21, and the display unit 23 It consists of.

不揮発性メモリ22は、ROMやフラッシュメモリで構成され、表示部23は、停止要因信号が判別可能なLEDなどのディスプレイであれば良い。   The non-volatile memory 22 is configured by a ROM or a flash memory, and the display unit 23 may be a display such as an LED that can determine a stop factor signal.

また、周辺装置3は、図示しない外部記憶装置、入出力装置、及び通信装置などから構成される。   The peripheral device 3 includes an external storage device, an input / output device, a communication device, and the like (not shown).

次ぎに、このように構成された情報処理装置の動作について説明する。情報処理装置の電源スイッチ13をオンして、予め組み込まれたPOSTが実行され、システムの異常が自動的に診断され、基本ソフトウェアやアプリケーションソフトウェアが立ち上がる。   Next, the operation of the information processing apparatus configured as described above will be described. When the power switch 13 of the information processing apparatus is turned on, a built-in POST is executed, a system abnormality is automatically diagnosed, and basic software and application software are started up.

そして、情報処理装置の起動後の電源スイッチ13、またはシステムリセットスイッチ14が何らかの原因で誤って操作されたり、雑音の混入で誤動作したり、動作中の電子部品の温度異常、供給電源電圧の低下などが発生する可能性がある。   Then, the power switch 13 or the system reset switch 14 after the start of the information processing apparatus is erroneously operated for some reason, malfunctions due to noise, an abnormal temperature of an electronic component in operation, or a decrease in supply power voltage Etc. may occur.

動作中の電子部品の温度異常、供給電源電圧の低下などの異常は、異常検出回路11aが予め定められた異常判定レベルを超えると、その異常を検出して停止要因信号を発する。   When the abnormality detection circuit 11a exceeds a predetermined abnormality determination level, an abnormality such as a temperature abnormality of the electronic component being operated or a drop in the supply power supply voltage is detected and a stop factor signal is generated.

また、拡張バスエラー、メモリアクセスエラーなど、異常検出回路11aで検出された停止要因信号は、予め検出される信号が停止要因記憶制御回路21に割り付けられて入力されるので、電源部12から各部に供給される電圧が正常である限り、不揮発性メモリ22に正しく識別されて記憶される。   Further, the stop factor signal detected by the abnormality detection circuit 11a such as an extended bus error or a memory access error is input by assigning the signal detected in advance to the stop factor storage control circuit 21. As long as the voltage supplied to is normal, it is correctly identified and stored in the nonvolatile memory 22.

ところが、電源スイッチ13が、何らかの原因で誤操作されたり、誤動作したりした場合には、電源回路12aがシャットダウンされ、電源回路12aの出力が正常値の範囲以下に低下した場合には、停止要因信号は何れも不揮発性メモリ22に記憶されない場合が考えられる。   However, when the power switch 13 is erroneously operated or malfunctioned for some reason, the power circuit 12a is shut down, and when the output of the power circuit 12a falls below the normal value range, the stop factor signal It is conceivable that none of these are stored in the nonvolatile memory 22.

しかしながら、本発明の構成では、電源スイッチ13と電源回路12aとの間に電源オフディレイ回路12cを、また、システムリセットスイッチ14とCPU制御回路11aとの間にリセットディレイ回路11bを備え、いずれのスイッチ信号が入力されても、停止要因信号が不揮発性メモリ22に書き込みされる時間分遅延されているので、電源回路12aからの出力が低下する前に確実に記憶され、その後リセット処理動作に入る。   However, in the configuration of the present invention, a power off delay circuit 12c is provided between the power switch 13 and the power circuit 12a, and a reset delay circuit 11b is provided between the system reset switch 14 and the CPU control circuit 11a. Even if the switch signal is input, the stop factor signal is delayed by the time to be written in the nonvolatile memory 22, so that it is reliably stored before the output from the power supply circuit 12a is lowered, and then the reset processing operation is started. .

このとき、電圧低下検出回路12bの異常検出設定値は、動作可能な最下限値の範囲の設定値として必要がある。   At this time, the abnormality detection set value of the voltage drop detection circuit 12b needs to be set as a set value in the range of the operable lower limit.

このような構成とすることで、誤操作、誤動作による情報処理装置の停止処理中の停止要因信号を識別して不揮発性メモリ22に記憶するとともに、表示部22にその要因を表示させることが出来る。   With such a configuration, a stop factor signal during stop processing of the information processing apparatus due to an erroneous operation or malfunction can be identified and stored in the nonvolatile memory 22, and the factor can be displayed on the display unit 22.

また、POST診断の出力信号を拡張バス11f経由で停止要因記憶制御部21に入力するように構成しておけば、POST信号も、同時に記憶表示させることが可能である。   If the output signal of the POST diagnosis is input to the stop factor storage control unit 21 via the expansion bus 11f, the POST signal can be stored and displayed at the same time.

図2は、本発明の実施例2の情報処理装置の構成図である。この実施例の各部について、図1の実施例1の情報処理装置の各部と同一部分は、同一符号で示しその説明を省略する。   FIG. 2 is a configuration diagram of the information processing apparatus according to the second embodiment of this invention. Regarding the respective parts of this embodiment, the same parts as those of the information processing apparatus of the first embodiment of FIG.

この実施例2が、実施例1と異なる点は、実施例1では停止要因信号が不揮発性メモリ22に確実に記憶されるタイミングまで、電源部12から供給される電圧が保証されるように、電源スイッチ13及びシステムリセットスイッチ14からに信号を遅延させるようにしたが、本実施例2においては、電源部12内に二次電池12cを搭載し、中央情報処理部11及び停止要因処理部2に常時電圧を供給するようにして、電源回路12aの出力が低下しても、停止要因信号が確実に不揮発性メモリ22に記憶されるようにしたことにある。   The difference between the second embodiment and the first embodiment is that, in the first embodiment, the voltage supplied from the power supply unit 12 is guaranteed until the timing at which the stop factor signal is reliably stored in the nonvolatile memory 22. The signals are delayed from the power switch 13 and the system reset switch 14, but in the second embodiment, the secondary battery 12c is mounted in the power supply unit 12, and the central information processing unit 11 and the stop factor processing unit 2 are installed. Thus, the stop factor signal is surely stored in the non-volatile memory 22 even if the output of the power supply circuit 12a is lowered by always supplying a voltage.

本実施例2によれば、二次電池を備えているので、停止要因処理部2の電源の低下による異常停止要因信号の記憶処理の誤動作の恐れがなく、起動処理中、通常処理中、停止処理中のいずれの処理中であっても誤操作及び誤信号による情報処理装置の停止要因信号を識別して記憶・表示することが出来る。   According to the second embodiment, since the secondary battery is provided, there is no possibility of malfunction of the storage process of the abnormal stop factor signal due to a decrease in the power of the stop factor processing unit 2, and the start process, the normal process, and the stop It is possible to identify, store, and display a stop factor signal of the information processing apparatus due to an erroneous operation or an erroneous signal during any processing.

本発明は、上述した実施例に何ら限定されるものではなく、停止要因信号の検出手段と、その停止要因信号を識別して書き込むメモリ書き込み手段とその書き込みタイミングを保証する手段を備えたものであれば良く、本発明の主旨を逸脱しない範囲で種々変形して実施することが可能である。   The present invention is not limited to the above-described embodiment, and includes a stop factor signal detection unit, a memory writing unit that identifies and writes the stop factor signal, and a unit that guarantees the write timing. Any modifications can be made without departing from the spirit of the present invention.

本発明の情報処理装置の実施例1の構成図。The block diagram of Example 1 of the information processing apparatus of this invention. 本発明の情報処理装置の実施例2の構成図。The block diagram of Example 2 of the information processing apparatus of this invention.

符号の説明Explanation of symbols

1 演算処理部
2 停止要因処理部
3 周辺装置
11 中央演算処理部
11a CPU制御回路
11b リセットディレイ回路
11c 主メモリ
11d 入出力インタフェース回路
11e CPU制御回路バス
11f 拡張バス
12 電源部
12a 電源回路
12b 電圧低下検出回路
12c 二次電池
13 電源スイッチ
14 システムリセットスイッチ
21 停止要因記憶制御部
22 不揮発性メモリ
23 表示部
1 arithmetic processing unit 2 stop factor processing unit 3 peripheral device 11 central processing unit 11a CPU control circuit 11b reset delay circuit 11c main memory 11d input / output interface circuit 11e CPU control circuit bus 11f expansion bus 12 power supply unit 12a power supply circuit 12b voltage drop Detection circuit 12c Secondary battery 13 Power switch 14 System reset switch 21 Stop factor storage control unit 22 Non-volatile memory 23 Display unit

Claims (2)

演算処理部、及び演算処理装置の停止要因処理部とから成る情報処理装置であって、
前記演算処理部は、当該演算処理部自身の異常を検出する異常検出回路を備える中央演算
処理部と、前記中央演算処理部のシステムリセットスイッチと、前記演算処理部の電源部
と、前記電源部の電源スイッチとを有し、
前記中央演算処理部は、前記システムリセットスイッチの出力信号をディレイするリセッ
トディレイ回路と、前記リセットディレイ回路の出力信号でリセット動作を制御するとと
もに当該中央演算処理部自身の異常を診断して外部に出力する前記異常検出回路を含むC
PU制御回路と、当該CPU制御回路のバスを介して接続された前記CPU制御回路の主
メモリと、前記バスを介して接続された入出力インタフェース回路とを有し、
前記電源部は、前記電源スイッチの出力信号をオフディレイする電源オフディレイ回路と
、前記電源オフディレイ回路の出力信号で自身の出力を制御する電源回路と、前記電源回
路の出力の低下を検出する電圧低下検出回路とを有し、
前記停止要因処理部は、前記電源スイッチ、前記システムリセットスイッチ、及び前記電
圧低下検出回路からの停止要因信号、さらに、前記異常検出回路から出力される停止要因
信号を入力して、これらの停止要因信号を記憶させるとともに表示させるための停止要因
記憶制御部と、前記停止要因信号を記憶する不揮発性メモリと、前記停止信号を表示する
表示部とを有し、
前記情報処理装置が通常処理中、起動処理中、及び停止処理中のいずれかの処理中に発生
した前記停止要因信号を識別可能に記憶させるようにしたことを特徴とする情報処理装置
An information processing device comprising an arithmetic processing unit and a stop factor processing unit of the arithmetic processing device,
The arithmetic processing unit includes a central arithmetic processing unit including an abnormality detection circuit that detects an abnormality of the arithmetic processing unit itself, a system reset switch of the central arithmetic processing unit, a power source unit of the arithmetic processing unit, and the power source unit And a power switch
The central processing unit is configured to delay the output signal of the system reset switch, and to control a reset operation using the output signal of the reset delay circuit and diagnose an abnormality of the central processing unit itself to the outside. C including the abnormality detection circuit to output
A PU control circuit, a main memory of the CPU control circuit connected via a bus of the CPU control circuit, and an input / output interface circuit connected via the bus;
The power supply unit detects a decrease in the output of the power supply circuit, a power supply off delay circuit that off-delays the output signal of the power switch, a power supply circuit that controls its output with the output signal of the power supply off-delay circuit, and A voltage drop detection circuit,
The stop factor processing unit inputs a stop factor signal from the power switch, the system reset switch, and the voltage drop detection circuit, and further inputs a stop factor signal output from the abnormality detection circuit. displaying a stop cause storage control unit for displaying together with storing the signal, and non-volatile memory for storing the stop factor signal, the stop signal
A display unit ,
An information processing apparatus characterized in that the stop factor signal generated during any one of a normal process, a start process, and a stop process is stored in an identifiable manner.
前記電源オフディレイ回路及び前記リセットディレイ回路の遅延時間は、前記不揮発性
メモリへの前記停止要因信号の書き込みに要する時間以上に遅延させるようにしたことを
特徴とする請求項1に記載の情報処理装置。
2. The information processing according to claim 1, wherein delay times of the power off delay circuit and the reset delay circuit are delayed more than a time required for writing the stop factor signal to the nonvolatile memory . apparatus.
JP2007064227A 2007-03-13 2007-03-13 Information processing device Active JP4886558B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007064227A JP4886558B2 (en) 2007-03-13 2007-03-13 Information processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007064227A JP4886558B2 (en) 2007-03-13 2007-03-13 Information processing device

Publications (2)

Publication Number Publication Date
JP2008225929A JP2008225929A (en) 2008-09-25
JP4886558B2 true JP4886558B2 (en) 2012-02-29

Family

ID=39844460

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007064227A Active JP4886558B2 (en) 2007-03-13 2007-03-13 Information processing device

Country Status (1)

Country Link
JP (1) JP4886558B2 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5342801B2 (en) * 2008-04-03 2013-11-13 萩原電気株式会社 Power supply control circuit, computer having the same, and power supply control method
JP2010152683A (en) * 2008-12-25 2010-07-08 Toshiba Corp Information processing apparatus with failure factor display function
CN102135911B (en) * 2011-03-23 2013-08-28 中国工商银行股份有限公司 Method, device and system for starting and stopping server process
WO2013136462A1 (en) * 2012-03-14 2013-09-19 富士通株式会社 Monitoring device, information processing device, monitoring method, and monitoring program
JP2013210685A (en) * 2012-03-30 2013-10-10 Nec Corp Thermal runaway countermeasure system and thermal runaway prevention method of electric circuit
JP7289925B2 (en) * 2019-10-10 2023-06-12 株式会社Fuji PCB working machine
JP7368552B1 (en) 2022-06-23 2023-10-24 レノボ・シンガポール・プライベート・リミテッド Information processing device and control method

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60211525A (en) * 1984-04-06 1985-10-23 Fujitsu Ten Ltd Power supply momentary interruption storage device
JPH01271814A (en) * 1988-04-22 1989-10-30 Fujitsu Ltd Holding system for fault information
JPH07111700B2 (en) * 1990-01-30 1995-11-29 富士通株式会社 Down code collection circuit
JP2005327045A (en) * 2004-05-13 2005-11-24 Toshiba Corp Failure information recording system for arithmetic processor, and recording method for failure information

Also Published As

Publication number Publication date
JP2008225929A (en) 2008-09-25

Similar Documents

Publication Publication Date Title
CN107122321B (en) Hardware repair method, hardware repair system, and computer-readable storage device
JP4886558B2 (en) Information processing device
US8468389B2 (en) Firmware recovery system and method of baseboard management controller of computing device
EP2175372B1 (en) Computer apparatus and processor diagnostic method
US20070222630A1 (en) Power supply monitoring device
US10691565B2 (en) Storage control device and storage control method
US10387260B2 (en) Reboot system and reboot method
JP2008097369A (en) Plc
JP6130520B2 (en) MULTISYSTEM SYSTEM AND MULTISYSTEM SYSTEM MANAGEMENT METHOD
JP4836732B2 (en) Information processing device
US20110296236A1 (en) Information Processing Apparatus
US20160179626A1 (en) Computer system, adaptable hibernation control module and control method thereof
JP6880961B2 (en) Information processing device and log recording method
JP2008015704A (en) Multiprocessor system
JP2004302731A (en) Information processor and method for trouble diagnosis
JP4715552B2 (en) Fault detection method
JP2003256240A (en) Information processor and its failure recovering method
CN113535441A (en) Embedded system fault diagnosis device and method
JP7002486B2 (en) Electronic board and monitoring method
JP7001236B2 (en) Information processing equipment, fault monitoring method, and fault monitoring computer program
JP4613019B2 (en) Computer system
JP2009205633A (en) Information processing system, and information processing method
JP2017102887A (en) Information processing device, start method, and start program
CN108415788B (en) Data processing apparatus and method for responding to non-responsive processing circuitry
JP2015176349A (en) Information processor, failure detection method and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20091022

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110216

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110916

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111027

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

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111209

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

Free format text: PAYMENT UNTIL: 20141216

Year of fee payment: 3

R151 Written notification of patent or utility model registration

Ref document number: 4886558

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

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

Free format text: PAYMENT UNTIL: 20141216

Year of fee payment: 3