XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. AtaxyaNetwork
    AtaxyaNetworkA Offline
    • Profile
    • Following 0
    • Followers 6
    • Topics 3
    • Posts 212
    • Groups 1

    AtaxyaNetwork

    @AtaxyaNetwork

    Ambassador
    120
    Reputation
    268
    Profile views
    212
    Posts
    6
    Followers
    0
    Following
    Joined
    Last Online
    Age 25
    [[user:website]] ataxya.net
    [[user:location]] Luxembourg

    AtaxyaNetwork Unfollow Follow
    Ambassador
    • Wazuh OVA appliance : how to make it work !

      If you already tried to use the OVA appliance of Wazuh, you probably saw the Wazuh splash screen, and then left with a black screen.
      Unlike the Dell OME appliance (https://xcp-ng.org/forum/post/78651), the fix is pretty simple: we just need to reconfigure the grub.

      To do that:

      • Boot with any live CD with rescue you want (I use Debian)
      • Follow the installer, and mount the /dev/xvda1 partition, and execute the shell on /dev/xvda1
      • cat /etc/default/grub, you should see this file:
        19534d29-09fc-4bd3-bc99-f03a729141ae-image.png
      • From here, you can vi /etc/default/grub replace /dev/sda by /dev/xvda. Then :wq
      • To reconfigure the grub, just do a grub2-mkconfig, the grub will display all its config.
      • When the grub is done vomiting all its configuration, umount the DVD on your VM, and reboot, and tada !

      1a7e1e67-4633-4208-b390-406fc1e3e59e-image.png

      To install the tool, log in the console, sudo -i, plug the guest-tools.iso, mount /dev/cdrom /mnt, and bash /mnt/Linux/install.sh -d rhel -m 9
      The tools are now installed ! 😄

      If you have a question, don't hesitate to ping me !

      posted in Compute
      AtaxyaNetworkA
      AtaxyaNetwork
    • RE: [dedicated thread] Dell Open Manage Appliance (OME)

      @AtaxyaNetwork And for the blog post:
      https://blog.ataxya.net/add-xen-driver-to-ome-dell-open-manage-enterprise/

      posted in Compute
      AtaxyaNetworkA
      AtaxyaNetwork
    • RE: Having issues installing StartOS as a VM. Cant detect a disk for it to install to.

      @rk9268vc Hi !

      i'm confirming the issue:
      bf1a22be-9331-48bf-a489-e5fe7b4ebb33-image.png

      I'm currently digging, shoud be a missing driver or a harcoded /dev/sda, as usual..... 😠

      will report back.

      posted in XCP-ng
      AtaxyaNetworkA
      AtaxyaNetwork
    • RE: Unable to Access MGMT interface/ No NICS detected

      @CloudX0520 Personally i use Dark reader extension on Firefox, so every page is in dark mode by default 😄

      posted in XCP-ng
      AtaxyaNetworkA
      AtaxyaNetwork
    • RE: VM qcow2 --> vhd Drive Migration Failures

      @cichy the documentation for the Kvm/proxmox part is really weird with unnecessary steps

      Normally you just have to do:

      qemu-img convert -O vpc proxmox-disk.qcow2 `uuidgen`.vhd
      scp thegenerateduuid.vhd ip.xcp-ng.server:/run/sr-mount/uuid-of-your-SR
      

      Then with XO, create a VM and attach the disk

      I really need to find some time to finish the rework of this part of the docs, I'm sorry I didn't do it earlier

      posted in Migrate to XCP-ng
      AtaxyaNetworkA
      AtaxyaNetwork
    • RE: Sluggish performance on VMs migrated from Hyper-V

      @Statitica I don't think you can change the template on the go (but I might be wrong)

      The safest way is to create a new VM with the right template, same spec, without disk. Then don't boot it, shut the VM with the wrong template, detach the disk (rename it if the name is not obvious), and attach it to the new VM with the right template.

      posted in Migrate to XCP-ng
      AtaxyaNetworkA
      AtaxyaNetwork
    • RE: KVM qcow2 disk converted and and imported to xcp-ng just works?

      @anik Hi !

      When I did migrate from Proxmox to XCP-ng, I just had to do the conversion and import the disk. The step in the documentation was not needed (I suppose it's for old OS or in case of failure)

      You can convert directly to VHD instead of convert to VMDK. Here's the step I followed:

      qemu-img convert -O vpc proxmox-disk.qcow2 `uuidgen`.vhd
      scp thegenerateduuid.vhd ip.xcp-ng.server:/run/sr-mount/uuid-of-your-SR
      

      Then with XO, create a VM and attach the disk

      posted in Migrate to XCP-ng
      AtaxyaNetworkA
      AtaxyaNetwork
    • RE: IPv6 support in XCP-ng for the management interface - feedback wanted

      @BenjiReis Hello !
      Thank you for the ISO !

      I just tested the install in a VM (for the moment, soon I will have a physical machine available)

      First review:
      So far, the autoconf seem to be working !
      But, during the installation, I provide a IPv6 DNS (the Cloudflare one, 2606:4700:4700::1111), but DNS is not working, as I have 1.1.1.1 in my /etc/resolv.conf
      I don't know if is the autoconf who is pushing the 1.1.1.1 (i need to check my router first), but I think is better if when we give a DNS, it bypass the autoconf

      More test is coming the next few day 🙂

      (sorry if my English is a bit bad)

      Thank you and the team for all you work !

      posted in News
      AtaxyaNetworkA
      AtaxyaNetwork
    • RE: IPv6 support in XCP-ng for the management interface - feedback wanted

      Hello all !

      I was able to make some tests these last days on my lab servers.
      My lab is currently 1 Dell R610 with IPv6 only. I plan to add 2 more servers to test all the features.

      I already noticed some blocking points:

      • The DNS server (v6) that I gave at installation is no longer present once the server is installed. I had to edit /etc/resolv.conf and add my server by hand to have working DNS.
      • Once the server is installed, I tried to do a quick deploy via https://xen-orchestra.com/?#!/xoa, without success. I asked @olivierlambert to add a AAAA DNS record, because it was not there in the first place, but once the record was added, the quick deploy still didn't work. I don't have any debug message to give back, and I don't know how to debug more 😞

      Feel free to contact me if you want to do some live testing, or if you need more information !

      Thanks for all this work !

      Cécile ~ AtaxyaNetwork

      posted in News
      AtaxyaNetworkA
      AtaxyaNetwork
    • RE: New Rust Xen guest tools

      @olivierlambert Seems to work perfectly on Debian 12 and Debian 11 !

      41742e84-1318-415e-aaf3-4b567a34ba2b-image.png

      posted in Development
      AtaxyaNetworkA
      AtaxyaNetwork
    • RE: [PACKER] soucis avec cd_files

      Pour l'ISO montée deux fois : My bad, j'ai ajouter un truc en trop sur mon précédent fix. Une PR est en cours pour corriger ça.

      Pour le problÚme principal : J'ai identifié la cause, mais je n'ai pas encore de solution.

      Sans les drivers Xen (non initialisés avant l'installation), une VM est limitée à 4 périphériques. La séquence de boot ne peut donc pas détecter le second disque contenant le fichier Kickstart (ks).

      CĂŽtĂ© Packer, on semble ĂȘtre bloquĂ©s par cette contrainte XCP-ng. Les seules alternatives actuelles seraient de se limiter Ă  :

      • 2 disques + 2 CD
      • ou 3 disques + 1 CD + HTTP

      (Note : L'installation manuelle fonctionne car l'installateur démarre directement, avec le driver xen_blkfront, alors qu'avec Packer, l'injection de notre fichier interrompt le flux de démarrage classique).

      Je vais fouiller encore un peu, mais sans certitude d'un contournement possible.

      (et je regarde pour ajouter le CDlabel)

      posted in French (Français)
      AtaxyaNetworkA
      AtaxyaNetwork
    • RE: [PACKER] soucis avec cd_files

      Déja une piste intéressante, on dirait que pour une raison quelconque l'iso est mount deux fois
      14d66748-1d54-411a-b62a-a3691d6decd9-image.jpeg

      posted in French (Français)
      AtaxyaNetworkA
      AtaxyaNetwork
    • RE: [PACKER] soucis avec cd_files

      Je confirme que je reproduis le comportement.

      Je vais voir si je trouve un fix

      posted in French (Français)
      AtaxyaNetworkA
      AtaxyaNetwork
    • RE: Smart Reboot blocked in XO, and no Rolling Pool Update

      @djingo Hi !

      Does all your VMs have guest tools ?

      posted in XCP-ng
      AtaxyaNetworkA
      AtaxyaNetwork
    • RE: Facing some issue in copy Function of Xen Orchestra

      @irtaza9 i would look a the usual suspect,
      /var/log/SMlog
      /var/log/xensource.log

      see https://docs.xcp-ng.org/troubleshooting/

      posted in Xen Orchestra
      AtaxyaNetworkA
      AtaxyaNetwork
    • RE: Facing some issue in copy Function of Xen Orchestra

      @irtaza9 Hi !

      My instinct says it can be due to XAPI timeout: https://docs.xcp-ng.org/management/manage-locally/api/#24h-task-timeout

      posted in Xen Orchestra
      AtaxyaNetworkA
      AtaxyaNetwork
    • RE: [PACKER] soucis avec cd_files

      @jeremie1977 Ah, oui effectivement je n'ai pas testé avec plusieurs disques !

      Et j'ai du typo dans la doc, je vais faire une PR pour modifier đŸ€Š

      Je pense que c'est du a la façon d'insérer les disques et les DVD coté XCP-ng. Je vais investiguer !

      posted in French (Français)
      AtaxyaNetworkA
      AtaxyaNetwork
    • RE: [PACKER] soucis avec cd_files

      Du coup j'ai testé avec RHEL 9, ça fonctionne aussi.

      Faut bien prendre l'iso "dvd", pas "boot" en revanche ! (je me suis fait avoir en téléchargeant l'image)

      posted in French (Français)
      AtaxyaNetworkA
      AtaxyaNetwork
    • RE: [PACKER] soucis avec cd_files

      @jeremie1977 j'ai un packer qui fonctionne avec RHEL 10 (c'est ce que j'avais sous la main), uefi, sans dhcp, et un cd file qui sert le ks

      Le code est ici: https://github.com/disruptivemindseu/xcpng-template-builder/tree/rhel-airgapped/packer/distros/rhel/10/uefi-airgapped

      Je vais essayer avec une RHEL 9 ce week-end, il y a peut-etre une subtilité entre les deux versions

      posted in French (Français)
      AtaxyaNetworkA
      AtaxyaNetwork
    • RE: [PACKER] soucis avec cd_files

      @jeremie1977 Merci !

      Je teste ça de mon coté et je fais un feedback vite !

      posted in French (Français)
      AtaxyaNetworkA
      AtaxyaNetwork