Startup/Shutdown Script for vmWare: Revision history

From KlavoWiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 November 2008

23 October 2008

3 March 2008

22 September 2007

10 September 2007

  • curprev 05:4005:40, 10 September 2007David talk contribs 293 bytes +293 New page: To stop all virtual machines run the following command: <pre> find /var/lib/vmware/ -iname "*.vmx" -exec vmware-cmd {} stop \; </pre> To start all virtual machines run the following comm...