Subcategories

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

    331 Topics
    2k Posts
    C
    @Andrew Gggrrr...you know what's funny about your response?...I was actually just in the Advanced tab and glossed right over that! hahaha Thanks Andrew
  • ACLs, Self-service, Cloud-init, Load balancing...

    85 Topics
    716 Posts
    olivierlambertO
    Question for @julien-f In the meantime, can you explain more in details what do you have in mind? This will be helpful to point you to the right direction
  • All XO backup features: full and incremental, replication, mirrors...

    337 Topics
    3k Posts
    olivierlambertO
    Before answering your question, that would be good to get already something to compare. Can you try with XO and see if it's similar? It's important to understand, if the problem is related to XCP-ng or your backup solution. Also, why not asking CommVault directly too?
  • 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

    31 Topics
    281 Posts
    olivierlambertO
    Question for @dinhngtu
  • Build from source question

    8
    0 Votes
    8 Posts
    1k Views
    B
    @ruskofd said in Build from source question: Why not using a systemd unit instead of forever ? This is exactly what I did. Created a service file in etc/systemd/system that points back to the xo-server bin file.
  • 0 Votes
    6 Posts
    1k Views
    fohdeeshaF
    I'm not sure, I have not used cloud-init in centos. I'd imagine it's similar, you need to find the cloud-init config file in your centos template install, and edit it to prefer the nocloud datasource
  • XOA Updater not working?

    4
    0 Votes
    4 Posts
    389 Views
    olivierlambertO
    Ping @pdonias
  • Can not restore files from delta backup

    11
    1
    0 Votes
    11 Posts
    913 Views
    olivierlambertO
    Restoring the whole VM is OK, because XO doesn't "look" inside the disk.
  • Cloud like services

    6
    0 Votes
    6 Posts
    591 Views
    olivierlambertO
    I'm pretty fine that anyone build a WHMCS connector to XO API
  • Problems getting containers to show in CoreOS on XO.

    5
    0 Votes
    5 Posts
    335 Views
    A
    Thank you. Yes, I have installed the xscontainer though it does nothing.
  • 2 Votes
    1 Posts
    703 Views
    No one has replied
  • Moving VMs from one Pool to another

    6
    2
    1 Votes
    6 Posts
    2k Views
    P
    Next thing I tried was Exporting the affected VM, delete it and import it again. This fails because after deleting the VM both VDIs / VHDs are still there. Also I can not delete them. The error says: [image: 1576141485072-f6ff6ad4-8a59-4424-9bb5-ff498f87989f-image.png]
  • XOA and SAML (keycloak)

    5
    0 Votes
    5 Posts
    851 Views
    julien-fJ
    I'm not overly familiar with SAML, but our plugin is based on this: https://github.com/bergie/passport-saml Let us know if you find something relevant.
  • Open Console of VM in new dedicated Window

    11
    0 Votes
    11 Posts
    4k Views
    DanpD
    @Jarvar You install them in each VM. See here for more details.
  • Workload Balancing

    8
    0 Votes
    8 Posts
    1k Views
    K
    So is there anyone who would be so kind to tell me whether it is worth it trying XOA instead of XOCE regarding workload balancing? Anyone who knows if there are differences?
  • 0 Votes
    2 Posts
    163 Views
    DanpD
    I think this is normal behavior when you have the Load Balancer plugin loaded. If you don't intend to use it, then unload it.
  • xoa automated tasks [workflow feature request]

    7
    0 Votes
    7 Posts
    307 Views
    pdoniasP
    Hi @akurzawa, this would be quite a big feature, please open an issue if you have something precise in mind (a list of possible actions, what could trigger a workflow, ideally some use cases that couldn't be done without it, etc.). Also, a lot can probably already be done with XO's Web Hooks, xo-cli and a third party workflow tool in between.
  • VM migration between hosts fails

    3
    0 Votes
    3 Posts
    378 Views
    G
    thank you, that did it. i got the container plugin installed, shows the containers in the VM fine in XO, testing migration of that VM now
  • XoError: no such host & Firefox crashing at Logs

    2
    0 Votes
    2 Posts
    236 Views
    G
    Tested with Chrome now, on chrome it works. So it seems only a firefox problem. I switched off the extensions ( https everywhere, ublock origin and privacy badger ) but still crashes. Had htop running on my client while crashing, no unusual increase in RAM usage while going to crash. Rebooted XO VM, now it is ok again with firefox. so for me the issue is closed, if somebody is bored and wants to look into some logs for bug hunting i am glad to provide them. i also restarted the toolstack on one of the pool members ( not master ) and the "no such host" error is gone.
  • How does Xen Orchestra work.

    12
    0 Votes
    12 Posts
    2k Views
    olivierlambertO
    xe CLI. Type xe --help.
  • http authentication

    5
    0 Votes
    5 Posts
    562 Views
    julien-fJ
    @sborrill I have a work-in-progress branch with a plugin for this: https://github.com/vatesfr/xen-orchestra/pull/4701 To test, you will need to checkout this branch, add a symlink to the packages/xo-server-auth-http plugin into the directory xo-server/node_modules and then to configure and unable the plugin from XO. This will make basic authentication available with the path /signin/basic, note that you can make it the default authentication by overriding authentication.defaultSignInPage in your configuration file. julien-f opened this pull request in vatesfr/xen-orchestra open WiP: feat(xo-server): support HTTP basic auth #4701
  • Command failed: npm uninstall -g --silent xoa-updater

    3
    0 Votes
    3 Posts
    287 Views
    bpbB
    Will do. I've got an installation of it in two locations and neither are behind a proxy. In a moment of early-onset senility/dementia I confused npm with dnf - somehow! So there's obviously a chance I'm doing something incorrectly.
  • Xen Orchestra CE not show home section in web interface

    18
    1
    0 Votes
    18 Posts
    1k Views
    DanpD
    @AgentZoy Sorry, but I don't understand your current issue. Please restate.
  • [SOLVED] XO From source restore backup fails with VDI_IO_ERROR

    Solved
    16
    0 Votes
    16 Posts
    2k Views
    olivierlambertO
    This is not related to the original, feel free to create a new one regarding this issue. You can't "manually" move a VM, there's always a client to do that (XO, xe, XCP-ng Center etc.). So you need to understand why it's failing first.