@damjank Hi !
Did you have any error when trying to install the tools ?
@damjank Hi !
Did you have any error when trying to install the tools ?
@carloum70 Yep I tested on XOA, latest version
You can use https://vates.tech/en/deploy/ to deploy the XOA, register for free and reimport your XO configuration
@carloum70 I just tested on my side, I had some error because other disk was mounted, but after a xo-server restart, it works as expected

Debian 13, UEFI + LVM
# lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
xvda
├─xvda1 vfat FAT32 C1A9-1A42 477.2M 2% /boot/efi
├─xvda2 ext4 1.0 54c89c90-ac93-4ee2-9ff3-11930697a3de 739.2M 15% /boot
└─xvda3 LVM2_member LVM2 001 T01yqz-9m5K-j5gW-6XWB-p1vz-VTjI-LFSO6A
├─rootvg-root ext4 1.0 c8573984-d3a7-4548-b43b-b106e9a5f413 9.6G 30% /
└─rootvg-swap swap 1 8004e072-be5f-436a-a202-45afe3067eb4 [SWAP]
xvdb LVM2_member LVM2 001 nZhQHF-x7lS-crVW-vlQq-zkJ7-dZMZ-cWZOxM
├─datavg-var_lib_docker ext4 1.0 adfbddc2-1625-4f27-b041-e6003b4679f5 14.1G 4% /var/lib/docker
└─datavg-var_lib_containerd ext4 1.0 253cd0a7-cc7a-4062-aed0-2efd53aff322 10.5G 27% /var/lib/containerd
If you are running XO form source, can you try with an XOA ?
Are you running an XO source with LVM for the OS ?
@carloum70 Hi !
Could you tell us which version of XOA you're using and what guest OS the disk you want to mount comes from?
Also, is it BIOS or UEFI?
My boyfriend submitted a PR a while ago to fix LVM + UEFI disk mounting. It fixed file restore for the guests we tested, but we might have missed some rare cases. Maybe we can provide a fix base of the info you can give 
@bvivi57 Hello !
Déjà bravo pour le travail d'écriture, faire plusieurs articles aussi long, avec screenshot et commandes CLI intégré, c'est un boulot de fou !
J'ai rapidement parcouru tous tes articles, je prendrais le temps de tout relire pour te faire un feedback complet avec quelques tips, si tu le souhaites !
Sur le dernier article, j'ai vu que tu as redémarré xo-serveur parce que tu n'arrivais pas à te reconnecter au master: tu peux (dans XO5, pas encore XO6) juste aller dans setting server, et cliquer sur le bouton "disconnect" et "reconnect". Ça va forcer une reconnexion à la XAPI, et si elle est disponible, ça va reconnecter ton pool instantanément à ton XO.
Redémarrer un XO, surtout si tu as plusieurs pools, peut avoir certaines conséquences : Si tu as des backups en cours, ça va les kill instantanément, pareil pour les migrations entre deux pools différents. Il faut y aller doucement avec un systemctl restart xo-server 
En tout cas merci pour ces articles, je suis heureuse de voir que la communauté francophone s'intéresse de plus en plus à l'écosystème XCP-ng/XO (et je dit ça en tant qu'"early" qui utilise la solution depuis... longtemps !
)
@fdhabhar Hi !
IIRC the host affinity is checked by the XAPI only at the start of the VM, not during its life.
So it's "normal", but not ideal, I agree
@Dezerd Hi !
Just add the third host via New -> Server, it will appear as an independent host in his own pool (assuming the third host was just installed).
@SuperDuckGuy Hi !
Are you on XOA trial and/or air gap environment ?
I remember seeing the -32000 error a while ago, but I don't remember why 
Hello everyone !
I rebuild a new OME appliance with the latest version (4.6) 
Dell decided to give this appliance Proxmox, Nutanix and OpenShift compatibility, but no XCP-ng yet... If someone from Dell want to reach out about this, please contact me !

What i did on the rebuild:
sed -i -e 's/sda/xvda/g' /opt/dell/omc/utilities/tui/bin/ome_disk_config.sh
sed -i -e 's/sda/xvda/g' /opt/dell/mcsi/appliance/scripts/appliance_resources.sh
bash /mnt/Linux/install.sh # To install XCP-ng tools
As usual, please send a DM if you want the link to the VHD 
Feedback is welcome !
(Disclamer: This build is something I create on my free time and to help people who have difficulty running Dell appliances on XCP-ng. I do not guarantee a fully functional appliance, but I do my best to make it work. If you have a support contract with Dell and require official support for OME, please contact Dell and request compatibility with XCP-ng.)
@fluxtor Hi !
First thing to check is dmesg -T, to see if you have any hardware error
Hi ! I think you need to increase XAPI timeout: https://docs.xcp-ng.org/management/manage-locally/api/#modifications
Hi !
PE2950 is very old hardware, I'm not surprised you have some issues with it 
Honesty if you can, try to find newer hardware. This generation is also inefficient when looking at the power/performance ratio
@fred974 Hi !
Do you see anything red in XOA check ? (XOA > Support) ? 
(BTW you don't have any backup from XOA ? If you have backup, you can just register a new XOA, connect to you remote and restore everything, it will be much simpler)
If I was in your place, I would do:
In any case, backup everything, especially the VDI (.vhd). If you have the VDI, you can work around with the rest
@nuentes You can reinstall without wiping the SR. Just plug the ISO, it will ask you if you want a clean install or a reinstall
@AlexanderK You're welcome, i'm happy my tests are useful ! 
@amititre331 Hi !
Can you try the API request by hand (without ansible) to see if it works ?
Also, do you have any errors when running ansible ?
New version release !
A new patch version of the OME appliance is now available 

What I changed:
As usual, please send a DM if you want the link to the vhd 
Feedback is welcome !