Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

Scenario

I'm building a high-end workstation for a software developer. The plan is to install Hyper-V Server 2008 R2 SP1 on the internal disk, and create a Windows 7 Ent x64 VM in a VHD on a second disk. This second disk is an SSD in an externally accessible caddy.

Under normal use, the developer will boot Hyper-V, and then use remote control (initially the Hyper-V remote, but moving on to RDP) from the host to the locally running guest, and it should all work like a vanilla Windows 7 workstation. However, we also have a laptop with support for two harddrives, and I will replicate the setup there, so when going on a site visit, we plan for the developer to takes his SSD out of his workstation, put it in the laptop and Viola - there's his development environment.


Question

Can we run RemoteFX on this workstation so that both the server (RemoteFX in Hyper-V) and client (MSTSC) parts of RemoteFX are running on this "workstation"? If so, do I need two graphics adapters, and do they have to be identical? The objective is to provide accelerated video etc. for the Windows 7 VM under normal use.

share|improve this question

1 Answer

I do not think Hyper-V Server has the capabilities you are looking for. For one thing, the UI is barebones, command prompt mainly, and lacks many tools you are used to having in more complex Windows versions (e.g. Windows Server). There is no Hyper-V Manager MMC snap-in, no mstsc.exe Remote Desktop Connection client to run, and so forth.

Also, I believe RemoteFX requires a Windows 7 client, so I do not think that route would work.

Even if you installed full-fledged Windows Server, which would give you more tools and a better UI, you would still not get the accelerated video you are looking for.

I am not sure of your overall goals or reasons for using Hyper-V Server, but you might consider something along the lines of VMware Workstation running on a Windows 7 client. This would support some forms of video acceleration in the VMs at the cost a little extra overhead beyond Hyper-V. Honestly though, on a high end workstation and/or SSD I doubt you would notice.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.