We have a number of VMWare Server 2.0 virtual machines that were created using VMWare Converter (It copies a physical machine to a virtual machine). If we need to convert the virtual machine back to a physical machine is there way to accomplish this easily? Essentially doing the VMWare Converter process in reverse.
This VMware guide on virtual to physical machine migrations should be a good start, though it looks like you're required to use 3rd party tools like Sysprep and Symantec Ghost.
PlateSpin makes a commercial tool called PowerConvert that does both Physical-to-Virtual and Virtual-to-Physical conversions.
VMWare offers some documentation on the subject here: http://www.vmware.com/support/v2p/index.html
It's much harder to go back to physical hardware, because the system won't know what hardware you have, what kernel modules / drivers would be needed, etc. When going the other way it knows exactly what virtual hardware you will be using.
You'd probably find it easier to do a base install from scratch on the physical server, install the programs you want, and copy the data back from the virtual image.
The latest processors support virtualization natively, and there's almost no significant performance difference between a machine running directly on the hardware, and a machine running virtualized on top of the hardware configured to use all the machine's resources. The biggest performance difference comes with the peripheral mapping and drivers in the host OS.
For some cases, it's probably worth it to de-virtualize the machine and run it on the hardware, but in most cases you'll be better off avoiding the time, software, and hardware required to do the conversion and simply putting it on it's own machine, still virtualized.
Further, Moore's law says that over time you'll be ahead of the game, as you'll be able to upgrade to a new machine with significantly greater performance in a year's time without any upgrade pain.
If the usage of the machine drops down, you can then move it back to a shared server so that hardware, power, etc resources are allocated efficiently, rather than having to maintain aging equipment past its prime.
-Adam
There is a general term for the conversion you are performing, Virtual-to-Physical AKA V2P.
If you look at http://en.wikipedia.org/wiki/Physical-to-Virtual you can find a list of V2P software.