Popular content
- KVM install on Ubuntu 9.10 (8,010)
- Drupal development environment on VMware (4,583)
- Drupal LAMP in Virtual Server (3,108)
- Drupal 6 and Ubuntu 9.04 Jaunty (2,558)
- Drupal install (2,500)
- script to start and stop VM guests on VMware server (2,377)
- VMware maintenance tasks (2,304)
script
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
- 2377 reads