Subcategories

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

    329 Topics
    2k Posts
    nathanael-hN
    @coolsport00 Hello, I don't know the VMware feature you're talking about. I would use Packer https://github.com/vatesfr/packer-plugin-xenserver and Cloud Base init https://cloudbase-init.readthedocs.io/en/latest/intro.html to build a Windows VM template. The sysprep would be run at the end of the packer for example using the provisioner powershell or in the shutdown_command NB: do not forget to deploy guest tools inside the template. @dinhngtu might have also suggestions
  • ACLs, Self-service, Cloud-init, Load balancing...

    84 Topics
    707 Posts
    CyrilleC
    @ferrao Yes it is. At the end the task disappears unless there is an error / failure.
  • All XO backup features: full and incremental, replication, mirrors...

    337 Topics
    3k Posts
    olivierlambertO
    Thanks for your feedback, we'll discuss internally if there's any other possible approach (and I'm not sure).
  • Everything related to Xen Orchestra's REST API

    61 Topics
    476 Posts
    S
    @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

    30 Topics
    279 Posts
    nathanael-hN
    Hello, I suggest you look also for Packer to build ready to use VM templates, with cloud-init, guest tools, and the softwares you'd need. There's a blog post for this https://xcp-ng.org/blog/2024/02/22/using-packer-with-xcp-ng/.
  • Cannot see virtual Machine consoles...

    Solved
    9
    1
    0 Votes
    9 Posts
    3k Views
    N
    @dreday said in Cannot see virtual Machine consoles...: @FPIT I would say to further troubleshoot the limited connectivity issues first... A few things that jump to mind right away Does the host have a network gateway address set for the management interface? Are there any firewalls or switch port ACLs blocking traffic? This one is the least likely culprit 3) Is you host management configured to use DHCP?(based on the blank console, though it would not explain the connectivity issues unless DHCP is not providing all necessary information for the network) Option number 3 worked for me. I had initially configured my management console (with public IP) to use DHCP and the other port (with local IP) to use static. When I did reset all connections to use DHCP the consoles came up. Thank you thank you thank you! @DreDay and of course thanks @FPIT for raising the issue. #one
  • Multiple NIC in XOA / XO CE

    Solved
    3
    0 Votes
    3 Posts
    539 Views
    H
    @olivierlambert Thank you again for the answer! I was not using the right search criteria to find this part myself Changed the 'config.toml' file after searching my system (not an XOA but XO CE, so it was in another location then mentioned in the documentation) Restarted and just as expected the GUI was only available on the specified IP
  • Ansible dynamic inventory

    2
    0 Votes
    2 Posts
    385 Views
    olivierlambertO
    We sponsored someone to work on Terraform and Packer. But every contribution is welcome, on Ansible too
  • Help with Xen Orchestra

    6
    0 Votes
    6 Posts
    533 Views
    olivierlambertO
    Sure, you can create a GH issue on XO repository
  • Xen Orchestra proxies - Test Feedback

    31
    0 Votes
    31 Posts
    10k Views
    olivierlambertO
    We are focusing first on getting something correctly integrated from XOA, it doesn't mean it will be exclusive to XOA. It's just we are first focusing on a completely "known" environment (XOA), but I think at some point we'll be able to provide manual setup for people who want to do it from the sources
  • Delta backup - can't restore

    4
    0 Votes
    4 Posts
    549 Views
    tonyp90T
    @julien-f Backup files check found no problems, so I tried to restore again and it works. No changes or updates in XO, no changes on vhd or json files (same dates and sizes). Only think I did was detach and attach backup repository (settings - remotes) which I tried before with no luck.
  • Python3 support?

    12
    0 Votes
    12 Posts
    2k Views
    DanpD
    @julien-f
  • Min static memory fixed?

    4
    0 Votes
    4 Posts
    892 Views
    olivierlambertO
    In theory, static min is bundled in the template and you shouldn't use less than that. If you still want to do it, consider it as "advanced", and do it with xe
  • Disable network_usage alarm

    3
    1
    0 Votes
    3 Posts
    383 Views
    olivierlambertO
    pinging @nhanlon
  • VM space used in local storage and base copies

    8
    6
    0 Votes
    8 Posts
    2k Views
    N
    @olivierlambert Dont know why the screenshots were not loading, posting that again With no snapshots and coalesce completed, very very little space used. [image: 1606962162989-captura-de-pantalla-233.png]
  • Feature Request: Allow changing proxy from WebUI in XOA

    6
    0 Votes
    6 Posts
    4k Views
    ForzaF
    @julien-f That explains it. Thanks!
  • XO HUB Templates and Recipes Free vs Premium

    Solved
    4
    0 Votes
    4 Posts
    676 Views
    olivierlambertO
    @maxcerny You shouldn't have any diff, no.
  • Terraform

    4
    0 Votes
    4 Posts
    910 Views
    D
    @ruskofd is right. You should be able to use the cloud_network_config attribute to achieve this. The following code is untested but should launch a vm with a static IP. Please see the xenorchestra_vm resource docs and the cloud-init networking v1 docs for more details. resource "xenorchestra_vm" "static_ip_vm" { .... cloud_network_config = <<EOF network: version: 1 config: - type: physical name: eth0 subnets: - type: static address: STATIC_IP/24 gateway: GATEWAY_IP dns_nameservers: - 8.8.8.8 EOF } Let me know if you have any questions or issues using cloud_network_config, As for the blog post, the VM would have been assigned an ip address via dhcp (assuming the guest OS had cloud-init installed which was true for the VM template in the blog post).
  • Feature request: Highlight full backups

    feature in backlog
    6
    1
    0 Votes
    6 Posts
    282 Views
    julien-fJ
    I agree it makes sense. Ping @pdonias
  • Clarification on an Advanced setting

    5
    0 Votes
    5 Posts
    922 Views
    stormiS
    @jedimarcus said in Clarification on an Advanced setting: @eangulus With MaxCPU you can do the increase WITHOUT shutting down... I'll complete this with an example: create a VM with 4 vCPUs and Max vCPU = 8. you can now change the number of vCPUs from anything between 1 and 8 without shutting the VM down
  • S3 / Wasabi Backup

    47
    0 Votes
    47 Posts
    14k Views
    olivierlambertO
    It's also explained very clearly here: https://xen-orchestra.com/docs/community.html (in the first point) Always update to latest code available before reporting a problem
  • Full Backup Problem

    6
    1
    0 Votes
    6 Posts
    535 Views
    N
    @danp i couldnt get the log from command line, sorry But i was able to complete the backup to another remote, so i think the main problem is the remote im using
  • XOA from Source Limitation

    11
    0 Votes
    11 Posts
    1k Views
    J
    @harajukakei I dont use it but it does work for me (XO build from Source), although not from my android phone (the hosts don't move across to the Available list), so could it be browser related?
  • Cannot add ip or edit to existing network

    Solved
    4
    1
    0 Votes
    4 Posts
    456 Views
    M
    @andy you're welcome!
  • XO tree view

    8
    1 Votes
    8 Posts
    1k Views
    ForzaF
    @julien-f Thank you for explaining your plans. I am very eager to see the new XO 6! Perhaps a Christmas present for all of us? I just realised I have one more "peeve" with XOA. That is the console view which does not work well with Swedish keyboard layout. For example pressing Alt-Gr+2 to get at-sign '@' doesn't work. It also crashes the keyboard input so it doesn't release the alt-key. This always works correctly in XCP-ng center. The problem is in both Linux and Windows guests.