JP2012190128A - Fast startup method, fast startup device and fast startup program against degeneration of hardware configuration - Google Patents

Fast startup method, fast startup device and fast startup program against degeneration of hardware configuration Download PDF

Info

Publication number
JP2012190128A
JP2012190128A JP2011051416A JP2011051416A JP2012190128A JP 2012190128 A JP2012190128 A JP 2012190128A JP 2011051416 A JP2011051416 A JP 2011051416A JP 2011051416 A JP2011051416 A JP 2011051416A JP 2012190128 A JP2012190128 A JP 2012190128A
Authority
JP
Japan
Prior art keywords
initialization
hardware
hardware components
information
boot
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
JP2011051416A
Other languages
Japanese (ja)
Other versions
JP5712689B2 (en
Inventor
Takahito Sekimoto
崇人 関本
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 JP2011051416A priority Critical patent/JP5712689B2/en
Publication of JP2012190128A publication Critical patent/JP2012190128A/en
Application granted granted Critical
Publication of JP5712689B2 publication Critical patent/JP5712689B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Retry When Errors Occur (AREA)
  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To fast reboot even when a hardware failure has occurred.SOLUTION: A plurality of information management tables corresponding to each of a plurality of hardware components stores; initialization information at boot of a corresponding device of a hardware component; dependency showing a hardware component required for reinitialization when separating the hardware component; and initialization information at boot completion by BIOS. In reboot processing, reinitialization for separating the hardware component in which a failure has occurred among the hardware components is performed, and the initialization information at startup of the device of the hardware component is rewritten. For a hardware component not required by reinitialization when separating the hardware component in which a failure has occurred, reinitialization is not performed.

Description

本発明は、コンピュータ再起動処理の高速化に関する。   The present invention relates to acceleration of computer restart processing.

コンピュータのリブート処理には、ハードウェア(HW:hardware)及びメモリの再初期化を行うコールドリブート(ハードリブートともいう)と、メモリ情報は保存し、ハードウェアのみを再初期化するウォームリブート(ソフトリブートともいう)がある。   Computer reboot processing includes cold reboot (also called hardware reboot) that reinitializes hardware (HW) and memory, and warm reboot (software) that saves memory information and reinitializes only the hardware. Also called reboot).

このようなリブート処理を高速に行うために種々の技術が提案されている。   Various techniques have been proposed to perform such reboot processing at high speed.

その一例として、特許文献1には、パーソナルコンピュータ装置等の待機モードを有する装置において、装置の非使用状態から使用状態に移行する際の初期化(POST)処理を省略することにより、非使用状態から使用状態への移行を迅速化し、待ち時間を短縮する技術が開示されている。   As an example, Patent Document 1 discloses that in a device having a standby mode such as a personal computer device, an initialization (POST) process when shifting from a non-use state of the device to a use state is omitted. A technique for accelerating the transition from use to use and shortening the waiting time is disclosed.

また、特許文献2には、ウォームリセット要求をCPUのみ初期化するリセット要求に変換することで、プラットフォームに接続されたI/O装置のハードウェア初期化を最小限にし、高速でのリセット及びリスタートを実行する技術が記載されている。   Patent Document 2 discloses that a warm reset request is converted into a reset request that initializes only the CPU, thereby minimizing hardware initialization of an I / O device connected to the platform, and performing high-speed reset and reset. A technique for performing a start is described.

更に、OS(Operating System)の高速リブートを実現する機能として、BIOS(Basic Input Output System)立ち上げが完了した状態から再度OSブート処理のみを行う再立ち上げ方式がある。   Further, as a function for realizing a high-speed reboot of the OS (Operating System), there is a reboot system in which only the OS boot process is performed again after the BIOS (Basic Input Output System) startup is completed.

このOSの高速リブート方式では、ハードウェアの初期化処理を行わず、BIOS立ち上げが完了した位置からOSのみを再度リブートすることで、システム停止時間の短縮を可能としている。   In this OS high-speed reboot method, the system stop time can be shortened by rebooting only the OS from the position where the BIOS startup is completed without performing the hardware initialization process.

国際公開第2002/095556号パンフレットInternational Publication No. 2002/095556 Pamphlet 特開2010−123125号公報JP 2010-123125 A

上述したような種々の技術を組みあわせることにより、再起動処理の高速化を図ることが可能となる。   By combining various technologies as described above, it is possible to speed up the restart process.

しかしながらこれらの技術を組み合わせたとしても、ハードウェア故障発生時のリブートに際しては、以下のような問題が存在した。   However, even when these technologies are combined, the following problems exist when rebooting when a hardware failure occurs.

具体的に説明する。BIOS立ち上げ完了位置からの再立ち上げはハードウェア,メモリの再初期化を伴わないため、高速のリブートが可能であるが、BIOS立ち上げ完了位置という特定の箇所からのリブートのみ可能である。従って、ハードウェア故障が発生した場合、該当コンポーネントの切り離し処理が必要となることからBIOS立ち上げ完了位置からの再立ち上げ方式を動作させることは出来ず、コールドリブートを行わなくてはならない。コールドリブートはハードウェア及びメモリの初期化を行うため、該当コンポーネントを切り離すだけにも関わらず、システム復旧までに時間を要してしまう。   This will be specifically described. Rebooting from the BIOS startup completion position does not involve reinitialization of hardware and memory, so that high-speed rebooting is possible, but only rebooting from a specific location called BIOS startup completion position is possible. Therefore, when a hardware failure occurs, the relevant component must be separated, so that the restarting method from the BIOS startup completion position cannot be operated, and a cold reboot must be performed. Since cold reboot initializes hardware and memory, it takes time to recover the system even if the relevant component is disconnected.

そこで、本発明は、ハードウェア故障が生じた場合であっても高速でリブートすることが可能な、ハードウェア構成縮退時の高速立ち上げ方法、高速立ち上げ装置及び高速立ち上げプログラムを提供することを目的とする。   Accordingly, the present invention provides a high-speed start-up method, a high-speed start-up device, and a high-speed start-up program that can be rebooted at a high speed even when a hardware failure occurs. With the goal.

本発明の第1の観点によれば、複数のハードウェアコンポーネントを有するコンピュータに組み込まれ、当該コンピュータのブート処理及びリブート処理を制御する高速立ち上げ装置において、前記複数のハードウェアコンポーネントにそれぞれ対応する複数の情報管理テーブルであって、対応するハードウェアコンポーネントの装置ブート時の初期化情報及び当該ハードウェアコンポーネントを切り離す際に再初期化に必要となるハードウェアコンポーネントを示す依存関係、並びにBIOSによるブート完了時の初期化情報を記憶する複数の情報管理テーブルと、リブート処理の際に、前記複数のハードウェアコンポーネントのうち故障が生じているハードウェアコンポーネントを切り離すための再初期化と共に、ハードウェアコンポーネントの装置立ち上げ時の初期化情報を書き戻すブート・リブート制御手段と、を備え、前記故障が生じているハードウェアコンポーネントを切り離す際に再初期化に必要とならないハードウェアコンポーネントについては再初期化を行わないことを特徴とする高速立ち上げ装置が提供される。   According to the first aspect of the present invention, a high-speed start-up device that is incorporated in a computer having a plurality of hardware components and controls boot processing and reboot processing of the computer corresponds to each of the plurality of hardware components. A plurality of information management tables, initialization information at the time of device booting of corresponding hardware components, dependencies indicating hardware components required for reinitialization when the hardware components are separated, and booting by BIOS A plurality of information management tables for storing initialization information at the time of completion, and a hardware component together with re-initialization for separating a hardware component in which a failure has occurred among the plurality of hardware components during the reboot process. Boot / reboot control means for writing back initialization information at the time of startup of the device, and re-initializing hardware components that are not required for re-initialization when the failed hardware component is disconnected There is provided a high-speed start-up device that is characterized in that no conversion is performed.

本発明の第2の観点によれば、CPU、メモリ、及び複数のハードウェアコンポーネントを含むハードウェアと、前記ハードウェアのブート処理及びリブート処理を制御するBIOS(Basic Input Output System)と、前記BIOSによる前記ハードウェアのブート処理又はリブート処理の後にブートされるOS(Operating System)と、を備える情報処理装置において、前記BIOSが上記本発明の第1の観点により提供される高速立ち上げ装置としての機能を有することを特徴とする情報処理装置が提供される。   According to a second aspect of the present invention, a hardware including a CPU, a memory, and a plurality of hardware components, a BIOS (Basic Input Output System) that controls boot processing and reboot processing of the hardware, and the BIOS In the information processing apparatus including an OS (Operating System) booted after the hardware boot process or reboot process by the BIOS, the BIOS serves as a high-speed start-up apparatus provided according to the first aspect of the present invention. An information processing apparatus having a function is provided.

本発明の第3の観点によれば、複数のハードウェアコンポーネントを有するコンピュータに組み込まれ、当該コンピュータのブート処理及びリブート処理を制御する高速立ち上げプログラムにおいて、前記複数のハードウェアコンポーネントにそれぞれ対応する複数の情報管理テーブルであって、対応するハードウェアコンポーネントの装置ブート時の初期化情報及び当該ハードウェアコンポーネントを切り離す際に再初期化に必要となるハードウェアコンポーネントを示す依存関係、並びにBIOSによるブート完了時の初期化情報を記憶する複数の情報管理テーブルと、リブート処理の際に、前記複数のハードウェアコンポーネントのうち故障が生じているハードウェアコンポーネントを切り離すための再初期化と共に、ハードウェアコンポーネントの装置立ち上げ時の初期化情報を書き戻すブート・リブート制御手段と、を備え、前記故障が生じているハードウェアコンポーネントを切り離す際に再初期化に必要とならないハードウェアコンポーネントについては再初期化を行わない高速立ち上げ装置としてコンピュータを機能させることを特徴とする高速立ち上げプログラムが提供される。   According to the third aspect of the present invention, a high-speed startup program that is incorporated in a computer having a plurality of hardware components and controls boot processing and reboot processing of the computer corresponds to each of the plurality of hardware components. A plurality of information management tables, initialization information at the time of device booting of corresponding hardware components, dependencies indicating hardware components required for reinitialization when the hardware components are separated, and booting by BIOS A plurality of information management tables that store initialization information at the time of completion, and a re-initialization for separating a hardware component in which a failure has occurred among the plurality of hardware components during the reboot process, Boot / reboot control means for writing back initialization information at the time of starting up the component device, and reinitializing hardware components that are not required for reinitialization when the hardware component in which the failure has occurred is separated. There is provided a high-speed start-up program characterized by causing a computer to function as a high-speed start-up device that does not perform any conversion.

本発明の第4の観点によれば、複数のハードウェアコンポーネントを有するコンピュータに組み込まれ、当該コンピュータのブート処理及びリブート処理を制御するBIOS(Basic Input Output System)が行う高速立ち上げ方法において、前記複数のハードウェアコンポーネントにそれぞれ対応する複数の情報管理テーブルであって、対応するハードウェアコンポーネントの装置ブート時の初期化情報及び当該ハードウェアコンポーネントを切り離す際に再初期化に必要となるハードウェアコンポーネントを示す依存関係、並びにBIOSによるブート完了時の初期化情報を記憶する複数の情報管理テーブルを用意するステップと、リブート処理の際に、前記複数のハードウェアコンポーネントのうち故障が生じているハードウェアコンポーネントを切り離すための再初期化と共に、ハードウェアコンポーネントの装置立ち上げ時の初期化情報を書き戻すブート・リブート制御ステップと、を備え、前記故障が生じているハードウェアコンポーネントを切り離す際に再初期化に必要とならないハードウェアコンポーネントについては再初期化を行わないことを特徴とする高速立ち上げ方法が提供される。   According to a fourth aspect of the present invention, there is provided a high-speed startup method incorporated in a computer having a plurality of hardware components and performed by a basic input output system (BIOS) that controls boot processing and reboot processing of the computer. A plurality of information management tables respectively corresponding to a plurality of hardware components, the initialization information at the time of device booting of the corresponding hardware components, and the hardware components required for re-initialization when the hardware components are separated And a step of preparing a plurality of information management tables for storing initialization information at the time of completion of booting by the BIOS, and hardware in which a failure has occurred among the plurality of hardware components during the reboot process Component And a boot / reboot control step for writing back initialization information at the time of startup of the hardware component together with re-initialization for separation, and re-initialization when the hardware component in which the failure occurs is separated Thus, a high-speed start-up method is provided, which is characterized by not re-initializing hardware components that are not necessary for the above-described operation.

本発明によれば、ハードウェア故障が発生した場合、全てのハードウェアの再初期化を行うのではなく、該当コンポーネントを切り離すと共に、それによって再初期化が必要なコンポーネントのみを再初期化することから、ハードウェア故障が生じた場合であっても高速でリブートすることが可能となる。   According to the present invention, when a hardware failure occurs, not all hardware is re-initialized, but the corresponding component is separated and only the components that need re-initialization are thereby re-initialized. Therefore, even if a hardware failure occurs, it is possible to reboot at high speed.

本発明の実施形態における情報処理装置の基本的構成を表す図である。It is a figure showing the basic composition of the information processor in the embodiment of the present invention. 本発明の実施形態におけるブート処理時の動作について説明するフローチャートである。It is a flowchart explaining the operation | movement at the time of the boot process in embodiment of this invention. 本発明の実施形態におけるハードウェア故障発生時の動作について説明するフローチャートである。It is a flowchart explaining the operation | movement at the time of the hardware failure generation | occurrence | production in embodiment of this invention. 本発明の実施形態におけるリブート処理時の動作について説明するフローチャートである。It is a flowchart explaining the operation | movement at the time of the reboot process in embodiment of this invention.

まず、本発明の実施形態の概略を説明する。   First, an outline of an embodiment of the present invention will be described.

本発明の実施形態はBIOSがハードウェアの故障情報、各コンポーネントの初期化位置及びその位置からBIOSブートを行うための情報を記憶することで、リブートの際に故障コンポーネント切り離し処理、それに伴う初期化処理のみを行い、その他の健全なハードウェアコンポーネントの再初期化処理を実行せずに再立ち上げを行う。これにより、ハードウェア故障後のハードウェア縮退構成においても、従来技術より高速なリブートを可能とし、システム停止となる期間を短くすると共に、故障コンポーネント切り離し後の立ち上げを高速にする。   The embodiment of the present invention stores the failure information of the hardware, the initialization position of each component, and the information for performing the BIOS boot from the position, so that the failed component is separated at the time of reboot, and the initialization associated therewith Performs only processing, and restarts without performing reinitialization processing of other sound hardware components. As a result, even in a hardware degenerate configuration after a hardware failure, it is possible to perform a reboot faster than in the prior art, shorten the period of system shutdown, and speed up the startup after the failure component is separated.

以上が本願発明の実施形態の概略である。   The above is the outline of the embodiment of the present invention.

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

図1は、本発明の一実施形態である情報処理装置1000の概略構成を示すブロック図である。なお、情報処理装置1000自体は具体的にどのような用途の装置であってもよい。例えば、情報処理装置1000が汎用のパーソナルコンピュータやサーバであってもよく、携帯電話機等の端末であってもよく、その他何らかの機能を有する装置であってもよい。任意の装置により本実施形態を実現することが可能である。   FIG. 1 is a block diagram showing a schematic configuration of an information processing apparatus 1000 according to an embodiment of the present invention. Note that the information processing apparatus 1000 itself may be an apparatus for any specific purpose. For example, the information processing apparatus 1000 may be a general-purpose personal computer or server, may be a terminal such as a mobile phone, or may be an apparatus having some other function. The present embodiment can be realized by an arbitrary device.

また、情報処理装置1000は、OS(operating system)100、BIOS(basic input output system)200及びハードウェア(HW)300を含む。   The information processing apparatus 1000 includes an operating system (OS) 100, a basic input output system (BIOS) 200, and hardware (HW) 300.

OS100は、情報処理装置1000のシステム全体を管理する。ここで、OS100は本実施形態特有のものに限定されない、例えば、Windows(登録商標)や、Linux(登録商標)といったOSを用いることが可能である。   The OS 100 manages the entire system of the information processing apparatus 1000. Here, the OS 100 is not limited to the one specific to the present embodiment. For example, an OS such as Windows (registered trademark) or Linux (registered trademark) can be used.

BIOS200は、情報処理装置1000に、組み込まれた又は接続された周辺機器を制御するための機能を提供する。   The BIOS 200 provides a function for controlling the peripheral device incorporated or connected to the information processing apparatus 1000.

ここで、BIOS200は、ブート・リブート制御部201、故障情報記憶部202及び複数の初期化情報管理テーブル203を含む。   Here, the BIOS 200 includes a boot / reboot control unit 201, a failure information storage unit 202, and a plurality of initialization information management tables 203.

ブート・リブート制御部201は、情報処理装置1000におけるブート及びリブートを制御する機能を有する。   The boot / reboot control unit 201 has a function of controlling booting and rebooting in the information processing apparatus 1000.

また、故障情報記憶部202は、故障した又は故障の疑いがあるハードウェアコンポーネント303を記憶する機能を有する。   Further, the failure information storage unit 202 has a function of storing a hardware component 303 that has failed or is suspected of being failed.

初期化情報管理テーブル203は、複数のハードウェアコンポーネント303のそれぞれに対応するように複数設けられている。なお、下述するが本実施形態においてハードウェアコンポーネント303の数に制限はなく、任意の個数が存在していてよい。従って初期化情報管理テーブル203も任意の個数設けられることとなる。なお、図1においては、初期化情報管理テーブル203−1、初期化情報管理テーブル203−2及び初期化情報管理テーブル203−nを図示する。ここで、nは任意の自然数を意味する。   A plurality of initialization information management tables 203 are provided so as to correspond to each of the plurality of hardware components 303. As described below, the number of hardware components 303 is not limited in the present embodiment, and an arbitrary number may exist. Therefore, an arbitrary number of initialization information management tables 203 are also provided. In FIG. 1, the initialization information management table 203-1, the initialization information management table 203-2, and the initialization information management table 203-n are shown. Here, n means an arbitrary natural number.

そして、初期化情報管理テーブル203は、それぞれ対応するハードウェアコンポーネント303に関しての「初期化情報」を記憶する。   The initialization information management table 203 stores “initialization information” regarding the corresponding hardware component 303.

具体的には初期化情報管理テーブル203が記憶する初期化情報は、下記の三種類の情報を含む。   Specifically, the initialization information stored in the initialization information management table 203 includes the following three types of information.

すなわち、
1)メモリに関する情報として、対応するハードウェアコンポーネント303を初期化するための初期化モジュールの先頭アドレス、当該初期化モジュールの先頭アドレスに対応するメモリ302上の内部テーブル
2)CPUに関する情報として、CPU301内部のコンテキスト/レジスタ/スタック、初期設定値
3)関連情報として、ハードウェアコンポーネント切り離し時に再初期化が必要となるハードウェアコンポーネント間の依存関係
の3つの情報を記憶する。
That is,
1) As information related to the memory, the initial address of the initialization module for initializing the corresponding hardware component 303, an internal table on the memory 302 corresponding to the initial address of the initialization module 2) As information related to the CPU, the CPU 301 Internal context / register / stack, initial setting value 3) As related information, store three types of information on the dependency between hardware components that need to be reinitialized when the hardware component is disconnected.

なお、これらの情報はあくまで一例に過ぎず、これらの情報以外の情報が更に追加されていてもよく、また、これらの情報に代替する他の情報が含まれるようにしてもよい。   Note that these pieces of information are merely examples, information other than these pieces of information may be further added, and other information that substitutes for these pieces of information may be included.

また、情報処理装置1000は、ハードウェア300として、CPU301、メモリ302、及びその他のハードウェアコンポーネント303を含む。   The information processing apparatus 1000 includes a CPU 301, a memory 302, and other hardware components 303 as hardware 300.

CPU301は演算処理装置であり、情報処理装置1000全体の動作を制御する機能を有する。   The CPU 301 is an arithmetic processing device and has a function of controlling the operation of the information processing apparatus 1000 as a whole.

メモリ302は、CPU301の動作に必要なプログラムを記憶する。更に、メモリ302は、CPU301の作業領域となる。具体的にはメモリ302は、主記憶装置となるRAM(Random Access Memory)と、OS100等を格納する補助記憶装置であるHDD(Hard disk drive)やFlash SSD(Solid State Drive)と、BIOS200を記憶するフラッシュメモリ等により実現される。すなわち、メモリ302は、単一の記憶装置により実現されてもよいが、複数の記憶装置の組合せにより実現されてもよい。   The memory 302 stores a program necessary for the operation of the CPU 301. Further, the memory 302 becomes a work area of the CPU 301. Specifically, the memory 302 stores a RAM (Random Access Memory) serving as a main storage device, an HDD (Hard disk drive) or Flash SSD (Solid State Drive) serving as an auxiliary storage device storing the OS 100, and the BIOS 200. This is realized by a flash memory or the like. That is, the memory 302 may be realized by a single storage device or may be realized by a combination of a plurality of storage devices.

そして、CPU301及びメモリ302が協働することにより、各ハードウェアコンポーネント303の動作を制御する機能を有し、更に、BIOS200及びOS100を実現する。すなわち本実施形態はハードウェアとソフトウェアが協働することにより実現される。   The CPU 301 and the memory 302 cooperate to have a function of controlling the operation of each hardware component 303, and further realize the BIOS 200 and the OS 100. That is, this embodiment is realized by cooperation of hardware and software.

ハードウェアコンポーネント303は、情報処理装置1000において用いられる種々のハードウェアを含み得る。また、上述したようにハードウェアコンポーネント303は任意の個数が存在していてよい。   The hardware component 303 can include various hardware used in the information processing apparatus 1000. Further, as described above, an arbitrary number of hardware components 303 may exist.

また、図1においては説明の便宜上CPU301及びメモリ302をそれぞれ別途図示している。もっとも、CPU301及びメモリ302もハードウェアコンポーネント303のうちの一つでもある。すなわち、CPU301及びメモリ302はハードウェアコンポーネント303を兼ねているものとする。   In FIG. 1, the CPU 301 and the memory 302 are separately illustrated for convenience of explanation. However, the CPU 301 and the memory 302 are also one of the hardware components 303. That is, it is assumed that the CPU 301 and the memory 302 also serve as the hardware component 303.

続いて、図2、3及び図4のフローチャートを参照して本発明の実施形態の動作について詳細に説明する。   Next, the operation of the embodiment of the present invention will be described in detail with reference to the flowcharts of FIGS.

まず、図2のフローチャートを参照して情報処理装置1000のブート(立ち上げ)動作について説明する。図2に示すように、情報処理装置1000のブートは、大きく分けるとBIOS200の初期化(ステップS11〜ステップS14)と、OS100の初期化(ステップS15)の2つの処理段階を含む。   First, the boot (startup) operation of the information processing apparatus 1000 will be described with reference to the flowchart of FIG. As shown in FIG. 2, the boot of the information processing apparatus 1000 roughly includes two processing stages: initialization of the BIOS 200 (step S11 to step S14) and initialization of the OS 100 (step S15).

まず、BIOS200のブート・リブート制御部170は、ハードウェアコンポーネント303−1〜301−nそれぞれについて、各ハードウェアコンポーネントの初期化モジュールによる初期化処理を実行させる。この初期化処理においてブート・リブート制御部170は、各ハードウェアコンポーネント303に対応する初期化情報管理テーブル203に情報を格納する(ステップS11)。ステップS11において格納する初期化情報は上述したように、各ハードウェアコンポーネント303の初期化モジュールの先頭アドレス及び、その場所でのメモリ302上の内部テーブル、CPU301内部のコンテキスト/レジスタ/スタック、初期設定値、該当コンポーネント303の切り離した際に再初期化が必要になるハードウェアの依存関係である。   First, the boot / reboot control unit 170 of the BIOS 200 causes each hardware component 303-1 to 301-n to execute initialization processing by the initialization module of each hardware component. In this initialization process, the boot / reboot control unit 170 stores information in the initialization information management table 203 corresponding to each hardware component 303 (step S11). As described above, the initialization information stored in step S11 is the start address of the initialization module of each hardware component 303, the internal table on the memory 302 at that location, the context / register / stack inside the CPU 301, and the initial setting. Value and hardware dependency that requires re-initialization when the corresponding component 303 is disconnected.

続いて、ブート・リブート制御部170は、全てのハードウェアコンポーネント303に対応する初期化情報管理テーブル203に情報を記憶できたか確認する(ステップS12)。全ての初期化情報管理テーブル203に情報を記憶できていない場合は(ステップS12においてNo)、ステップS11の動作を継続する。一方、全ての初期化情報管理テーブル203に情報を記憶できている場合は(ステップS12においてYes)、BIOSブートが完了する(ステップS13)。   Subsequently, the boot / reboot control unit 170 confirms whether or not the information can be stored in the initialization information management table 203 corresponding to all the hardware components 303 (step S12). If information cannot be stored in all the initialization information management tables 203 (No in step S12), the operation in step S11 is continued. On the other hand, if the information can be stored in all the initialization information management tables 203 (Yes in step S12), the BIOS boot is completed (step S13).

続いて、ブート・リブート制御部170は、ステップS11及び12と同様にBIOSブート完了位置でのメモリ302、CPU301のデータを初期化情報管理テーブル160に記憶する(ステップS14)。   Subsequently, the boot / reboot control unit 170 stores the data of the memory 302 and the CPU 301 at the BIOS boot completion position in the initialization information management table 160 as in steps S11 and S12 (step S14).

その後、OSのブート処理が開始される(ステップS15)。   Thereafter, the OS boot process is started (step S15).

次に、図3のフローチャートを参照してOS100運用中の動作について説明する。   Next, an operation during the operation of the OS 100 will be described with reference to the flowchart of FIG.

OS100の運用中に何れかのハードウェアコンポーネント303が故障した場合、BIOS200は当該ハードウェアコンポーネント303の故障を故障情報記憶部202に記憶する(ステップS21)。   If any hardware component 303 fails during the operation of the OS 100, the BIOS 200 stores the failure of the hardware component 303 in the failure information storage unit 202 (step S21).

なお、図3の処理では、実際に故障が生じたハードウェアコンポーネントに限らず、故障の発生が疑われるハードウェアコンポーネントの情報が記憶されてもよい。   In the process of FIG. 3, not only the hardware component in which the failure actually occurred but information on the hardware component in which the failure is suspected may be stored.

続いて、図4のフローチャートを参照して情報処理装置1000のリブート動作について説明する。   Next, the reboot operation of the information processing apparatus 1000 will be described with reference to the flowchart of FIG.

図4に示すように、このリブート動作は、OSのシャットダウン(リブート指示の結果行われる)、BIOSのシャットダウン(OSのシャットダウンに続いて行われ、ハードウェア故障の有無の判断処理を含む)、BIOSの初期化(ステップS32、ステップS34、ステップS35)、及びOSの初期化(ステップS37)の4つの処理段階を含む。   As shown in FIG. 4, this reboot operation includes OS shutdown (performed as a result of reboot instruction), BIOS shutdown (performed following OS shutdown, including determination processing for hardware failure), BIOS Initialization (step S32, step S34, step S35) and OS initialization (step S37).

OS100からのリブート(立ち下げ)指示が出た場合、BIOS200は運用中に故障情報記憶部202に記憶しておいたハードウェアコンポーネント303の故障情報を確認する(ステップS31)。   When a reboot (falling) instruction is issued from the OS 100, the BIOS 200 confirms failure information of the hardware component 303 stored in the failure information storage unit 202 during operation (step S31).

ハードウェア故障が発生していない場合(ステップS31にてNo)、BIOS200の立ち上げ完了位置で記憶した(ステップS14にて)メモリ302上の内部テーブル、CPU301内部のコンテキスト/レジスタ/スタック及び、初期設定値を書き戻す(ステップS32)。これにより、不要なハードウェアの初期化処理をスキップし、OS100立ち上げが可能な状態し、再度OS100立ち上げを行う(ステップS36及びステップS37)。   When a hardware failure has not occurred (No in step S31), the internal table stored in the startup position of the BIOS 200 (in step S14), the context / register / stack in the CPU 301, and the initial The set value is written back (step S32). Thus, unnecessary hardware initialization processing is skipped, the OS 100 can be started, and the OS 100 is started again (steps S36 and S37).

一方、OS100運用中にハードウェア故障が発生していた場合(ステップS31にてYes)、発生したハードウェア故障で切り離し対象となるハードウェアコンポーネント303と、ブート時に(ステップS11及びA12にて)記憶していた各ハードウェアコンポーネント303の初期化情報管理テーブル160に含まれる初期化情報と、を照らし合わせる。そして、故障したハードウェアコンポーネント303の切り離しを行うための初期化位置から再度BIOS200立ち上げを実施する(ステップS35−1〜35−n)。   On the other hand, if a hardware failure has occurred during operation of the OS 100 (Yes in step S31), the hardware component 303 to be disconnected due to the generated hardware failure and the memory at the time of booting (in steps S11 and A12) The initialization information included in the initialization information management table 160 of each hardware component 303 is compared. Then, the BIOS 200 is started again from the initialization position for detaching the failed hardware component 303 (steps S35-1 to 35-n).

このとき、BIOS200はハードウェア故障したハードウェアコンポーネント303を切り離すと同時に、ステップS11及びA12にて記憶したメモリ302上の内部テーブル、CPU301内部のコンテキスト/レジスタ/スタック、初期設定値を書き戻し、再初期化が必要なハードウェアコンポーネント303を初期化する(ステップS34−1〜34−n)。これにより故障したハードウェアコンポーネント303を縮退させた構成でのOS100立ち上げを行う。   At this time, the BIOS 200 disconnects the hardware component 303 having the hardware failure, and at the same time, writes back the internal table on the memory 302, the context / register / stack inside the CPU 301, and the initial setting values stored in steps S11 and A12. The hardware component 303 that needs to be initialized is initialized (steps S34-1 to 34-n). As a result, the OS 100 is started up in a configuration in which the failed hardware component 303 is degenerated.

以上説明した本発明の実施形態の効果は、システム復旧時間の短縮を可能とすることにある。   The effect of the embodiment of the present invention described above is that the system recovery time can be shortened.

その理由は、ハードウェア故障が発生した場合、全てのハードウェアの再初期化を行うのではなく、該当コンポーネントを切り離すと共に、それによって再初期化が必要なコンポーネントのみを再初期化することで、不要な初期化処理を行わないからである。   The reason is that when a hardware failure occurs, not all hardware is re-initialized, but the corresponding component is disconnected and only the components that need re-initialization are thereby re-initialized. This is because unnecessary initialization processing is not performed.

上述した実施形態においては、故障情報記憶部202が、故障した又は故障の疑いがあるハードウェアコンポーネント303を一つだけ記憶している場合を想定していた。もっとも、ステップS32において複数のハードウェアコンポーネント303が故障しているような場合もあり得る。   In the above-described embodiment, it is assumed that the failure information storage unit 202 stores only one hardware component 303 that has failed or is suspected of having failed. However, there may be a case where a plurality of hardware components 303 have failed in step S32.

このような場合には、当該複数のハードウェアコンポーネント303を切り離すための再初期化と共に、これら複数のハードウェアコンポーネント303と依存関係にあるハードウェアコンポーネント303を初期化することにより高速立ち上げを実現することが可能となる。   In such a case, high-speed start-up is realized by initializing the hardware component 303 that is dependent on the plurality of hardware components 303 together with re-initialization for separating the plurality of hardware components 303. It becomes possible to do.

なお、上記実施形態では、本実施形態を実現するためのプログラムが、情報処理装置に予め記憶されているものとして説明した。しかし、コンピュータを情報処理装置の全部又は一部として動作させ、あるいは、上述の処理を実行させるためのプログラムを、フレキシブルディスク、CD−ROM(Compact Disc Read-Only Memory)、DVD(Digital Versatile Disc)、MO(Magneto Optical Disk(Disc))BD(Blu-ray Disc)等のコンピュータ読み取り可能な記録媒体に格納して配布し、これを別のコンピュータにインストールし、上述の手段として動作させ、あるいは、上述の工程を実行させてもよい。   In the above-described embodiment, the program for realizing the present embodiment has been described as being stored in advance in the information processing apparatus. However, a program for operating the computer as all or part of the information processing apparatus or executing the above-described processing is a flexible disk, a CD-ROM (Compact Disc Read-Only Memory), a DVD (Digital Versatile Disc). , Stored in a computer-readable recording medium such as a MO (Magneto Optical Disk (Disc)) BD (Blu-ray Disc) and distributed, installed in another computer, and operated as the above-mentioned means, or You may perform the above-mentioned process.

さらに、インターネット上のサーバ装置が有するディスク装置等にプログラムを格納しておき、例えば、搬送波にプログラムを重畳させて、コンピュータにダウンロード等してプログラムを実行してもよい。   Furthermore, the program may be stored in a disk device or the like included in a server device on the Internet, and the program may be executed by, for example, superimposing the program on a carrier wave and downloading it to a computer.

なお、本発明の実施形態である情報処理装置は、ハードウェアにより実現することもできるが、コンピュータをその情報処理装置として機能させるためのプログラムをコンピュータがコンピュータ読み取り可能な記録媒体から読み込んで実行することによっても実現することができる。   The information processing apparatus according to the embodiment of the present invention can be realized by hardware, but the computer reads a program for causing the computer to function as the information processing apparatus from a computer-readable recording medium and executes the program. Can also be realized.

また、本発明の実施形態による高速立ち上げ方法は、ハードウェアにより実現することもできるが、コンピュータにその方法を実行させるためのプログラムをコンピュータがコンピュータ読み取り可能な記録媒体から読み込んで実行することによっても実現することができる。   In addition, the high-speed startup method according to the embodiment of the present invention can be realized by hardware, but a computer reads a program for causing the computer to execute the method from a computer-readable recording medium and executes the program. Can also be realized.

また、上述した実施形態は、本発明の好適な実施形態ではあるが、上記実施形態のみに本発明の範囲を限定するものではなく、本発明の要旨を逸脱しない範囲において種々の変更を施した形態での実施が可能である。   Moreover, although the above-described embodiment is a preferred embodiment of the present invention, the scope of the present invention is not limited only to the above-described embodiment, and various modifications are made without departing from the gist of the present invention. Implementation in the form is possible.

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

(付記1) 複数のハードウェアコンポーネントを有するコンピュータに組み込まれ、当該コンピュータのブート処理及びリブート処理を制御する高速立ち上げ装置において、
前記複数のハードウェアコンポーネントにそれぞれ対応する複数の情報管理テーブルであって、対応するハードウェアコンポーネントの装置ブート時の初期化情報及び当該ハードウェアコンポーネントを切り離す際に再初期化に必要となるハードウェアコンポーネントを示す依存関係、並びにBIOSによるブート完了時の初期化情報を記憶する複数の情報管理テーブルと、
リブート処理の際に、前記複数のハードウェアコンポーネントのうち故障が生じているハードウェアコンポーネントを切り離すための再初期化と共に、ハードウェアコンポーネントの装置立ち上げ時の初期化情報を書き戻すブート・リブート制御手段と、
を備え、
前記故障が生じているハードウェアコンポーネントを切り離す際に再初期化に必要とならないハードウェアコンポーネントについては再初期化を行わないことを特徴とする高速立ち上げ装置。
(Supplementary Note 1) In a high-speed start-up device that is incorporated in a computer having a plurality of hardware components and controls boot processing and reboot processing of the computer,
A plurality of information management tables respectively corresponding to the plurality of hardware components, the initialization information of the corresponding hardware components at the time of device booting and the hardware required for re-initialization when the hardware components are separated A plurality of information management tables for storing dependency relationships indicating components, and initialization information at the time of boot completion by BIOS;
Boot / reboot control for rewriting initialization information at the time of starting up the hardware components, together with re-initialization for separating the hardware components in which a failure has occurred from among the plurality of hardware components during reboot processing Means,
With
A high-speed startup apparatus characterized by not re-initializing hardware components that are not required for re-initialization when separating the hardware component in which the failure has occurred.

(付記2) 付記1に記載の高速立ち上げ装置において、
前記リブート処理の際に前記ハードウェアコンポーネントの何れも故障していない場合は、前記BIOSによるブート完了時の初期化情報を書き戻すことによりハードウェアコンポーネントの初期化処理を省略することを特徴とする高速立ち上げ装置。
(Appendix 2) In the high-speed start-up device described in Appendix 1,
When none of the hardware components is out of order during the rebooting process, the initialization process of the hardware component is omitted by writing back the initialization information at the time of boot completion by the BIOS. Fast start-up device.

(付記3) 付記1又は2に記載の高速立ち上げ装置において、
前記装置がOS(Operating System)配下で運用されている間に前記ハードウェアコンポーネントに故障が生じた場合に、当該故障の情報を記憶する故障情報記憶手段を更に備え、
前記リブート処理の際に前記故障情報記憶手段を参照することにより前記ハードウェアコンポーネントに故障が生じているか否かを判断することを特徴とする高速立ち上げ装置。
(Appendix 3) In the high-speed start-up device according to Appendix 1 or 2,
In the case where a failure occurs in the hardware component while the device is operated under an OS (Operating System), it further comprises failure information storage means for storing information on the failure.
A high-speed start-up device that determines whether or not a failure has occurred in the hardware component by referring to the failure information storage means during the reboot process.

(付記4) 付記1乃至3の何れか1に記載の高速立ち上げ装置において、
前記装置立ち上げ時の初期化位置情報は、対応するハードウェアコンポーネントの装置立ち上げ時での、初期化モジュールの先頭アドレス、メモリ上で対応する内部テーブル、及びCPU内における初期設定値を含み、
前記BIOSブート完了時の初期化情報は、対応するハードウェアコンポーネントのBIOSブート完了時での、初期化モジュールの先頭アドレス、メモリ上で対応する内部テーブル、及びCPU内における初期設定値を含む、ことを特徴とする高速立ち上げ装置。
(Appendix 4) In the high-speed start-up device according to any one of appendices 1 to 3,
The initialization position information at the time of starting up the device includes the start address of the initialization module, the corresponding internal table on the memory, and the initial setting value in the CPU at the time of starting up the device of the corresponding hardware component,
The initialization information when the BIOS boot is completed includes the initial address of the initialization module, the corresponding internal table on the memory, and the initial setting value in the CPU when the BIOS boot of the corresponding hardware component is completed. High-speed start-up device characterized by

(付記5) 付記1乃至4の何れか1に記載の高速立ち上げ装置において、
前記リブート処理の際に、前記複数のハードウェアコンポーネントのうち故障が生じているハードウェアコンポーネントが複数存在する場合は、当該複数のハードウェアコンポーネントを切り離すための再初期化と共に、ハードウェアコンポーネントの装置立ち上げ時の初期化情報を書き戻す、ことを特徴とする高速立ち上げ装置。
(Appendix 5) In the high-speed start-up device according to any one of Appendices 1 to 4,
When there are a plurality of hardware components in which a failure has occurred among the plurality of hardware components during the reboot process, the hardware component device is re-initialized to separate the plurality of hardware components. A high-speed startup device characterized by writing back initialization information at startup.

(付記6) CPU、メモリ、及び複数のハードウェアコンポーネントを含むハードウェアと、前記ハードウェアのブート処理及びリブート処理を制御するBIOS(Basic Input Output System)と、前記BIOSによる前記ハードウェアのブート処理又はリブート処理の後にブートされるOS(Operating System)と、を備える情報処理装置において、
前記BIOSが付記1乃至5の何れか1に記載の高速立ち上げ装置としての機能を有することを特徴とする情報処理装置。
(Supplementary Note 6) CPU, memory, and hardware including a plurality of hardware components, BIOS (Basic Input Output System) that controls boot processing and reboot processing of the hardware, and boot processing of the hardware by the BIOS Or an information processing apparatus including an OS (Operating System) booted after reboot processing,
6. The information processing apparatus according to claim 1, wherein the BIOS has a function as a high-speed startup apparatus according to any one of appendices 1 to 5.

(付記7) 複数のハードウェアコンポーネントを有するコンピュータに組み込まれ、当該コンピュータのブート処理及びリブート処理を制御する高速立ち上げプログラムにおいて、
前記複数のハードウェアコンポーネントにそれぞれ対応する複数の情報管理テーブルであって、対応するハードウェアコンポーネントの装置ブート時の初期化情報及び当該ハードウェアコンポーネントを切り離す際に再初期化に必要となるハードウェアコンポーネントを示す依存関係、並びにBIOSによるブート完了時の初期化情報を記憶する複数の情報管理テーブルと、
リブート処理の際に、前記複数のハードウェアコンポーネントのうち故障が生じているハードウェアコンポーネントを切り離すための再初期化と共に、ハードウェアコンポーネントの装置立ち上げ時の初期化情報を書き戻すブート・リブート制御手段と、
を備え、
前記故障が生じているハードウェアコンポーネントを切り離す際に再初期化に必要とならないハードウェアコンポーネントについては再初期化を行わない高速立ち上げ装置としてコンピュータを機能させることを特徴とする高速立ち上げプログラム。
(Supplementary Note 7) In a high-speed startup program that is incorporated in a computer having a plurality of hardware components and controls boot processing and reboot processing of the computer,
A plurality of information management tables respectively corresponding to the plurality of hardware components, the initialization information of the corresponding hardware components at the time of device booting and the hardware required for re-initialization when the hardware components are separated A plurality of information management tables for storing dependency relationships indicating components, and initialization information at the time of boot completion by BIOS;
Boot / reboot control for rewriting initialization information at the time of starting up the hardware components, together with re-initialization for separating the hardware components in which a failure has occurred from among the plurality of hardware components during reboot processing Means,
With
A high-speed start-up program that causes a computer to function as a high-speed start-up device that does not re-initialize hardware components that are not required for re-initialization when the hardware component in which the failure has occurred is separated.

(付記8) 複数のハードウェアコンポーネントを有するコンピュータに組み込まれ、当該コンピュータのブート処理及びリブート処理を制御するBIOS(Basic Input Output System)が行う高速立ち上げ方法において、
前記複数のハードウェアコンポーネントにそれぞれ対応する複数の情報管理テーブルであって、対応するハードウェアコンポーネントの装置ブート時の初期化情報及び当該ハードウェアコンポーネントを切り離す際に再初期化に必要となるハードウェアコンポーネントを示す依存関係、並びにBIOSによるブート完了時の初期化情報を記憶する複数の情報管理テーブルを用意するステップと、
リブート処理の際に、前記複数のハードウェアコンポーネントのうち故障が生じているハードウェアコンポーネントを切り離すための再初期化と共に、ハードウェアコンポーネントの装置立ち上げ時の初期化情報を書き戻すブート・リブート制御ステップと、
を備え、
前記故障が生じているハードウェアコンポーネントを切り離す際に再初期化に必要とならないハードウェアコンポーネントについては再初期化を行わないことを特徴とする高速立ち上げ方法。
(Supplementary Note 8) In a high-speed startup method incorporated in a computer having a plurality of hardware components and performed by a basic input output system (BIOS) that controls boot processing and reboot processing of the computer,
A plurality of information management tables respectively corresponding to the plurality of hardware components, the initialization information of the corresponding hardware components at the time of device booting and the hardware required for re-initialization when the hardware components are separated Preparing a plurality of information management tables for storing dependency relationships indicating components, and initialization information at the time of completion of boot by BIOS;
Boot / reboot control for rewriting initialization information at the time of starting up the hardware components, together with re-initialization for separating the hardware components in which a failure has occurred from among the plurality of hardware components during reboot processing Steps,
With
A high-speed startup method characterized by not re-initializing a hardware component that is not required for re-initialization when the hardware component in which the failure occurs is separated.

本発明は、ハードウェア故障発生時に該当コンポーネントの切り離し技術を搭載した装置全般に好適である。   The present invention is suitable for all devices equipped with a technology for separating the relevant component when a hardware failure occurs.

100 OS
200 BIOS
201 ブート・リブート制御部
202 故障情報記憶部
203 初期化情報管理テーブル
300 ハードウェア
301 CPU
302 メモリ
303 ハードウェアコンポーネント
1000 情報処理装置
100 OS
200 BIOS
201 Boot / Reboot Control Unit 202 Failure Information Storage Unit 203 Initialization Information Management Table 300 Hardware 301 CPU
302 Memory 303 Hardware component 1000 Information processing apparatus

Claims (8)

複数のハードウェアコンポーネントを有するコンピュータに組み込まれ、当該コンピュータのブート処理及びリブート処理を制御する高速立ち上げ装置において、
前記複数のハードウェアコンポーネントにそれぞれ対応する複数の情報管理テーブルであって、対応するハードウェアコンポーネントの装置ブート時の初期化情報及び当該ハードウェアコンポーネントを切り離す際に再初期化に必要となるハードウェアコンポーネントを示す依存関係、並びにBIOSによるブート完了時の初期化情報を記憶する複数の情報管理テーブルと、
リブート処理の際に、前記複数のハードウェアコンポーネントのうち故障が生じているハードウェアコンポーネントを切り離すための再初期化と共に、ハードウェアコンポーネントの装置立ち上げ時の初期化情報を書き戻すブート・リブート制御手段と、
を備え、
前記故障が生じているハードウェアコンポーネントを切り離す際に再初期化に必要とならないハードウェアコンポーネントについては再初期化を行わないことを特徴とする高速立ち上げ装置。
In a high-speed start-up device that is incorporated in a computer having a plurality of hardware components and controls boot processing and reboot processing of the computer,
A plurality of information management tables respectively corresponding to the plurality of hardware components, the initialization information of the corresponding hardware components at the time of device booting and the hardware required for re-initialization when the hardware components are separated A plurality of information management tables for storing dependency relationships indicating components, and initialization information at the time of boot completion by BIOS;
Boot / reboot control for rewriting initialization information at the time of starting up the hardware components, together with re-initialization for separating the hardware components in which a failure has occurred from among the plurality of hardware components during reboot processing Means,
With
A high-speed startup apparatus characterized by not re-initializing hardware components that are not required for re-initialization when separating the hardware component in which the failure has occurred.
請求項1に記載の高速立ち上げ装置において、
前記リブート処理の際に前記ハードウェアコンポーネントの何れも故障していない場合は、前記BIOSによるブート完了時の初期化情報を書き戻すことによりハードウェアコンポーネントの初期化処理を省略することを特徴とする高速立ち上げ装置。
In the high-speed start-up device according to claim 1,
When none of the hardware components is out of order during the rebooting process, the initialization process of the hardware component is omitted by writing back the initialization information at the time of boot completion by the BIOS. Fast start-up device.
請求項1又は2に記載の高速立ち上げ装置において、
前記装置がOS(Operating System)配下で運用されている間に前記ハードウェアコンポーネントに故障が生じた場合に、当該故障の情報を記憶する故障情報記憶手段を更に備え、
前記リブート処理の際に前記故障情報記憶手段を参照することにより前記ハードウェアコンポーネントに故障が生じているか否かを判断することを特徴とする高速立ち上げ装置。
In the high-speed start-up device according to claim 1 or 2,
In the case where a failure occurs in the hardware component while the device is operated under an OS (Operating System), it further comprises failure information storage means for storing information on the failure.
A high-speed start-up device that determines whether or not a failure has occurred in the hardware component by referring to the failure information storage means during the reboot process.
請求項1乃至3の何れか1項に記載の高速立ち上げ装置において、
前記装置立ち上げ時の初期化位置情報は、対応するハードウェアコンポーネントの装置立ち上げ時での、初期化モジュールの先頭アドレス、メモリ上で対応する内部テーブル、及びCPU内における初期設定値を含み、
前記BIOSブート完了時の初期化情報は、対応するハードウェアコンポーネントのBIOSブート完了時での、初期化モジュールの先頭アドレス、メモリ上で対応する内部テーブル、及びCPU内における初期設定値を含む、ことを特徴とする高速立ち上げ装置。
In the high-speed start-up device according to any one of claims 1 to 3,
The initialization position information at the time of starting up the device includes the start address of the initialization module, the corresponding internal table on the memory, and the initial setting value in the CPU at the time of starting up the device of the corresponding hardware component,
The initialization information when the BIOS boot is completed includes the initial address of the initialization module, the corresponding internal table on the memory, and the initial setting value in the CPU when the BIOS boot of the corresponding hardware component is completed. High-speed start-up device characterized by
請求項1乃至4の何れか1項に記載の高速立ち上げ装置において、
前記リブート処理の際に、前記複数のハードウェアコンポーネントのうち故障が生じているハードウェアコンポーネントが複数存在する場合は、当該複数のハードウェアコンポーネントを切り離すための再初期化と共に、ハードウェアコンポーネントの装置立ち上げ時の初期化情報を書き戻す、ことを特徴とする高速立ち上げ装置。
In the high-speed start-up device according to any one of claims 1 to 4,
When there are a plurality of hardware components in which a failure has occurred among the plurality of hardware components during the reboot process, the hardware component device is re-initialized to separate the plurality of hardware components. A high-speed startup device characterized by writing back initialization information at startup.
CPU、メモリ、及び複数のハードウェアコンポーネントを含むハードウェアと、前記ハードウェアのブート処理及びリブート処理を制御するBIOS(Basic Input Output System)と、前記BIOSによる前記ハードウェアのブート処理又はリブート処理の後にブートされるOS(Operating System)と、を備える情報処理装置において、
前記BIOSが請求項1乃至5の何れか1項に記載の高速立ち上げ装置としての機能を有することを特徴とする情報処理装置。
CPU, memory, and hardware including a plurality of hardware components, BIOS (Basic Input Output System) that controls boot processing and reboot processing of the hardware, and boot processing or reboot processing of the hardware by the BIOS In an information processing apparatus including an OS (Operating System) to be booted later,
6. The information processing apparatus according to claim 1, wherein the BIOS has a function as a high-speed start-up apparatus according to any one of claims 1 to 5.
複数のハードウェアコンポーネントを有するコンピュータに組み込まれ、当該コンピュータのブート処理及びリブート処理を制御する高速立ち上げプログラムにおいて、
前記複数のハードウェアコンポーネントにそれぞれ対応する複数の情報管理テーブルであって、対応するハードウェアコンポーネントの装置ブート時の初期化情報及び当該ハードウェアコンポーネントを切り離す際に再初期化に必要となるハードウェアコンポーネントを示す依存関係、並びにBIOSによるブート完了時の初期化情報を記憶する複数の情報管理テーブルと、
リブート処理の際に、前記複数のハードウェアコンポーネントのうち故障が生じているハードウェアコンポーネントを切り離すための再初期化と共に、ハードウェアコンポーネントの装置立ち上げ時の初期化情報を書き戻すブート・リブート制御手段と、
を備え、
前記故障が生じているハードウェアコンポーネントを切り離す際に再初期化に必要とならないハードウェアコンポーネントについては再初期化を行わない高速立ち上げ装置としてコンピュータを機能させることを特徴とする高速立ち上げプログラム。
In a high-speed startup program that is incorporated in a computer having a plurality of hardware components and controls boot processing and reboot processing of the computer,
A plurality of information management tables respectively corresponding to the plurality of hardware components, the initialization information of the corresponding hardware components at the time of device booting and the hardware required for re-initialization when the hardware components are separated A plurality of information management tables for storing dependency relationships indicating components, and initialization information at the time of boot completion by BIOS;
Boot / reboot control for rewriting initialization information at the time of starting up the hardware components, together with re-initialization for separating the hardware components in which a failure has occurred from among the plurality of hardware components during reboot processing Means,
With
A high-speed start-up program that causes a computer to function as a high-speed start-up device that does not re-initialize hardware components that are not required for re-initialization when the hardware component in which the failure has occurred is separated.
複数のハードウェアコンポーネントを有するコンピュータに組み込まれ、当該コンピュータのブート処理及びリブート処理を制御するBIOS(Basic Input Output System)が行う高速立ち上げ方法において、
前記複数のハードウェアコンポーネントにそれぞれ対応する複数の情報管理テーブルであって、対応するハードウェアコンポーネントの装置ブート時の初期化情報及び当該ハードウェアコンポーネントを切り離す際に再初期化に必要となるハードウェアコンポーネントを示す依存関係、並びにBIOSによるブート完了時の初期化情報を記憶する複数の情報管理テーブルを用意するステップと、
リブート処理の際に、前記複数のハードウェアコンポーネントのうち故障が生じているハードウェアコンポーネントを切り離すための再初期化と共に、ハードウェアコンポーネントの装置立ち上げ時の初期化情報を書き戻すブート・リブート制御ステップと、
を備え、
前記故障が生じているハードウェアコンポーネントを切り離す際に再初期化に必要とならないハードウェアコンポーネントについては再初期化を行わないことを特徴とする高速立ち上げ方法。
In a high-speed start-up method performed by a BIOS (Basic Input Output System) that is incorporated in a computer having a plurality of hardware components and controls boot processing and reboot processing of the computer,
A plurality of information management tables respectively corresponding to the plurality of hardware components, the initialization information of the corresponding hardware components at the time of device booting and the hardware required for re-initialization when the hardware components are separated Preparing a plurality of information management tables for storing dependency relationships indicating components, and initialization information at the time of completion of boot by BIOS;
Boot / reboot control for rewriting initialization information at the time of starting up the hardware components, together with re-initialization for separating the hardware components in which a failure has occurred from among the plurality of hardware components during reboot processing Steps,
With
A high-speed startup method characterized by not re-initializing a hardware component that is not required for re-initialization when the hardware component in which the failure occurs is separated.
JP2011051416A 2011-03-09 2011-03-09 High-speed start-up method, high-speed start-up device, and high-speed start-up program when hardware configuration is degraded Expired - Fee Related JP5712689B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011051416A JP5712689B2 (en) 2011-03-09 2011-03-09 High-speed start-up method, high-speed start-up device, and high-speed start-up program when hardware configuration is degraded

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011051416A JP5712689B2 (en) 2011-03-09 2011-03-09 High-speed start-up method, high-speed start-up device, and high-speed start-up program when hardware configuration is degraded

Publications (2)

Publication Number Publication Date
JP2012190128A true JP2012190128A (en) 2012-10-04
JP5712689B2 JP5712689B2 (en) 2015-05-07

Family

ID=47083239

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011051416A Expired - Fee Related JP5712689B2 (en) 2011-03-09 2011-03-09 High-speed start-up method, high-speed start-up device, and high-speed start-up program when hardware configuration is degraded

Country Status (1)

Country Link
JP (1) JP5712689B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110187994A (en) * 2019-05-28 2019-08-30 北京星网锐捷网络技术有限公司 A kind of failure separation method, equipment and fault isolation system

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09212470A (en) * 1996-01-31 1997-08-15 Toshiba Corp Multiprocessor system
WO2002095556A1 (en) * 2001-05-18 2002-11-28 Fujitsu Limited Apparatus having stand-by mode, program, and control method for apparatus having stand-by mode
JP2005309567A (en) * 2004-04-19 2005-11-04 Matsushita Electric Ind Co Ltd Apparatus
JP2006155321A (en) * 2004-11-30 2006-06-15 Toshiba Corp Bus connection device
JP2006252329A (en) * 2005-03-11 2006-09-21 Toshiba Corp Information processor and starting control method
JP2009193301A (en) * 2008-02-14 2009-08-27 Nec Corp Information processing apparatus, device initialization method in same, and device initialization program
JP2010009293A (en) * 2008-06-26 2010-01-14 Hitachi Ltd Computer system and system switching method
JP2010123125A (en) * 2008-11-19 2010-06-03 Intel Corp Method and system to enable fast platform restart

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09212470A (en) * 1996-01-31 1997-08-15 Toshiba Corp Multiprocessor system
WO2002095556A1 (en) * 2001-05-18 2002-11-28 Fujitsu Limited Apparatus having stand-by mode, program, and control method for apparatus having stand-by mode
JP2005309567A (en) * 2004-04-19 2005-11-04 Matsushita Electric Ind Co Ltd Apparatus
JP2006155321A (en) * 2004-11-30 2006-06-15 Toshiba Corp Bus connection device
JP2006252329A (en) * 2005-03-11 2006-09-21 Toshiba Corp Information processor and starting control method
JP2009193301A (en) * 2008-02-14 2009-08-27 Nec Corp Information processing apparatus, device initialization method in same, and device initialization program
JP2010009293A (en) * 2008-06-26 2010-01-14 Hitachi Ltd Computer system and system switching method
JP2010123125A (en) * 2008-11-19 2010-06-03 Intel Corp Method and system to enable fast platform restart

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110187994A (en) * 2019-05-28 2019-08-30 北京星网锐捷网络技术有限公司 A kind of failure separation method, equipment and fault isolation system

Also Published As

Publication number Publication date
JP5712689B2 (en) 2015-05-07

Similar Documents

Publication Publication Date Title
JP6073854B2 (en) Electronic equipment and firmware recovery program
JP5307706B2 (en) Operating system gradual boot process
JP5575338B2 (en) Information processing apparatus, information processing method, and computer program
US7660979B2 (en) Multi-mode computer systems and operating methods thereof
CN105117246A (en) Method for rapidly booting electronic equipment
US10185575B2 (en) Computing device for operating a machine session with persistent read cache and non-persistent write cache and related methods
US20120084601A1 (en) Computer system rescue method
JP2007004599A (en) Information processor, storage medium and data relief method
US20130061090A1 (en) Partial rebooting recovery apparatus and method
WO2019242272A1 (en) Bios-based operating system booting method, device, apparatus, and medium
US10642623B1 (en) Preserving firmware settings during firmware updates
WO2012149774A1 (en) Method and apparatus for activating processor
JP2014059733A (en) Information processing system, and image processor
KR20140039611A (en) Electronic apparatus, method for restore of guid partition table and computer-readable recording medium
JP5712689B2 (en) High-speed start-up method, high-speed start-up device, and high-speed start-up program when hardware configuration is degraded
JP2015088133A (en) Information processing device, start-up method, and start-up program
US20120005464A1 (en) Start up processing method, information processing apparatus, and computer-readable storage medium storing program
JP6079777B2 (en) Management device, data acquisition method, and data acquisition program
JP5949540B2 (en) Information processing apparatus and stored information analysis method
JP5910413B2 (en) Information processing apparatus, activation program, and activation method
KR101850275B1 (en) Method for generating boot image for fast booting and image forming apparatus for performing the same, method for performing fast booting and image forming apparatus for performing the same
JP5545432B2 (en) BIOS update method, BIOS update device, and BIOS update program
JP5585502B2 (en) Information processing apparatus and firmware update method thereof
JP6146092B2 (en) Virtualization system, virtual server, virtual machine control method, and virtual machine control program
KR100792786B1 (en) Method for os restoring of computer using backup image file

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140212

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20141120

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20141127

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150122

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150223

R150 Certificate of patent or registration of utility model

Ref document number: 5712689

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees