Steps to Install balloon driver on Windows Virtual Machines
Why Balloon Driver?
If balloon driver is not installed on Windows Virtual Machines then memory metrics will not be collected for windows virtual machine.
Steps to Install balloon driver on Virtual Machines:
- Download latest package of virtio-win iso from the below link under 'Packaged sets of drivers' title.
https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers - To add a CD/DVD-ROM device to your Windows VM Guest, proceed as follows:
- Double-click on a VM Guest entry in the Virtual Machine Manager to open its console and switch to the Details view with View -> Details.
- Click Add Hardware and choose Storage in the pop-up window.
- Change the Device Type to IDE CDROM.
- Click Finish and Reboot the Windows VM to see the effects.
- To install Virtio Balloon driver, proceed as follows:
- In Control Panel-> Device Manager-> Other devices-> PCI Device, Right click 'PCI Device' and Select 'Update Driver Software'
- Select 'Browse my computer for driver software' -> Browse -> Select the CD Drive with virtio-win-0.1.1 and click OK.
- Install the Device Software.
- Install Balloon Service as below,
- open command line, go to the CD-ROM with VirtIO drivers, go to Balloon directory and deeper, depending on your system and architecture. When you are in amd64 (x86) directory, type blnsrv.exe -i and the service should install itself.
- Open run prompt-> type 'Services.msc'. In Services window, Balloon Service should be running.
- To check Memory stats, execute the below commands in KVM host:
- $virsh dommemstat <VMName> --period 10 --live
- $virsh dommemstat <VMName>
New to ADSelfService Plus?
Related Articles
Steps to Install KVM on Ubuntu
KVM (Kernel-based Virtual Machine) is a virtualization extension for the Linux Kernel. KVM requires a processor with hardware virtualization support. There are many Operating systems that are supported by KVM, which include Linux, BSD, Solaris, ...
Microsoft Azure VM - Enabling Diagnostics extension for Windows & Linux VMs
Diagnostic Extension is now considered a legacy approach and it is limited to some server distributions. It is recommended to switch to Azure Monitor Agent (AMA). From Applications Manager v171400, Azure monitor agent is supported. Refer here to know ...
Azure Virtual Machine - FAQ
1. How is data collection happening for Azure Virtual Machine monitors? Microsoft Azure monitor discovery modes in AppManager: AD Application mode Organizational Account mode OAuth mode Azure VM monitor - Data collection methods: Azure Monitor Azure ...
Troubleshoot - RUM Agent silent installation
RUM Agent silent installation can fail on various factors based on your environment, troubleshoot with the help of error message shown while running the script. Below are the list of the error messages thrown from the script and its troubleshooting ...
How to obtain an IP Address for a KVM Virtual Machine in APM
What is qemu-guest-agent? The qemu-guest-agent is a helper daemon, which is installed in the guest. It is used to exchange information between the host and guest, and to execute command in the guest. The qemu-guest-agent is used for mainly two ...