linux:kvm_info
Kernel-based Virtual Machine
KVMのインストール
仮想マシンの操作
- 仮想マシンの作成とOSのインストール
$ qemu-img create -f qcow2 images/template.qcow2 80G $ virt-install --name=template --disk=images/template.qcow2,bus=virtio --vcpus=2 --ram=2048 --graphics vnc,password=*******,listen=0.0.0.0,keymap=ja --cdrom iso/ubuntu-20.04.2-live-server-amd64.iso
- 仮想マシンのクローン化
$ virt-clone --original template --name sstxp --file images/sstxp.qcow2
- 仮想マシンの削除
$ virsh undefine template
- 仮想マシンの設定変更
$ virsh list --all
linux/kvm_info.txt · 最終更新: 2022/08/23 13:34 by 127.0.0.1