• 0 Votes
    8 Posts
    326 Views
    P
    @olivierlambert, yes, thank you. I will open that ticket.
  • Cloning Windows 11 with vTPM

    4
    1 Votes
    4 Posts
    551 Views
    lsouai-vatesL
    @jkatz hello, thanks for your report. This topic is being studied on our side, we have scheduled a ticket on it in our roadmap. We will keep you informed. Have a good day!
  • Backup Network - Unable to add new network

    12
    0 Votes
    12 Posts
    576 Views
    olivierlambertO
    @AtaxyaNetwork It will/it does
  • Possible for a script on one host to test fr VM runnig on another host?

    7
    0 Votes
    7 Posts
    350 Views
    A
    @olivierlambert Thanks!
  • Debian 12 cloud image SSH key

    6
    0 Votes
    6 Posts
    495 Views
    olivierlambertO
    haha we were all noobs when we started, it's fine
  • VM migration failure

    6
    0 Votes
    6 Posts
    354 Views
    B
    removed the failed server connection. Restarted xo-server service. Added new host again. Seems fine now. In hind sight, I could have very well recycled a DHCP ip here as well, if that is a known issue...
  • XOA Hosts giving different GUI views

    2
    2
    0 Votes
    2 Posts
    142 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
    253 Views
    olivierlambertO
    Indeed, you are right and it's about to be fixed very soon. Thanks!
  • XOA not responding!

    6
    -1 Votes
    6 Posts
    275 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
    338 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
    181 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
    525 Views
    M
    @olivierlambert Interesting, thanks.
  • Reconfigure the XOA VM IP address?

    Solved
    5
    0 Votes
    5 Posts
    463 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
    416 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
    209 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
    471 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
    460 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
    330 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
    825 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
    937 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) }