(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)
Posts
-
RE: Booting to Dracut (I trusted ChatGPT)
-
RE: Booting to Dracut (I trusted ChatGPT)
If I was in your place, I would do:
- Disconnect all USB used as SR
- Reinstall XCP-ng
- if you have only a few VMs, my option would be just to redeploy XOA, REATTACH the SR (not create, REATTACH, be careful, a create will wipe your disk)
- Recreate VMs, attach the VDI, boot from here
- if you have to many VM, directly after deploying XOA restore your metadata backup, it should be repluging the SR and create PDB at least (but it's been a while since I didn't use the metadata)
In any case, backup everything, especially the VDI (.vhd). If you have the VDI, you can work around with the rest
-
RE: Booting to Dracut (I trusted ChatGPT)
@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
-
RE: Wazuh OVA appliance : how to make it work !
@AlexanderK You're welcome, i'm happy my tests are useful !

-
RE: Unable to configure Network IP inside the VM throgh API
@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 ?
-
RE: [dedicated thread] Dell Open Manage Appliance (OME)
New version release !
A new patch version of the OME appliance is now available


What I changed:
- Add xen-blkfront and xen-netfront driver
- Add guest tool (so RAM/network is reported, soft shutdown is working)
- /dev/sd* is replaced by /dev/xvd*
- Remove grub password
- Change admin and root password
- SSH is now enabled
- SElinux is working correctly
- DHCP is enabled by default
As usual, please send a DM if you want the link to the vhd

Feedback is welcome !
-
RE: [dedicated thread] Dell Open Manage Appliance (OME)
Ok got it, it boots now

I just need to add the tool and ssh support, and the patched version should be available tomorrow

-
RE: [dedicated thread] Dell Open Manage Appliance (OME)
@dreddpenguin Hi !
I didn't see that a new version was released

I'll try to rebuild one from scratch with the latest version, maybe they changed something
If people reading this thread want the last version, please ping me here !
-
RE: [dedicated thread] Dell Open Manage Appliance (OME)
@HeMaN Yes, I just need to reupload it somewhere. I'll send you a DM with the link
-
RE: Having issues installing StartOS as a VM. Cant detect a disk for it to install to.
@rk9268vc Hi !
i'm confirming the issue:

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

will report back.
-
RE: [dedicated thread] Dell Open Manage Appliance (OME)
@TheMonkeyBrain Hi !
Let me find the link I had or reupload the file. I'll give it to you via DM ASAP

If you need to uplaod the appliance, you need to replace sda to xvda on this two files:
/opt/dell/omc/utilities/tui/bin/ome_disk_config.sh /opt/dell/mcsi/appliance/scripts/appliance_ressource.sh -
RE: Unbootable VHD backups
@Schmidty86 Try to detach the disk and reattach, it should be xvda in order to be bootable
-
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-SRThen 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
-
RE: XOA not responding on IPv6
I just tested, I can curl my XOA with v6 enforced, and ssh with the IPv6 address.
The XOA is a Debian 11 or 12 ?
-
RE: Asking for upgrade on creating a backup ?
@utopianfish You need to enable the trial to have all the premium feature. The trial is for one month. If you want all the feature after the trial is expired, you can use the XO source: https://docs.xen-orchestra.com/installation#from-the-sources
-
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

-
RE: Asking for upgrade on creating a backup ?
@utopianfish Hi !
Did you register and start the trial in the XOA > Updates section ? -
RE: RPM package vmfs6-tools missing for local migration procedure
@GuillaumeHullin You're welcome !
I hope the XCP-ng team can integrate the package easily !

-
RE: RPM package vmfs6-tools missing for local migration procedure
@GuillaumeHullin Hi !
I rebuild (with an assist, I admit) an RPM based on a src.rpm I found
If you want to test it, you can find it here: https://nextcloud.ataxya.net/index.php/s/Jb7Cg57gPHRjfSk
No guaranties that will work, I don't have any vmfs to test the package
Let me know if you can test it !