JP2015114825A - Computer system and method for operating the same - Google Patents

Computer system and method for operating the same Download PDF

Info

Publication number
JP2015114825A
JP2015114825A JP2013256160A JP2013256160A JP2015114825A JP 2015114825 A JP2015114825 A JP 2015114825A JP 2013256160 A JP2013256160 A JP 2013256160A JP 2013256160 A JP2013256160 A JP 2013256160A JP 2015114825 A JP2015114825 A JP 2015114825A
Authority
JP
Japan
Prior art keywords
bmc
management controller
firmware
board
computer system
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
JP2013256160A
Other languages
Japanese (ja)
Other versions
JP6352627B2 (en
Inventor
耕一 末木
Koichi Sueki
耕一 末木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Platforms Ltd
Original Assignee
NEC Platforms Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Platforms Ltd filed Critical NEC Platforms Ltd
Priority to JP2013256160A priority Critical patent/JP6352627B2/en
Publication of JP2015114825A publication Critical patent/JP2015114825A/en
Application granted granted Critical
Publication of JP6352627B2 publication Critical patent/JP6352627B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a computer system capable of eliminating the problem that a BMC is restarted at an unintended timing due to a memory leak in the BMC to influence the operation of an operating system, and operating the system in a stable state.SOLUTION: A computer system comprises a firmware (BIOS) 170, a base management controller (BMC) 180, and a hardware control circuit 190 which restarts the base management controller (BMC). The base management controller (BMC) monitors free space in a memory. When the free space becomes less than or equal to a prescribed setting value, the base management controller (BMC) notifies the firmware (BIOS) of the free space information. When it receives the free space information from the base management controller (BMC) during a power-on self test period, the firmware (BIOS) determines whether to restart the base management controller (BMC).

Description

本発明は、コンピュータシステムの動作監視を行うファームウェアを内蔵した基板管理コントローラまたはサービスプロセッサをもつコンピュータシステム及びその動作方法に関する。   The present invention relates to a computer system having a board management controller or a service processor incorporating firmware for monitoring the operation of the computer system, and an operation method thereof.

基板管理コントローラ(BMC:Base Management Controller)は、コンピュータシステムの電源制御、温度や電圧の監視機能や、システムの動作監視の機能などを持つ。近年のコンピュータシステムは、それだけではなく、リモートコンピュータからのシステムの電源制御や、リモートメディア制御やマルチタスク化などBMCの機能も多様化、複雑化したためにBMC自身がストールする場合も増えてきた。そのため、コンピュータシステムの信頼性を高めるために外部ハードウェア制御回路によりBMC自身が対象のWDT(Watch Dog Timer)を持つ仕様のコンピュータシステムもある。   A board management controller (BMC) has a power control for a computer system, a temperature and voltage monitoring function, a system operation monitoring function, and the like. In recent computer systems, not only that, but also the functions of the BMC such as system power control from a remote computer, remote media control and multitasking have become diversified and complicated, and the number of cases where the BMC itself stalls has increased. For this reason, in order to increase the reliability of the computer system, there is a computer system having a specification in which the BMC itself has a target WDT (Watch Dog Timer) by an external hardware control circuit.

このように、システムを再起動して安定した状態で運用する技術が必要となっている。   Thus, there is a need for a technique for restarting the system and operating it in a stable state.

特許文献1には、POST(Power On Self Test)中にコマンドのやりとりが不能になった時に、BIOS(Basic Input/Output System)からBMCを再起動することにより、コンピュータシステムの動作に対する不具合を解消できる技術が開示されている。   Japanese Patent Laid-Open No. 2004-228688 solves a problem with the operation of the computer system by restarting the BMC from the BIOS (Basic Input / Output System) when the command exchange becomes impossible during the POST (Power On Self Test). A possible technique is disclosed.

また、特許文献2には、メモリの記憶領域を監視して装置の再起動を要求し、装置の動作に影響を及ぼさないタイミングでメモリの未開放領域を解放して、メモリリークを回避する技術が開示されている。メモリリークとは、コンピュータの動作中に、使用可能なメモリ容量がだんだん減っていく現象である。これは、OS(Operating System)やアプリケーションソフトが処理のために占有したメモリ領域を、何らかの理由で解放しないまま放置してしまうために起きる。   Japanese Patent Application Laid-Open No. 2004-228867 discloses a technique for avoiding a memory leak by monitoring a storage area of a memory, requesting a restart of the apparatus, and releasing an unreleased area of the memory at a timing that does not affect the operation of the apparatus. Is disclosed. A memory leak is a phenomenon in which the amount of usable memory gradually decreases while a computer is operating. This occurs because a memory area occupied for processing by an OS (Operating System) or application software is left unreleased for some reason.

特開2009−193492号公報JP 2009-193492 A 特開2007−010357号公報JP 2007-010357 A

特許文献1に記載の技術では、POST中にコマンドのやりとりが不能になったときに、BIOSからBMCを再起動することでシステムの復旧を行うが、BMCにおいてメモリリークが起こった場合、意図しない契機でBMCが再起動してしまい、OSの動作に影響を及ぼしてしまうという課題があった。   In the technique described in Patent Document 1, when the exchange of commands becomes impossible during POST, the system is restored by restarting the BMC from the BIOS. However, when a memory leak occurs in the BMC, it is not intended. There was a problem that the BMC was restarted by the opportunity, which affected the operation of the OS.

特許文献2に記載の技術では、分析機器自体のメモリのメモリリーク時にタイミングの良い状態で分析機器自体を再起動する。具体的には、再起動の要求があったときは最も早い分析の合間を見つけて再起動を実行し、メモリを初期化して未解放領域を強制的に解放する。そのためタイミングがあわず、時間がかかる分析であったり、分析が始まったばかりのタイミングだったりすると、直近の合間が来るまでの時間が長く正常動作するまでに時間がかかる、という課題があった。   In the technique described in Patent Literature 2, the analysis instrument itself is restarted in a timely state when a memory leak occurs in the memory of the analysis instrument itself. Specifically, when a restart request is made, the earliest analysis interval is found and the restart is executed, the memory is initialized, and the unreleased area is forcibly released. For this reason, there is a problem that if the analysis is timeless and takes time, or if the analysis has just begun, it takes a long time until the latest interval comes and normal operation takes time.

本発明の目的は、BMC内のメモリのメモリリークにより意図しない契機でBMCが再起動して、オペレーティングシステムの動作に影響を及ぼしてしまうのを解消し、システムを安定した状態で運用することができるコンピュータシステムを提供することにある。   An object of the present invention is to eliminate a situation in which the BMC restarts due to an unintended trigger due to a memory leak in the memory in the BMC, affecting the operation of the operating system, and to operate the system in a stable state. It is to provide a computer system that can.

本発明は、上記課題を解決するために、ファームウェアと、基板管理コントローラと、を有するコンピュータシステムであって、基板管理コントローラを再起動させるハードウェア制御回路を備え、基板管理コントローラは、内部のメモリの空き容量を監視して、空き容量が所定の設定値以下になった場合にファームウェアに空き容量の情報を通知し、ファームウェアは、パワーオンセルフテストの期間に、基板管理コントローラからの情報を受けた場合に、基板コントローラを再起動させるかどうか判断することを特徴としている。   In order to solve the above problems, the present invention is a computer system having firmware and a board management controller, and includes a hardware control circuit that restarts the board management controller, and the board management controller includes an internal memory. The free space is monitored, and when the free space falls below the preset value, the firmware is notified of the free space information. The firmware receives information from the board management controller during the power-on self-test. In this case, it is determined whether to restart the board controller.

また、本発明は、ハードウェア制御回路を用いて基板管理コントローラを再起動させるステップと、基板管理コントローラは、内部のメモリの空き容量を監視して、空き容量が所定の設定値以下になった場合にファームウェアに空き容量の情報を通知するステップと、ファームウェアは、基板管理コントローラからの情報を受けた場合に、パワーオンセルフテストの期間に、基板コントローラを再起動させるかどうか判断するステップとを有することを特徴としている。   Further, the present invention includes a step of restarting the board management controller using the hardware control circuit, and the board management controller monitors the free space in the internal memory, and the free space is less than a predetermined set value. A step of notifying the firmware of information on free space, and a step of determining whether to restart the board controller during the power-on self-test when the firmware receives information from the board management controller. It is characterized by having.

本発明によれば、BMC内のメモリのメモリリークにより意図しない契機でBMCが再起動して、オペレーティングシステムの動作に影響を及ぼしてしまうのを解消し、システムを安定した状態で運用することができるコンピュータシステムを提供できる。   According to the present invention, it is possible to eliminate a situation in which the BMC restarts due to an unintended trigger due to a memory leak in the memory in the BMC and affects the operation of the operating system, and to operate the system in a stable state. A computer system that can be provided is provided.

本発明の実施形態におけるコンピュータシステムの構成を示すブロック図である。It is a block diagram which shows the structure of the computer system in embodiment of this invention. 本発明の実施形態におけるコンピュータシステムの動作を示すフローチャートである。It is a flowchart which shows operation | movement of the computer system in embodiment of this invention.

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

(実施形態)
図1は、本発明の実施形態であるコンピュータシステムの構成を示すブロック図である。図1において、マザーボード100は、そのアーキテクチャを示している。このアーキテクチャは、例示的な目的のみのためのものであり、マザーボードに可能な多くのアーキテクチャのうちの1つのみが示されている。
(Embodiment)
FIG. 1 is a block diagram showing a configuration of a computer system according to an embodiment of the present invention. In FIG. 1, a mother board 100 shows its architecture. This architecture is for illustrative purposes only, and only one of the many possible architectures for a motherboard is shown.

図1に示すように、マザーボード100は、中央処理ユニット(CPU)110を含む。CPU110は、図1において130で示される通常”ノースブリッジ”と呼ばれるチップにプロセッサバス120を介して接続される。ノースブリッジ130は一般的にメモリユニット、グラフィックカードなど高速に動作させたいパーツを制御する。図1ではメモリ140とCPU110との間の通信を管理する。メモリ140は複数接続してもよい。   As shown in FIG. 1, the motherboard 100 includes a central processing unit (CPU) 110. The CPU 110 is connected via a processor bus 120 to a chip generally referred to as “north bridge” indicated by 130 in FIG. The north bridge 130 generally controls parts such as a memory unit and a graphic card that are desired to operate at high speed. In FIG. 1, communication between the memory 140 and the CPU 110 is managed. A plurality of memories 140 may be connected.

また図1において、150で示される”サウスブリッジ”として知られているチップもまたノースブリッジ130に接続されている。サウスブリッジ150は、一般的にノースブリッジ130によって実行されるよりも遅いパーツを制御する。   Also in FIG. 1, a chip known as “South Bridge”, indicated at 150, is also connected to the North Bridge 130. The south bridge 150 controls parts that are generally slower than those performed by the north bridge 130.

遅いパーツとは、例えば、周辺コンポーネントインターフェイス(PCI:Peripheral Component Interconnect)バスである。サウスブリッジ150は、ロウピンカウント(LPC:Low Pin Count)バス160を介してBIOS170を含むメモリユニットに接続されることが可能である。BIOSはファームウェアとしても参照される。ノースブリッジ130及びサウスブリッジ150はまとめてマザーボード100の”チップセット”としてしばしば参照される。   The slow part is, for example, a peripheral component interface (PCI) bus. The south bridge 150 can be connected to a memory unit including the BIOS 170 via a low pin count (LPC) bus 160. The BIOS is also referred to as firmware. North bridge 130 and south bridge 150 are often collectively referred to as the “chipset” of motherboard 100.

なお、本説明では省くがマザーボード100は他にさまざまな入出力(I/O)装置と外部と通信を行うためのコンポーネントを含むものとする。   Although omitted in this description, the mother board 100 includes various other input / output (I / O) devices and components for communicating with the outside.

図1において、BMC180はLPCバス160に接続されている。なおBMCもしばしばファームウェアとして参照される。BMC180は一般的に電源の制御、システム管理ソフトウェアとプラットフォームハードウェアとの間のインターフェイスとして温度や電圧など管理を行う。BMC180は内部メモリ181を備えている。   In FIG. 1, the BMC 180 is connected to the LPC bus 160. BMC is often referred to as firmware. The BMC 180 generally controls power, controls temperature and voltage as an interface between system management software and platform hardware. The BMC 180 includes an internal memory 181.

さらにサウスブリッジ150からGPIO(General Purpose Input/Output)200を通じて、BIOS170からBMC180を再起動するためのハードウェア制御回路190が繋がり、ハードウェア制御回路190からBMC180が対象となるリセット信号210がBMC180に繋がる。なお、BIOS170からハードウェア制御回路190がコントロールできればサウスブリッジ150からの接続でなくても本発明に影響は無い。メモリリーク情報は、BMC180からサウスブリッジ150に接続されたGPIO220を通して、BIOS170に通知される。   Further, a hardware control circuit 190 for restarting the BMC 180 from the BIOS 170 is connected from the south bridge 150 through a GPIO (General Purpose Input / Output) 200, and a reset signal 210 for the BMC 180 is sent from the hardware control circuit 190 to the BMC 180. Connected. If the hardware control circuit 190 can be controlled from the BIOS 170, the present invention is not affected even if the connection is not from the south bridge 150. The memory leak information is notified from the BMC 180 to the BIOS 170 through the GPIO 220 connected to the south bridge 150.

図2は、本発明の実施形態の動作を示すフローチャートである。図2を用いて、本発明の実施形態の動作を説明する。   FIG. 2 is a flowchart showing the operation of the embodiment of the present invention. The operation of the embodiment of the present invention will be described with reference to FIG.

BMC180は、電源オンの指示を受けると、電源制御機能によりシステムを起動し(S400)、BIOS170はPOSTを開始する(S300)。BMC180は、BMC内の内部メモリ181においてメモリリークが発生した場合、サウスブリッジ150に接続されたGPIO220を通してBIOS170に通知する(S410)。BMC180は、メモリの空き容量が所定の閾値を下回っていたら、メモリリーク情報としてメモリの空き容量の値をBIOS170に通知する。BMC自身は組み込みファームウェアであり、組み込みファームウェアが持つOSのコマンドでメモリリーク情報(空き容量)を取得できる。   When the BMC 180 receives a power-on instruction, the BMC 180 starts up the system by the power control function (S400), and the BIOS 170 starts POST (S300). When a memory leak occurs in the internal memory 181 in the BMC, the BMC 180 notifies the BIOS 170 through the GPIO 220 connected to the south bridge 150 (S410). The BMC 180 notifies the BIOS 170 of the value of the free memory capacity as memory leak information when the free memory capacity is below a predetermined threshold. The BMC itself is embedded firmware, and memory leak information (free capacity) can be acquired by an OS command of the embedded firmware.

BIOS170は、POSTタスクの中でBMCからの送信されたメモリリーク情報を、GPIO220を通じて受信し(S310)、得られたメモリの空き容量の値が所定の閾値を下回るような状態のメモリリークかどうか判断する(S311)。空き容量が閾値を下回るメモリリークが発生していなければ、POSTタスクを継続実行する(S320)。全てのタスクが終了したら、POSTは終了する(S330)。空き容量が閾値を下回るとは、予め定めたBMCの機能に支障をきたす程のメモリリークであることを意味する。   The BIOS 170 receives the memory leak information transmitted from the BMC in the POST task through the GPIO 220 (S310), and whether or not the memory leak is in a state where the obtained free memory value is below a predetermined threshold value. Judgment is made (S311). If there is no memory leak with the free capacity below the threshold, the POST task is continuously executed (S320). When all the tasks are completed, POST ends (S330). That the free capacity falls below the threshold means that the memory leak is so large as to hinder a predetermined BMC function.

BMCの動作に支障を来すメモリリークが発生したとBIOS170が判断した場合(S311)、サウスブリッジ150を経由してハードウェア制御回路190に対してBMC180のリセットをBIOS170が指示する(S500)。ハードウェア制御回路190が、リセット信号210によりBMC180の再起動を行う(S510)。これによりBMC180は復旧する。   When the BIOS 170 determines that a memory leak that hinders the operation of the BMC has occurred (S311), the BIOS 170 instructs the hardware control circuit 190 to reset the BMC 180 via the south bridge 150 (S500). The hardware control circuit 190 restarts the BMC 180 by the reset signal 210 (S510). As a result, the BMC 180 is restored.

以上のことにより、BMC内のメモリのメモリリークにより意図しない契機でBMCが再起動して、オペレーティングシステムの動作に影響を及ぼしてしまうのを解消し、システムを安定した状態で運用することが可能である。   As a result of the above, it is possible to operate the system in a stable state, eliminating the possibility that the BMC will restart due to a memory leak in the memory in the BMC and that will affect the operation of the operating system. It is.

なお本実施形態ではPOST時にBMCを再起動するので、システム運用中は再起動が起きにくい。そのため、より安定したシステム運用ができる。   In this embodiment, since the BMC is restarted at the time of POST, the restart is difficult to occur during system operation. Therefore, more stable system operation can be performed.

以上、本発明の実施形態について説明したが、本発明は上記実施形態に限定されるものではなく、その要旨を逸脱しない範囲において様々な変形が可能である。たとえば、実施形態のBMCがメモリリーク情報をBIOSに通知する機能、BIOSがBMCのメモリリーク情報を感知する機能、の動作は他のハードウェア、または、ソフトウェア、あるいは、両者の複合構成によって実行することも可能である。   As mentioned above, although embodiment of this invention was described, this invention is not limited to the said embodiment, In the range which does not deviate from the summary, various deformation | transformation are possible. For example, the operation of the function for the BMC according to the embodiment to notify the BIOS of the memory leak information and the function for the BIOS to detect the memory leak information of the BMC is executed by other hardware, software, or a combination of both. It is also possible.

本発明は、コンピュータシステムの動作監視を行うファームウェアを内蔵した基板管理コントローラまたはサービスプロセッサをもつコンピュータシステムに利用可能である。   The present invention can be used for a computer system having a board management controller or a service processor incorporating firmware for monitoring the operation of the computer system.

100 マザーボード
110 中央処理ユニット(CPU)
120 プロセッサバス
130 ノースブリッジ
140 メモリユニット及びメモリコントローラ
150 サウスブリッジ
160 ロウピンカウント(LPC)バス
170 BIOS
180 BMC
181 内部メモリ
190 ハードウェア制御回路
200 GPIO
210 リセット信号
220 GPIO(メモリリーク情報通知用)
100 Motherboard 110 Central processing unit (CPU)
120 processor bus 130 north bridge 140 memory unit and memory controller 150 south bridge 160 low pin count (LPC) bus 170 BIOS
180 BMC
181 Internal memory 190 Hardware control circuit 200 GPIO
210 Reset signal 220 GPIO (for memory leak information notification)

Claims (8)

ファームウェアと、基板管理コントローラと、を有するコンピュータシステムであって、
前記基板管理コントローラを再起動させるハードウェア制御回路を備え、
前記基板管理コントローラは、内部のメモリの空き容量を監視して、前記空き容量が所定の設定値以下になった場合に前記ファームウェアに前記空き容量の情報を通知し、
前記ファームウェアは、パワーオンセルフテストの期間に、前記基板管理コントローラからの前記情報を受けた場合に、前記基板コントローラを再起動させるかどうか判断することを特徴とするコンピュータシステム。
A computer system having firmware and a board management controller,
A hardware control circuit for restarting the board management controller;
The board management controller monitors the free space in the internal memory, and notifies the firmware of the free space information when the free space is below a predetermined set value.
The firmware determines whether or not to restart the board controller when receiving the information from the board management controller during a power-on self-test.
前記ファームウェアは、前記基板管理コントローラからの前記情報を受け、前記基板コントローラを再起動させる場合は、前記ハードウェア制御回路に対して、前記基板コントローラを再起動させる信号を出力することを特徴とする請求項1に記載のコンピュータシステム。   The firmware receives the information from the board management controller, and outputs a signal for restarting the board controller to the hardware control circuit when the board controller is restarted. The computer system according to claim 1. 前記ファームウェアは、前記基板管理コントローラのメモリの空き容量が、前記基板管理コントローラの動作に支障をきたす容量であると判断した場合に、前記基板コントローラを再起動させることを特徴とする請求項1または2に記載のコンピュータシステム。   The firmware restarts the board controller when it is determined that the free capacity of the memory of the board management controller is a capacity that hinders the operation of the board management controller. 3. The computer system according to 2. 前記ファームウェアはBIOS(Basic Input/Output System)である請求項1から3のいずれか1項に記載のコンピュータシステム。   The computer system according to any one of claims 1 to 3, wherein the firmware is a BIOS (Basic Input / Output System). ハードウェア制御回路を用いて基板管理コントローラを再起動させるステップと、
前記基板管理コントローラは、内部のメモリの空き容量を監視して、前記空き容量が所定の設定値以下になった場合にファームウェアに前記空き容量の情報を通知するステップと、
前記ファームウェアは、パワーオンセルフテストの期間に、前記基板管理コントローラからの前記情報を受けた場合に、前記基板コントローラを再起動させるかどうか判断するステップと、
を有することを特徴とするコンピュータシステムの動作方法。
Restarting the board management controller using the hardware control circuit;
The board management controller monitors the free space of an internal memory, and notifies the firmware of the free space information when the free space is below a predetermined set value;
The firmware determines whether to restart the board controller when receiving the information from the board management controller during a power-on self-test;
A method for operating a computer system, comprising:
前記ファームウェアは、前記基板管理コントローラからの前記情報を受け、前記基板コントローラを再起動させる場合は、前記ハードウェア制御回路に対して、前記基板コントローラを再起動させる信号を出力するステップを有することを特徴とする請求項5に記載のコンピュータシステムの動作方法。   When the firmware receives the information from the board management controller and restarts the board controller, the firmware has a step of outputting a signal for restarting the board controller to the hardware control circuit. 6. The method of operating a computer system according to claim 5, wherein: 前記ファームウェアは、前記基板管理コントローラのメモリの空き容量が、前記基板管理コントローラの動作に支障をきたすと判断した場合に、前記基板コントローラを再起動させるステップを有することを特徴とする請求項5または6に記載のコンピュータシステムの動作方法。   The firmware includes a step of restarting the board controller when it is determined that the free space of the memory of the board management controller is hindering the operation of the board management controller. 7. A method for operating the computer system according to 6. 前記ファームウェアは、パワーオンセルフテストの期間に、前記基板コントローラを再起動させるステップを有することを特徴とする請求項5から7のいずれか1項に記載のコンピュータシステムの動作方法。   8. The method according to claim 5, wherein the firmware includes a step of restarting the board controller during a power-on self test.
JP2013256160A 2013-12-11 2013-12-11 Computer system and operation method thereof Active JP6352627B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013256160A JP6352627B2 (en) 2013-12-11 2013-12-11 Computer system and operation method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013256160A JP6352627B2 (en) 2013-12-11 2013-12-11 Computer system and operation method thereof

Publications (2)

Publication Number Publication Date
JP2015114825A true JP2015114825A (en) 2015-06-22
JP6352627B2 JP6352627B2 (en) 2018-07-04

Family

ID=53528578

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013256160A Active JP6352627B2 (en) 2013-12-11 2013-12-11 Computer system and operation method thereof

Country Status (1)

Country Link
JP (1) JP6352627B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109557993A (en) * 2018-12-11 2019-04-02 英业达科技有限公司 Power supply rebooting device and server
CN109766227A (en) * 2017-11-09 2019-05-17 环达电脑(上海)有限公司 The test method of server test system and its switch
CN113010881A (en) * 2021-03-18 2021-06-22 山东英信计算机技术有限公司 Method, device, equipment and storage medium for disabling unofficial parts

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004213122A (en) * 2002-12-27 2004-07-29 Idemitsu Kosan Co Ltd Stable operation method of control system by client/server and program therefor
US20050076184A1 (en) * 2003-10-01 2005-04-07 Schumacher Michael K. Apparatus and method for detecting memory leaks
JP2009193492A (en) * 2008-02-18 2009-08-27 Nec Computertechno Ltd Computer system, information processing method, and program
JP2011233075A (en) * 2010-04-30 2011-11-17 Nec System Technologies Ltd Resource release failure determination device, memory leak determination device, resource release failure determination method and program
JP2013109722A (en) * 2011-11-24 2013-06-06 Toshiba Corp Computer, computer system and failure information management method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004213122A (en) * 2002-12-27 2004-07-29 Idemitsu Kosan Co Ltd Stable operation method of control system by client/server and program therefor
US20050076184A1 (en) * 2003-10-01 2005-04-07 Schumacher Michael K. Apparatus and method for detecting memory leaks
JP2009193492A (en) * 2008-02-18 2009-08-27 Nec Computertechno Ltd Computer system, information processing method, and program
JP2011233075A (en) * 2010-04-30 2011-11-17 Nec System Technologies Ltd Resource release failure determination device, memory leak determination device, resource release failure determination method and program
JP2013109722A (en) * 2011-11-24 2013-06-06 Toshiba Corp Computer, computer system and failure information management method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109766227A (en) * 2017-11-09 2019-05-17 环达电脑(上海)有限公司 The test method of server test system and its switch
CN109557993A (en) * 2018-12-11 2019-04-02 英业达科技有限公司 Power supply rebooting device and server
CN109557993B (en) * 2018-12-11 2020-06-16 英业达科技有限公司 Power supply restarting device and server
CN113010881A (en) * 2021-03-18 2021-06-22 山东英信计算机技术有限公司 Method, device, equipment and storage medium for disabling unofficial parts

Also Published As

Publication number Publication date
JP6352627B2 (en) 2018-07-04

Similar Documents

Publication Publication Date Title
JP4558519B2 (en) Information processing apparatus and system bus control method
KR101997316B1 (en) Control apparatus, control method of control apparatus, and storage medium
US9983887B2 (en) Memory management of data processing systems
US10585755B2 (en) Electronic apparatus and method for restarting a central processing unit (CPU) in response to detecting an abnormality
JP4855451B2 (en) Storage device access method and apparatus
US11526411B2 (en) System and method for improving detection and capture of a host system catastrophic failure
US8972754B2 (en) Computer device and frequency adjusting method for central processing unit
JP5541368B2 (en) Access method and multi-core processor system
JP2007206885A (en) Computer system and system starting method
JP4955585B2 (en) Computer system, information processing method and program
JP2018116679A (en) Bus hang detection
EP3803663B1 (en) Watchdog timer hierarchy
EP3360044B1 (en) System and method for providing operating system independent error control in a computing device
JP6352627B2 (en) Computer system and operation method thereof
KR20160128751A (en) APPLICATION PROCESSOR, SYSTEM ON CHIP (SoC), AND COMPUTING DEVICE INCLUDING THE SoC
JP2002245022A (en) Multiprocessor system, its shared memory control method and shared memory control program,
US9332064B2 (en) Computer system and remote control method thereof
JP5561791B2 (en) Information processing apparatus, information processing method, and information processing program
JP5710424B2 (en) Information equipment
US7103692B2 (en) Method and apparatus for an I/O controller to alert an external system management controller
TW201430702A (en) Method and system for updating firmware
JPWO2016204070A1 (en) CPU monitoring device
CN113010303A (en) Data interaction method and device between processors and server
JP6102204B2 (en) Electronic device, control program and control method thereof
US9213663B2 (en) Output input control apparatus and control method thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20161115

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20170915

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20171010

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20171201

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20180607

R150 Certificate of patent or registration of utility model

Ref document number: 6352627

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150