Subcategories

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

    362 Topics
    3k Posts
    tjkreidlT
    @gb.123 Interesting -- alert the XCP-ng team to take a closer look, if they haven't seen this already.
  • ACLs, Self-service, Cloud-init, Load balancing...

    89 Topics
    763 Posts
    R
    I see your point. Thank you!
  • All XO backup features: full and incremental, replication, mirrors...

    367 Topics
    4k Posts
    C
    @olivierlambert Hmm. It may just be easier to do a restore and export. I tried doing a file restore of / but I get a Cannot GET error when trying to download the tgz. I don't see anything in the UI to indicate what the problem is or if it actually created the tgz.
  • Everything related to Xen Orchestra's REST API

    66 Topics
    502 Posts
    lsouai-vatesL
    @StephenAOINS This endpoint is not currently present in our REST API swagger, but we do plan to add it to the list of endpoints. We are currently finalizing the migration of existing endpoints, the next step will be adding new ones. We will keep you informed when it is available. Feel free to come back to us if you want to learn more and follow our blog posts. have a good day
  • Terraform, Packer or any tool to do IaC

    33 Topics
    309 Posts
    I
    @olivierlambert @nathanael-h @Team-DevOps Please let me know if you have answers for any of the flollowing questions: Why JSON-RPC over websocket regularly returns not expected result for calls and what could be done with it? examples: method xo.getAllObjects sometimes returns empty result, but following: jsonrpc method params ------- ------ ------ 2.0 all @{type=enter; items=} On retry - everything is fine and we have all data jsonrpc result ------- ------ 2.0 @{bbdb1ed0-4c86-24ec-...=;..... method vm.copy sometimes returns only task with name_label host.get_server_certificate and no task async.vm.copy. Meanwhile copy operation is started in XEN Orchestra, so we have to separately search for the task currently running in all objects and if it is not there anymore suggest that it completed successfully. Afterwards we need to check if vm was copied and appeared in all objects. That is really frustrating as we have no info about successfully completed tasks in XEN - records just removed as nothing happen. most likely this happens due to other tasks being popped up in tasks at the same time and websocket call recives not its own responce, is it possible to workaround? What is correct syntax for JSON to run job.create method? Are there any article with supported methods for JSON-RPC calls and examples to use them? Calling for "system.getMethodsInfo" I can see "job.create": { "description": "Creates a new job from description object", "params": { "job": { "type": "object", "properties": { "userId": { "type": "string", "optional": true }, "name": { "type": "string", "optional": true }, "timeout": { "type": "number", "optional": true }, "type": { "type": "string" }, "key": { "type": "string" }, "method": { "type": "string" }, "paramsVector": { "type": "object", "properties": { "type": { "type": "string" }, "items": { "type": "array", "items": { "type": "object" } } }, "optional": true } } } }, "permission": "admin" }, But it is unclear what values should I provide to paramsVector and looking into the job created manually (in web interface) with method job.getall I can see 2 jobs [ { "type": "call", "name": "copyvm", "key": "generictask", "method": "vm.copy", "paramsvector": { "type": "crossproduct", "items": [ { "type": "set", "values": [ { "name": "nevm", "vm": "GUID", "sr": "GUID" } ] } ] }, "userid": "GUID", "id": "GUID" }, { "method": "vm.copy", "key": "vm.copy", "name": "copyvmjob", "type": "call", "userid": "GUID", "id": "GUID" } ] How can I create similar job myself if it is not possible to find out why vm.copy does not return async.vm.copy task info?
  • Xen Orchestra from Sources unreachable after applying XCPng Patch updates

    17
    0 Votes
    17 Posts
    132 Views
    J
    @JamfoFL said in Xen Orchestra from Sources unreachable after applying XCPng Patch updates: @john.c I am able to PING the VM hosting Orchestra with no issues. How about trace routing the tcp port using tcptraceroute (Linux) or tracetcp (Windows). Can you run this on the IP Address and port used by Xen Orchestra, from both local address (same machine) and another address (remote machine)? Can help to see if there’s an issue in the path to that IP’s TCP Port!
  • ldap user auth doesn't work after update to actual version

    5
    1
    0 Votes
    5 Posts
    44 Views
    V
    @olivierlambert thanks! for the info @pdonias do you have any idea what could be wrong? cheers Ringo
  • 0 Votes
    10 Posts
    324 Views
    A
    @jivanpal We do not currently have any plans to support elliptic curve keys - this is a very sensitive topic given different governmental security requirements around the world. Note that Let's Encrypt recommends a dual setup for this exact reason: "Our recommendation is to serve a dual-cert config, offering an RSA certificate by default, and a (much smaller) ECDSA certificate to those clients that indicate support." (https://letsencrypt.org/docs/integration-guide/)
  • NFS Storage Leads to File System Errors After Unplanned Shutdown

    6
    0 Votes
    6 Posts
    215 Views
    I
    @creoleMalady Fingers crossed And don't feel stupid. Everybody has those moments - even after decades of experience.
  • Disk import failed

    Solved
    10
    1
    0 Votes
    10 Posts
    131 Views
    olivierlambertO
    Great news! Thanks for the feedback.
  • XOA Console not coming up

    5
    0 Votes
    5 Posts
    97 Views
    D
    @olivierlambert Tried this - XCPNG | ~/_scripts > netstat -tulpn | sed -n '1,2p;/5900\|80/p' Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:5900 0.0.0.0:* LISTEN 1741/vncterm tcp 0 0 0.0.0.0:10809 0.0.0.0:* LISTEN 2896/xapi-nbd tcp6 0 0 :::80 :::* LISTEN 2887/xapi udp 0 0 0.0.0.0:780 0.0.0.0:* 1029/rpcbind udp6 0 0 :::780 :::* 1029/rpcbind VNC on the XCPNg box is listening to 127.0.01 : 5900, may be - I should change this to listen to 0.0.0.0 ? Also, something to do with protocol used - the browser > inspect > network - seems to use ws:// protocol and receives a 101 - upgrade, should it have been vnc ? ( apologies if its a random guess rant here) -- Attached screenshot of browser console logs. FYI - 192.168.0.49:3000 - is where my XOA VM is running as a VM on XCP Ng (192.168.0.45) and the logs below is when the console for itself (i.e. same IP) [image: 1751716444788-selection_157.png]
  • Kubernetes Recipe VM failed to start - Raise Network Interfaces

    8
    1
    0 Votes
    8 Posts
    126 Views
    D
    @nathanael-h yeah, the installation finished, tho as mentioned above I would prefer to assign my ips via dhcp, so it's not perfect. (mind, I'm currently using a manually deployed cluster just fine, so I'm in no rush to really figure out why the automatic ups are failing) Unrelated, are there plans to eventually allow for up/down scaling the recipe later? With the CCM, setting up vm auto scaling should be possible if the recipe supports it right?
  • XOA vs XO vs Backup feature

    4
    0 Votes
    4 Posts
    119 Views
    abudefA
    @kagbasi-ngc Hi, thanks for your thoughts. I get on well with Linux myself - I’m using XO from source following the documentation, and actually, Ronivay’s script, as you mentioned, makes it all even handier. Still, I can’t help but think - your average home user, a total amateur, is just going to land on the XCP-ng host homepage and click "Deploy XOA". And then they’ve no backup, outside of the trial period. But sure, if XOA is aimed squarely at business and enterprise users with paid licences, fair enough that makes perfect sense. I just feel like backup isn’t really a purely business or enterprise feature, unlike, say, proxy instances or hyper-converged storage. It's something even home users would genuinely benefit from. But as it is mentioned above, that’s just how it’s set up - and like you said yourself, everyone’s got the chance to learn something new. And sure, in the age of AI chatbots, there’s really no excuse not to manage it
  • XO and XCP-ng pricing

    34
    0 Votes
    34 Posts
    649 Views
    B
    @DustinB Been using it since 2012, non-profits fell under the academic tier and it was originally by number of cpu which was 2 cpu per host, under 192G ram but again didnt include vmotion etc, just plain ole esxi why I used Veeam since it brought replication into the mix again still using them at a very low cost. They had essentials and essentials plus and the academic pricing was very low, my understanding is they would rather you use VMware vs something else. Again I have receipts going back to 2012, pretty much same price for all these years until Broadcom entered the picture. There was nothing sus about it, you had to verify your non-profit category and fit within the limts, it was pretty standard pricing for a low number of cores, I could go to CDW or any reseller and get the same pricing. Why you have so many small companies jumping ship many were using vmware essentials which was WAY cheaper then what they are doing now which the only option is Standard and it now requires min of 16 cores per host @$50/core. That is the new and wonderful world of Broadcom... Anyway, this was pretty common stuff under VMware, why so many folks were using it, even the small shops.
  • Some weird Alt Gr issue

    3
    0 Votes
    3 Posts
    64 Views
    K
    @olivierlambert thank you for your response. Just tested with another laptop : no more issue... Well, we will inform our future users and wait for v6 !
  • Transport-email plugin - oauth for gmail

    6
    0 Votes
    6 Posts
    313 Views
    D
    @Pierre-Briec You can try something like Mailjet.
  • XO SocketError: other side closed

    Solved
    12
    0 Votes
    12 Posts
    260 Views
    olivierlambertO
    Excellent news! Thanks for keeping us posted
  • 0 Votes
    14 Posts
    3k Views
    TheNorthernLightT
    @dinhngtu Thank you very much for this. Luckily, these last few 2012 OS's will be mothballed at the end of August, but... sometimes schedules and security don't align.
  • XO one time job scheduler

    3
    0 Votes
    3 Posts
    89 Views
    tjkreidlT
    @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/
  • CPU Stats bottoming out to Zero every five minutes

    10
    1
    0 Votes
    10 Posts
    307 Views
    tjkreidlT
    @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!
  • VGA on Xen Orchestra

    12
    1
    0 Votes
    12 Posts
    677 Views
    A
    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

    7
    6
    0 Votes
    7 Posts
    457 Views
    P
    @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]
  • Display Slowness/Lag

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

    Solved
    6
    1
    0 Votes
    6 Posts
    396 Views
    G
    @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

    5
    0 Votes
    5 Posts
    256 Views
    ForzaF
    @Bastien-Nollet Thanks for checking. At least I know it is set to 20000 entries at the moment. Thank you.