Subcategories

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

    351 Topics
    3k Posts
    olivierlambertO
    Indeed, you are right and it's about to be fixed very soon. Thanks!
  • ACLs, Self-service, Cloud-init, Load balancing...

    88 Topics
    746 Posts
    pdoniasP
    @archw Since the jobs settings give you an automatic direct access to the API methods, the parameters are not documented, unfortunately. Regarding vm.restart, force will hard-reboot the VM instead of going through the guest tools and bypassBlockedOperation will restart the VM even if you enabled "Protect against accidental shutdown" in the VM's advanced tab.
  • All XO backup features: full and incremental, replication, mirrors...

    353 Topics
    3k Posts
    olivierlambertO
    I'm not sure there's a change related to that but I can ask @Team-Storage
  • Everything related to Xen Orchestra's REST API

    62 Topics
    479 Posts
    Y
    @florent /etc/xo-server/config.toml /opt/xen-orchestra/packages/xo-server/.xo-server.toml What items should I look at in the config settings file?
  • Terraform, Packer or any tool to do IaC

    32 Topics
    294 Posts
    I
    @nathanael-h Unfortunately this module is also requires a minimum Windows PowerShell version of '7.4' to run. and we are looking for posh 5 solutionю Was you able to find out GUID-taskID mapping rule?
  • Developing XenOrchestra

    2
    1 Votes
    2 Posts
    324 Views
    olivierlambertO
    It's Javascript, so there's no really mandatory tools: Any text editor supporting editor config for basic rules formatting is a good start A GitHub account Same recommendation for the dev env than running XO from the sources: NodeJS 8 and yarn That's pretty much it.
  • Error When Creating VM

    6
    0 Votes
    6 Posts
    640 Views
    olivierlambertO
    Try to remove the source folder and reinstall it. Please try following the official documentation: https://xen-orchestra.com/docs/from_the_sources.html
  • Int Error when trying delta backups in XO

    14
    0 Votes
    14 Posts
    1k Views
    DanpD
    Use FreeBSD instead of FreeNAS Avoid JPE
  • Auto Power ON says Invalid Parameters

    Solved
    21
    1
    0 Votes
    21 Posts
    2k Views
    M
    @cg it works on restored VMs from pre-fix backups. I haven't tested post fix backups yet. However, it also works on newly installed VMs.
  • Seem to have lost a host along the way.

    1
    1
    0 Votes
    1 Posts
    743 Views
    No one has replied
  • Xen Orchestra Webpage not working correctly via Netscaler

    Solved
    7
    1
    0 Votes
    7 Posts
    958 Views
    G
    Thanks for your help @olivierlambert After Enabling the Websockets everything works now. The Webpage is now display correctly without any issues.
  • XOA import script failing silently

    6
    0 Votes
    6 Posts
    858 Views
    olivierlambertO
    Hi! The new standard way to import is here: https://xen-orchestra.com/#!/xoa Let me know if you have any issue. It's still in beta yet, and we got one small issue to fix (it won't fetch the XO username/password, so it's still admin@admin.net / admin)
  • What is miss in XO and What i like and What I like to have ;-)

    3
    0 Votes
    3 Posts
    293 Views
    A
    THX Oliver I will try it soon more like XO-CLI
  • XOSAN - few questions :)

    4
    0 Votes
    4 Posts
    2k Views
    olivierlambertO
    Technically everything is possible (even adding disk) but not with the XOSAN UI. If you want more flexibility, I suggest you wait for XOSANv2.
  • Migrate VM with a private network to another host.

    7
    0 Votes
    7 Posts
    2k Views
    olivierlambertO
    Advanced tab of the VM view, "Start on…" button. Cross server private network will be a Xen Orchestra plugin for our next release.
  • After started CR backup I cannot open XOA web page

    5
    1
    0 Votes
    5 Posts
    265 Views
    julien-fJ
    @olivierlambert If you're talking about the merge, yes it's done in separate threads.
  • Continous replication - testing - start replicated VM

    2
    2
    0 Votes
    2 Posts
    213 Views
    olivierlambertO
    That's normal. If you boot the replicated VMs, then blocks will be changed. It mean no further delta replication will work on this VM. Force boot it if you lost the original VM and you don't care about delta toward the copy anymore. If you just want to test the VM without doing a new full (breaking the delta chain), boot with a copy. I think I explained that in this video: https://www.youtube.com/watch?v=FfUqIwT8KzI That's a display glitch.
  • Wrong time on XOA

    7
    0 Votes
    7 Posts
    4k Views
    olivierlambertO
    It's tzdata
  • host.call_plugin?

    2
    0 Votes
    2 Posts
    881 Views
    olivierlambertO
    It's everytime a XAPI plugin is called. Eg the update plugin is called regularly and there is other plugins. So it's OK
  • Error when migrate with XOA

    3
    0 Votes
    3 Posts
    735 Views
    olivierlambertO
    Ah yes, when you migrate, unmount your CD drive, sometimes it causes issues!
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    2 Views
    No one has replied
  • Importing VMs all with same mac-address

    Moved
    7
    0 Votes
    7 Posts
    1k Views
    ?
    @borzel sweet.
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • "Cannot GET /" Error after update

    11
    1
    0 Votes
    11 Posts
    2k Views
    P
    In case someone ran into the same problem here is how I solved it. I had a feeling this was http mounts issue. I checked and looks like during update process the .xo-server.toml got deleted. I copied the sample one from the /opt/xen-orchestra/packages/xo-server/sample.config.toml , edited the http.mount and bob's your uncle. I have a feeling this has something to do with the format of that file change. When I originally built from source the file has a slightly different syntax and it was called .xo-server.yaml. At least according tot he directions I used to build. In any case its all back to normal now. Thanks you everyone for your help.
  • Try to import .ova

    26
    0 Votes
    26 Posts
    8k Views
    olivierlambertO
    Thanks, this way we'll have a way to understand what's wrong with this OVA, if it's something really specific or a VMWare way to make something we didn't expected