「OracleVM」の版間の差分
ナビゲーションに移動
検索に移動
(新しいページ: 'Category:仮想化 == Tips == == 更新履歴 == *2009/02/22 **ページ作成') |
(→Tips) |
||
2行目: | 2行目: | ||
== Tips == | == Tips == | ||
=== コマンドラインによる準仮想化環境作成手順例 === | |||
[root@oraclevm vm_manager]# 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/ | |||
== 更新履歴 == | == 更新履歴 == |
2009年2月22日 (日) 06:53時点における版
Tips
コマンドラインによる準仮想化環境作成手順例
[root@oraclevm vm_manager]# 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/
更新履歴
- 2009/02/22
- ページ作成