@article{oai:ipsj.ixsq.nii.ac.jp:00101171,
 author = {吉田, 健二 and 齋藤, 彰一 and 毛利, 公一 and 松尾, 啓志 and Kenji, Yoshida and Shoichi, Saito and Koichi, Mouri and Hiroshi, Matsuo},
 issue = {2},
 journal = {情報処理学会論文誌コンピューティングシステム(ACS)},
 month = {May},
 note = {オペレーティングシステム(OS)には高い耐障害性が求められる.しかし,耐障害性を向上させる既存手法は,専用ハードウェアや大きな実行時オーバヘッドが随伴するという問題がある.我々はOSを計算機上に複数動作させてアクティブ/バックアップ構成を組み,プロセスとファイルキャッシュを保護する耐障害性向上手法を提案する.本提案手法では,保護するデータは障害発生後に取得することで事前の実行状態保存による実行時オーバヘッドをゼロに抑えることができる.また,提案手法を実現するために必要となるリソースはCPU 1コアと少量のメモリ領域のみである.本提案手法を実装した結果,リカバリの時間は最短で0.4秒,2GB程度のデータの復元が必要となった場合でも10秒程度であることを確認した.また,テキストエディタ,NFSサーバ,データベースサーバ,HTTPサーバで障害を発生させた場合の停止時間は最長1.5秒であった., Operating Systems (OS) require high reliability. However, existing methods of fault tolerance have problems that they have a large run-time overhead or a dedicated hardware. We propose a method to recover from OS failures that preserves processes and file caches. This method runs two OSes and configures them as an active-backup structure in one computer. By obtaining data after a crash, the active OS does not have run-time overhead to backup a process execution status and file cache data. In addition, the resources consumed to build the active-backup structure are only one CPU core and a small amount of memory. In the implementation, we confirmed that recovery time when using the proposed method is about 0.4 seconds at a minimum and up to about 10 seconds even if 2GB memory is restored. The downtime was up to about 1.5 seconds when the active OS of the proposed system crashed while running a text editor, an NFS server, a database server, and an HTTP server.},
 pages = {11--24},
 title = {プロセスの耐障害性向上のための多重OSの開発と評価},
 volume = {7},
 year = {2014}
}