I don't know of anything to keep it from deactivating but usually Microsoft will let you reactivate if you call thier support line. This has happened to me several times. Ive found they will let you reactivate at least three times. IDK if thats still the case though. This was years ago
Posts made by austinw
-
RE: Losing Windows Activation when migrating VM from ESXi 6.7
-
RE: Server setup Coming from unraid
I would run it in Scale if i were you. Ive read about people's set ups like this and there hasn't been any issues with it but It has been argued that virtualization of your storage underneath a hypervisor is dangerous. I don't know what type of pitfalls you might encounter with this but it will surely make recovery from a disaster a little more complicated. And with Scale being able to run VM's you can have the GPU passed through to your Win11 machine.
I presume you are transcoding in your Jellyfin? I use Plex and I pass through a GPU to it (but thats in esxi). Can you pass through your GPU to multiple devices to use for that? I know there is vGPU but I don't know if it can be used for transcoding. It would be interesting to try though
-
RE: OVA Import Hangs at 0%
I read a forum post about some of the xo community editions having issues with that. Something to do with invalid certificates or something. Did it ever fail or did it just stay at 0 forever?
-
RE: OVA Import Hangs at 0%
Oh, I didn't know you tried using virtual box to do an export. I haven't tried that before.
-
RE: New server /storage setup to replace current systems
I cdon't know about a guide anywhere to set it up but I can say that there is definitely nothing wrong with running two XO instances. I have XOA and an XO community edition running in the same pool. I always make sure if I am about to do a big change that my XOA and my XOCE are on different hosts. And tbh its mostly because Im not as comfortable in the CLI with xe commands. But there were at least two times where this came in handy. Especially during my initial build stage as I broke everything twice. the XOCE saved me from having to try and start over on my XOA.
As far as I know you can't "sync" them. You can however pull a config off one and restore it to another one. You just have to remember to do that anytime you make changes to XO. Also you don't want two XO's with backup jobs enabled. Another downside is that if you give them both all the same resources it will look like there are errors in your backups. I vaguely remember it saying "Backup for VM found but no associated job was found" or something. Innocuous error but annoying none the less.
-
RE: OVA Import Hangs at 0%
How did you export it? I used the Vmware export tool on Esxi 6.5 and none of those exports worked for me. I ended up having to use clonezilla and it was able to make an OVA that worked.
-
RE: nVidia Tesla P4 for vgpu and Plex encoding
@splastunov Dom0 would need to have a vGPU in this scenario?
-
RE: nVidia Tesla P4 for vgpu and Plex encoding
@splastunov Do the AMD GPU's not require a license?
-
RE: Migration from ESXi to XCP server transfer path.
Its almost certainly goes through XOA. When I was moving from Esxi to XCP-NG I abandoned the process, then beefed up my XOA memory and CPU cores and it sped up marginally. That was a while ago, some of the VM's I had to use Clonezilla on (too large and kept failing). From what Ive read the migration tool has improved dramatically since then.
-
RE: Xen Orchestra cannot connect XCP-ng Host by VPN-IPSEC
If you have hardware that supports this you can try to do an openvpn Server as a TAP adapter. it will be closer to a Layer 2 MPLS connection than an IPSEC tunnel. I have no idea if XCP-NG or XO/XOA use any type of Multicast traffic to communicate. Thats the only thing I can think of unless you have IPSEC firewall policies blocking some type of traffic that XO needs. I presume you can ping/ssh into the remote host? Are these hosts using shared storage over the MPLS/IPSEC?
Edit:
I just found this as well.
https://xcp-ng.org/forum/topic/6609/unable-to-join-a-host-to-a-poolSeems to be also that the XCP-NG hosts will attempt to talk to each other over local URL's in some cases but I can't find a post about that. Bridging the two networks the same way the MPLS was would likely get you back to the way it was.
-
RE: nVidia Tesla P4 for vgpu and Plex encoding
Out of curiosity what are you using this for? what are these VM's doing?
-
RE: ESXi -> XCP-ng Homelab
So I bet you don't have to use a heater in the winter lol.
-
Timed out for waiting the udev queue being empty during Clonezilla boot Win Server 2012 R2 Template
While migrating from Vmware to XCP-NG I ran into an issue where Clonezilla wouldn't load after the initial boot menu when using the Windows Server 2012 R2 template. I received this error:
Timed out for waiting the udev queue being empty
Fortunately I just ran into a similar issue where Clonezilla would have a scrambled display after the boot menu with the Windows 10 Template and I found this forum post:
Re: Scrambled display booting Clonezilla (and linux) ISOs under Win10 template
using this command:
xe vm-param-set uuid=<UUID of your VM goes here, no brackets> platform:device_id=0001Then booting CloneZilla and selecting the KMS boot option fixed the issue. After cloning shut down the VM and change the device ID back with:
xe vm-param-set uuid=<UUID of your VM goes here, no brackets> platform:device_id=0002
I would have replied on the original post but it wasn't the same issue and the post was a little old. Hope this helps