JP5494298B2 - 計算機装置,障害復旧制御プログラムおよび障害復旧制御方法 - Google Patents
計算機装置,障害復旧制御プログラムおよび障害復旧制御方法 Download PDFInfo
- Publication number
- JP5494298B2 JP5494298B2 JP2010153812A JP2010153812A JP5494298B2 JP 5494298 B2 JP5494298 B2 JP 5494298B2 JP 2010153812 A JP2010153812 A JP 2010153812A JP 2010153812 A JP2010153812 A JP 2010153812A JP 5494298 B2 JP5494298 B2 JP 5494298B2
- Authority
- JP
- Japan
- Prior art keywords
- failure
- type
- virtual machine
- driver
- recovery
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 238000011084 recovery Methods 0.000 title claims description 264
- 238000000034 method Methods 0.000 title claims description 65
- 238000001514 detection method Methods 0.000 claims description 51
- 238000004891 communication Methods 0.000 claims description 29
- 230000005540 biological transmission Effects 0.000 claims description 13
- 230000007246 mechanism Effects 0.000 claims description 10
- 230000008569 process Effects 0.000 claims description 7
- 230000004044 response Effects 0.000 description 16
- 238000005516 engineering process Methods 0.000 description 15
- 238000010586 diagram Methods 0.000 description 7
- 230000006870 function Effects 0.000 description 6
- 238000005192 partition Methods 0.000 description 3
- 230000004913 activation Effects 0.000 description 1
- 230000009849 deactivation Effects 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
- G06F11/0793—Remedial or corrective actions
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
- G06F11/0706—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
- G06F11/0712—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in a virtual computing platform, e.g. logically partitioned systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Quality & Reliability (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Debugging And Monitoring (AREA)
Description
以下では,本実施の形態によるデバイスドライバの障害復旧制御の具体的な実施例を説明する。
10 管理VM
100 管理VM障害管理部
101 障害検出情報受信部
102 復旧方法決定部
103 障害復旧制御情報記憶部
104 復旧指示送信部
110 デバイス使用情報記憶部
120 通信処理部
20 ドライバVM
21 バックエンドドライバ
22 ドライバVM障害管理部
23 通信処理部
30 ゲストVM
31 フロントエンドドライバ
32 ゲストVM障害管理部
33 通信処理部
40 仮想マシンモニタ
50 ハードウェア
51 CPU
52 メモリ
53 記憶装置
55 デバイス
Claims (4)
- 仮想計算機を実現する仮想計算機管理機構を搭載し,前記仮想計算機管理機構の制御によりデバイスドライバ用仮想計算機を介してデバイスとの通信を行うユーザ仮想計算機を動作させる計算機装置であって,
デバイスとの通信に用いられるデバイスドライバの障害が仮想計算機において検出された際に,当該障害が検出されたデバイスドライバの種別と当該検出された障害の種別とを含む障害検出情報を,当該障害を検出した仮想計算機から受信する障害検出情報受信部と,
デバイスドライバの種別と当該デバイスドライバで生じ得る障害の種別とに対応付けて,当該障害が生じた場合に復旧処理の実行対象となる仮想計算機の種別と当該種別の仮想計算機において実行する復旧処理の内容とが定義された障害復旧制御情報を記憶する障害復旧制御情報記憶部と,
前記障害復旧制御情報から,前記受信した障害検出情報に示されるデバイスドライバの種別と障害の種別とに対応する,仮想計算機の種別と復旧処理の内容とを取得する復旧方法決定部と,
前記取得した仮想計算機の種別に基づいて特定される仮想計算機に対して,前記取得した復旧処理の内容を実行させる復旧指示を送信する復旧指示送信部とを備える
ことを特徴とする計算機装置。 - デバイスとの通信経路となるデバイスドライバ用仮想計算機と,当該デバイスドライバ用仮想計算機を介して当該デバイスを使用するユーザ仮想計算機との対応を示すデバイス使用情報を記憶するデバイス使用情報記憶部をさらに備え,
前記復旧指示送信部は,前記取得した仮想計算機の種別がユーザ仮想計算機を示す場合に,前記デバイス使用情報から,前記受信した障害検出情報に示される前記デバイスドライバの識別情報に基づいて特定されるデバイスドライバ用仮想計算機に対応するユーザ仮想計算機を特定し,当該特定したユーザ仮想計算機に対して前記復旧指示を送信する
ことを特徴とする請求項1に記載の計算機装置。 - 仮想計算機を実現する仮想計算機管理機構を搭載し,前記仮想計算機管理機構の制御によりデバイスドライバ用仮想計算機を介してデバイスとの通信を行うユーザ仮想計算機を動作させる計算機装置のコンピュータに実行させるためのプログラムであって,
前記コンピュータに,
デバイスとの通信に用いられるデバイスドライバの障害が仮想計算機において検出された際に,当該障害が検出されたデバイスドライバの種別と当該検出された障害の種別とを含む障害検出情報を,当該障害を検出した仮想計算機から受信する手順と,
デバイスドライバの種別と当該デバイスドライバで生じ得る障害の種別とに対応付けて,当該障害が生じた場合に復旧処理の実行対象となる仮想計算機の種別と当該種別の仮想計算機において実行する復旧処理の内容とが定義された障害復旧制御情報から,前記受信した障害検出情報に示されるデバイスドライバの種別と障害の種別とに対応する,仮想計算機の種別と復旧処理の内容とを取得する手順と,
前記取得した仮想計算機の種別に基づいて特定される仮想計算機に対して,前記取得した復旧処理の内容を実行させる復旧指示を送信する手順とを
実行させるための障害復旧制御プログラム。 - 仮想計算機を実現する仮想計算機管理機構を搭載し,前記仮想計算機管理機構の制御によりデバイスドライバ用仮想計算機を介してデバイスとの通信を行うユーザ仮想計算機を動作させる計算機装置のコンピュータが実行する障害復旧制御方法であって,
前記コンピュータが,
デバイスとの通信に用いられるデバイスドライバの障害が仮想計算機において検出された際に,当該障害が検出されたデバイスドライバの種別と当該検出された障害の種別とを含む障害検出情報を,当該障害を検出した仮想計算機から受信する過程と,
デバイスドライバの種別と当該デバイスドライバで生じ得る障害の種別とに対応付けて,当該障害が生じた場合に復旧処理の実行対象となる仮想計算機の種別と当該種別の仮想計算機において実行する復旧処理の内容とが定義された障害復旧制御情報から,前記受信した障害検出情報に示されるデバイスドライバの種別と障害の種別とに対応する,仮想計算機の種別と復旧処理の内容とを取得する過程と,
前記取得した仮想計算機の種別に基づいて特定される仮想計算機に対して,前記取得した復旧処理の内容を実行させる復旧指示を送信する過程とを実行する
ことを特徴とする障害復旧制御方法。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010153812A JP5494298B2 (ja) | 2010-07-06 | 2010-07-06 | 計算機装置,障害復旧制御プログラムおよび障害復旧制御方法 |
US13/064,920 US8707109B2 (en) | 2010-07-06 | 2011-04-26 | Computer apparatus, non-transitory computer-readable medium storing an error recovery control program, and error recovery control method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010153812A JP5494298B2 (ja) | 2010-07-06 | 2010-07-06 | 計算機装置,障害復旧制御プログラムおよび障害復旧制御方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012018453A JP2012018453A (ja) | 2012-01-26 |
JP5494298B2 true JP5494298B2 (ja) | 2014-05-14 |
Family
ID=45439438
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010153812A Active JP5494298B2 (ja) | 2010-07-06 | 2010-07-06 | 計算機装置,障害復旧制御プログラムおよび障害復旧制御方法 |
Country Status (2)
Country | Link |
---|---|
US (1) | US8707109B2 (ja) |
JP (1) | JP5494298B2 (ja) |
Families Citing this family (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103620612B (zh) * | 2011-07-12 | 2016-04-13 | 惠普发展公司,有限责任合伙企业 | 包括端口和来宾域的计算设备 |
US9904564B2 (en) * | 2011-11-15 | 2018-02-27 | Red Hat Israel, Ltd. | Policy enforcement by hypervisor paravirtualized ring copying |
JP5933356B2 (ja) | 2012-06-12 | 2016-06-08 | ルネサスエレクトロニクス株式会社 | コンピュータシステム |
US9122549B2 (en) * | 2012-07-19 | 2015-09-01 | Wind River Systems, Inc. | Method and system for emulation of instructions and hardware using background guest mode processing |
US8418230B1 (en) * | 2012-08-28 | 2013-04-09 | Netcomm Wireless Limited | Apparatus and method for mobile communications and computing |
EP3024174B1 (en) | 2013-09-30 | 2017-11-22 | Huawei Technologies Co., Ltd. | Fault management method and fault management entity for virtualized network functions |
US9766916B2 (en) * | 2014-05-05 | 2017-09-19 | International Business Machines Corporation | Implementing coherent accelerator function isolation for virtualization |
US9936059B2 (en) * | 2014-05-29 | 2018-04-03 | Fortinet, Inc. | Management of wireless access points via virtualization |
KR101649909B1 (ko) * | 2014-09-25 | 2016-08-22 | 한국전자통신연구원 | 가상 머신 취약점 점검과 복구 방법 및 장치 |
US20180225455A1 (en) * | 2016-01-31 | 2018-08-09 | Hewlett-Packard Development Company, L.P. | Scanning of wireless network traffic in virtualized domains |
US11226875B2 (en) * | 2017-07-20 | 2022-01-18 | International Business Machines Corporation | System halt event recovery |
JP6443895B2 (ja) * | 2017-09-14 | 2018-12-26 | ホアウェイ・テクノロジーズ・カンパニー・リミテッド | 障害管理方法、仮想化ネットワーク機能マネージャ(vnfm)、及びプログラム |
CN108196501A (zh) * | 2017-12-22 | 2018-06-22 | 北京东土科技股份有限公司 | 一种基于plc的分布式控制系统的容灾方法、装置和系统 |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06230992A (ja) | 1993-02-06 | 1994-08-19 | Hitachi Ltd | 計算機システムおよび計算機システムの障害回復方法 |
JP4295184B2 (ja) * | 2004-09-17 | 2009-07-15 | 株式会社日立製作所 | 仮想計算機システム |
KR100663465B1 (ko) * | 2004-10-08 | 2007-01-02 | 삼성전자주식회사 | 전송제어 프로토콜을 사용하는 데이터 네트워크에서 다중 세그먼트 복구를 위한 가상 블록 정보의 송수신 방법 및 장치 |
JP2008052382A (ja) * | 2006-08-23 | 2008-03-06 | Meidensha Corp | 2次記憶装置の故障検出方法 |
JP4969258B2 (ja) * | 2007-01-30 | 2012-07-04 | 株式会社日立製作所 | 仮想計算機システムのi/oデバイス障害処理方法 |
JP4882845B2 (ja) * | 2007-04-19 | 2012-02-22 | 株式会社日立製作所 | 仮想計算機システム |
JP4999670B2 (ja) | 2007-12-20 | 2012-08-15 | 三菱電機株式会社 | 計算機装置 |
US7779305B2 (en) * | 2007-12-28 | 2010-08-17 | Intel Corporation | Method and system for recovery from an error in a computing device by transferring control from a virtual machine monitor to separate firmware instructions |
JP5161696B2 (ja) * | 2008-08-07 | 2013-03-13 | 株式会社日立製作所 | 仮想計算機システムおよび仮想計算機システムにおけるエラー回復方法ならびに仮想計算機制御プログラム |
-
2010
- 2010-07-06 JP JP2010153812A patent/JP5494298B2/ja active Active
-
2011
- 2011-04-26 US US13/064,920 patent/US8707109B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2012018453A (ja) | 2012-01-26 |
US20120011397A1 (en) | 2012-01-12 |
US8707109B2 (en) | 2014-04-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5494298B2 (ja) | 計算機装置,障害復旧制御プログラムおよび障害復旧制御方法 | |
JP6530774B2 (ja) | ハードウェア障害回復システム | |
JP4487920B2 (ja) | ブート制御方法および計算機システム並びにその処理プログラム | |
US9448899B2 (en) | Method, apparatus and system for switching over virtual application two-node cluster in cloud environment | |
US9594582B2 (en) | Detection and management of dynamic migration of virtual environments | |
US9639486B2 (en) | Method of controlling virtualization software on a multicore processor | |
US7779305B2 (en) | Method and system for recovery from an error in a computing device by transferring control from a virtual machine monitor to separate firmware instructions | |
US7953831B2 (en) | Method for setting up failure recovery environment | |
US8880936B2 (en) | Method for switching application server, management computer, and storage medium storing program | |
US20130055261A1 (en) | Controlling virtual machine in cloud computing system | |
US9229820B2 (en) | Information processing device with memory dump function, memory dump method, and recording medium | |
US10430261B2 (en) | Detecting a guest operating system crash on a virtual computing instance | |
JP2012203636A (ja) | 仮想計算機の制御方法及び計算機 | |
US20110209148A1 (en) | Information processing device, virtual machine connection method, program, and recording medium | |
WO2017006458A1 (ja) | 計算機及びメモリ領域管理方法 | |
WO2022135429A1 (zh) | 快速启动方法 | |
JP2016024811A (ja) | ネットワークインターフェースコントローラ情報の帯域外取得 | |
WO2020063432A1 (zh) | 一种升级虚拟化模拟器的方法和装置 | |
US9529656B2 (en) | Computer recovery method, computer system, and storage medium | |
CN114064132A (zh) | 一种系统宕机恢复方法、装置、设备和系统 | |
US20150277886A1 (en) | Configuring dependent services associated with a software package on a host system | |
US20160170816A1 (en) | Creating a communication channel between different privilege levels using wait-for-event instruction in systems operable at multiple hierarchical privilege levels | |
US20230214245A1 (en) | Online Migration Method and System for Bare Metal Server | |
JP2012150797A (ja) | データカード、データカードがポートを報告するための方法、およびデータカードを起動するための方法 | |
US11080083B1 (en) | Providing physical host hardware state information to virtual machines deployed on the physical host |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20130507 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20140127 |
|
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: 20140204 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140217 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5494298 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |