• nVidia Tesla P4 for vgpu and Plex encoding

    Solved vgpu
    63
    0 Votes
    63 Posts
    27k Views
    M
    @high-voltages Just wanted to thank you again, its working now with the commands i did in the screenshot.
  • PCI Passthrough of QAT adapter IQA89601G1P5

    6
    0 Votes
    6 Posts
    662 Views
    S
    @olivierlambert thank you for the quick answers, just to put it into context the plan was to use accelerated Wireguard VPN in pfSense+ which comes with own FreeBSD optimized kernel modules: Some more info on CPU extensions / QAT / IPSsec-MB / AES-NI related to that: https://github.com/intel/intel-ipsec-mb https://docs.netgate.com/pfsense/en/latest/hardware/cryptographic-accelerators.html https://networkbuilders.intel.com/docs/networkbuilders/intel-avx-512-and-intel-qat-accelerate-wireguard-processing-with-intel-xeon-d-2700-processor-technology-guide-1647024663.pdf https://2023.asiabsdcon.org/program/_p05b/paper.pdf https://forum.opnsense.org/index.php?topic=37808.0 https://forum.netgate.com/topic/173606/solved-intel-qat-driver-with-wireguard-support/9 https://github.com/pfsense/FreeBSD-src/blob/devel-main/sys/dev/qat/include/common/adf_accel_devices.h#L38 Example CPU's having the relevant features incl. AVX-512: https://ark.intel.com/content/www/de/de/ark/products/226102/intel-xeon-d-1713nt-processor-10m-cache-up-to-3-50-ghz.html https://ark.intel.com/content/www/de/de/ark/products/226113/intel-xeon-d-1722ne-processor-10m-cache-up-to-2-70-ghz.html Some older Atoms have Intel SSE4.2 but miss the AVX-512 which i think bring the most performance: https://ark.intel.com/content/www/de/de/ark/products/97937/intel-atom-processor-c3558-8m-cache-up-to-2-20-ghz.html https://ark.intel.com/content/www/de/de/ark/products/134803/intel-atom-processor-c5115-9m-cache-2-8ghz.html Best regards
  • Windows10 boot: SYSTEM THREAD EXCEPTION

    14
    1
    0 Votes
    14 Posts
    939 Views
    D
    You can redirect its serial port to a TCP port on the host (xe vm-param-add uuid=<uuid> param-name=platform hvm_serial=tcp::7001,server,nodelay,nowait) then connect a Windbg remote kernel debugger using a connection string (com:ipport=7001,port=192.168.1.xx)
  • Question on CPU masking with qemu and xen

    3
    0 Votes
    3 Posts
    534 Views
    olivierlambertO
    For migration between vendors (AMD/Intel) I suggest the warm migration feature of XOA, solving the problem with only few minutes of interruption.
  • XCP-NG 8.3 xsconsole backup, restore pool metadata

    11
    -1 Votes
    11 Posts
    757 Views
    stormiS
    This is absolutely something to write about in the release note of 8.3. Agreed, this should be in the release notes. I'll add it. It's now in the release notes: https://docs.xcp-ng.org/releases/release-8-3/#pool-metadata-backup-temporarily-unavailable-from-console
  • Google Coral TPU PCIe Passthrough Woes

    37
    0 Votes
    37 Posts
    10k Views
    S
    Passing through the usb adapter I am getting roughly 30ms response times which is acceptable. Definitely not as fast as the m.2 version but good enough to keep me from buying a mini-pc or SBC. I would love to switch to the m.2 if someone could post here if they get a success. Just a strange side note, I couldn't get it to list in xoa and use the gui to do the passthrough. I had to manually hide it from the dom and pass the usb adapter to the vm. I couldn't figure out how to refresh the pci list and tried doing reboots to see if it would pick up the new device but no luck. If anyone knows how to refresh that list I'd be interested. Thanks, SFD
  • VUSB fails to reset

    vusb usb
    2
    0 Votes
    2 Posts
    288 Views
    F
    @633kD4d Same issue here trying to pass through a UPS usb device to a Linux guest. VM won't start with VUSB active and the same error about fail to reset.
  • Neofetch on XCP-NG

    7
    0 Votes
    7 Posts
    562 Views
    ForzaF
    @Ascar said in Neofetch on XCP-NG: @Forza Not a bash script, a package that requires installation. XCP-NG has all repos wisely disabled. That's why installing it on this specific type of host is not a trivial task. Sure it is packaged for many distros, but it is just a bash script. Neofetch is a command-line system information tool written in bash 3.2+ https://github.com/dylanaraps/neofetch Neofetch only requires BASH, the rest of the dependencies are entirely optional https://github.com/dylanaraps/neofetch/wiki/Dependencies But to state what others already said, it is not recommended to install stuff in dom0.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • VM templates override

    Unsolved
    8
    3
    0 Votes
    8 Posts
    651 Views
    DanpD
    Topic restored. @gtuminauskas Please don't remove threads that have been responded to by other forum members.
  • Issue installing latest pfSense Plus (24.03 release)

    19
    0 Votes
    19 Posts
    2k Views
    A
    @Affonso Looks like it might have been Bug 15684 in 24.03 that was resolved for 24.11 (release notes).
  • HA failover reaction time question

    14
    0 Votes
    14 Posts
    830 Views
    D
    @dsmteam Still trying to browse the web and various xo forum but it looks like those parameters are in the .c and other precompile file so the build in xcp-ng are probably using those default parameters.
  • Different Icons next to different VMs in the list

    9
    0 Votes
    9 Posts
    604 Views
    K
    @Ascar In XO cloud means pool, "hamburger" means host. If VM is running, it belongs to host where it runs, and receives host icon, no matter where it is kept in stopped state. If VM is stopped, it belongs to pool if kept on pool shared storage (cloud icon), or to host, if on host's local storage (hamburger).
  • XCP-ng firewall

    9
    0 Votes
    9 Posts
    2k Views
    B
    @BenjiReis The xapi is written in OCaml? That is pretty cool. I would love to learn OCaml one day. Anyways, doesn't seem intuitive to design it this way: [image: 1729609345601-334b8d7a-6f7e-4796-97c2-3c1fe4144fb6-screenshot-from-2024-10-22-08-02-03.png] Going to file an issue in that repo to see what happens. I suppose they would have to fix the OCaml code you linked as well.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • 0 Votes
    2 Posts
    454 Views
    M
    @Tackyone You solution fixed it for me. Lost a few days of logs as well and i am on the latest commit of the XO community edition. Theres some bug with syslog clear but your fix works great.
  • xcp-ng CPU low performance issue

    14
    0 Votes
    14 Posts
    6k Views
    S
    @enes-selcuk Did you find a setting that works best w/ Dell servers? I have a Dell R640's which I'll be using for LAMP/LEMP vm servers and was wondering what are the best settings to use in Dell Bios and if there are any changes I need to make on the xcp-ng host? Dual Intel(R) Xeon(R) Gold 5218 CPU @ 2.30GHz Level 2 Cache 16x1 MB Level 3 Cache 22 MB Number of Cores 16 Dell Bios Setting: System Profile: Performance Per Watt (OS) CPU Power Management: OS DBPM Memory Frequency: Maximum Performance Turbo Boost: Enabled C1E: Enabled C States: Enabled Write Data CRC: Disabled Memory Patrol Scrub: Standard Memory Refresh Rate: 1x Uncore Frequency : Dynamic Energy Efficient Policy: Balanced Performance Number of Turbo Boost Enabled Cores for Processor 1: All Number of Turbo Boost Enabled Cores for Processor 2: All Monitor/Mwait: Enabled Workload Profile: Not Available CPU Interconnect Bus Link Power Management: Enabled PCI ASPM L1 Link Power Management: Enabled Thank you! SW
  • XCP-ng VM restarts at random intervals

    10
    3
    0 Votes
    10 Posts
    680 Views
    NephilimN
    @stormi oh I see, I'll check the windows 10 vm's then, thank you
  • Kali Linux Performance

    lab xcp-ng guest-tools.iso performance guest
    4
    0 Votes
    4 Posts
    533 Views
    D
    I'm taking another look and it looks like the tools may be under another name... xen-tools I may be going blind at this point if I've missed it this many times.
  • Intel GPU passthrough Question

    12
    0 Votes
    12 Posts
    5k Views
    K
    Ya, for the working machine I just had to run opt/xensource/libexec/xen-cmdline --set-dom0 "xen-pciback.hide=(0000:00:02.0)" and on next reboot I could add the GPU as pass through in XOA. for the other machine this didn’t work but using xcp-center did make it show up as a pass through option