How to connect to lxd container
lxd is an easy-to-use command-line interface for lxc (Linux container). In this blog post, I will show how to create an lxd…
lxd is an easy-to-use command-line interface for lxc (Linux container). In this blog post, I will show how to create an lxd…
On CentOS 7 server, after installing KVM, i connected to server using Virt Manager. During VM creation, i get following error libvirt.libvirtError:…
Install kvm with Install libvirt, this is used to manage KVM virtual machines. Enable libvirtd to start on boot Start libvirtd To…
To create a Virtal Machine (VPS) on Virtualizor, you need OS Template. You can use pre-made OS templates or make your own…
On a Virtualizor server, when starting virtnetwork, i get the following error This is because the network interface configuration doesn’t have GATEWAY…
When starting network in virtualizor server, i get following error [root@virtual2 ~]# service virtnetwork start eth0: error fetching interface information: Device not…
To copy file from host machine to LXD container run Example To copy a file from the host machine to an lxd…
Virtualizor use libvirt to manage virtualmachines. To list all virtual machines in a server, login to server using SSH as root. run…
To auto start a KVM Virtual Machine on boot time, use command virsh autostart VMNAME_HERE To disable a VM from auto starting,…
To access console of a LXC container running under Proxmox, run pct enter CT_ID_HERE Example pct enter 106 You don’t need to…
To take snapshot of virtual machine in proxmox, click on Virtual Machine, under Snapshots, clikc “Take Snapshot” button. To create snapshot through…
pveperf is a command line benchmarking tool in proxmox server. root@server70:~# pveperf CPU BOGOMIPS: 59199.84 REGEX/SECOND: 3672349 HD SIZE: 38.32 GB (/dev/md2)…