How to manage large number of desktop VMs?
Posted
by
symcbean
on Server Fault
See other posts from Server Fault
or by symcbean
Published on 2012-06-18T15:12:30Z
Indexed on
2012/06/18
15:17 UTC
Read the original article
Hit count: 213
I'm looking at the feasibility of providing remote access to multiple virtual machines. The VMs themselves will provide user desktops.
To make best use of the available resources, I'd like the VMs to hibernate when the user disconnects. Which implies being able to start them up when a user connects. Ideally each user would 'own' a VM image - but if not then I'd require that the session was terminated. Obviously this would require the remote access protocol to be tied into the VM management. Is there anything out there to provide such functionality?
(extra credit for open protocols! ;)
© Server Fault or respective owner