• Zabbix on xcp-ng

    Solved
    9
    2
    0 Votes
    9 Posts
    1k Views
    M
    @olivierlambert We have successfully installed using: rpm -Uvh https://repo.zabbix.com/zabbix/7.0/rhel/7/x86_64/zabbix-release-latest.el7.noarch.rpm yum install zabbix-agent2 zabbix-agent2-plugin-* --enablerepo=base,updates
  • New VM MAC address restriction

    13
    0 Votes
    13 Posts
    1k Views
    T
    FYI, Xen has a registered OUI: 00:16:3E edit: I didn't read @olivierlambert previous post mentioning the OUI [image: 1732627775032-xen-oui.png] Source: https://www.macvendorlookup.com
  • Updating xcp-ng

    1
    0 Votes
    1 Posts
    87 Views
    No one has replied
  • Xen Orchestra on publicly accessible VM

    8
    0 Votes
    8 Posts
    449 Views
    F
    @adriangabura This is a production server. This is also the only one we have on the cloud (OVH) for all our others hosts we use a private network behind our firewall and login via OpenVPN. But OVH we are struggling to come to a good design especially since version 8.3 now connect you to the web interface directly. How do we change port or block it?
  • Performance Alert Plugin not handling removable SRs correctly

    6
    0 Votes
    6 Posts
    266 Views
    M
    @CJ the fix has been merged and will be available in the next release.
  • Unexpected VM autostart behavior on pool reboot

    1
    0 Votes
    1 Posts
    60 Views
    No one has replied
  • "SR_BACKEND_FAILURE_47"

    11
    0 Votes
    11 Posts
    608 Views
    olivierlambertO
    Oh that's great! Nice catch How did you find the root cause?
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • XOA Virtual Appliance failed

    Solved
    6
    0 Votes
    6 Posts
    209 Views
    olivierlambertO
    Perfect, enjoy XCP-ng and XO!
  • Size on remote drive to make VM Backup

    2
    0 Votes
    2 Posts
    80 Views
    DanpD
    Hi, This error is telling you that you don't have enough free space on the SR where the VDI currently reside. Regards, Dan
  • External Hard Drive Show 0GB size in disk list

    1
    0 Votes
    1 Posts
    52 Views
    No one has replied
  • VM vCPU allocation

    8
    0 Votes
    8 Posts
    749 Views
    A
    @McHenry Yes, XCP sees and uses all threads (8 core + SMT x2 threads = 16 logical cores). So you can assign all of them to a VM as long as the VM can use them. XO shows 16 "cores" (total threads) and 1 socket. It also shows hyperthreading is enabled. XCP/XO does not differentiate between cores, threads, E-Cores or P-Cores.....a thread is an assignable core resource. You can assign 16 logical vCPU that includes real cores and SMT threads. Some programs do not work well with hyperthreading in a VM environment. So you may wish to disable SMT depending on the workload.
  • ISCSI mount - SR_BACKEND_FAILURE_432

    Solved
    14
    1
    0 Votes
    14 Posts
    644 Views
    J
    @m-mirzayev said in ISCSI mount - SR_BACKEND_FAILURE_432: @john-c Would you mind to post your custom.conf so i have a reference? @m-mirzayev I don’t use multipath personally however, though managed to get Microsoft Copilot to put what you gave above into a valid structure. I also remember people in the past having trouble with multipath, so Vates employees implemented this /etc/multipath/conf.d/custom.conf to fix these issues. # /etc/multipath/conf.d/custom.conf defaults { user_friendly_names yes } multipaths { multipath { wwid "your_device_wwid_here" alias "truenas_iscsi" path_selector "round-robin 0" path_grouping_policy multibus path_checker tur prio const failback immediate } } devices { device { vendor "TrueNAS" product "iSCSI" path_selector "round-robin 0" path_grouping_policy multibus hardware_handler "0" prio const failback immediate } } Please replace "your_device_wwid_here" with the WWID of the device on your network.
  • Can not start VM migration to other pool from XOA

    15
    1
    0 Votes
    15 Posts
    286 Views
    olivierlambertO
    The issue is there's a VDI that's not in the right map. It's hard to tell why without having a deeper look.
  • Pool Management

    5
    0 Votes
    5 Posts
    213 Views
    J
    @McHenry @nick-lloyd With todays release of Xen Orchestra (XOA) version 5.100 there's now support for custom ACLs based around tags. These will prove really useful when your setting up the XOA with its ACL for your clients to access self service, while ensuring that they can't access the other's pools and VMs etc.
  • Running xo-cli command returns Unhandled Error

    13
    0 Votes
    13 Posts
    568 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.
  • How to pass MAC address to pfSense VM

    6
    0 Votes
    6 Posts
    322 Views
    F
    @nikade This is what is currently have: [16:39 xc-ng-hv1-fi ~]# sysctl net.ipv4.ip_forward net.ipv4.ip_forward = 0 Is setting the value to 1 all O need to do? net.ipv4.ip_forward = 1 in /etc/sysctl.conf
  • Update host name of the XO VM

    5
    0 Votes
    5 Posts
    223 Views
    A
    @Danp Thank you, trying now.