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

    Topics

    • O

      Warm migration not work

      Watching Ignoring Scheduled Pinned Locked Moved Migrate to XCP-ng
      4
      0 Votes
      4 Posts
      644 Views
      J
      @OskarNTT Here's another case of the same issue, from just one day ago. https://xcp-ng.org/forum/topic/8596/issues-with-warm-migration-from-esxi-8-0-2
    • O

      Custom Priviliage

      Watching Ignoring Scheduled Pinned Locked Moved Management
      4
      0 Votes
      4 Posts
      203 Views
      D
      To add custom ACLs and Groups, you would do this from Settings > Groups and Settings > ACLs [image: 1709732780401-d8339fae-5a66-4caf-9e78-9ad779437c9b-image.png] Settings > Groups allows you to create and name a group (which contains users). Settings > ACLs is where you set permissions, and then apply those permissions to a group (or individual user.
    • O

      Create Bond for management

      Watching Ignoring Scheduled Pinned Locked Moved Solved Management
      24
      0 Votes
      24 Posts
      6k Views
      nikadeN
      @Chr57 Good job, always nice to have everything sorted out before going live
    • O

      XO changed master pool after host down

      Watching Ignoring Scheduled Pinned Locked Moved Management
      6
      0 Votes
      6 Posts
      386 Views
      DanpD
      xe pool-list will give you the UUID of the master host. xe host-list will give you the host name. You can use a combination of xe commands to get the name of the master host -- xe host-param-get param-name=name-label uuid=`xe pool-list | grep master | awk '{print $4}'` Once you bring back up the old server, XO is smart enough to detect that it is no longer the master and will determine the correct host within the pool.
    • O

      disappearing tasks

      Watching Ignoring Scheduled Pinned Locked Moved Management
      6
      0 Votes
      6 Posts
      274 Views
      DanpD
      @OskarNTT Put the snapshot's UUID into the filter at the top right. This should show you all activity involving this snapshot, including when it was created. The vm.snapshot record contains the UUID of the target VM. In the latest releases of XO, you can click the UUID to be taken to the associated object.