Subcategories

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

    363 Topics
    3k Posts
    dthenotD
    @Razor_648 While I was writing my previous message, I have been reminded that there are also issues with LVHDoISCSI SR and CBT, you should disable CBT on your backup job and on all VDI on the SR. It might help with the issue.
  • ACLs, Self-service, Cloud-init, Load balancing...

    90 Topics
    766 Posts
    D
    @Danp said in Advanced VM settings Logs: Hi Dustin, Yes... these types of actions are recorded in the Audit log (Settings > Audit) if you have access to this feature and have enabled it. Dan Perfect, thanks!
  • All XO backup features: full and incremental, replication, mirrors...

    371 Topics
    4k Posts
    C
    I have a couple Delta backups that target the same remote. Yesterday I set up a Mirror backup between that remote and another remote. When I ran the Mirror backup yesterday, it was successful. Today 7 of the VMs succeed in the backup but 5 of them fail with: Missing vdi <guid> which is a base for a delta Could this be caused by the fact that the target for the Mirror backup used to be a target for the Delta backup so it has files on it already. Do I need to purge the folder entirely? I thought maybe that would give it a head start and the reason I'm using the Mirror backup is because the Delta backup used to fail randomly on random VMs when backing up to both remotes. How would I go about diagnosing this? I assume since the guid for the vdi is missing, it's going to be hard for me to find since I can't find something that's missing. Alternatively, maybe it's because it's currently a weird mix of old Delta backups and new Mirror backups and maybe over the next few days it will purge enough old stuff that it will start working cleanly. Should I delete the entire remote target of the Mirror to get it started cleanly? Or, more likely, delete all backups on that Mirror for the 5 VMs that failed with this error.
  • 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

    34 Topics
    319 Posts
    olivierlambertO
    No, it's fine, as long the issue contains all the relevant details it's fine
  • Two Delta-Backups on the same host

    4
    3
    0 Votes
    4 Posts
    485 Views
    olivierlambertO
    When you click on the link of the error message it should send you to the official documentation, explaining what it means: https://xen-orchestra.com/docs/backup_troubleshooting.html#error-messages I'm not sure to understand the UI question, can you post a screenshot?
  • vm visible in console not in xen-orchestra

    4
    2
    0 Votes
    4 Posts
    830 Views
    akurzawaA
    @jedimarcus You were right [root@XCP02 ~]# xe vm-list is-a-snapshot=false | grep 29_ name-label ( RW): 29_Hades @Danp [root@XCP02 ~]# xe vm-list params=name-label,uuid,other-config uuid=c2ae0376-b164-1d63-5c9a-e90a6be4cfbc uuid ( RO) : c2ae0376-b164-1d63-5c9a-e90a6be4cfbc name-label ( RW): 29_zeus-file-archive_2019-08-08T13:36:58.771Z other-config (MRW): base_template_name: Debian Stretch 9.0; import_task: OpaqueRef:c1020902-7587-47fd-9035-ad97d0f82c99; mac_seed: 06e28f1e-e6b0-3a82-1d50-33414ceea41e; install-methods: cdrom,nfs,http,ftp; linux_template: true ok thank You guys.
  • Disaster recovery - wrong network in destination

    Solved
    7
    2
    0 Votes
    7 Posts
    833 Views
    olivierlambertO
    Yeah I would say that's the more logical solution in the end
  • cloud-init Network configuration

    4
    0 Votes
    4 Posts
    1k Views
    fohdeeshaF
    Do you mean to say when you edit the network config box, and fill it out with your own network info (adhering to this standard: https://cloudinit.readthedocs.io/en/latest/topics/network-config-format-v1.html) that cloudinit in the vm gives a yaml error? This indicates the way you filled out the entry box is not properly formatted. Keep in mind to pass networking info, your cloudinit install in your template VM needs to be set to use nocloud data sources, and keep in mind the network configuration passed via cloud-init is added to the template VM, not replaced, so you need to properly configure your template VM to not already have adapters configured with IP addresses etc
  • XO does not show all VMs on a particular xs 6.2 node and other

    8
    0 Votes
    8 Posts
    595 Views
    B
    Yes, you are right infact the old instances are halted and are temporarily kept till I am not sure the imported ones are perfectly working on new node. Unfortunately in the meantime I need a way to manage boths and it means xencenter or cli. Thanks for having pointed my attention to the duplicated uiids problem.
  • XO from source - no plugins, no config import

    5
    0 Votes
    5 Posts
    1k Views
    DanpD
    See me previous post here -- https://xen-orchestra.com/forum/post/5072 I'm guessing that you were missing the symlinks for the plugins, otherwise they should have been present in XO.
  • Question About Multiple Remotes on XOA Backup-NG

    5
    0 Votes
    5 Posts
    897 Views
    A
    Thank you, @olivierlambert, for all you do here.
  • Migrate or export XOCE

    3
    0 Votes
    3 Posts
    864 Views
    bnrstnrB
    I think the simplest way to just do this once is to go to Settings > Config, there you can export the backup. Once you create your new instance of XOCE, you can import the backup using the same page, then just logout of the default user, and you can login using your old credentials. Make sure to delete the admin@admin.net account after.
  • Full XOA

    6
    0 Votes
    6 Posts
    3k Views
    olivierlambertO
    So you can't create a backup with XOA Free. This edition is meant for all usual administrative tasks, like XCP-ng Center if you like. If you want backup features, 2 choices: going for XOA Starter, Enterprise or Premium depending on your backup needs. See each edition features here: https://xen-orchestra.com/#!/featuresmatrix (each edition comes with pro support, updater and remote SSH access if needed) install XO from the sources on a system you like, following our guide: https://xen-orchestra.com/docs/from_the_sources.html
  • XO and Debian10

    9
    0 Votes
    9 Posts
    1k Views
    DanpD
    @axel I just ran the installation script on a Debian 10 VM and it worked as expected. Even when using the "official" way, sometimes the installation can fail due to things like -- issues with recent commit to github repo issues with upstream dependency etc This is why the pre-built XOA appliance exists. Feel free to open an issue over on the script's Github repo if you continue to encounter issues.
  • How to detect when Backups fails in XOA!?

    4
    0 Votes
    4 Posts
    634 Views
    olivierlambertO
    This is a 3rd party container not validated nor endorsed by XO devs. We don't know what's inside, if you have questions on it, ask on the Github repo of the maintainer Backup reports will answer your initial question/requirement (reports can be sent by email, Slack etc.) There's also a Nagios plugin, or you can use XO API to make request to be support in any software of your infrastructure Monitoring a Docker container is outside scope of XO, I would suggest to ask Docker community. Regarding XO and how backup are done, any fresh XOA deployed (or from the sources) will be able to find all the previous backup done by an old XOA, because we store every info on the remote.
  • Run an backed-up VM from an NFS-Share

    7
    0 Votes
    7 Posts
    902 Views
    olivierlambertO
    The best option is to use Disaster Recovery, or both DR with your current backup. It's the easiest way. Please watch the video I posted.
  • Can't add host - ECONNREFUSED

    Moved
    4
    0 Votes
    4 Posts
    1k Views
    olivierlambertO
    Are you sure you entered the IP address of your XCP-ng host?
  • gui xenorchestra. tree

    Solved
    7
    2 Votes
    7 Posts
    909 Views
    olivierlambertO
    https://github.com/vatesfr/xen-orchestra/milestone/36
  • No network available in new VM page?

    5
    1
    0 Votes
    5 Posts
    1k Views
    olivierlambertO
    Yeah it's like there's no network. Also double check with XOA (that you can deploy here: http://xen-orchestra.com/#!/xoa )
  • no object with UUID or opaque ref

    5
    0 Votes
    5 Posts
    2k Views
    2
    I think this is what happens when you ask XOA to move a disk into a different resource pool, and that pool can't see the storage. Discovered that by accident
  • Moving VMs in a multi-pool setup

    3
    0 Votes
    3 Posts
    884 Views
    2
    Olivier - the destination storage was attached to the wrong pool. It was behaving correctly, but not doing what I wanted.
  • Weird issues migrating VMs between hosts

    4
    0 Votes
    4 Posts
    950 Views
    borzelB
    @coolrunnings82 no
  • [XOCE] Building on FreeBSD 12 - Error bcrypt_lib while yarn

    1
    0 Votes
    1 Posts
    284 Views
    No one has replied
  • Building from master branch - is that "latest" channel?

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    olivierlambertO
    I'm fed up with trolling. I already explained that XOA can be seen as a "Xen Orchestra dedicated distro", we make the choice to build it from a "snapshot" (commit) on various component. It's not based on a GitHub branch. That's our choice that you can do on your side if you want to build a XOA equivalent. You have all the 3 liberties of GPL software because everything is available on GitHub. XOA is a choice of which version to use together for each component, with QA and mastered env to be able to make efficient support. If you can't understand that despite 3 or 4 persons explained that to you, we can't do anything else. Good bye.