XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. nick.lloyd
    3. Topics
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 5
    • Posts 54
    • Groups 0

    Topics

    • nick.lloydN

      Omnissa/Citrix VDI Alternative-ish

      Watching Ignoring Scheduled Pinned Locked Moved Compute
      5
      3 Votes
      5 Posts
      329 Views
      nick.lloydN
      @msupport Right! I'm sure it's a great product, the goal for this is to have no licenses, unlimited users, ported for several hypervisors. It's just a pet project I've wanted to do since I started in IT, and if other people besides me can use it, great! I know one of my employers may work on making it a polished project if the Omnissa renewal is too expensive. And if I can build it, why pay for it? I might not be a programmer by trade, but there's no reason I can't learn and ask around for help!
    • nick.lloydN

      Wait for IP(v4) address similar to terraform

      Watching Ignoring Scheduled Pinned Locked Moved Management
      4
      0 Votes
      4 Posts
      150 Views
      nick.lloydN
      @nathanael-h Dang, do any of you sleep?! This is pretty much what I need, and would actually significantly improve what I'm building! Will wait_for_ip be included? As well as the rest of the Terraform logic? But as you're building a Python script you could implements there the same logic: define a variable for your expected cidr, and poll the IP of the VM until it matches. Duhh, Why didn't I think of that . Thanks for the help!!
    • nick.lloydN

      Running xo-cli command returns Unhandled Error

      Watching Ignoring Scheduled Pinned Locked Moved Management
      13
      0 Votes
      13 Posts
      564 Views
      nick.lloydN
      @Danp The file is getting removed every time, that's why I was questioning the behavior of the command (whether it is grabbing all records or cached records). We can do that, but if the user is deleted, that user entry would be gone.
    • nick.lloydN

      Installing xo-cli on new VM

      Watching Ignoring Scheduled Pinned Locked Moved Solved Management
      3
      0 Votes
      3 Posts
      267 Views
      nick.lloydN
      That's what it was. For whatever reason, ubuntu defaults to installing these versions for node and npm respectively: v12.22.9 8.5.1 Following the steps here fixed it. As always, thanks!!
    • nick.lloydN

      Recovering hosts from a "fire": Multiple hosts in a pool becoming the pool master

      Watching Ignoring Scheduled Pinned Locked Moved Compute
      6
      1
      0 Votes
      6 Posts
      479 Views
      DanpD
      @nick-lloyd I think the answer would depend on the state of your XAPI database given the fact that each host thinks that it in the pool master. To convert one or more of the hosts to a slave, you would need to -- edit the file so that it contains slave:<IP address of master> instead of master run mv /var/xapi/state.db /var/xapi/state.db-old to get rid of the old xapi database reboot the host Once rebooted, the xapi database will be regenerated by syncing with the pool master.