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

AtaxyaNetwork
@AtaxyaNetwork
Best posts made by 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
-
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 autoconfMore test is coming the next few day
(sorry if my English is a bit bad)
Thank you and the team for all you work !
-
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
-
RE: New Rust Xen guest tools
@olivierlambert Seems to work perfectly on Debian 12 and Debian 11 !
-
RE: qemu-img formats
@pavkamlc Hi !
Usually I convert my qcow2 file to VHD directly on Proxmox.
As far as I remember, when I crashed my Proxmox in the school lab, I didn't succeed to convert the image directly on a Linux box.
I found a workaround, but it's pretty messy:
- Install a Debian VM
- Install the proxmox-ve package (you'll need the Proxmox repository)
- Mount your shared storage directly on your new VM (with NFS for example).
- Then, you can convert
Let me know if it's working !
-
RE: if ACL is not free?
@kuznetcoff777 Hi !
If you want all the feature, you can use XO from sources: https://xen-orchestra.com/docs/installation.html#from-the-sources
If you are using Xen Orchestra for a production environment, I strongly recommend having a pro support for your infrastructure
-
RE: Error: couldn't instantiate any remote
@screame1 You can do something like this:
cd your_folder_where_xo_is git checkout fix_continuous_replication git pull -r yarn yarn build
(i didn't use XO source since a long time, so maybe i'm wrong ^^)
-
RE: Import from VMWare - Error: Can't import delta of a running VM without its parent vdi
@jkissane Hi !
Did you install xen driver before exporting the VM ?
dracut --add-drivers "xen-blkfront xen-netfront" --force
-
RE: Missing backups
@McHenry Oh, I didn't see you are doing continuous replication.
This tab is only to restore VM from a remote
Latest posts made by AtaxyaNetwork
-
RE: Missing backups
@McHenry Oh, I didn't see you are doing continuous replication.
This tab is only to restore VM from a remote -
RE: Missing backups
@McHenry Hi
You can click on the "Refresh backup list" to see your backups
-
RE: Issue installing latest pfSense Plus (24.03 release)
@Affonso Hi !
Are you using XCP-ng 8.2.1 or 8.3 ?
I can't find the 24.03 iso, is this the paid version ? -
RE: Unable to clone my template's disk
@bvivi57 Ah yes, good catch, I didn't think of that !
-
RE: Unable to clone my template's disk
@bvivi57 Hum, weird.
From what i see, i can't tell you why is not working.
For the disk part, I did:
disk { sr_id = data.xenorchestra_sr.local_storage.id name_label = var.name size = var.disk_size * 1024 * 1024 * 1024 }
You can check my old project (I used it a couple month ago, so it should work correctly), and check if you can find some differences: https://git.ataxya.net/ataxya/Tsunami
I'll try to find some time to test your file
-
RE: Unable to clone my template's disk
@bvivi57 Hi !
What's the value of
var.xoa_template
in your file ? -
RE: Recovery-boot Linux Live CD - Windows VM - no graphics
@KPS I don't know why my brain has decided to index all the xcp-ng forum, so when I read your post, I immediately remember the post with the clonezilla issue
-
RE: XOA Pricing Concerns
@someone2b Hi !
You'll have more information here: https://vates.tech/blog/introducing-vates-virtualization-management-stack/