• 0 Votes
    7 Posts
    219 Views
    rvreugdeR
    Since it was somewhat critical (urgent migration from other pool), I had to switch the pool masters and had to restart the xcp028. But I downloaded the system log. Maybe you find the cause of the problem there? BTW, before restarting the host, I was not able to download these logs (failed).
  • Error adding host to existing pool

    11
    0 Votes
    11 Posts
    658 Views
    olivierlambertO
    Yeah I think that's the best approach in your case
  • Migrating a single host to an existing pool

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    M
    Just going to XO / Home / Pools / pool-1 and pressing "Add hosts" button, selecting host-2 worked OK this time. So no detaching host from a pool and attaching to new pool ... just a button
  • Installing xo-cli on new VM

    Solved
    3
    0 Votes
    3 Posts
    272 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!!
  • Live Migration Fails: MIRROR_FAILED

    7
    0 Votes
    7 Posts
    301 Views
    gthvn1G
    @stevewest15 Thx for SMlog. I don't see anything suspicious
  • List VMs set to autostart

    6
    0 Votes
    6 Posts
    212 Views
    DanpD
    @McHenry Check the contents of the VM's blocked-operations parameter. This is from one of my VMs -- # xe vm-param-get param-name=blocked-operations uuid=e764e6fb-5e18-35dd-cfb6-ddf83d32e1fd start_on: Start operation for this vm is blocked, clone it if you want to use it.; start: Start operation for this vm is blocked, clone it if you want to use it. Both the start and start_on operations should be blocked on CR created replicas.
  • Migration Failure

    Solved
    3
    0 Votes
    3 Posts
    187 Views
    Z
    @olivierlambert Ah! I didn't have any ISOs connected to the CD drive, but the VM did have quite a few snapshots. I deleted a majority of those (though not even all of them), and it migrated successfully. Thanks!
  • Proxy installer down?

    35
    0 Votes
    35 Posts
    7k Views
    A
    @McHenry https://xcp-ng.org/docs/api.html Restarting the API Sometimes, you might want to restart the toolstack (API and storage stack). You can do it with the following command from the host console (or directly with Xen Orchestra): xe-toolstack-restart TIP Restarting XAPI won't affect any running VMs. However, all backup/export tasks will be removed.
  • VM Autostart order

    14
    0 Votes
    14 Posts
    809 Views
    J
    @olivierlambert said in VM Autostart order: There's already the vApp support in XAPI since a while, so it's really only a XO Lite/XO matter. Is the AutoStart vApp along with the script already created? If not then like I said its both.
  • SR usage on multiple pools

    Solved
    12
    1
    0 Votes
    12 Posts
    331 Views
    olivierlambertO
    Yes, it's a "definition" question/problem: a SR is the exact place where you store your virtual disk images. On NFS, it's a folder named after the UUID of the SR. As Dan said, if you connect to the same NFS folder, it will create a new folder for each new SR inside. So even if it's the same physical device/NFS share, there's many SRs on it. For a block based SR, it's different: if you pass a LUN (in ISCSI for example), it will attach it and warn you: either you want to re-attach the previously existing SR (UUID etc) either you erase it completely to start from scratch. There's no "folders" on a block space like a LUN, so it's different.
  • Pool management

    Solved
    3
    0 Votes
    3 Posts
    227 Views
    M
    @olivierlambert Thanks Oliver, lots to learn. p.s. Congrats on the 8.3 launch.
  • Unlink fast-cloned VM from the parent.

    3
    0 Votes
    3 Posts
    223 Views
    henri9813H
    Thanks !
  • Bridge VM on network with mgmt PIF

    3
    0 Votes
    3 Posts
    228 Views
    3
    @Andrew it’s a simple dell USB-C to Ethernet adapter, nothing fancy. I’m running XCP on a laptop with only USB-C ports… I’m gonna try with other types of adaptors and we’ll see
  • Managing a host using a proxy

    23
    0 Votes
    23 Posts
    6k Views
    M
    @olivierlambert No problem however I am confused. If I use XO, which does not need registration, and the proxy does need registration however is the proxy registration tied to the unregistered XO?
  • XOA - instant logout if changing app on iOS

    10
    0 Votes
    10 Posts
    306 Views
    K
    @olivierlambert I will try to... Perhaps, it is related to the untrusted certificate of my installation.
  • Managing disks and storage in the XO GUI

    5
    0 Votes
    5 Posts
    289 Views
    olivierlambertO
    This requires some extra plugins to be able to do it, and as it's rather "advanced"/not usual for the main XCP-ng use cases (which is connecting to iSCSI/NFS/shared storages, it's not a priority. Which doesn't mean it's not a good idea or interesting, but there's some work to do it and then to maintain it.
  • Best way to migrate VMs from old pool to new?

    14
    0 Votes
    14 Posts
    2k Views
    M
    @manilx Just out about this [image: 1728034849236-screenshot-2024-10-04-at-10.39.51.png] Stupid me.... Could have used that a few times, between our production and backup pools which are different. There's always something "new"
  • 0 Votes
    3 Posts
    122 Views
    K
    @olivierlambert There is only "Dashboard/Alarms" and that is empty for me
  • This topic is deleted!

    3
    2
    0 Votes
    3 Posts
    19 Views
  • Understanding remote management using XO

    5
    0 Votes
    5 Posts
    296 Views
    D
    @McHenry said in Understanding remote management using XO: @Danp I am using CE so I do not think XO proxy is available at this time. You can setup a proxy yourself using the CE version, just like with everything with the CE version, your milage may vary.