Windows Server 2025 on XCP-ng
-
Another weird thing I've noticed with Windows Server 2025 on XCP-ng.
The network keeps resetting itself to "Public" (vs domain). This only happens when the VM is a domain controller and it only happens with Server 2025. If you go into the VM's console and disable the NIC and then re-enable it, it returns to a domain network. I've tried the usual trick of change the "Network location awareness" to delayed start but it doesn't help.
-
@archw Yes,
I'm seeing the network changing too. But no rhyme or reason behind it. I know I changed this once last week, and had to change it this morning. Did a reboot and it is still OK so I'll have to monitor this as well.
So far after moving the MA service to delayed start, things are working fine in this regard. The only service I've added is the Zabbix Agent2 and connected it to my Zabbix server. So far, so good.
I'm going to say that I won't be upgrading any of my production servers to 2025 until summer of 2025, just to be safe and hope all these little oddities get worked out. I'm guessing most of these are Windows changes that don't really play nice with the PV drivers. Have to see how quickly these drivers get updated.
-
So what's the overall consensus on on Server 2025 with XCP-NG? I see XenServer is claiming its fully supported now. Is delayed start on the management agent still required? Or only if using it as a AD domain controller?
-
I haven't done much testing with it, but delayed start doesn't seem to cause any negative side effects. If you have a large number of services, maybe this could become an issue, but I doubt it.
It was fully supported when I installed it (I think).
If you need it for production, it seems stable enough with the delayed start change. Not sure if other roles or features need this change so I would just be aware of it and proceed.
Also of note, this only delays the management agent from reporting back to the Xen system, it does not delay the drivers from loading. The only complication I could see is booting the VM and immediately trying to migrate it or shut it back down. Normally the MA doesn't do a lot of work so again, delayed is probably fine as I'm seeing delayed is faster than I can log in to look at it.
-
@Greg_E Good to know! We are mostly on server 2022 currently when it comes to windows, but anything new would probably be deployed on 2025 so was wondering what the status was.
-
Hi,
I agree to this conclusion at this time.
Greetings
-
I have some more to add to this after playing with inplace upgrades:
Any VM that seems to have had Xen Tools 9.3.3 installed at some point (even if upgraded to 9.4 since) will fail to upgrade hanging on first reboot during the process. If the VM was created once 9.4 was the current stable release this is not an issue and the upgrade will run.
To fix this we need to totally remove all traces of XenTools drivers from the system
Before upgrading:
Open a command prompt as Administrator
cd "C:\Program Files\XenServer\XenTools" Run: uninstall.exe purge verbose
Reboot
Confirm Xen Management agent is not running via Xen Orchestra Console
Proceed with Server 2025 inplace Upgrade.
Once into Server 2025 you will need to run to Xen Tools MSI to reinstall the tools. It will detect the management agent is still present even though it is not running and the drivers have been removed, run though the uninstall process, reboot then install a clean copy of the latest available version of the tools.
-
Thanks, that will probably save me an hour this summer if I decide to upgrade my production system. By then it might all be fixed.
-
@Greg_E Interesting to read through when having performance issues on my end too albeit not running ADDS on windows server 2025. Did you decide to upgrade your production system?
I'm building a new Citrix multi session image but have found many things "not responding" e.g. file explorer slowness and just opening task manager. I could be having different issues to you all and would need to provide more detailed info but working through the forums here and on Microsoft end to see what I can find against this OS and how the rollout is going. Any feedback on Windows Server 2025 would be great here unless we have another more suitable thread to follow.
Thanks. -
I have not had the time to upgrade my servers yet, even in my lab I often fall back on 2022 because it's the old known thing at this point.
I do need to look into this though, I want to raise the domain/forest functional levels up to 2025 to see if that brings me anything when working with Win11. I'm really hoping they build a few more things (or put them back) into the GPO for win11, I'll probably find that they took more stuff out and put it into Intune.
-
@Greg_E Thanks for the update Greg! OK will keep going on mine. I had found some issues with one of the file servers which the testing was using so that could have caused my speed issues. I reckon I'll do domain/forest later on too but bring in user facing 2025 desktops first. I'm getting rid of folder redirection with One Drive known folders in its place then will be able to investigate Intune after that for round 2 of desktop updates! Good luck on your end.