• XOA Hosts giving different GUI views

    2
    2
    0 Votes
    2 Posts
    178 Views
    olivierlambertO
    Sounds a like a bug to me, we can maybe check what's displayed in there and take a look at xe level to see what's the problem Ping @lsouai-vates
  • Weird behavior on cpu usage

    Solved
    4
    1
    0 Votes
    4 Posts
    336 Views
    olivierlambertO
    Indeed, you are right and it's about to be fixed very soon. Thanks!
  • XOA not responding!

    6
    -1 Votes
    6 Posts
    390 Views
    olivierlambertO
    Okay so you deployed XOA, the turnkey VM with XO already installed in it. Are you sure you do not have an IP conflict? Make sure XOA IP is different than the host.
  • XeniFace Error Even on Updating Drivers

    6
    2
    0 Votes
    6 Posts
    450 Views
    MK.ultraM
    I had the same problem, I had to run the XenClean script and do a fresh install of 9.4.1 which resolved the issue. https://github.com/xcp-ng/win-pv-drivers/releases
  • Problem: XOA becomes unusable when XCP-ng master host is rebooted

    2
    0 Votes
    2 Posts
    219 Views
    olivierlambertO
    Hi, This is perfectly normal. Only the master is the contact point for the entire pool. I would advise to go for manual promotion if you consider your host dead. To do it, go on any slave you want to promote (just one) and type xe pool-emergency-transition-to-master. If you use HA, this will be done automatically, but HA can be tricky. The result will be the same, if the master is down, you'll lose the view in XO about what's going on the pool, until you get a master back.
  • 0 Votes
    9 Posts
    696 Views
    M
    @olivierlambert Interesting, thanks.
  • Reconfigure the XOA VM IP address?

    Solved
    5
    0 Votes
    5 Posts
    604 Views
    M
    I had a similar issue and found that after changing the static IP directly by editing the network config file inside the XOA VM, things worked fine, but I had to double-check routing afterward. I also ran a quick ip stress test with multiple devices to make sure the new config didn’t cause conflicts or drops on the network. Everything stayed stable after that.
  • How do you manage multiple VMs outside of Xen Orchestra?

    9
    0 Votes
    9 Posts
    551 Views
    olivierlambertO
    And that's the reason why we planned to keep displaying "out of sync objects" in XO 6
  • transfer vlan networks from one pool to another

    4
    0 Votes
    4 Posts
    291 Views
    T
    @bleader you have it right. I was checking before I started down the path of writing something myself. We are a public entity that operates very similar to an MSP so we have a ton of VLANs. We're migrating from vCenter/ESXi and have always used powerCLI with powershell to perform these functions.
  • Unable to Migrate VM's to newly added host in pool

    9
    0 Votes
    9 Posts
    634 Views
    olivierlambertO
    No no, don't worry, it shouldn't be that frustrating. That's why I want to check what do we have in the pipes in the future to make it easier.
  • XOA unable to connect to server EHOSTUNREACH

    Solved
    10
    1
    0 Votes
    10 Posts
    609 Views
    K
    UPDATE, Its FIXED! I downloaded XCP-NG Center and it was able to connect to Xen-1 and I was then able to change xenbr3 to DHCP instead of the static IP that was the same as xenbr0. No idea how a power hit may have caused this but doing that allowed XO to immediately connect. Much appreciate the assistance, I think it would have taken much longer to figure out if I didn't have the support!
  • XOA Updater Down?

    Solved
    6
    0 Votes
    6 Posts
    429 Views
    M
    @olivierlambert Thanks for the quick fix - update worked fine when I tried again, right after I wrote my post
  • No Xen tools detected on Windows server

    Solved
    13
    2
    0 Votes
    13 Posts
    1k Views
    Tristis OrisT
    @DustinB I advise you not to decide for others what they should do. I'm tired.
  • "No Stats" Issue

    Solved
    14
    0 Votes
    14 Posts
    1k Views
    T
    @BSmithITGuy Thanks for your information. The temporary workaround now is put Xen Orchestra to the same XCP-ng management network. Update 1: Diving deeper, I discovered that the API was changed the host management address (where the VM is located) to the backup address: https://github.com/vatesfr/xen-orchestra/blob/92932dd54645838db58ecfdd872895c5ad461608/packages/xen-api/index.mjs#L1010 async _setHostAddressInUrl(url, host) { ... url.hostname = await this._getHostBackupAddress(host) }
  • Issue with XOA after upgrade

    2
    0 Votes
    2 Posts
    461 Views
    DanpD
    This message shouldn't appear if the license is properly activated. Since you have an active XOA trial, you should open an official ticket through the support portal and we can take a look at this for you.
  • Xen Orchestra Active Directory Group Import Debug

    Solved
    8
    0 Votes
    8 Posts
    531 Views
    olivierlambertO
    Still, I remember we had a dedicated CLI tool to test it
  • Issue With Tasks Area of XO

    1
    1
    0 Votes
    1 Posts
    90 Views
    No one has replied
  • Created a new bond interface and lost management connectivity to hosts

    10
    0 Votes
    10 Posts
    1k Views
    M
    @bleader said in Created a new bond interface and lost management connectivity to hosts: The original problem could be a known issue when creating bond including the management interface that we have to investigate. Although the emergency network reset should have fixed that, so maybe it is a mix of the bond creation issue and MTU issue. In the reinstalled pool, did you create the bonds already? If so I would think changing the MTU should be fine, especially as it worked on other PIF, but with MTU issue it is often quite sneaky, so I would not make any promises either. Yes I have recreated them, but I am not game enough yet to change the management interfaces to MTU 9000, though I have done on bridge interfaces for VMs, because I was losing ssh sessions, and this solved the issue. Also, the bonded storage interface is MTU 9000 no problem.
  • Best Way to Live Migrate XO VM

    Solved
    16
    0 Votes
    16 Posts
    2k Views
    C
    @ph7 Thanks for the tip! Appreciate it.
  • Manual snapshots retention

    Solved
    46
    0 Votes
    46 Posts
    7k Views
    lsouai-vatesL
    @olivierlambert we are thinking about implementing a relationnal DB in the future. Maybe it could offer to stock snapshots as "archived"... I don't know for now. I understand that it could be risky to delete old snapshots, and maybe the responsability of setting the snaspshots retention can be an ACL subject... There are plenty of avenues of work on this topic, and more generally on the retention of information about objects, tasks, and other actions. It's a real in-depth topic.