XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. AlexQuorum
    A
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 20
    • Groups 0

    AlexQuorum

    @AlexQuorum

    1
    Reputation
    3
    Profile views
    20
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    AlexQuorum Unfollow Follow

    Best posts made by AlexQuorum

    • RE: Issues With Audit Log

      @julien-f Thank you very much I've updated to the latest commit and can confirm the behaviour has stopped, the prompt fix is much appreciated.

      posted in Xen Orchestra
      A
      AlexQuorum

    Latest posts made by AlexQuorum

    • RE: Backup Network - Unable to add new network

      @AtaxyaNetwork Well I feel quite silly now thank you for showing me the easy way rather than the hard way I did it!

      posted in Management
      A
      AlexQuorum
    • RE: Backup Network - Unable to add new network

      All,

      Managed to figure this out but had to configure this in the command line:

      Found an old XCP-NG blog entry for it I've included a snippet below (put the necessary command in bold) but the full URL is:

      https://xcp-ng.org/blog/2022/09/13/network-bonds-in-xcp-ng/

      🛠️ Creating a new management interface on your bond via CLI
      Note that if you have lost your management interface or similar (and that's why you're stuck using the CLI), you can now configure a management interface on top of this new bond manually. First, find the UUID of your bond by running xe pif-list - you're looking for the entry named bond0, and it should have a vlan value of -1- (which means no vlan). For instance, on my machine:

      uuid ( RO) : f7baee9b-67b5-860f-8bad-69f39088d4a4
      device ( RO): bond0
      currently-attached ( RO): true
      VLAN ( RO): -1
      network-uuid ( RO): 6e93da18-f159-4801-f67a-eccb78cc0b62
      We want to use that top UUID in the following command along with your own network information you'd like to assign to this host:

      xe pif-reconfigure-ip uuid=f7baee9b-67b5-860f-8bad-69f39088d4a4 netmask=255.255.255.0 gateway=192.168.1.1 IP=192.168.1.5 mode=static
      Now we just need to tell XCP-ng to use this interface as the management interface (use the same top UUID from before):

      xe host-management-reconfigure pif-uuid=f7baee9b-67b5-860f-8bad-69f39088d4a4
      That's it! Assuming LACP is properly configured on the switch side, you should now be able to access the host via the IP you assigned.

      posted in Management
      A
      AlexQuorum
    • RE: Backup Network - Unable to add new network

      @DustinB Hi Dustin,

      Thanks for the help so far but I cant see a location to set this information at the pool level, hence why I was looking at the network level:

      7362d009-2318-4345-a71e-eb8afc834563-image.png

      Screenshot of config

      posted in Management
      A
      AlexQuorum
    • RE: Backup Network - Unable to add new network

      @DustinB Added at the pool level, I dont have multiple hosts in one pool yet.

      posted in Management
      A
      AlexQuorum
    • RE: Backup Network - Unable to add new network

      @AtaxyaNetwork Hi there,

      I haven't added an IP didn't know that was needed. This is what the current config looks like:

      eb82baf6-aaf2-41fa-a1af-7ef540418859-image.png

      I checked at the pool level as well and couldn't see a way to add it, is this something I need to add via the command line?

      posted in Management
      A
      AlexQuorum
    • Backup Network - Unable to add new network

      I recently added a new NIC to one of my hosts (the pool master) to use for backups exclusively (over a nice 10gb link) I have successfully created the bond and can see it but I'm unable to set it as the dedicated backup network on my pool, I can only set the original bonded network I created which also doubles as the management network?

      Can someone help guide me here as I feel like I might just be missing a setting etc.

      Thanks in advance.

      posted in Management
      A
      AlexQuorum
    • RE: XeniFace Error Even on Updating Drivers

      @dinhngtu Thanks for confirming I'll turn that on, if I have any issues I'll report back!

      posted in Management
      A
      AlexQuorum
    • RE: XeniFace Error Even on Updating Drivers

      @dinhngtu Can you confirm if you mean the the Citrix Drivers option in advanced on the VM? If not then no as I wasn't sure if that option was for the XenServer drivers and not the official Citrix Drivers?

      posted in Management
      A
      AlexQuorum
    • XeniFace Error Even on Updating Drivers

      Hi Guys,

      Noticed the Xeniface error and started mitigating, noticed some of our VM's had updated from Windows update to get the newest XenServer VM Drivers.

      But the problem is XOA Isn't picking up that these drivers are running?

      e22b5f6c-c2d0-4174-934c-79acfbe1c142-image.png

      Still getting this error:

      657d898f-8848-4da6-9f4a-520ef7d80764-image.png

      I ran the mitigation script (scan) and noticed that it wasn't mitigated.

      Not sure how to proceed here as I cant re run the installer as the drivers are already in place? Is best course of action to fully uninstall then reinstall.

      posted in Management
      A
      AlexQuorum
    • RE: Performance Alerts Fail when Turning on All Running Hosts / All Running VM's etc

      @Bastien-Nollet Thank you for your help, purging the config then readding it seemed to fix the problem, appreciate the support.

      posted in Management
      A
      AlexQuorum