The suspend and resume feature is most useful when you want to save the current state of your virtual machine, then pick up work later with the virtual machine in the same state it was when you stopped.
Once you resume and do additional work in the virtual machine, there is no way to return to the state the virtual machine was in at the time you suspended.
To preserve the state of the virtual machine so you can return to the same state repeatedly, take a snapshot. For details, see Using the Snapshot.
The speed of the suspend and resume operations depends on how much data has changed while the virtual machine has been running. In general, the first suspend operation takes a bit longer than later suspend operations do.
When you suspend a virtual machine, a file with a .vmss extension is created. This file contains the entire state of the virtual machine. When you resume the virtual machine, its state is restored from the .vmss file.
To suspend a virtual machine:
File > Exit
To resume a virtual machine that you have suspended:
Note that any applications you were running at the time you suspended the virtual machine are running and the content is the same as it was when you suspended the virtual machine.
© 1998-2004 VMware, Inc. All rights reserved.