1

I have a Dell 2950 with Esxi 4. On top of that is W2012 installed, which is a bit slow but good enough. It runs a few IIS8 websites without much hassle.

The only big problem I have is that when I connect with a RDP session to the server after a day it takes a really long time to get to the desktop, sometimes 2-3 minutes.

This happens every day when not connected to the server through RDP for about 12 hours. When this happens the IIS8 websites are also unreachable.

What is happening here?

Roger Far
  • 341
  • 5
  • 17

1 Answers1

5

ESXi 4 does not support Server 2012. To quote VMware:

Note: Windows 8 / Windows Server 2012 will not be supported on ESXi/ESX 4.0 or 4.1.

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2006859

Edit: Just to clarify, my point is that before you try to go way out of your way to troubleshoot some obscure memory leak problem or whatever it is, make sure that you are running on a supported platform, which you are not. Even if it were technically possible to fix this by going on a journey of deep code analysis and kernel debugging, you're doing something that your software vendors explicitly say is not supported, and that's not the kind of behavior that we should encourage on this site.

Ryan Ries
  • 55,011
  • 9
  • 138
  • 197