@olivierlambert Good idea. Also, they should make sure all hosts are at the same update/patch levels, the network is set up properly among the three or more hosts, there is a compatible HA shared storage properly set up, etc.
You folks have a good guide at: https://docs.xcp-ng.org/management/ha/
Posts
-
RE: Unable to enable High Availability - INTERNAL_ERROR(Not_found)
-
RE: Unable to enable High Availability - INTERNAL_ERROR(Not_found)
@nikade Interesting, as that at some point used to be the case, at least with XenServer!
I stand corrected and learned something new. -
RE: Unable to enable High Availability - INTERNAL_ERROR(Not_found)
Note also that if HA is turned on or off, the host must be restarted for that change to take effect, if I recall correctly.
-
RE: XCP-ng 8.3 and Dell R660 - crash during boot, halts remainder of installer process (bnxt_en?)
@olivierlambert I've always preferred Intel NICs.

-
RE: Force Remove a NFS Storage Repository
@kagbasi-ngc See if this thread can help you out:
https://xcp-ng.org/forum/topic/6618/how-to-remove-this-sr-nfs-storage/ -
RE: XCP-ng 8.3 and Dell R660 - crash during boot, halts remainder of installer process (bnxt_en?)
@umbradark Maybe too obvious, but is your boot configuration set up to be BIOS or EUFI mode?
-
RE: 10gb backup only managing about 80Mb
@nikade Did the same. VLANs are great! We did use separate NICs for iSCSI storage. But the PMI and VMs, traffic was handled easily by the dual 10 GiB NICs, even with several hundred XenDesktop VMs hosted among three servers (typically around 8- VMs per server).
-
RE: 10gb backup only managing about 80Mb
@utopianfish Or look for deals in places like amazon.com or bestbuy.com or even Ebay.com.
-
RE: 10gb backup only managing about 80Mb
@nikade Yeah, that is a far from optimal setup. It will force the data to flow through the management interface before being routed to the storage NICs.
Running iostat and xtop should show the load. A better configuration IMO would be putting the storage NICs on the switch and using a separate network or VLAN for the storage I/O traffic.
Storage I/O optimization takes some time and effort. The type, number, and RAID configuration of your storage device as well as speed of your host CPUs, eize and type of memory, and configuration of your VMs (if NUMA aware, for example) all will play a role. -
RE: GPU Passthrough
@gb.123 Interesting -- alert the XCP-ng team to take a closer look, if they haven't seen this already.
-
RE: GPU Passthrough
@gb.123 I'm sure you can also find some NVIDIA "hoe to" guides that might be helpful. As mentioned before, I've only done server passthrough so that all VMs would get access,
so sorry I can't provide more specifics. You can always try with one or the other option and add the other if it still doesn't work. I'm pretty sure, though, that you do need both enabled.
Keep us posted! -
RE: GPU Passthrough
@gb.123 Are you sure you have the correct drivers installed? Also, check if the GPU is compatible with AMD CPUs -- I only had Intel CPUs, so am not sure if that's an issue or not.
-
RE: GPU Passthrough
@gb.123 You need to do both. After adding the PCI device, you might also need to specifically enable "passthrough" for that device within the VM's settings. It may do it automatically when you add it.
Make sure the appropriate NVIDIA driver is also installed on the the VM. -
RE: GPU Passthrough
@gb.123 YOu are trying to do passthrough to a specific VM? I don't think that used to be supported, but maybe is now.
Are NVIDIA drivers installed on the VM, as needed?
Sorry, it's been a while since doing this so I'm digging back into my memory.
Also, is IOMMU supported and enabled in the BIOS?
Also, check this out and see if it may be of some help:
https://www.youtube.com/watch?v=_JPmxmxqhds -
RE: GPU Passthrough
@gb.123 Ah, OK. then the more powerful GP is the RTX4060, right? If so, use it for the passthrough. Also, on some CPUs you have to do a BIOS setting to allow this to work, because of memory limitations, but only on probably much older systems, if I recall correctly.
-
RE: GPU Passthrough
@gb.123 You need one video card for your administrative console and another can be used for GPU passthrough. There must be two separate physical devices.
So make sure you have two video boards, one that has the GPU capabilities you want to use in your passthrough configuration. -
RE: Possible for a script on one host to test fr VM runnig on another host?
@archw Just write a shell script and use rsh to securely run the script to query that host for the status of that VM. You make need to add the accessing hosts to /etc/hosts.allow (might be hosts_allow, I can't recall offhand).
See for example: https://linuxconfig.org/hosts-allow-format-and-example-on-linuxThat said, HA is clearly a better option, provided you have a compatible SR available.
-
RE: Intel CPUs with P and E cores or other server CPU suggestions
@MasterOSkillio Typically, C-states need to be changed in the BIOS. In some cases, it can be very helpful. I wrote a few blogs including this topic entitled "A Tale of Two Servers" but cannot readily find them on-line at the moment. Alas, Citrix has purged a lot of still relevant older content over the years.
-
RE: XO one time job scheduler
@RS One option would be this, assuming in this se you want to run the job at midnight on Dec. 25:
/bin/echo "/path/to/your/script.sh" | at midnight Dec 25While cron doesn't offer a specific one-time execution, you could also do this in cron but would have to remove the entry afterwards:
0 0 25 12 * /path/to/your/script.shAlso, take a look at this option: https://www.fastcron.com/guides/one-time-cronjobs/
-
RE: CPU Stats bottoming out to Zero every five minutes
@DKirk That all makes sense, thanks for clarifying. Looks like there are further comments below that seem to pinpoint where the issue may lay. The key point you make is only "after the last updates" is when this started happening!