Subcategories

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

    375 Topics
    3k Posts
    M
    @Danp Hi, I'll try this. Thank you very much. Best regards Mattmurdock78
  • ACLs, Self-service, Cloud-init, Load balancing...

    93 Topics
    782 Posts
    T
    @jkatz I ran into the same issue when trying to configure a network adapter with cloudbase-init. The documentation says that the MAC address value is optional but in reality it is required. In my case I want Xen Orchestra to choose a unique MAC during deployment, and I since I am deploying from a template, the NIC name is a known value. The fix that ended up working for me was to modify the networkconfig.py file in cloudbase-init so that the NIC name is required and the MAC address is optional. I ended up making some additional changes to allow for the network-config v2 format along with the existing v1 support and some additional logic to aid in setting the dns search domains (I can't recall if this was originally supported or not but I had issues getting it to work with the original networkconfig.py file) This file needs to replace the existing one that is installed in the C:\Program Files\Cloudbase Solutions\Cloudbase-Init\Python\Lib\site-packages\cloudbaseinit\plugins\common\ directory. To replace it you should make sure that the cloudbase-init service is stopped, then replace the file. Once this file is replaced, delete the pycache folder in the same parent folder as networkconfig.py - this will ensure that python recompiles this file on service start. Start the cloudbase-init service and confirm that you see a new pycache get created. I'm not a python programmer by trade so others may be able to point out areas for improvement but this ended up working for me and I wanted to share in case it could help others needing to deploy new servers without manually specifying a new MAC address. Below is an example network-config v2 format that works with the updated file. version: 2 ethernets: Ethernet 2: dhcp4: false addresses: - 10.20.30.10/24 nameservers: addresses: - 10.20.5.12 - 10.20.5.13 - 10.20.5.14 search: - intranet.domain.org - domain.org - public-domain.org routes: - to: default via: 10.20.30.1 Updated networkconfig.py file: networkconfig.py.txt
  • All XO backup features: full and incremental, replication, mirrors...

    388 Topics
    4k Posts
    olivierlambertO
    Use XO to connect on the host with the 10G network IPs addresses.
  • Everything related to Xen Orchestra's REST API

    68 Topics
    529 Posts
    olivierlambertO
    @lsouai-vates we should try to reproduce and if we can, to fix it ASAP. Thanks!
  • Terraform, Packer or any tool to do IaC

    35 Topics
    350 Posts
    J
    @manilx I have proposed to the IaC team of Vates, a MCP Server for Vates VMS. Which can be used by GitHub Copilot or similar, if used when doing IaC etc.
  • VM Backup Folders

    Solved
    5
    0 Votes
    5 Posts
    714 Views
    JoeArnonJ
    @danp tnx
  • Backup on encrypted, exchangable disks

    2
    0 Votes
    2 Posts
    680 Views
    olivierlambertO
    Questions for @julien-f I suppose
  • Edit Storage host info after creation?

    Solved
    2
    1
    0 Votes
    2 Posts
    2k Views
    olivierlambertO
    Hi! That's is possible, you just need to shutdown all VMs using disks in there. Then, 4 steps: 0. Find the PBD currently connected to this SR via xe pbd-list Save the PBD information somewhere (xe pbd-param-list uuid=<PBD UUID> Unplug and remove the PBD (xe pbd-unplug and xe pbd-destroy Recreate the PBD by just changing the information using xe pbd-create In short, the PBD is like the "cable" between your host and your SR. Removing it won't remove any actual data, just the link between them. If you recreate it, and replug it, you'll find everything back
  • XCP-ng patches download URL

    3
    0 Votes
    3 Posts
    427 Views
    olivierlambertO
    It doesn't work like Citrix patches. Xen Orchestra will send a XAPI command to the host, that will in fact do a yum update command. The result is returned to XO and it will display available updates. We got a system using the best mirror for you: https://xcp-ng.org/docs/mirrors.html#original-mirror
  • XO tries to deactivate lvm volume group on yarn start

    Solved
    3
    1
    0 Votes
    3 Posts
    325 Views
    jamochlJ
    @olivierlambert cool, thanks
  • new backup shows loading... for ever

    6
    0 Votes
    6 Posts
    635 Views
    olivierlambertO
    Hi, Please open a support ticket, that would be easier to assist (you can also open a support tunnel so we can remotely access your XOA to investigate faster, see https://help.vates.fr/kb/en-us/9-xen-orchestra-appliance-xoa/16-create-a-support-tunnel ) edit: don't forget to go in XOA/Support then doing an XOA check, see https://help.vates.fr/kb/en-us/9-xen-orchestra-appliance-xoa/17-xoa-check
  • backup failed

    35
    0 Votes
    35 Posts
    12k Views
    julien-fJ
    @black_sam Thanks for your feedback
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    138 Views
  • Change management network interface?

    8
    0 Votes
    8 Posts
    19k Views
    fohdeeshaF
    @station-already hehe glad you got it figured out Indeed, management interface changes are pretty "violent" in terms of how much they change and interrupt, so a reboot helps quite often - same for changing the virtual adapter/PIF assigned to a VM - alway a good idea to reboot the VM
  • Backup failed with message "HTTP request has been canceled"

    17
    1
    0 Votes
    17 Posts
    2k Views
    E
    @julien-f said in Backup failed with message "HTTP request has been canceled": node -p 'require.resolve("xen-api")' Hi all, I think the problem is fixed now. thanks for your help
  • backup failed with error writer is not defined

    Solved
    3
    0 Votes
    3 Posts
    376 Views
    R
    @danp after update, backup works fine, thanks
  • Remote Connection Failed.

    5
    0 Votes
    5 Posts
    1k Views
    olivierlambertO
    This means your NFS server doesn't support NFSv3.
  • Zen Orchestra lite

    6
    0 Votes
    6 Posts
    1k Views
    olivierlambertO
    This is not exposed in XAPI, so it might require to write a XAPI plugin.
  • Update script

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    H
    @mrnaz look for the (first) error in your terminal where you execute the script to upgrade. Probably you need to upgrade the yarn or node version.
  • Multiple schedules == different backup sets?

    4
    0 Votes
    4 Posts
    390 Views
    ForzaF
    @mauzilla I've done so that I have two separate backup jobs incremental every 4 hours, with exception on weekends. Retention usually 8 days weekly full backups, zstd compression, every Sunday night. This way we have a separate backup from the incremental chain. We also are able to do more maintenance jobs on the nfs server etc during the off hours on the weekend.
  • Delta backup footer1 !== footer2 error

    Solved
    20
    0 Votes
    20 Posts
    3k Views
    A
    @mrnaz the fixed it in version 5.58.1. So update helped.
  • New Backup setup failures

    11
    1
    0 Votes
    11 Posts
    619 Views
    olivierlambertO
    No worries, just explained how hard it is to support uncontrolled environments Enjoy XO!
  • POOL and hosts dissapeared

    7
    0 Votes
    7 Posts
    1k Views
    DanpD
    @xfen said in POOL and hosts dissapeared: Is it safe to disconnect (remove) the highlighted server and add everything back. Yes
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • XOA and recipes

    xoa-recipe
    3
    0 Votes
    3 Posts
    1k Views
    S
    @olivierlambert Thanks, We had been looking at Terraform so I guess we'll keep heading down that path for the time being.