Changes between Version 1 and Version 2 of Remctl
- Timestamp:
- Jun 3, 2008, 12:34:14 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Remctl
v1 v2 9 9 Once you've done that, you can use any of the following commands to manipulate your VM (using our test VM, moo17, as an example) 10 10 11 '''For information about the state of your VM:''' 11 12 {{{ 12 # For information about the state of your VM:13 13 athena% remctl remote.mit.edu control moo17 list 14 14 athena% remctl remote.mit.edu control moo17 uptime 15 15 athena% remctl remote.mit.edu control moo17 list-long 16 # To start up your VM: 16 }}} 17 '''To start up your VM:''' 18 {{{ 17 19 athena% remctl remote.mit.edu control moo17 create 18 # To attempt to cleanly shutdown your VM: 20 }}} 21 '''To attempt to cleanly shutdown your VM:''' 22 {{{ 19 23 athena% remctl remote.mit.edu control moo17 shutdown 20 # To hard shutdown your VM: 24 }}} 25 '''To hard shutdown your VM:''' 26 {{{ 21 27 athena% remctl remote.mit.edu control moo17 destroy 22 # To hard reboot your VM: 28 }}} 29 '''To hard reboot your VM:''' 30 {{{ 23 31 athena% remctl remote.mit.edu control moo17 reboot 24 32 }}} 25