OracleVM

提供:Software Development Memo
2009年3月1日 (日) 10:14時点におけるAdmin (トーク | 投稿記録)による版
ナビゲーションに移動 検索に移動


Tips

コマンドラインによる準仮想化環境作成手順例

# virt-install
Would you like a fully virtualized guest (yes or no)?  This will allow you to run unmodified operating systems. no
 What is the name of your virtual machine? vm_manager
 How much RAM should be allocated (in megabytes)? 2048
 What would you like to use as the disk (path)? /OVS/running_pool/vm_manager/system.img
 How large would you like the disk (/OVS/running_pool/vm_manager/system.img) to be (in gigabytes)? 30
 Would you like to enable graphics support? (yes or no) no
 What is the install location? http://ftp.riken.jp/Linux/centos/5.2/os/x86_64/

トラブルシューティング

テンプレート保存に失敗する

テンプレート保存処理を実施したところ、「Status」が「Error」となり、途中で異常終了しました。

ファイル:oraclevm20090221.png 

「/var/log/message」を確認したところ、下記ログが記述されていました。

Feb 21 21:33:24 oraclevm kernel: Buffer I/O error on device sdb1, logical block 37591059
Feb 21 21:33:24 oraclevm kernel: Buffer I/O error on device sdb1, logical block 37591060
Feb 21 21:33:24 oraclevm kernel: Buffer I/O error on device sdb1, logical block 37591061
Feb 21 21:33:24 oraclevm kernel: Buffer I/O error on device sdb1, logical block 37591062
Feb 21 21:33:24 oraclevm kernel: Buffer I/O error on device sdb1, logical block 37591063
Feb 21 21:33:24 oraclevm kernel: Buffer I/O error on device sdb1, logical block 37591064
Feb 21 21:33:24 oraclevm kernel: Buffer I/O error on device sdb1, logical block 37591065
Feb 21 21:33:25 oraclevm kernel: Buffer I/O error on device sdb1, logical block 37591066
Feb 21 21:33:25 oraclevm kernel: Buffer I/O error on device sdb1, logical block 37591067
Feb 21 21:33:25 oraclevm kernel: Buffer I/O error on device sdb1, logical block 37591068

異常終了の原因は、HDDのIOエラーにあるようです。

更新履歴

  • 2009/02/22
    • ページ作成