To create LXD containers, run LXD is a tool to manage LXC (Linux Containers). lxd allow … Install LXD on UbuntuRead more
Virtualization
LXD container snapshot and restore
lxc allow you to take snapshot, restore snapshot of a container. Here we create a snapshot, … LXD container snapshot and restoreRead more
virsh nodeinfo
To see information about a KVM node, run virsh nodeinfo Example root@s3-m12:~# virsh nodeinfo CPU model: … virsh nodeinfoRead more
virsh list
To list all VM on a KVM server, run virsh list Example root@s3-m12:~# virsh list Id … virsh listRead more
Clone VM on VMware ESXi using vmkfstools
Free version of VMware ESXi don’t provide option to clone virtual machine. If you want to … Clone VM on VMware ESXi using vmkfstoolsRead more
Proxmox 6 disable No valid subscription notice
To disable No valid subscription notice from proxmox, edit file vi /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js Find if (data.status !== … Proxmox 6 disable No valid subscription noticeRead more
virt-manager
virt-manager is a GUI tool to manage virtual machines. On CentOS desktop, install it with yum … virt-managerRead more
Identify virtual machine technology
virt-what is a shell script which can be used to detect if the program is running … Identify virtual machine technologyRead more
Install Vagrant on CentOS
To install Vagrant on CentOS, go to https://www.vagrantup.com/downloads Get link to latest version, then run “rpm … Install Vagrant on CentOSRead more
Install Linux KVM on CentOS 8
To install Linux KVM hypervisor on CentOS 8, run dnf install qemu-kvm Install libvirtd dnf install … Install Linux KVM on CentOS 8Read more