2

VMs are great for many development tasks but can you use them to 'manage' desktops? I'm thinking of setting up some systems so that they can only execute a VM at startup. This seems like a good way to control desktops and keep them running clean. Is this true in practice or does it just add a layer of maintenance on top of the underlying OS?

030
  • 5,731
  • 12
  • 61
  • 107
Arnold Spence
  • 864
  • 1
  • 12
  • 17

3 Answers3

1

I think there's a big advantage in that you can have a standard image that's hardware-independent.

Richard Gadsden
  • 3,696
  • 4
  • 28
  • 58
1

I think having everyone run a standard image sounds good in the beginning but it doesn't really buy you any more than installing from a standard image. Using a product like ghost seems like it would do just as much for you with out the added hassle of managing a VM environment on every machine

trent
  • 3,094
  • 18
  • 17
1

VM desktops are great for uncommonly used workstations. In our QA environment, the testers can utilize VMs each with different OS/software combinations. This is much simpler than maintaining a room full of physical desktops. You also have the added capability of snapshotting before installing new software to test.

spoulson
  • 2,173
  • 5
  • 22
  • 30