「OracleVM」の版間の差分
ナビゲーションに移動
検索に移動
(→Tips) |
細 (ページ 仮想化:OracleVM を OracleVM へ移動) |
||
(同じ利用者による、間の2版が非表示) | |||
5行目: | 5行目: | ||
=== コマンドラインによる準仮想化環境作成手順例 === | === コマンドラインによる準仮想化環境作成手順例 === | ||
# virt-install | |||
Would you like a fully virtualized guest (yes or no)? This will allow you to run unmodified operating systems. no | 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 | What is the name of your virtual machine? vm_manager | ||
13行目: | 14行目: | ||
Would you like to enable graphics support? (yes or no) no | 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/ | 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年6月21日 (日) 07:58時点における最新版
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
- ページ作成