Subcategories

  • VMs, hosts, pools, networks and all other usual management tasks.

    347 Topics
    3k Posts
    @olivierlambert Cool. Waiting for that feature
  • ACLs, Self-service, Cloud-init, Load balancing...

    86 Topics
    739 Posts
    hello running xcp-ng version 8.2.1 build date 2025-05-07 restart of node has been done netdata-ui version 1.19 release 6.xcpng8.2 from xcp-ng-updates repo netdata version1.44.3 release 6.xcpng8.2 from xcp-ng-updates repo confirmed following also installed xen-dom0-libs-devel yajl-devel xen-devel i have removed and reinstalled netdata-ui as well this was working fine before but sometime in the last few months , maybe when netdata updated to the versions above and the interface all changed, VM's are no longer visible in netdata [image: 1747811341191-c0b11d3e-0a0f-41dc-b122-4f1e769a92fe-image.png] use to be a giant list of VMs here, this is happening on all my xcp-ng servers, not just the one. they are all at the above mentioned xcp-ng version and netdata version. anyone else experiencing this? have any suggestions on whats going on, why the VM's are not showing up in netdata anymore on any of my hosts?
  • All XO backup features: full and incremental, replication, mirrors...

    349 Topics
    3k Posts
    dear all i am facing the same issue Error: invalid HTTP header in response body { "data": { "mode": "delta", "reportWhen": "failure" }, "id": "1749107336350", "jobId": "89511625-67f3-46be-98fe-8d7a7584386f", "jobName": "All-2-50G-Delta", "message": "backup", "scheduleId": "405be84c-8b49-408a-871e-b21c211ee326", "start": 1749107336350, "status": "failure", "infos": [ { "data": { "vms": [ "20e7d42f-bf69-186d-ec65-82e08230e557" ] }, "message": "vms" } ], "tasks": [ { "data": { "type": "VM", "id": "20e7d42f-bf69-186d-ec65-82e08230e557", "name_label": "PfSense_Ip_92_61_60_23_EXT_172_16_16_99_INT_2022_03_03_07_24_57" }, "id": "1749107339106", "message": "backup VM", "start": 1749107339106, "status": "failure", "tasks": [ { "id": "1749107339113", "message": "clean-vm", "start": 1749107339113, "status": "success", "end": 1749107339118, "result": { "merge": false } }, { "id": "1749107339665", "message": "snapshot", "start": 1749107339665, "status": "success", "end": 1749107341927, "result": "02828209-8cc6-8694-8fdd-af5aa04d5b90" }, { "data": { "id": "455eee8b-49ca-4552-9431-ebb417fbd8f8", "isFull": true, "type": "remote" }, "id": "1749107341927:0", "message": "export", "start": 1749107341927, "status": "success", "tasks": [ { "id": "1749107347491", "message": "clean-vm", "start": 1749107347491, "status": "success", "end": 1749107347494, "result": { "merge": false } } ], "end": 1749107347496 } ], "end": 1749107347496, "result": { "message": "invalid HTTP header in response body", "name": "Error", "stack": "Error: invalid HTTP header in response body\n at checkVdiExport (file:///opt/xo/xo-builds/xen-orchestra-202503211145/@xen-orchestra/xapi/vdi.mjs:40:19)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Xapi.exportContent (file:///opt/xo/xo-builds/xen-orchestra-202503211145/@xen-orchestra/xapi/vdi.mjs:326:7)\n at async file:///opt/xo/xo-builds/xen-orchestra-202503211145/@xen-orchestra/backups/_incrementalVm.mjs:56:34\n at async Promise.all (index 1)\n at async cancelableMap (file:///opt/xo/xo-builds/xen-orchestra-202503211145/@xen-orchestra/backups/_cancelableMap.mjs:11:12)\n at async exportIncrementalVm (file:///opt/xo/xo-builds/xen-orchestra-202503211145/@xen-orchestra/backups/_incrementalVm.mjs:25:3)\n at async IncrementalXapiVmBackupRunner._copy (file:///opt/xo/xo-builds/xen-orchestra-202503211145/@xen-orchestra/backups/_runners/_vmRunners/IncrementalXapi.mjs:44:25)\n at async IncrementalXapiVmBackupRunner.run (file:///opt/xo/xo-builds/xen-orchestra-202503211145/@xen-orchestra/backups/_runners/_vmRunners/_AbstractXapi.mjs:396:9)\n at async file:///opt/xo/xo-builds/xen-orchestra-202503211145/@xen-orchestra/backups/_runners/VmsXapi.mjs:166:38" } } ], "end": 1749107347497 }
  • Everything related to Xen Orchestra's REST API

    61 Topics
    476 Posts
    @Studmuffn1134 I changed my link from ws:// to https:// and it now gives me this error File "Z:\Valera\School\Lakeland University\Finished\Programming 2\Python Programs\StudsPrograms.venv\Lib\site-packages\jsonrpc_base\jsonrpc.py", line 213, in parse_response raise ProtocolError(code, message, data) jsonrpc_base.jsonrpc.ProtocolError: (10, 'invalid parameters', {'error': {'message': 'invalid parameters', 'code': 10, 'data': {'errors': [{'instancePath': '/id', 'schemaPath': '#/properties/id/type', 'keyword': 'type', 'params': {'type': 'string'}, 'message': 'must be string'}]}}, 'id': '0a11ec72-9300-4030-a5d2-a5c0286f3811', 'jsonrpc': '2.0'})
  • Terraform, Packer or any tool to do IaC

    32 Topics
    293 Posts
    @nathanael-h thanks a lot! This jsonrpc module looks like it is what do we want. Hope it will do the trick
  • XO one time job scheduler

    about 3 hours ago
    0 Votes
    3 Posts
    14 Views
    @RS One option would be this, assuming in this se you want to run the job at midnight on Dec. 25: /bin/echo "/path/to/your/script.sh" | at midnight Dec 25 While cron doesn't offer a specific one-time execution, you could also do this in cron but would have to remove the entry afterwards: 0 0 25 12 * /path/to/your/script.sh Also, take a look at this option: https://www.fastcron.com/guides/one-time-cronjobs/
  • 0 Votes
    11 Posts
    2k Views
    @dinhngtu said in "Management agent not detected" and "No Xen tools detected": @MK.ultra Do you have the "Manage Citrix PV drivers via Windows Update" option enabled on these VMs? If so they'll need to be updated via Windows Update. If not, try XenClean to remove all the existing drivers and install clean 9.4.1 ones. Using XenClean and then reinstalling 9.4.1 directly cleaned up the vulnerability alerts. The VM's had been upgraded from 9.4 to 9.4.1 Thanks!
  • CPU Stats bottoming out to Zero every five minutes

    3 days ago
    1
    0 Votes
    10 Posts
    120 Views
    @DKirk That all makes sense, thanks for clarifying. Looks like there are further comments below that seem to pinpoint where the issue may lay. The key point you make is only "after the last updates" is when this started happening!
  • XO SocketError: other side closed

    3 days ago
    0 Votes
    10 Posts
    42 Views
    Okay let's see if you have the same problem with an XOA in latest then…
  • VGA on Xen Orchestra

    1 May 2025, 16:42
    1
    0 Votes
    12 Posts
    508 Views
    Olivier, I can say it's worse without the VGA being selected to 16Mb. That option is pretty much a must for any desktop virtualization. The novelty for me is people get far above 1080...
  • Feedback XO v6

    17 Apr 2025, 20:05
    6
    0 Votes
    7 Posts
    356 Views
    @lsouai-vates Today I noticed that there is the same in xo5 (commit 25192) Jobs with disabled jobs but scheduled in a sequence job are shown with Not backed up VMs [image: 1747997034588-9d25866e-a8b8-4bd6-85ac-bcb5973fd6fc-image.png] By the BCK_Running tag, it is backed up [image: 1747997147334-f5471bb0-7600-4d6e-ad81-da9c13dfa6bd-image.png]
  • 0 Votes
    2 Posts
    96 Views
    @creoleMalady On your NFS server, do you have sync writes enabled or disabled?
  • Display Slowness/Lag

    24 days ago
    0 Votes
    5 Posts
    201 Views
    @ph7 I'm using local software mirror with mdadm. Its both boot and vm storage.
  • Connection failed - Unknown error

    Solved 5 Mar 2025, 01:20
    1
    0 Votes
    6 Posts
    288 Views
    @olivierlambert Thank you for your response. I have followed most of the documentation on setting up HA, and made sure that I have 3 hosts. All are Dell 7090 64GB RAM with 2 dedicated HA NICS. XCP-ng 8.3 is patched, XO is up to date, Xen tools 9.4.0 on all Windows VMs, and using the Xen tools ISO that can be mounted. eth0 1Gbs management network eth1 10Gbs iSCSI network DAC eth2 10Gbs VLAN Trunk, including backup network eth3 1Gbs HA eth4 1Gbs HA Overall, XCP-ng and XO are doing an excellent job. I feel like I am on an Easter egg hunt when pouring through documentation, but that is mostly my problem, because I see that you have put a lot of effort into organizing and updating it. My "use case" is replacing the VMware ESXi/vSphere 2-node cluster with XCP-ng and XO at the small high school (non-profit) where I volunteer as the IT guy. I feel that I am at the point where I trust XCP-ng and XO enough to make the switch during the summer break. Sorry to run on. The yellow triangles behind the non-master hostnames are just a small nuisance. I do notice that the hosts are hard to shutdown. Sending a shutdown command from either XO or from the host console causes a host to reboot, but not shutdown, even after having previously entered maintenance mode. I feel that this is not a big issue, just another small nuisance. The XO cluster is maintaining the integrity of the guest VMs. I will be reading all of the documentation I can, and upgrading to 8.4 when it is available. Thank you for supporting your awesome hypervisor.
  • Retention for log files and audit logs

    28 days ago
    0 Votes
    5 Posts
    204 Views
    @Bastien-Nollet Thanks for checking. At least I know it is set to 20000 entries at the moment. Thank you.
  • RAID Status on the Advanced tab of the host

    6 May 2025, 14:01
    1
    0 Votes
    10 Posts
    292 Views
    The plugin was initially created to check RAID created during install, not custom RAIDs created manually. But that could be an improvement to the plugin @stormi I leave you the honor to add this somewhere
  • Cannot get to XO Lite portal

    5 May 2025, 16:45
    0 Votes
    7 Posts
    319 Views
    @Virtual said in Cannot get to XO Lite portal: @olivierlambert So my host IP is 192.168.1.40 and the Xen orchestra IP is 192.168.1.45 To clarify, I was referring to XO 6 Lite. Going to https://192.168.1.40 brings up the page with XoA quick deploy, cli documentation, etc. It doesn’t navigate to XO 6 lite Going to https://192.168.1.45/v6 still gives me the error mentioned in the original post Indeed, as said, there's no such thing as "XO Lite 6". XO Lite is simply "XO Lite" (we'll have a v1 at some point, v6 is like far far in the future ) So yes, https://192.168.1.40 should display XO Lite if you use XCP-ng 8.3 (you can install it manually for 8.2 but it's not bundled by default) And https://192.168.1.45/v6 should display XO 6, only if you built it correctly to get XO 6 components built.
  • cant create a private cross pool network

    3 May 2025, 17:33
    0 Votes
    3 Posts
    126 Views
    Sorry for the delay, I'm a bit swamped. That does not ring a bell to me right now. What is you setup like? How many pools, how many host per pool, is there bond on some of them? Then, more to debug what was actually created as you stated there network does exist but there is no traffic: On your hosts: xe network-list to get the uuid of one of these private networks you created xe network-param-list uuid=<netwok-uuid> should tell you in which bridge they are ovs-vsctl show shows all bridges and their ports, in there you should be seeing the bridge you found in previous step. This bridge should have: a port with type vxlan and options in which you have a remote_ip to the network center the VIFs for the VMs On your VM: is that network assigned to the VMs? do the VM have new devices created in ip link or similar when you attached the network? is there any error in VMs dmesg on device creation? We'll see from there if we can get an idea of what is happening.
  • Issue Importing Dell PPDM OVA into XOA

    Unsolved 29 Apr 2025, 14:52
    2
    0 Votes
    11 Posts
    355 Views
    Edit to my previous post: the script is checking for working DNS, so i cannot pre-setup network. If you want the fixed applicance with the drivers installed, ping me ! To setup the network, you just need to login (root/changeme, yeah the password is... bleh), and launch the script /usr/local/brs/puppet/scripts/install.sh -lui
  • Transport-email plugin - oauth for gmail

    29 Apr 2025, 13:01
    0 Votes
    4 Posts
    195 Views
    @olivierlambert Noted on another improvment for the next roadmap
  • No Alma logo in XO?

    1 May 2025, 17:41
    1
    0 Votes
    2 Posts
    96 Views
    Hi, I'm pretty sure this is planned to be addressed in XO6. Dan
  • Unable to add host to pool (db mismatch)

    25 Apr 2025, 13:01
    0 Votes
    9 Posts
    309 Views
    Could you please provide the output of (for the master and the candidate host): xe host-list params=software-version It does seem odd....
  • 0 Votes
    32 Posts
    11k Views
    @RawbDeeni Thank you! I had the same problem using 8.2 lts. I ended up formatting and using 8.3, and I didn't have any issues after that. I'm glad I found a better alternative to use this hypervision from a vmware end user for over 10 years until Broadcom killed it.
  • 0 Votes
    4 Posts
    313 Views
    Ping @lsouai-vates
  • Multiple AD sources to Xen Orchestra

    23 Apr 2025, 10:22
    0 Votes
    11 Posts
    361 Views
    @tuckertt Hello ! We are making some investigations on authentication, users, ACLs etc... topics for the Xen Orchestra 6 version to come. Could you please formalize your need so I can add it to my user suggestions list? Try to make specs as most generic (for all users) as possible, and don't hesitate to add some concrete examples. Have a good day!