Posts filed under: Virtualization

Virtualization

Prepare Cloud-Init Templates wget https://cloud-images.ubuntu.com/groovy/current/groovy-server-cloudimg-amd64.img qm create 9000 --memory 2048 --net0 virtio,bridge=vmbr0 qm importdisk 9000 bionic-server-cloudimg-amd64.img local-lvm qm set 9000 --scsihw virtio-scsi-pci --scsi0 local-lvm:vm-9000-disk-1 qm set 9000 --ide2 local-lvm:cloudinit qm set 9000 --serial0 socket --vga serial0 qm template 9000 Deploy...
Continue Reading →
Recently I encountered an issue with a client where VEAM backups were causing the DAG to fail over. This has led me to question whether or not VEAM is truly supported by Microsoft. I’ll need to scour for some Microsoft...
Continue Reading →
Error: “Could not get vmci driver version. The handle is invalid. you have an incorrect version of driver vmci.sys. Try reinstalling vmware workstation module devicepoweron power on failed” Resolution: Open up .vmx file for the virtual machine in your favorite...
Continue Reading →
THE VMRC CONSOLE HAS DISCONNECTED…ATTEMPTING TO RECONNECT. The vSphere 5 client is using an IE plugin that isn’t compatible with IE10 as of this date. As of yet I haven’t found anyway to use the legacy plugin. For now you...
Continue Reading →