Proxmox info:
- Version: 8.0.4 (pve-manager/8.0.4/d258a813cfa6b390)
VM info:
- Windows Server 2022 (Latest)
- QEMU GA enabled
- Machine: Default (i440fx) 8.0
- VirtIO Drivers: 0.1.240 (Latest)
Problem:
After running sysprep for further cloning of Windows servers, the QEMU guest agent is unable to execute any command.
Windows 2022 Services:
Proxmox CLI:
Windows Shell:
All other qemu agent commands like "get-fsinfo", "info" works as expected. Agent ping also exits with code 0.
Does anyone have an idea how to solve this problem or do i miss something?
- Version: 8.0.4 (pve-manager/8.0.4/d258a813cfa6b390)
VM info:
- Windows Server 2022 (Latest)
- QEMU GA enabled
- Machine: Default (i440fx) 8.0
- VirtIO Drivers: 0.1.240 (Latest)
Problem:
After running sysprep for further cloning of Windows servers, the QEMU guest agent is unable to execute any command.
Windows 2022 Services:
Proxmox CLI:
Code:
qm guest exec <VM-ID> "netsh help"
Agent error: Guest agent command failed, error was 'Failed to execute child process (No such file or directory)'
Windows Shell:
All other qemu agent commands like "get-fsinfo", "info" works as expected. Agent ping also exits with code 0.
Code:
qm guest cmd <VM-ID> info
{
"enabled" : true, # as expected
"name" : "guest-exec",
"success-response" : true
},
{
"enabled" : true, # as expected
"name" : "guest-exec-status",
"success-response" : true
},
Does anyone have an idea how to solve this problem or do i miss something?
Last edited: