Cirros run on VM [on hold]
I installed Cirros on QEMU/KVM with following commands:
service libvirtd start
wget --no-check-certificate https://download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-disk.img
qemu-img info cirros-0.3.2-x86_64-disk.img # show image format (qcow2)
virt-install --connect=qemu:///system --name=cirros --ram=512 --vcpus=1 --disk path=cirros-0.3.2-x86_64-disk.img,format=qcow2 --import --network network:default --vnc
and after that I wanted to change amount of RAM and CPU with following commands:
virsh setvcpus cirros 2 --config --maximum
virsh setvcpus cirros 2 --config
virsh setmaxmem cirros 1024 --config
virsh setmem cirros 1024 --config
and after that I can't see anything on Cirros on QEMU/KVM (virtual machine manager).
virtualization kvm qemu
put on hold as off-topic by Charles Green, Eric Carvalho, Soren A, user68186, earthmeLon 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Charles Green, Eric Carvalho, Soren A, user68186, earthmeLon
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I installed Cirros on QEMU/KVM with following commands:
service libvirtd start
wget --no-check-certificate https://download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-disk.img
qemu-img info cirros-0.3.2-x86_64-disk.img # show image format (qcow2)
virt-install --connect=qemu:///system --name=cirros --ram=512 --vcpus=1 --disk path=cirros-0.3.2-x86_64-disk.img,format=qcow2 --import --network network:default --vnc
and after that I wanted to change amount of RAM and CPU with following commands:
virsh setvcpus cirros 2 --config --maximum
virsh setvcpus cirros 2 --config
virsh setmaxmem cirros 1024 --config
virsh setmem cirros 1024 --config
and after that I can't see anything on Cirros on QEMU/KVM (virtual machine manager).
virtualization kvm qemu
put on hold as off-topic by Charles Green, Eric Carvalho, Soren A, user68186, earthmeLon 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Charles Green, Eric Carvalho, Soren A, user68186, earthmeLon
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I installed Cirros on QEMU/KVM with following commands:
service libvirtd start
wget --no-check-certificate https://download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-disk.img
qemu-img info cirros-0.3.2-x86_64-disk.img # show image format (qcow2)
virt-install --connect=qemu:///system --name=cirros --ram=512 --vcpus=1 --disk path=cirros-0.3.2-x86_64-disk.img,format=qcow2 --import --network network:default --vnc
and after that I wanted to change amount of RAM and CPU with following commands:
virsh setvcpus cirros 2 --config --maximum
virsh setvcpus cirros 2 --config
virsh setmaxmem cirros 1024 --config
virsh setmem cirros 1024 --config
and after that I can't see anything on Cirros on QEMU/KVM (virtual machine manager).
virtualization kvm qemu
I installed Cirros on QEMU/KVM with following commands:
service libvirtd start
wget --no-check-certificate https://download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-disk.img
qemu-img info cirros-0.3.2-x86_64-disk.img # show image format (qcow2)
virt-install --connect=qemu:///system --name=cirros --ram=512 --vcpus=1 --disk path=cirros-0.3.2-x86_64-disk.img,format=qcow2 --import --network network:default --vnc
and after that I wanted to change amount of RAM and CPU with following commands:
virsh setvcpus cirros 2 --config --maximum
virsh setvcpus cirros 2 --config
virsh setmaxmem cirros 1024 --config
virsh setmem cirros 1024 --config
and after that I can't see anything on Cirros on QEMU/KVM (virtual machine manager).
virtualization kvm qemu
virtualization kvm qemu
edited Jan 16 at 15:22
karel
59.1k13128149
59.1k13128149
asked Jan 16 at 15:17
omidomid
12
12
put on hold as off-topic by Charles Green, Eric Carvalho, Soren A, user68186, earthmeLon 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Charles Green, Eric Carvalho, Soren A, user68186, earthmeLon
If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as off-topic by Charles Green, Eric Carvalho, Soren A, user68186, earthmeLon 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Charles Green, Eric Carvalho, Soren A, user68186, earthmeLon
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes