Can you confirm where i can find XenServer tools 9.4.0?
I can only see:
XCP-ng Windows PV Tools 9.0.9030 Testsign
At
Can you confirm where i can find XenServer tools 9.4.0?
I can only see:
XCP-ng Windows PV Tools 9.0.9030 Testsign
At
we are using XCP-NG Windows Management Agent - 8.2.20
These are windows machines with the windows guest tools installed.
Hi Dan,
The machines do have the guest tools installed and we do see that they are detected when viewing the VM.
Regards
We are receiving an error when attempting to live migrate VMs from one server to another server (same hardware specification of server), inside the same pool.
We see the following error:
{
"id": "0mawuvh8f",
"properties": {
"method": "vm.migrate",
"params": {
"targetHost": "b10aeb00-6c14-493a-840b-91637ddf9671",
"vm": "b589e558-67d1-0bae-4380-4fb6f84a64e4"
},
"name": "API call: vm.migrate",
"userId": "32de6276-fd63-420c-af84-d583b371f3ad",
"type": "api.call"
},
"start": 1747766208255,
"status": "failure",
"updatedAt": 1747766208320,
"end": 1747766208320,
"result": {
"code": "VM_LACKS_FEATURE",
"params": [
"OpaqueRef:01d74f01-b77c-a254-9c76-e19575ebe7dc"
],
"task": {
"uuid": "33cf253e-969c-c657-f968-0ae07bfeaf8e",
"name_label": "Async.VM.pool_migrate",
"name_description": "",
"allowed_operations": [],
"current_operations": {},
"created": "20250520T18:36:48Z",
"finished": "20250520T18:36:48Z",
"status": "failure",
"resident_on": "OpaqueRef:0fcd73b6-b83f-7f71-7529-a3647be6b793",
"progress": 1,
"type": "<none/>",
"result": "",
"error_info": [
"VM_LACKS_FEATURE",
"OpaqueRef:01d74f01-b77c-a254-9c76-e19575ebe7dc"
],
"other_config": {},
"subtask_of": "OpaqueRef:NULL",
"subtasks": [],
"backtrace": "(((process xapi)(filename ocaml/xapi/xapi_vm_lifecycle.ml)(line 742))((process xapi)(filename ocaml/xapi/xapi_vm_helpers.ml)(line 1653))((process xapi)(filename ocaml/libs/xapi-stdext/lib/xapi-stdext-pervasives/pervasiveext.ml)(line 24))((process xapi)(filename ocaml/libs/xapi-stdext/lib/xapi-stdext-pervasives/pervasiveext.ml)(line 39))((process xapi)(filename ocaml/xapi/helpers.ml)(line 1662))((process xapi)(filename ocaml/xapi/xapi_vm_helpers.ml)(line 1652))((process xapi)(filename ocaml/xapi/message_forwarding.ml)(line 2457))((process xapi)(filename ocaml/xapi/rbac.ml)(line 191))((process xapi)(filename ocaml/xapi/rbac.ml)(line 200))((process xapi)(filename ocaml/xapi/server_helpers.ml)(line 75)))"
},
"message": "VM_LACKS_FEATURE(OpaqueRef:01d74f01-b77c-a254-9c76-e19575ebe7dc)",
"name": "XapiError",
"stack": "XapiError: VM_LACKS_FEATURE(OpaqueRef:01d74f01-b77c-a254-9c76-e19575ebe7dc)\n at Function.wrap (file:///usr/local/lib/node_modules/xo-server/node_modules/xen-api/_XapiError.mjs:16:12)\n at default (file:///usr/local/lib/node_modules/xo-server/node_modules/xen-api/_getTaskResult.mjs:13:29)\n at Xapi._addRecordToCache (file:///usr/local/lib/node_modules/xo-server/node_modules/xen-api/index.mjs:1072:24)\n at file:///usr/local/lib/node_modules/xo-server/node_modules/xen-api/index.mjs:1106:14\n at Array.forEach (<anonymous>)\n at Xapi._processEvents (file:///usr/local/lib/node_modules/xo-server/node_modules/xen-api/index.mjs:1096:12)\n at Xapi._watchEvents (file:///usr/local/lib/node_modules/xo-server/node_modules/xen-api/index.mjs:1269:14)"
}
}
End of March 2025? does this mean it should be available very soon (if not already)?
@olivierlambert Thank you Olivier, Is there any update on the example?
Is there a way in which you could export to a CSV / Excel the following details?
VM Name
Pool name
Host
Memory
CPU Count
Drive(s) size
@pdonias Thank you for the response.
I confirmed a smaller amount of groups resolved the issue, we simply created an OU which we then searched on for specific groups related to XCP / XOA
I am receiving the following error when attempting to synchronize groups:
ldap.synchronizeGroups
{}
{
"code": 4,
"message": " Code: 0x4",
"name": "Error",
"stack": "Error: Code: 0x4
at Function.parse (/usr/local/lib/node_modules/xo-server-auth-ldap/node_modules/ldapts/StatusCodeParser.ts:61:16)
at Client._sendSearch (/usr/local/lib/node_modules/xo-server-auth-ldap/node_modules/ldapts/Client.ts:648:30)
at Client.search (/usr/local/lib/node_modules/xo-server-auth-ldap/node_modules/ldapts/Client.ts:610:5)
at AuthLdap._synchronizeGroups (/usr/local/lib/node_modules/xo-server-auth-ldap/src/index.js:340:45)
at Api.#callApiMethod (file:///usr/local/lib/node_modules/xo-server/src/xo-mixins/api.mjs:366:20)"
}
Configuration of the Synchronize groups is:
Filter = (ObjectClass=group)
ID Attribute = dn
Displayname Attribute = cn
group attribute = member
User Attribute = dn
I have tried to mirror the settings as per:
https://xcp-ng.org/forum/topic/3760/ldap-plugin-syncing-groups-from-windows-ad-server-2016-help/3?_=1709316308851
and I am still receiving the same error as above.