Install virt-manager on Ubuntu
virt-manager is a GUI tool used to manage KVM virtial machines. To install virt-manager on Ubuntu, run apt install virt-manager
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 a VM, you
virsh list
To list all VM on a KVM server, run Example To view all Virtual machines including stopped VM’s, use –all
virsh nodeinfo
To see information about a KVM node, run virsh nodeinfo Example root@s3-m12:~# virsh nodeinfo CPU model: x86_64 CPU(s): 8 CPU
virsh
virsh command is used to manage KVM vps. It is part of libvirt package. http://libvirt.org To list KVM virtual machines,
LXD container snapshot and restore
lxc allow you to take snapshot, restore snapshot of a container. Here we create a snapshot, then delete the /etc
Install LXD on Ubuntu
To create LXD containers, run LXD is a tool to manage LXC (Linux Containers). lxd allow you to create and
lxc
LXC is Linux Container, allows you to run lightweight virtual servers on your computer. It is better use LXD instead
Create lxc container with lxc-create
lxc-create is used to create lxc container. To create a container, run lxc-create -t download -n CONTAINER_NAME_HERE This will list
xe vm-list
xe vm-list command is used to list all VM on a Xen Server. xe vm-list See Xen
Xen
xe vm-list Manage XenServer from command line with xe xsconsole
Delete a disk partition in VMWare ESXI
To delete a partition in VMWare ESXI, you can use command partedUtil First find out all disks available on your