JP2013222396A - Information processing device, information processing method, and program - Google Patents
Information processing device, information processing method, and program Download PDFInfo
- Publication number
- JP2013222396A JP2013222396A JP2012094836A JP2012094836A JP2013222396A JP 2013222396 A JP2013222396 A JP 2013222396A JP 2012094836 A JP2012094836 A JP 2012094836A JP 2012094836 A JP2012094836 A JP 2012094836A JP 2013222396 A JP2013222396 A JP 2013222396A
- Authority
- JP
- Japan
- Prior art keywords
- program
- programs
- driver
- application
- information processing
- 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
Links
Images
Landscapes
- Stored Programmes (AREA)
Abstract
Description
この発明は、実行中プログラムの障害発生時に復旧を行う情報処理装置および情報処理方法およびプログラムに関する。 The present invention relates to an information processing apparatus, an information processing method, and a program that perform recovery when a failure occurs in a running program.
従来、情報処理装置が実行中のドライバプログラム(以降、ドライバプログラムを「ドライバ」と称する)の障害が発生した場合(以降、障害を「異常」とも称する)、障害が発生したドライバが記録される。そして、次回の情報処理装置のシステム起動時に当該ドライバの起動がスキップされる技術が提案されている(例えば、特許文献1)。
また、情報処理装置が実行中のドライバの障害が発生した場合、情報処理装置の動作を停止することなく、障害が発生したドライバと当該ドライバの処理結果を利用するドライバとを、あらかじめ準備され、かつ、固定された順序で復旧する技術が知られている。
ここで、ドライバの復旧とは、ドライバを再起動させるなどして、障害が発生しているドライバや当該ドライバの処理結果を利用するドライバ、または、当該ドライバの障害の影響を受けているドライバを正常な状態に戻すことである。よって、「復旧」を「再起動」とも称する。
Conventionally, when a failure occurs in a driver program being executed by the information processing apparatus (hereinafter, the driver program is referred to as “driver”) (hereinafter, the failure is also referred to as “abnormal”), the driver in which the failure has occurred is recorded. . A technique has been proposed in which the activation of the driver is skipped at the next system activation of the information processing apparatus (for example, Patent Document 1).
In addition, when a failure of a driver that is being executed by the information processing apparatus occurs, a driver that has failed and a driver that uses the processing result of the driver are prepared in advance without stopping the operation of the information processing apparatus. In addition, a technique for recovering in a fixed order is known.
Here, driver recovery refers to a driver that has failed, a driver that uses the processing result of the driver, or a driver that has been affected by the failure of the driver, such as by restarting the driver. It is to return to a normal state. Therefore, “recovery” is also referred to as “restart”.
情報処理装置は、障害が発生したドライバの処理データを用いるドライバや、それらのドライバの処理データを用いて処理を行うアプリケーションプログラム(以降、アプリケーションプログラムを「アプリケーション」と称する)など複数のプログラムを実行する。そして、従来の障害復旧方法では、動作継続の優先されるアプリケーションがある場合でも、アプリケーションの動作継続の優先度は考慮されず、ドライバの再起動順が決定される。そのため、動作継続の優先度が高いアプリケーションである動作必須アプリケーションが利用するドライバの再起動が後回しになる場合がある。そして、動作必須アプリケーションが利用するドライバが再起動するまで、動作必須アプリケーションの動作が中断するという課題がある。 The information processing apparatus executes a plurality of programs such as a driver that uses the processing data of the driver in which the failure has occurred and an application program that performs processing using the processing data of those drivers (hereinafter, the application program is referred to as “application”). To do. In the conventional failure recovery method, even when there is an application for which priority is given to continuing the operation, the priority for continuing the operation of the application is not considered, and the order of restarting the drivers is determined. Therefore, there is a case where the restart of the driver used by the operation-required application that is an application having a high priority for operation continuation is postponed. Then, there is a problem that the operation of the operation-required application is interrupted until the driver used by the operation-required application is restarted.
この発明は前記のような課題を解決することを主な目的とするもので、例えば、動作必須アプリケーションの動作継続を優先させることを主な目的とする。 The main object of the present invention is to solve the above-mentioned problems. For example, the main object of the present invention is to give priority to the operation continuation of the operation-required application.
この発明に係る情報処理装置は、
複数のプログラムを実行するプログラム実行部と、
前記プログラム実行部による前記複数のプログラムの実行中に前記複数のプログラムのうちのいずれかのプログラムに異常が発生した場合に、前記複数のプログラムのうち、異常が発生した異常発生プログラムの処理の結果を利用して前記複数のプログラム以外の特定のプログラムの処理に利用される処理が行われるプログラムを優先再起動プログラムとして抽出し、抽出した優先再起動プログラムを前記異常発生プログラム以外のプログラムに優先して再起動するプログラム再起動部と
を備えることを特徴とする。
An information processing apparatus according to the present invention includes:
A program execution unit for executing a plurality of programs;
When an abnormality occurs in any one of the plurality of programs during execution of the plurality of programs by the program execution unit, a result of processing of the abnormality occurrence program in which an abnormality has occurred among the plurality of programs A program that is used to process a specific program other than the plurality of programs is extracted as a priority restart program, and the extracted priority restart program is prioritized over programs other than the abnormality occurrence program. And a program restarting unit for restarting.
この発明に係る情報処理装置は、特定のプログラム(例えば、動作必須アプリケーション)により利用されるプログラムを優先して再起動(復旧)する。その為、この発明に係る情報処理装置は、特定のプログラム(例えば、動作必須アプリケーション)の動作継続を優先させることが可能である。 The information processing apparatus according to the present invention is restarted (recovered) with priority given to a program used by a specific program (for example, an operation essential application). Therefore, the information processing apparatus according to the present invention can prioritize operation continuation of a specific program (for example, an operation essential application).
実施の形態1.
最初に、実施の形態1に示す情報処理装置100のハードウェア構成例について説明する。
図1は、実施の形態1に示す情報処理装置100のハードウェア資源の一例を示す図である。
なお、図1の構成は、あくまでも情報処理装置100のハードウェア構成の一例を示すものであり、情報処理装置100のハードウェア構成は図1に記載の構成に限らず、例えば後述するような他の構成であってもよい。
Embodiment 1 FIG.
First, a hardware configuration example of the
FIG. 1 is a diagram illustrating an example of hardware resources of the
The configuration in FIG. 1 is merely an example of the hardware configuration of the
図1において、情報処理装置100は、プログラムを実行するCPU911(Central Processing Unit、中央処理装置、処理装置、演算装置、マイクロプロセッサ、マイクロコンピュータ、プロセッサともいう)を備えている。
CPU911は、バス912を介して、例えば、ROM(Read Only Memory)913、RAM(Random Access Memory)914、通信ボード915、表示装置901、キーボード902、マウス903、磁気ディスク装置920と接続され、これらのハードウェアデバイスを制御する。
更に、CPU911は、FDD904(Flexible Disk Drive)、コンパクトディスク装置905(CDD)と接続していてもよい。また、磁気ディスク装置920の代わりに、SSD(Solid State Drive)、光ディスク装置、メモリカード(登録商標)読み書き装置、Flash ROM、ROM913以外のROMなどの記憶装置でもよい。
RAM914は、揮発性メモリの一例である。ROM913、FDD904、CDD905、磁気ディスク装置920の記憶媒体は、不揮発性メモリの一例である。これらは、記憶装置の一例である。
通信ボード915、キーボード902、スキャナ装置907、マウス903、FDD904などは、入力装置の一例である。
また、通信ボード915、表示装置901、プリンタ装置906などは、出力装置の一例である。
In FIG. 1, the
The
Further, the
The
A
The
通信ボード915は、ネットワークに接続されている。
例えば、ネットワークは、LAN、インターネットの他、WAN(ワイドエリアネットワーク)、SAN(ストレージエリアネットワーク)などでも構わない。
The
For example, the network may be a wide area network (WAN), a storage area network (SAN), or the like in addition to the LAN and the Internet.
磁気ディスク装置920には、カーネル921、プログラム群923、ファイル群924が記憶されている。
カーネル921は、オペレーティングシステム(OS)とも称される。
プログラム群923のプログラムは、CPU911がカーネル921を利用しながら実行する。
例えば、アプリケーションやドライバは、プログラム群923のプログラムの一例である。
また、後述のプログラム起動管理リスト、アプリケーション−プログラム関連性リストは、ファイル群924のファイルの一例である。
The
The
The programs in the
For example, an application and a driver are examples of programs in the
A program activation management list and an application-program relevance list, which will be described later, are examples of files in the
また、RAM914には、CPU911に実行させるカーネル921のプログラムやアプリケーションプログラムの少なくとも一部が一時的に格納される。
また、RAM914には、CPU911による処理に必要な各種データが格納される。
The
The
また、ROM913には、BIOS(Basic Input Output System)プログラムが格納され、磁気ディスク装置920にはブートプログラムが格納されている。
情報処理装置100の起動時には、ROM913のBIOSプログラム及び磁気ディスク装置920のブートプログラムが実行され、BIOSプログラム及びブートプログラムによりカーネル921が起動される。
The
When the
上記プログラム群923には、更に、実施の形態1の説明において「〜部」(「〜記憶部」以外、以下同様)として説明する機能を実行するプログラムが記憶されている。プログラムは、CPU911により読み出され実行される。
The
ファイル群924には、実施の形態1の説明において、「〜の判断」、「〜の計算」、「〜の比較」、「〜の照合」、「〜の参照」、「〜の検索」、「〜の抽出」、「〜の検査」、「〜の生成」、「〜の設定」、「〜の登録」、「〜の選択」、「〜の入力」、「〜の受信」、「〜の作成」、「〜の判定」、「〜の定義」、「〜の算出」、「〜の更新」等として説明している処理の結果を示す情報やデータや信号値や変数値やパラメータが、「〜リスト」の各項目として記憶されている。
「〜リスト」は、ディスクやメモリなどの記録媒体に記憶される。
ディスクやメモリなどの記憶媒体に記憶された情報やデータや信号値や変数値やパラメータは、読み書き回路を介してCPU911によりメインメモリやキャッシュメモリに読み出される。
そして、読み出された情報やデータや信号値や変数値やパラメータは、抽出・検索・参照・比較・演算・計算・処理・編集・出力・印刷・表示・制御・判定・識別・検知・判別・選択・算出・導出・更新・作成・取得・通知・指示・判断・復旧などのCPU911の動作に用いられる。
抽出・検索・参照・比較・演算・計算・処理・編集・出力・印刷・表示・制御・判定・識別・検知・判別・選択・算出・導出・更新・作成・取得・通知・指示・判断・復旧などのCPUの動作の間、情報やデータや信号値や変数値やパラメータは、メインメモリ、レジスタ、キャッシュメモリ、バッファメモリ等に一時的に記憶される。
また、実施の形態1で説明するフローチャートの矢印の部分は主としてデータや信号の入出力を示す。
データや信号値は、RAM914のメモリ、FDD904のフレキシブルディスク、CDD905のコンパクトディスク、磁気ディスク装置920の磁気ディスク、その他光ディスク、ミニディスク、DVD等の記録媒体に記録される。
また、データや信号は、バス912や信号線やケーブルその他の伝送媒体によりオンライン伝送される。
In the description of the first embodiment, the
The “˜list” is stored in a recording medium such as a disk or a memory.
Information, data, signal values, variable values, and parameters stored in a storage medium such as a disk or memory are read out to the main memory or cache memory by the
The read information, data, signal values, variable values, and parameters are extracted, searched, referenced, compared, computed, calculated, processed, edited, output, printed, displayed, controlled, determined, identified, detected, identified. Used for operations of the
Extraction / Search / Reference / Compare / Calculate / Process / Edit / Output / Print / Display / Control / Judgment / Identification / Detection / Distinction / Selection / Calculation / Derivation / Update / Create / Get / Notify / Instruct / Judge During operation of the CPU such as recovery, information, data, signal values, variable values, and parameters are temporarily stored in the main memory, registers, cache memory, buffer memory, and the like.
In addition, the arrows in the flowchart described in the first embodiment mainly indicate input / output of data and signals.
Data and signal values are recorded on a recording medium such as a memory of the
Data and signals are transmitted online via a bus 912, signal lines, cables, or other transmission media.
また、実施の形態1の説明において「〜部」として説明するものは、「〜回路」、「〜装置」、「〜機器」であってもよく、また、「〜ステップ」、「〜手順」、「〜処理」であってもよい。
すなわち、実施の形態1で説明するフローチャートに示すステップ、手順、処理により、本発明に係る情報処理方法を実現することができる。
また、「〜部」として説明するものは、ROM913に記憶されたファームウェアで実現されていても構わない。
或いは、ソフトウェアのみ、或いは、素子・デバイス・基板・配線などのハードウェアのみ、或いは、ソフトウェアとハードウェアとの組み合わせ、さらには、ファームウェアとの組み合わせで実施されても構わない。
ファームウェアとソフトウェアは、プログラムとして、磁気ディスク、フレキシブルディスク、光ディスク、コンパクトディスク、ミニディスク、DVD等の記録媒体に記憶される。
プログラムはCPU911により読み出され、CPU911により実行される。
すなわち、プログラムは、実施の形態1の「〜部」としてコンピュータを機能させるものである。あるいは、実施の形態1の「〜部」の手順や方法をコンピュータに実行させるものである。
In addition, what is described as “˜unit” in the description of the first embodiment may be “˜circuit”, “˜device”, “˜device”, and “˜step”, “˜procedure”. , “To treatment” may be used.
That is, the information processing method according to the present invention can be realized by the steps, procedures, and processes shown in the flowchart described in the first embodiment.
Also, what is described as “˜unit” may be realized by firmware stored in the
Alternatively, it may be implemented only by software, or only by hardware such as elements, devices, substrates, and wirings, by a combination of software and hardware, or by a combination of firmware.
Firmware and software are stored as programs in a recording medium such as a magnetic disk, a flexible disk, an optical disk, a compact disk, a mini disk, and a DVD.
The program is read by the
That is, the program causes the computer to function as the “˜unit” in the first embodiment. Alternatively, the computer executes the procedure and method of “˜unit” in the first embodiment.
このように、実施の形態1に示す情報処理装置100は、処理装置、記憶装置、入力装置、出力装置を備える情報処理装置である。
そして、上記したように「〜部」として示された機能をこれら処理装置、記憶装置、入力装置、出力装置を用いて実現するものである。
As described above, the
Then, as described above, the functions indicated as “˜units” are realized using these processing devices, storage devices, input devices, and output devices.
(情報処理装置の構成)
図2は、情報処理装置の構成の第1の例を示す図である。
図3は、情報処理装置の構成の第2の例を示す図である。
図4は、情報処理装置の構成の第3の例を示す図である。
(Configuration of information processing device)
FIG. 2 is a diagram illustrating a first example of the configuration of the information processing apparatus.
FIG. 3 is a diagram illustrating a second example of the configuration of the information processing apparatus.
FIG. 4 is a diagram illustrating a third example of the configuration of the information processing apparatus.
最初に図2を用いて、情報処理装置100の構成を説明する。
前述の通り、情報処理装置100は、磁気ディスク装置920を備える。そして、磁気ディスク装置920はカーネル921、アプリケーション180、ドライバ130を記憶する。
アプリケーション180とドライバ130とについての数量は限定されない。
本実施の形態の説明においては、ドライバ130は、ドライバ1〜5(ドライバ130a〜130e)の5つ、アプリケーション180はアプリケーション1(アプリケーション180a)とアプリケーション2(アプリケーション180b)との2つの場合について説明する。
First, the configuration of the
As described above, the
The quantities for the application 180 and the
In the description of the present embodiment, the
なお、2つのアプリケーション180のうち、アプリケーション180bは情報処理装置100の処理に必須の動作必須アプリケーションであるとする。
すなわち、動作必須のアプリケーション180と動作必須でないアプリケーション180とが同じ情報処理装置100内で実行されている。
ここで、動作必須アプリケーションとは、情報処理装置100において継続して動作することが要求されるプログラムである。
Of the two applications 180, the
That is, the operation-required application 180 and the non-required application 180 are executed in the same
Here, the operation-required application is a program that is required to continuously operate in the
そして、磁気ディスク装置920に記憶されているアプリケーション180のプログラム関連性通知機能191がCPU911により実行され、CPU911をプログラム関連性通知部190として機能させる。
また図示は省略するが、磁気ディスク装置920に記憶されているプログラムがCPU911により実行され、CPU911を復旧処理管理部140、アプリケーション関連性管理部150、手段判定部160、プログラム起動管理部170、プログラム実行部200として機能させる。
Then, the program relevance notification function 191 of the application 180 stored in the
Although not shown, the program stored in the
ここで、磁気ディスク装置920は、動作必須プログラム情報記憶部と被利用プログラム情報記憶部とに対応する。
また、手段判定部160と復旧処理管理部140とは、プログラム再起動部に対応する。
Here, the
The means
図3は、図2に示される情報処理装置100の構成の例から磁気ディスク装置920とプログラム関連性通知部190との図示を省略し、CPU911の図示を追加したものである。
図3は、復旧処理管理部140、アプリケーション関連性管理部150、手段判定部160、プログラム起動管理部170、プログラム実行部200がアプリケーション層で動作していることを示している。すなわち、復旧処理管理部140、アプリケーション関連性管理部150、手段判定部160、プログラム起動管理部170、プログラム実行部200はアプリケーション層で動作してもよい。
3 omits the illustration of the
FIG. 3 shows that the recovery
一方、図4は、復旧処理管理部140、アプリケーション関連性管理部150、手段判定部160、プログラム起動管理部170、プログラム実行部200がカーネル921内にあることを示している。すなわち、復旧処理管理部140、アプリケーション関連性管理部150、手段判定部160、プログラム起動管理部170、プログラム実行部200はカーネル921内で動作してもよい。
On the other hand, FIG. 4 shows that the recovery
本実施の形態の説明では、図2に示す情報処理装置100の構成の例を用いて、説明を進める。
また、本実施の形態ではドライバ130に障害が発生し、情報処理装置100がドライバ130の復旧を行う例を説明するが、情報処理装置100が復旧を行うプログラムおよび障害が発生するプログラムはドライバ130に限定されず、例えばアプリケーション180であっても良い。
In the description of the present embodiment, the description will be given using an example of the configuration of the
In this embodiment, an example in which a failure occurs in the
CPU911は、情報処理装置100の起動時にカーネル921を実行する。
そして、プログラム実行部200は、カーネル921により指定された複数のドライバ130を起動し、起動した複数のドライバ130を実行する。また、プログラム実行部200はカーネル921により指定されたアプリケーション180を起動し、起動したアプリケーション180を実行する。
プログラム起動管理部170は、情報処理装置100の起動時に起動されたドライバ130に対してプログラム起動管理リスト(後述)を生成する。生成されたプログラム起動管理リストは磁気ディスク装置920に記憶される。
プログラム関連性通知部190は、アプリケーション180の起動時に、当該アプリケーション180が使用するプログラム(例えばドライバ130)と当該アプリケーション180が動作必須アプリケーションで有るか否かをアプリケーション関連性管理部150に通知する。
アプリケーション関連性管理部150は、プログラム関連性通知部190からの通知に基づき、アプリケーション−プログラム関連性リスト503(後述)を生成する。生成されたアプリケーション−プログラム関連性リスト503は磁気ディスク装置920に記憶される。
The
Then, the
The program
When the application 180 is activated, the program relevance notification unit 190 notifies the application
The application
手段判定部160は、動作中の複数のプログラム(例えばドライバ130)のうちのいずれかに障害が発生した場合にプログラムを復旧する順番を判定する。
復旧処理管理部140は、手段判定部160の判定に基づき、プログラム(例えばドライバ130)を復旧する。
The means
The restoration
(プログラム起動管理リストの説明)
図5は、プログラム起動管理リストの第1の例を示す図である。
プログラム起動管理リスト500は、プログラム(例えばドライバ130)が示されるプログラムカラム501と、プログラムカラム501に示されるプログラムが処理に用いるデータを出力するプログラムが示されるリンクカラム502とから構成される。
(Description of program startup management list)
FIG. 5 is a diagram illustrating a first example of the program activation management list.
The program activation management list 500 includes a
ここで、例えば、図5のD51のプログラムカラム501には、「ドライバ2」が示される。そして、「ドライバ2」は「ドライバ4」の処理の結果を利用して処理を行う。よって、図5のD51のリンクカラム502には、「ドライバ2」が処理に用いるデータを出力する「ドライバ4」が示される。
すなわち、プログラム起動管理リスト500には、ドライバ130間の実行順序が示されている。プログラム起動管理リスト500のプログラムカラム501とリンクカラム502とには、ドライバ130以外に例えばアプリケーション180が示されていてもよい。
なお、他のプログラム(ここでは「ドライバ2」)が用いるデータを出力(処理)するプログラム(ここでは「ドライバ4)」)を下位のプログラムと称する。また、他のプログラム(ここでは「ドライバ4」)の出力(処理)したデータを用いて処理を行うプログラム(ここでは「ドライバ2」)を上位のプログラムと称する。
Here, for example, “
That is, the program activation management list 500 shows the execution order between the
A program (here, “driver 4”) that outputs (processes) data used by another program (here “
(アプリケーション−プログラム関連性リストの説明)
図6は、アプリケーション−プログラム関連性リストの例を示す図である。
アプリケーション−プログラム関連性リスト503は、アプリケーション180が示されるアプリケーションカラム504と、当該アプリケーション180が動作必須アプリケーションであるか否かが示される必須カラム505と、当該アプリケーションに使用されるプログラムが示される使用プログラムカラム506とから構成される。
図6の例では、「アプリケーション2」が動作必須アプリケーションであることが示されている。
すなわち、アプリケーション−プログラム関連性リスト503には、継続して動作することが要求される動作必須アプリケーションが定義されている。
(Description of application-program relevance list)
FIG. 6 is a diagram illustrating an example of an application-program relevance list.
The application-program relationship list 503 includes an
In the example of FIG. 6, it is indicated that “
That is, the application-program relevance list 503 defines operation-required applications that are required to operate continuously.
アプリケーション180は、使用プログラムカラム506に示されるドライバ130により処理されたデータが用いられ、処理が行われる。
そして、図6の例では、「アプリケーション2」が「ドライバ1」と「ドライバ2」との処理の結果を利用することが示されている。アプリケーション−プログラム関連性リスト503には、例えば「アプリケーション2」が他のアプリケーション180の処理の結果を利用することが示されていてもよい。
すなわち、動作必須アプリケーションの処理に利用される処理が行われるプログラムがアプリケーション−プログラム関連性リスト503には示されている。
The application 180 uses the data processed by the
In the example of FIG. 6, it is indicated that “
That is, the application-program relevance list 503 shows programs that perform processing used for processing of operation-required applications.
(情報処理装置の起動時の処理の説明)
前述の通り、情報処理装置100の起動時に、プログラム起動管理部170は、起動されたプログラム(例えばドライバ130)に対してプログラム起動管理リスト(図5)を生成する。
生成されたプログラム起動管理リストは磁気ディスク装置920に記憶される。
(Description of processing at the time of starting the information processing apparatus)
As described above, when the
The generated program activation management list is stored in the
そして、プログラム関連性通知部190は、アプリケーション180の起動時に、当該アプリケーション180が使用するプログラム(例えばドライバ130)と当該アプリケーション180が動作必須アプリケーションで有るか否かをアプリケーション関連性管理部150に通知する。
アプリケーション関連性管理部150は、プログラム関連性通知部190からの通知に基づき、アプリケーション−プログラム関連性リスト503(図6)を生成する。
この時、アプリケーション関連性管理部150は、PID(Process ID)等のアプリケーション180を特定する情報をアプリケーション180に対応付けてアプリケーション−プログラム関連性リスト503に記憶させてもよい。
また、アプリケーション関連性管理部150は、アプリケーション180を特定する情報をプログラム関連性通知部190から通知されてもよい。
生成されたアプリケーション−プログラム関連性リスト503は磁気ディスク装置920に記憶される。
Then, when the application 180 is activated, the program relevance notification unit 190 notifies the application
The application
At this time, the application
Further, the application
The generated application-program association list 503 is stored in the
なお、アプリケーション180によってはプログラム関連性通知機能191を備えていない場合がある。このようなアプリケーション180は、情報処理装置100の処理の対象外としてもよい。
また、カーネル921を実行するCPU911が、プログラム関連性通知機能191を備えていないアプリケーション180については、動作必須でないアプリケーションとしてアプリケーション関連性管理部150に通知してもよい。そして、アプリケーション関連性管理部150は、CPU911からの通知に基づき、プログラム関連性通知機能191を備えていないアプリケーション180を動作必須アプリケーションではないとしてアプリケーション−プログラム関連性リスト503を生成してもよい。
Depending on the application 180, the program relevance notification function 191 may not be provided. Such an application 180 may be excluded from processing by the
In addition, the
(ドライバ130に障害発生時の情報処理装置の処理の説明)
図7は、情報処理装置の処理の例を示すフローチャートである。
CPU911による複数のドライバ130の実行中に、いずれかのプログラム(例えばドライバ130)に障害が発生した場合、手段判定部160は、障害が発生したプログラムを特定する。障害が発生したプログラムを異常発生プログラムとも称する。ここで例えば、手段判定部160は、障害が発生したプログラムを特定する情報を例えばカーネル921を実行中のCPU911から受信する。
ここでは、ドライバ130d「ドライバ4」(図2)に障害が発生したものとして説明を進める。また、プログラム起動管理リスト500は図5に示す例を用い、アプリケーション−プログラム関連性リスト503は図6に示す例を用いる。
(Description of processing of information processing apparatus when failure occurs in driver 130)
FIG. 7 is a flowchart illustrating an example of processing of the information processing apparatus.
When a failure occurs in any of the programs (for example, the driver 130) during execution of the plurality of
Here, the description will be made assuming that a failure has occurred in the
手段判定部160は、アプリケーション−プログラム関連性リスト503(図6)を参照し、動作必須アプリケーションが有るか否かを判定する(図7のS200)。
ここでは、アプリケーション180b「アプリケーション2」が動作必須アプリケーションであるため(S200で「YES」)、手段判定部160は、PID等の情報に基づき、動作必須アプリケーションが動作中であるか否かを判定する(図7のS201)。ここでは、動作必須アプリケーションは動作中であるものとする(S201で「YES」)。
The means
Here, since the
また、アプリケーション180終了時に、プログラム関連性通知部190は、アプリケーション関連性管理部150にアプリケーション180が終了したことを通知してもよい。そして、アプリケーション関連性管理部150は、アプリケーション−プログラム関連性リスト503から終了が通知されたアプリケーション180を示す情報を削除してもよい。そして、手段判定部160は、アプリケーション−プログラム関連性リスト503を参照することにより、アプリケーション180が動作中か否かを判定してもよい。
In addition, when the application 180 ends, the program relevance notification unit 190 may notify the application
なお、動作必須アプリケーションが無い場合(S200で「NO」)もしくは、動作必須アプリケーションが停止中の場合(S201で「NO」)、復旧処理管理部140は、予め磁気ディスク装置920に記憶されている復旧順序に従って復旧が必要なプログラムを復旧する(図7のS206)。ここで、予め設定されている復旧順序に従ってプログラムを復旧することを通常復旧と称する。
When there is no operation-required application (“NO” in S200) or when the operation-required application is stopped (“NO” in S201), the recovery
次に、手段判定部160は、プログラム起動管理リスト500(図5)を参照し、障害が発生したドライバ130d「ドライバ4」の上位のプログラムを特定する(図7のS202)。
すなわち、手段判定部160は、障害が発生したドライバ130d「ドライバ4」の処理の結果を利用するプログラムを特定(抽出)する。
ここでは、手段判定部160は、ドライバ130b「ドライバ2」とドライバ130c「ドライバ3」とを特定する。
Next, the
That is, the
Here, the
また、手段判定部160は、アプリケーション−プログラム関連性リスト503(図6)を参照し、動作必須アプリケーションであるアプリケーション180b「アプリケーション2」に使用されるプログラムを特定する(図7のS203)。
すなわち、手段判定部160は、動作必須アプリケーションの処理に利用される処理が行われるプログラムを特定(抽出)する。
ここでは、手段判定部160は、ドライバ130a「ドライバ1」とドライバ130b「ドライバ2」とを特定する。
Further, the
That is, the
Here, the
もしくは、手段判定部160は、図7のS202の処理で特定したプログラム(「ドライバ2」と「ドライバ3」)のいずれかが動作必須アプリケーション(「アプリケーション2」)に使用されるか否かをアプリケーション−プログラム関連性リスト503を参照して判定する。
Alternatively, the
すなわち、手段判定部160は、障害が発生したドライバ130d「ドライバ4」および図7のS202の処理で特定したプログラム(ドライバ130)が動作必須アプリケーションに影響を与えるか否かを判定する(図7のS204)。
That is, the
ここで、図7のS202の処理で特定されたプログラム(「ドライバ2」と「ドライバ3」)のうち「ドライバ2」が動作必須アプリケーション(「アプリケーション2」)に使用される。
すなわち、障害が発生したドライバ130d「ドライバ4」の上位のプログラム「ドライバ2」が動作必須アプリケーションに使用され、動作必須アプリケーションは影響を与えられる(S204で「YES」)。従って、手段判定部160は、動作必須アプリケーションに使用されるプログラム(ドライバ130)を復旧処理管理部140により優先的に復旧させると判定する(図7のS205)。一方、手段判定部160は、動作必須アプリケーションに影響なしと判定した場合(S204で「NO」)、復旧処理管理部140に通常復旧させる。
Here, “
That is, the upper program “
換言すると、手段判定部160は、障害が発生したドライバ130d「ドライバ4」の処理の結果を利用して、動作必須アプリケーションの処理に利用される処理が行われるプログラムを抽出する。
In other words, the
ここで、復旧処理管理部140は、ドライバ130d「ドライバ4」、ドライバ130b「ドライバ2」、ドライバ130c「ドライバ3」の順番で復旧を行う。
すなわち、復旧処理管理部140は、最初に障害の発生したドライバ130d「ドライバ4」を復旧する。そして、次に、復旧処理管理部140は、障害の発生したドライバ130の上位のプログラムのうち、動作必須アプリケーションに使用されるドライバ130b「ドライバ2」を復旧する。最後に、復旧処理管理部140は、障害の発生したドライバ130の上位のプログラムのうち、動作必須アプリケーションとは無関係のドライバ130c「ドライバ3」を復旧する。
Here, the recovery
That is, the recovery
つまり、復旧処理管理部140は、手段判定部160で抽出されたプログラムを障害の発生したドライバ130d「ドライバ4」以外のプログラムに優先して復旧する。
そして、復旧処理管理部140は、障害が発生したドライバ130d「ドライバ4」の処理の結果を利用するが、動作必須アプリケーションの処理に利用される処理が行われないプログラム「ドライバ3」に優先して「ドライバ2」を復旧する。
ここで、優先して復旧(再起動)されるプログラムを優先再起動プログラムと称する。
That is, the recovery
Then, the recovery
Here, a program that is restored (restarted) with priority is referred to as a priority restart program.
前述では、「ドライバ4→ドライバ2→アプリケーション2」のように、障害の発生したドライバ130d「ドライバ4」の処理の結果を利用して、動作必須アプリケーション「アプリケーション2」の処理に利用される処理が行うプログラムが1つだけ(「ドライバ2」だけ)の例を説明した。すなわち、手段判定部160が優先再起動プログラムとして1つのプログラム(ドライバ130)を抽出する例を説明した。
In the above description, the processing used for processing of the operation-required application “
ここでは、手段判定部160が2つ以上の優先再起動プログラムを抽出する場合を説明する。
図8は、プログラム起動管理リストの第2の例を示す図である。
プログラム起動管理リスト500は、図8の例を用い、アプリケーション−プログラム関連性リスト503は図6の例を用いて、「ドライバ5」に障害が発生した場合を想定して説明を進める。
Here, a case where the
FIG. 8 is a diagram illustrating a second example of the program activation management list.
The example of FIG. 8 is used for the program activation management list 500 and the example of FIG. 6 is used for the application-program relevance list 503, and the description will be made assuming that a failure occurs in the “driver 5”.
図7のS202において、手段判定部160は、プログラム起動管理リスト500を参照し、「ドライバ5→ドライバ4→ドライバ3」もしくは「ドライバ5→ドライバ4→ドライバ2」の順序でドライバ130が実行されることを特定する。そして、手段判定部160は、「ドライバ5」の上位プログラムとして「ドライバ4」、「ドライバ3」、「ドライバ2」を特定する。
なお、図7のS200、S201、S203の処理は前述と同様である。
In S202 of FIG. 7, the
Note that the processing of S200, S201, and S203 in FIG. 7 is the same as described above.
そして、手段判定部160は、障害の発生した「ドライバ5」及び図7のS202の処理で特定したプログラムが動作必須アプリケーションに影響を与えるか否かを判定する(図7のS204)。
ここでは、手段判定部160は、動作必須アプリケーション「アプリケーション2」の使用プログラムが「ドライバ2」であり、手段判定部160は、「ドライバ5」と「ドライバ4」と「ドライバ2」とが動作必須アプリケーションに影響を与えると判定する(S204で「YES」)。
Then, the
Here, the
すなわち、手段判定部160は、優先再起動プログラムとして、「ドライバ4」と「ドライバ2」とを抽出する。
そして、復旧処理管理部140は、障害が発生した「ドライバ5」の後に、プログラム起動管理リスト500に示される順序に基づき、「ドライバ4」を復旧する。そして、復旧処理管理部140は、「ドライバ4」の後に、「ドライバ2」を復旧する。
That is, the
Then, the recovery
(実施の形態1の効果)
通常復旧においては、ドライバ130d「ドライバ4」に障害が発生した場合に、予め設定されている復旧順序、例えば「ドライバ4、ドライバ3、ドライバ2」の順で復旧が行われる。この場合、動作必須アプリケーションに使用される「ドライバ2」の復旧が遅れ、動作必須アプリケーションの復旧も遅れる。
また、通常復旧において、ドライバ130d「ドライバ4」に障害が発生した場合に、例えば「ドライバ4」が復旧された後、「ドライバ3」と「ドライバ2」とが同時に復旧される場合もある。この場合、「ドライバ3」と「ドライバ2」とが同時に復旧されることでCPU911の資源が分散し、結果的に「ドライバ2」の復旧が遅れる。
(Effect of Embodiment 1)
In the normal recovery, when a failure occurs in the
Further, in the normal recovery, when a failure occurs in the
一方、実施の形態1の情報処理装置100は、動作必須アプリケーションに使用されるプログラム(ドライバ130)の復旧を優先する為、動作必須アプリケーションの早期復旧が可能となる。
また、実施の形態1の情報処理装置100は、プログラム(ドライバ130)の復旧順序を予め設定する必要がなくなる。
なお、情報処理装置100が優先再起動プログラムとして抽出するプログラムは、ドライバ130に限定されず、例えば優先再起動プログラムとして抽出されるプログラムがアプリケーション180であっても、同様の効果が得られる。また、ドライバ130に障害が発生した場合に限定されず、例えば、アプリケーション180に障害が発生した場合でも同様の効果が得られる。
On the other hand, since the
Further, the
Note that the program extracted by the
実施の形態2.
(情報処理装置の構成)
実施の形態2では、ドライバ130の復旧時間に比べて、OS(カーネル921)切り替え時間の方が短い場合に、OS(カーネル921)切り替えて動作必須アプリケーションの動作を継続させる例を示す。
なお、実施の形態2の説明で特に述べない部分については、実施の形態1と同様であり、説明を省略する。
(Configuration of information processing device)
In the second embodiment, when the OS (kernel 921) switching time is shorter than the recovery time of the
Note that parts that are not particularly described in the description of the second embodiment are the same as those in the first embodiment, and a description thereof will be omitted.
図9は、情報処理装置の構成の第4の例を示す図である。
図10は、情報処理装置の構成の第5の例を示す図である。
図11は、情報処理装置の構成の第6の例を示す図である。
実施の形態1に比べて、VMM320、起動中システム321、コールドスタンバイイメージ部322が追加されている。なお、情報処理装置100の他の構成要素については実施の形態1と同様である。
FIG. 9 is a diagram illustrating a fourth example of the configuration of the information processing device.
FIG. 10 is a diagram illustrating a fifth example of the configuration of the information processing device.
FIG. 11 is a diagram illustrating a sixth example of the configuration of the information processing device.
Compared to the first embodiment, a
まず、図9を用いて、情報処理装置100の構成を説明する。
起動中システム321は、CPU911が実行中のプログラム、および、CPU911が「〜部」として機能中の各部(復旧処理管理部140、アプリケーション関連性管理部150、手段判定部160、プログラム起動管理部170、プログラム関連性通知部190)である。
VMM320は、CPU911に複数のシステム(複数のカーネル921)を並列に実行させるプログラムである。
VMM320がCPU911により実行され、CPU911を起動中システム321と同等の処理を行うコールドスタンバイイメージ部322として機能させる。
図示は省略するが、コールドスタンバイイメージ部322には、起動中システム321に含まれるドライバ130やアプリケーション180が含まれる。また、コールドスタンバイイメージ部322には、起動中システム321に含まれるプログラム実行部200などの各部が含まれる。コールドスタンバイイメージ部322に含まれるプログラム実行部200は、起動中システム321に含まれるプログラム実行部200の代わりにドライバ130やアプリケーション180を実行する。すなわち、コールドスタンバイイメージ部322に含まれるプログラム実行部200は、プログラム代替実行部に対応する。そして、プログラム代替実行部に対応するプログラム実行部200を含むコールドスタンバイイメージ部322もプログラム代替実行部に対応する。
コールドスタンバイイメージ部322は、所定のプログラムに対し、指示があるまでコールドスタンバイ状態で待機する。
First, the configuration of the
The running
The
The
Although illustration is omitted, the cold
The cold
図10は、図9に示される情報処理装置100の構成の例から磁気ディスク装置920とプログラム関連性通知部190との図示を省略し、CPU911の図示を追加したものである。
図10は、復旧処理管理部140、アプリケーション関連性管理部150、手段判定部160、プログラム起動管理部170、プログラム実行部200がアプリケーション層で動作していることを示している。すなわち、復旧処理管理部140、アプリケーション関連性管理部150、手段判定部160、プログラム起動管理部170、プログラム実行部200はアプリケーション層で動作してもよい。
FIG. 10 omits the illustration of the
FIG. 10 shows that the recovery
一方、図11は、復旧処理管理部140、アプリケーション関連性管理部150、手段判定部160、プログラム起動管理部170、プログラム実行部200がカーネル921内にあることを示している。すなわち、復旧処理管理部140、アプリケーション関連性管理部150、手段判定部160、プログラム起動管理部170、プログラム実行部200はカーネル921内で動作してもよい。
On the other hand, FIG. 11 shows that the recovery
なお、本実施の形態の説明では、図9に示す情報処理装置100の構成の例を用いて、説明を進める。
In the description of the present embodiment, the description will be given using the example of the configuration of the
(プログラム起動管理リストの説明)
図12は、プログラム起動管理リストの第3の例を示す図である。
実施の形態2のプログラム起動管理リスト500は、実施の形態1に比べ、起動時間カラム508が追加されている。
起動時間カラム508には、プログラムが復旧に要する時間が示されている。
(Description of program startup management list)
FIG. 12 is a diagram illustrating a third example of the program activation management list.
The program start management list 500 of the second embodiment has a
The
そして、プログラムカラム501には、「OS切替」の内容が追加されている。
「OS切替」は、起動中システム321からコールドスタンバイイメージ部322へシステムが切り替わることを示す。そして、「OS切替」の起動時間カラム508には、システムが切り替わり、必要なドライバ130が起動するのに要する時間が示されている。
In the
“OS switching” indicates that the system is switched from the running
(情報処理装置の起動時の処理の説明)
CPU911は、情報処理装置100の起動時にVMM320を実行する。そして、CPU911は、VMM320により指定されたカーネル921を実行する。更に、プログラム実行部200はカーネル921により指定されたドライバ130とアプリケーション180とを実行する。
そして、実施の形態1と同様に、プログラム起動管理部170は、起動されたドライバ130に対してプログラム起動管理リスト(図12)を生成する。この時、プログラム起動管理部170は、起動時間カラム508に各プログラムの起動に要する時間を入力する。
(Description of processing at the time of starting the information processing apparatus)
The
As in the first embodiment, the program
また、コールドスタンバイイメージ部322は、プログラム起動管理部170は、「OS切替」の起動時間カラム508に所定の時間を入力する。
ここで、「OS切替」の起動時間カラム508に示される時間は、コールドスタンバイイメージ部322が、起動中システム321によって実行されている複数のプログラム(例えばドライバ130)と同じ複数のプログラムを所定の実行開始手順にて実行を開始するのに必要な時間である。この時間は、例えば、プログラム起動管理リスト500に予め設定されていてもよい。
In the cold
Here, the time shown in the
(ドライバ130に障害発生時の情報処理装置の処理の説明)
図13は、情報処理装置の処理の例を示すフローチャートである。
実施の形態2においても、ドライバ130d「ドライバ4」(図9)に障害が発生したものとして説明を進める。また、プログラム起動管理リスト500は図12に示す例を用い、アプリケーション−プログラム関連性リスト503は図6に示す例を用いる。
実施の形態2も、実施の形態1と同様にドライバ130に障害が発生し、情報処理装置100がドライバ130の復旧を行う例を説明するが、情報処理装置100が復旧を行うプログラムおよび障害が発生するプログラムはドライバ130に限定されず、例えばアプリケーション180であっても良い。
(Description of processing of information processing apparatus when failure occurs in driver 130)
FIG. 13 is a flowchart illustrating an example of processing of the information processing apparatus.
Also in the second embodiment, the description will be made assuming that a failure has occurred in the
In the second embodiment, an example in which a failure occurs in the
図13のS500〜S504及びS506の処理は、実施の形態1の図7のS200〜S204及びS206の処理と同様であり、説明を省略する。
ここでは、実施の形態1と同様に、手段判定部160は、優先再起動プログラムとして「ドライバ2」を抽出する。
The processes in S500 to S504 and S506 in FIG. 13 are the same as the processes in S200 to S204 and S206 in FIG.
Here, as in the first embodiment, means
手段判定部160は、抽出した優先再起動プログラム「ドライバ2」と障害が発生した「ドライバ4」との復旧に必要な時間である再起動時間を算出する。図12の例では、手段判定部160は、「5ms+5ms=10ms」を算出する。
そして、手段判定部160は、再起動時間とプログラム起動管理リスト500に示される「OS切替」の起動時間カラム508に示される時間(OS切替時間)とを比較する(図13のS507)。
再起動時間がOS切替時間よりも短い場合(S507で「YES」)、復旧処理管理部140は、実施の形態1と同様に優先再起動プログラムを復旧する(図13のS505)。
図12の例の場合、再起動時間(10ms)がOS切替時間(20ms)よりも短いので、復旧処理管理部140は、「ドライバ4」、「ドライバ2」、「ドライバ3」の順に復旧する。
The means
Then, the
When the restart time is shorter than the OS switching time (“YES” in S507), the recovery
In the example of FIG. 12, since the restart time (10 ms) is shorter than the OS switching time (20 ms), the recovery
一方、再起動時間がOS切替時間よりも長い場合(S507で「NO」)、復旧処理管理部140は、優先再起動プログラムを復旧しない。その代わりに、コールドスタンバイイメージ部322は、コールドスタンバイ状態を解除(ホット化)し、起動中システム321で実行されていた複数のプログラム(ドライバ130)の実行を開始する(図13のS508)。そして、コールドスタンバイイメージ部322は、起動中システム321で実行されていたアプリケーション180も同様に実行する。
On the other hand, when the restart time is longer than the OS switching time (“NO” in S507), the recovery
(実施の形態2の効果)
実施の形態2の情報処理装置100は、動作必須アプリケーションがより早期に復旧可能な方法(優先再起動プログラムの復旧もしくはOS切替)を選択する。その為、実施の形態2の情報処理装置100は、実施の形態1の効果に加え、より早期に動作必須アプリケーションの復旧が可能となる。
そして、実施の形態2の情報処理装置100が優先再起動プログラムとして抽出するプログラムも、ドライバ130に限定されず、例えば優先再起動プログラムとして抽出されるプログラムがアプリケーション180であっても、同様の効果が得られる。また、ドライバ130に障害が発生した場合に限定されず、例えば、アプリケーション180に障害が発生した場合でも同様の効果が得られる。
(Effect of Embodiment 2)
The
The program extracted as the priority restart program by the
100 情報処理装置、130 ドライバ、140 復旧処理管理部、150 アプリケーション関連性管理部、160 手段判定部、170 プログラム起動管理部、180 アプリケーション、190 プログラム関連性通知部、191 プログラム関連性通知機能、200 プログラム実行部、320 VMM、321 起動中システム、322 コールドスタンバイイメージ部、500 プログラム起動管理リスト、501 プログラムカラム、502 リンクカラム、503 アプリケーション−プログラム関連性リスト、504 アプリケーションカラム、505 必須カラム、506 使用プログラムカラム、508 起動時間カラム、900 ネットワーク、901 表示装置、902 キーボード、903 マウス、904 FDD、905 コンパクトディスク装置、911 CPU、912 バス、913 ROM、914 RAM、915 通信ボード、920 磁気ディスク装置、921 カーネル、923 プログラム群、924 ファイル群。
DESCRIPTION OF
Claims (7)
前記プログラム実行部による前記複数のプログラムの実行中に前記複数のプログラムのうちのいずれかのプログラムに異常が発生した場合に、前記複数のプログラムのうち、異常が発生した異常発生プログラムの処理の結果を利用して前記複数のプログラム以外の特定のプログラムの処理に利用される処理が行われるプログラムを優先再起動プログラムとして抽出し、抽出した優先再起動プログラムを前記異常発生プログラム以外のプログラムに優先して再起動するプログラム再起動部と
を備えることを特徴とする情報処理装置。 A program execution unit for executing a plurality of programs;
When an abnormality occurs in any one of the plurality of programs during execution of the plurality of programs by the program execution unit, a result of processing of the abnormality occurrence program in which an abnormality has occurred among the plurality of programs A program that is used to process a specific program other than the plurality of programs is extracted as a priority restart program, and the extracted priority restart program is prioritized over programs other than the abnormality occurrence program. An information processing apparatus comprising: a program restarting unit that restarts the program.
前記優先再起動プログラムを、前記複数のプログラムのうち、異常が発生した異常発生プログラムの処理の結果を利用するが前記特定のプログラムの処理に利用される処理が行われないプログラムに優先して再起動することを特徴とする請求項1記載の情報処理装置。 The program restarting unit
The priority restart program is re-executed in preference to a program that uses a result of processing of an abnormal program in which an abnormality has occurred among the plurality of programs but does not perform processing used for processing of the specific program. The information processing apparatus according to claim 1, wherein the information processing apparatus is activated.
継続して動作することが要求される動作必須プログラムが前記特定のプログラムとして定義されている動作必須プログラム情報を記憶する動作必須プログラム情報記憶部を備え、
前記プログラム再起動部は、
前記複数のプログラムのうち、異常が発生した異常発生プログラムの処理の結果を利用して前記動作必須プログラムの処理に利用される処理が行われるプログラムを、前記優先再起動プログラムとして抽出することを特徴とする請求項1又は2記載の情報処理装置。 The information processing apparatus further includes:
An operation-required program information storage unit that stores operation-required program information defined as the specific program is an operation-required program that is required to operate continuously,
The program restarting unit
Of the plurality of programs, a program that performs processing used for processing of the operation-required program by using a result of processing of the abnormality occurrence program in which an abnormality has occurred is extracted as the priority restart program. The information processing apparatus according to claim 1 or 2.
前記特定のプログラムの処理に利用される処理が行われるプログラムがそれぞれ被利用プログラムとして示され、更に、被利用プログラム間の実行順序が示される被利用プログラム情報を記憶する被利用プログラム情報記憶部を備え、
前記プログラム再起動部は、
2つ以上の被利用プログラムを優先再起動プログラムとして抽出した場合に、優先再起動プログラムとして抽出した被利用プログラムのそれぞれを、前記被利用プログラム情報に示される順序で再起動することを特徴とする請求項1〜3いずれか記載の情報処理装置。 The information processing apparatus further includes:
A used program information storage unit for storing used program information in which each program used for processing of the specific program is indicated as a used program and the execution order between the used programs is indicated. Prepared,
The program restarting unit
When two or more used programs are extracted as a priority restart program, each of the used programs extracted as a priority restart program is restarted in the order shown in the used program information. The information processing apparatus according to claim 1.
前記プログラム実行部に代わって前記複数のプログラムを実行することができるプログラム代替実行部を備え、
前記プログラム再起動部は、
前記異常発生プログラムと前記優先再起動プログラムとの再起動に必要な再起動時間と、前記プログラム代替実行部が所定の実行開始手順にて前記複数のプログラムの実行を開始するのに必要なプログラム代替実行開始時間とを比較し、前記再起動時間が前記プログラム代替実行開始時間未満であれば、前記優先再起動プログラムの再起動を行い、前記再起動時間が前記プログラム代替実行開始時間以上であれば、前記プログラム代替実行部に前記複数のプログラムの実行を開始させることを特徴とする請求項1〜4いずれか記載の情報処理装置。 The information processing apparatus further includes:
A program alternative execution unit capable of executing the plurality of programs instead of the program execution unit;
The program restarting unit
Restart time required for restarting the abnormality occurrence program and the priority restart program, and program replacement necessary for the program replacement execution unit to start executing the plurality of programs in a predetermined execution start procedure When the restart time is less than the program alternative execution start time, the priority restart program is restarted if the restart time is less than the program alternative execution start time. The information processing apparatus according to claim 1, wherein the program substitution execution unit starts execution of the plurality of programs.
前記プログラム実行ステップによる前記複数のプログラムの実行中に前記複数のプログラムのうちのいずれかのプログラムに異常が発生した場合に、前記コンピュータが、前記複数のプログラムのうち、異常が発生した異常発生プログラムの処理の結果を利用して前記複数のプログラム以外の特定のプログラムの処理に利用される処理が行われるプログラムを優先再起動プログラムとして抽出し、抽出した優先再起動プログラムを前記異常発生プログラム以外のプログラムに優先して再起動するプログラム再起動ステップと
を備えることを特徴とする情報処理方法。 A program execution step in which a computer executes a plurality of programs;
When an abnormality occurs in any of the plurality of programs during execution of the plurality of programs in the program execution step, the computer generates an abnormality occurrence program in which an abnormality has occurred among the plurality of programs. A program that performs processing used for processing of a specific program other than the plurality of programs is extracted as a priority restart program using the result of the processing, and the extracted priority restart program other than the abnormality occurrence program is extracted. An information processing method comprising: a program restarting step for restarting in preference to a program.
前記プログラム実行ステップによる前記複数のプログラムの実行中に前記複数のプログラムのうちのいずれかのプログラムに異常が発生した場合に、前記複数のプログラムのうち、異常が発生した異常発生プログラムの処理の結果を利用して前記複数のプログラム以外の特定のプログラムの処理に利用される処理が行われるプログラムを優先再起動プログラムとして抽出し、抽出した優先再起動プログラムを前記異常発生プログラム以外のプログラムに優先して再起動するプログラム再起動ステップと
をコンピュータに実行させることを特徴とするプログラム。 A program execution step for executing a plurality of programs;
When an abnormality occurs in any one of the plurality of programs during execution of the plurality of programs in the program execution step, a result of processing of the abnormality occurrence program in which the abnormality has occurred among the plurality of programs A program that is used to process a specific program other than the plurality of programs is extracted as a priority restart program, and the extracted priority restart program is prioritized over programs other than the abnormality occurrence program. A program for causing a computer to execute a program restarting step for restarting the computer.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012094836A JP5921306B2 (en) | 2012-04-18 | 2012-04-18 | Information processing apparatus, information processing method, and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012094836A JP5921306B2 (en) | 2012-04-18 | 2012-04-18 | Information processing apparatus, information processing method, and program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2013222396A true JP2013222396A (en) | 2013-10-28 |
JP5921306B2 JP5921306B2 (en) | 2016-05-24 |
Family
ID=49593291
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012094836A Expired - Fee Related JP5921306B2 (en) | 2012-04-18 | 2012-04-18 | Information processing apparatus, information processing method, and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5921306B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2019164405A (en) * | 2018-03-19 | 2019-09-26 | Necプラットフォームズ株式会社 | Management node and node control method |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0926940A (en) * | 1995-07-11 | 1997-01-28 | Mitsubishi Electric Corp | Distributed system construction method |
JP2001125687A (en) * | 1999-10-28 | 2001-05-11 | Mitsubishi Electric Corp | Computer system |
JP2003330740A (en) * | 2002-05-15 | 2003-11-21 | Hitachi Ltd | Multiplexed computer system, allocating method of logic computer and allocation program for logic computer |
WO2007108133A1 (en) * | 2006-03-23 | 2007-09-27 | Fujitsu Limited | Multi-processing method and multi-processing system |
JP2010218316A (en) * | 2009-03-17 | 2010-09-30 | Ricoh Co Ltd | Information processor, information processing method and information processing program |
-
2012
- 2012-04-18 JP JP2012094836A patent/JP5921306B2/en not_active Expired - Fee Related
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0926940A (en) * | 1995-07-11 | 1997-01-28 | Mitsubishi Electric Corp | Distributed system construction method |
JP2001125687A (en) * | 1999-10-28 | 2001-05-11 | Mitsubishi Electric Corp | Computer system |
JP2003330740A (en) * | 2002-05-15 | 2003-11-21 | Hitachi Ltd | Multiplexed computer system, allocating method of logic computer and allocation program for logic computer |
WO2007108133A1 (en) * | 2006-03-23 | 2007-09-27 | Fujitsu Limited | Multi-processing method and multi-processing system |
JP2010218316A (en) * | 2009-03-17 | 2010-09-30 | Ricoh Co Ltd | Information processor, information processing method and information processing program |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2019164405A (en) * | 2018-03-19 | 2019-09-26 | Necプラットフォームズ株式会社 | Management node and node control method |
JP7057178B2 (en) | 2018-03-19 | 2022-04-19 | Necプラットフォームズ株式会社 | Management node, node, cluster system and node control method |
Also Published As
Publication number | Publication date |
---|---|
JP5921306B2 (en) | 2016-05-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9870288B2 (en) | Container-based processing method, apparatus, and system | |
US9582373B2 (en) | Methods and systems to hot-swap a virtual machine | |
US9563497B2 (en) | Correcting a failure associated with a current firmware image | |
US9164846B2 (en) | Restarting a software system | |
US20170132095A1 (en) | Data restoration | |
US20130061090A1 (en) | Partial rebooting recovery apparatus and method | |
US10379931B2 (en) | Computer system | |
JP2010086364A (en) | Information processing device, operation state monitoring device and method | |
US20210124655A1 (en) | Dynamic Configurable Microcontroller Recovery | |
US8468388B2 (en) | Restoring programs after operating system failure | |
JP5578897B2 (en) | Backup program, method and computer | |
JP6175958B2 (en) | MEMORY DUMP METHOD, PROGRAM, AND INFORMATION PROCESSING DEVICE | |
JP5921306B2 (en) | Information processing apparatus, information processing method, and program | |
JP5949540B2 (en) | Information processing apparatus and stored information analysis method | |
JP6160688B2 (en) | Information processing apparatus, information processing method, and information processing program | |
KR102052816B1 (en) | Method for recovering error in non-volatile main memory unit and system therefor | |
US10592329B2 (en) | Method and electronic device for continuing executing procedure being aborted from physical address where error occurs | |
JP2008077378A (en) | System, method and program for diagnosing start | |
JP6023898B1 (en) | Information processing apparatus, information processing method, and information processing program | |
KR101395007B1 (en) | Apparatus and method for processing snapshot image by using snapshot image compression | |
KR101564144B1 (en) | Apparatus and method for managing firmware | |
JP2011165042A (en) | Electronic computer with dynamic backup function, dynamic backup method and program for the same | |
CN109564533B (en) | Device and method for supporting execution of guide process in instant recovery process | |
JP2017151511A (en) | Information processing device, operation log acquisition method and operation log acquisition program | |
JP5969528B2 (en) | Information processing system, information processing apparatus activation method, and activation program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20141106 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20150731 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20150811 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20151005 |
|
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: 20160315 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20160412 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5921306 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |