Hi,
For Linux 14.04 Server pvesh create nodes/pve/qemu/117/agent -command network-get-interfaces CLI Command is working, But For Windows Server 2008 R2 Standard "pvesh create nodes/pve/qemu/117/agent -command network-get-interfaces" CLI command is not working,
Output of this command is :
200 OK
{
"result" : null
}
But ping command working fine output of this CLI command is :
root@pve:~# pvesh create nodes/pve/qemu/117/agent -command ping
200 OK
{
"result" : {}
}
I have created a VM in porxmox Virtual Environment 4.4-1
and install Windows Server 2008 R2 Standard OS
Configuration of VM is :
Memory: 1.00 GiB
Processors: 1(1 Sockets, 1 cores)
Hard Disk: 10G
Network Device (net0) bridge=vmbr0
To Install QEMU Guest Agent I have followed following Steps:
First I have downloaded the virtio-win driver iso (see Windows VirtIO Drivers).
Then install the virtio-serial driver:
PS C:\Users\Administrator> Get-Service QEMU-GA
Status Name DisplayName
------ ---- -----------
Running QEMU-GA QEMU Guest Agent
I have attached Screen shots for reference.
Please let me know if any thing is wrong.
Thanks
Neelesh Bizoara
For Linux 14.04 Server pvesh create nodes/pve/qemu/117/agent -command network-get-interfaces CLI Command is working, But For Windows Server 2008 R2 Standard "pvesh create nodes/pve/qemu/117/agent -command network-get-interfaces" CLI command is not working,
Output of this command is :
200 OK
{
"result" : null
}
But ping command working fine output of this CLI command is :
root@pve:~# pvesh create nodes/pve/qemu/117/agent -command ping
200 OK
{
"result" : {}
}
I have created a VM in porxmox Virtual Environment 4.4-1
and install Windows Server 2008 R2 Standard OS
Configuration of VM is :
Memory: 1.00 GiB
Processors: 1(1 Sockets, 1 cores)
Hard Disk: 10G
Network Device (net0) bridge=vmbr0
To Install QEMU Guest Agent I have followed following Steps:
First I have downloaded the virtio-win driver iso (see Windows VirtIO Drivers).
Then install the virtio-serial driver:
- Attach the ISO to your windows VM (virtio-*.iso)
- Go to the windows Device Manager
- Look for "PCI Simple Communications Controller"
- Right Click -> Update Driver and select on the mounted iso in DRIVE:\vioserial\<OSVERSION>\ where <OSVERSION> is your Windows Version (e.g. 2k12R2 for Windows 2012 R2)
- Go to the mounted ISO in explorer
- Execute the installer with double click (either qemu-ga-x64.msi (64-bit) or qemu-ga-x86.msi (32-bit)
PS C:\Users\Administrator> Get-Service QEMU-GA
Status Name DisplayName
------ ---- -----------
Running QEMU-GA QEMU Guest Agent
I have attached Screen shots for reference.
Please let me know if any thing is wrong.
Thanks
Neelesh Bizoara