service qemu-guest-agent start timeout in Proxmox environment
TL;DR You don’t have Qemu Guest Agent enabled on the VM. The default is to have it disabled. Longer explanation At times on a new
TL;DR You don’t have Qemu Guest Agent enabled on the VM. The default is to have it disabled. Longer explanation At times on a new
In Proxmox VM you can enlarge you disk quite easily using the user interface. This is typically a fail-safe operation. However, during routine maintenance to
Adding another Proxmox clustered server to WHMCS requires a few steps: WHMCS Work Navigate to the System Settings => Servers menu Click “Add New Server”
Quick guide: apt install fuse sshfs Be careful when doing this on a Proxmox server because you’ll get an ominous warning. mkdir ~/ssh_mount Mount the
Quick commands: qm list qm config 109 pvs vgs lvdisplay | grep 109 lvdisplay /dev/raid1/vm-109-disk-0 df -h pwd qemu-img convert -O qcow2 /dev/raid1/vm-109-disk-0 host.x.y.z.qcow scp
This afternoon an important server suddenly stopped booting. Below if a screenshot of the final output, but earlier on the Proxmox boot sequence was this
Background LVM is normally easy to resize but on a VM you can also easily resize if you have EXT4 and no LVM. This article
This is the start of the Proxmox Cheat Sheet. We already have a few articles on Proxmox, as can be seen here. To start our
Background When you can’t shutdown or reboot or even stop a VM in Proxmox it’s quite distressing. Surely it should just reboot when you press
Brief If you have a Proxmox host and you want to export a VM, you have the option of converting to a QCOW2 file. This