全文検索:
- 33 OpenNebula Windows Template
- = 33 OpenNebula Windows Template ====== ===== 1. CD-ROM upload ===== <code> $ cat << __CD__ > Windows2019_STD_CD-ROM.tmpl NAME="Windows2019 STD CD-ROM" PATH="/home/SW_DVD9_Win_Server_STD_CORE_2019_1809.1_64Bit_Jap
- 仮想化KVM
- console> <boot dev='hd'/> ↓ <boot dev='cdrom'/> <disk type='file' device='cdrom'> <driver name='qemu'/> <source file='/CDROM/W2k3SP2.iso'/> <target dev='hdc' bus='id... ver name='qemu' type='raw'/> <source file='/CDROM/virtio-win-1.1.16.vfd'/> <target dev='fd
- KVMでWindowsを動かし、virtio化
- rtio'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu'/> <source file='/CDROM/virtio-win-0.1-30.iso'/> <target dev='hd... ===== ダミーディスクを定義して起動すると、デバイスマネージャにデバイスができているので\\ cdromのドライバをインストールする。 ===== 最後にメインのディスクイメージの定義を変更 =
- 04 KVM cdrom attach @01_linux:08_仮想化:kvm
- ====== 04 KVM cdrom attach ====== # virsh attach-disk [domain-id] [source] [target] --driver file --type cdrom --mode readonly ===== 例 ===== <code> # virsh... virsh attach-disk solid-mgt /ISO/CentOS-6.8-x86_64-bin-DVD1.iso hdc --type cdrom </code> {{tag>KVM}}
- 34 OpenNebula Ceph template
- ====== 34 OpenNebula Ceph template ====== - CD-ROM作成 - テンプレート作成。CDと、Volatile disk追加 - VM作成。追加したディスクにインストール - CephのOperating Systemimage 作成(Emp
- 01 JuJu Maas Openstack @01_linux:08_仮想化:juju
- data-portと、osd-devicesとノード情報だけ変更しました。 <code> $ cd ~/openstack-base $ vi bundle.yaml series: focal ... ://github.com/flateight/juju-openstack-base.git $ cd juju-openstack-base/ $ bash vault.sh </code> ==
- 05 ゲストCentOS5をVirtio化 @01_linux:08_仮想化:kvm
- 込み ===== virtioドライバを入れたinitrdを用意しておく <code> root# cd /boot root# cp -p initrd-$(uname -r).img initrd-$