• ECONNREFUSED message

    3
    0 Votes
    3 Posts
    205 Views
    J
    Hi @Danp, Sorry, it was my mistake.
  • ISO Importing Results in .img Files

    Moved
    41
    0 Votes
    41 Posts
    15k Views
    planedropP
    @olivierlambert Gotcha, totally agree, super low on the list of things to do. I do wonder if maybe a note should be added somewhere saying you'll have to manually rename the files after importing? Maybe hear near the note about ISO importing? [image: 1709953737031-84aee289-b7e6-4bcc-a1b8-1edfbe5ba107-image.png]
  • Custom Priviliage

    4
    0 Votes
    4 Posts
    268 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.
  • RDP Button - Not working - Potentially an issue on my PC

    3
    0 Votes
    3 Posts
    367 Views
    D
    @Tristis-Oris That is what it definitely did in the past (can't say for sure as to when). I suspect this has to do with Internet Explorer being killed off (due to compatibility issues) and Edge taking its place. Actually I was just able to confirm this. @danp happened to reach out and suggested I try this registry edit, which in fact did fix the issue, https://gist.github.com/jeremyrsellars/364ea48ea067505037ef Of course, having to make edits to each or multiple workstations kind of sucks.
  • Custom email

    4
    0 Votes
    4 Posts
    341 Views
    F
    Thanks for your replies. Since the advent of mirror backups I realised there was an opportunity to backup to several different USB disks where each disk is a different remote allowing rotation of the disks. The primary backup goes to additional internal storage which is then mirrored to the USB disks. Only one snapshot per vm is needed regardless of how many USB disks are in use. To do this I need to script the mounting process for these disks and send notification emails when a disk is mounted, unmounted (safe to unplug) or when no disk could be found. This is my use case. Thanks
  • disappearing tasks

    6
    0 Votes
    6 Posts
    417 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.
  • Error on Synchronising Groups

    Solved
    6
    0 Votes
    6 Posts
    613 Views
    pdoniasP
    @Tomcatter Great!
  • XO changed master pool after host down

    6
    0 Votes
    6 Posts
    519 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.
  • Cannot see VM stats in XO on XCP-ng 8.3-beta2

    Solved
    6
    0 Votes
    6 Posts
    657 Views
    olivierlambertO
    Great!!
  • Delete of Multiple Templates Fails

    3
    0 Votes
    3 Posts
    280 Views
    johandrJ
    @DustinB If I type it in the filter box on the Home page, it is not found. If I type it in the filter box on the Templates page, it is found and Shows Oracle Linux 7 if I list all the templates with xe template-list, it is not in the list
  • What are Unhealthy VDIs, Orphan VDIs, VDIs attached to Control Domain?

    6
    0 Votes
    6 Posts
    545 Views
    olivierlambertO
    Coalesce isn't instant, and yes, as soon you remove a snapshot, there's some work to do from the storage perspective
  • Patching behind a corporate proxy server

    6
    0 Votes
    6 Posts
    2k Views
    D
    @Gheppy A follow up... Patches appeared in XO right after updating the files (prior to an XCP-ng reboot). Just FYI.
  • how to create a VM and with an imported VHD disk?

    3
    1
    0 Votes
    3 Posts
    523 Views
    DanpD
    FWIW, you can actually create a new VM without a default disk. Then switch to the VM's Disk tab and click the Attach disk button.
  • Xen Orchestra - new NFS storage - storage usage

    4
    0 Votes
    4 Posts
    279 Views
    olivierlambertO
    Yes, as long as the SR is not used by any other host/pool, it's safe to remove it. I'm talking about the SR NFS folder created by XCP-ng. Don't touch anything inside the folder except for entire removal of it.
  • Change nic name when importing Ubuntu vm from VMware

    8
    0 Votes
    8 Posts
    910 Views
    johandrJ
    @DustinB I built a new vm from the Ubuntu 22.04.4 template and it picked up an ip address from the DHCP server after boot. Interesting though, the name of the nic in the Netplan config file is now eth0 I noticed that VMware use a virtual nic named VMXNET 3 Maybe Ubuntu then maps that virtual nic to the ens33 nic name I see this issue was identified previously: https://xcp-ng.org/forum/post/68891
  • Remove and Register VM Again

    Solved
    7
    0 Votes
    7 Posts
    655 Views
    D
    @johandr said in Remove and Register VM Again: The visibility problem of inactive vm's we can solve with the filters in XO. By default, you won't see powered off VM's either as the default view shows only running VMs with "power_state:running" You could of course clear that filter, and then see everything powered off, running, templates etc.
  • Cannot create SMB ISO repository on new XOA

    29
    1
    1 Votes
    29 Posts
    11k Views
    Tristis OrisT
    this button indead not very visible. Maybe it's worth to make it more like usual button? Paint to blue, or move to other side.
  • VM creation: copy vs clone

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    julien-fJ
    Yes, that was merged 4 days ago: https://github.com/vatesfr/xen-orchestra/pull/7388 julien-f opened this pull request in vatesfr/xen-orchestra closed Fix clone #7388
  • GUI issue - missing text field

    5
    2
    0 Votes
    5 Posts
    321 Views
    pdoniasP
    If the content is only white spaces, indeed it's impossible to edit. We'll fix that, thanks for the report! https://github.com/vatesfr/xen-orchestra/pull/7411 pdonias opened this pull request in vatesfr/xen-orchestra closed fix(xo-web/Text): replace spaces with nbsp so that the text is always clickable #7411
  • Rename Imported Disk?

    Solved
    2
    0 Votes
    2 Posts
    254 Views
    olivierlambertO
    You can change a name anytime, it's just a "label" and won't interfere in any way on the system For example, in the SR view/disk tab, click on the disk name, it will be editable. Same in the VM/disk view.