Popular content
- KVM install on Ubuntu 9.10 (4,463)
- Drupal development environment on VMware (3,990)
- Drupal LAMP in Virtual Server (2,434)
- Drupal install (2,152)
- Drupal 6 and Ubuntu 9.04 Jaunty (2,065)
- VMware maintenance tasks (1,875)
- VMware Server 2 install on Ubuntu 8.04 (1,857)
December 2008
script to start and stop VM guests on VMware server
Submitted by doka on 2008, December 13 - 18:23Even VMware server 2.0 has a nice web GUI on https://localhost:8333/, you can use scripts to start and stop VM guest directly from your terminal.
Before use, you have to set some hard coded parameters, like HOST_USER.
#!/bin/bash
# This script will start/stop/status VMware machine
#
# Written by Ez-Aton
# http://www.tournament.org.il/run
#
# Modified for VMware server 2.0 by doka@wepoca.net
# http://www.wepoca.net
#
#
- Add new comment
- Read more
- 1632 reads