VirtualBox Managing an Environment from Command Line: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
=Overview= | =Overview= | ||
For more details on starting a VM from command line, see {{Internal| | For more details on starting a VM from command line, see {{Internal|VirtualBox_CLI#Starting_VMs_from_Command_Line|Starting VMs from Command Line}} | ||
=Start an Environment= | =Start an Environment= |
Revision as of 17:07, 5 April 2017
Internal
- VirtualBox Operations#Managing_an_Environment_from_Command_Line
- VirtualBox CLI#Managing_an_Environment_from_Command_Line
Overview
For more details on starting a VM from command line, see
Start an Environment
VBoxManage startvm lb.modcluster.local --type headless VBoxManage startvm ap1.modcluster.local --type headless VBoxManage startvm ap2.modcluster.local --type headless
Stop an Environment
ssh -o ConnectTimeout=1 -t root@172.20.2.43 sudo -n init 0 ssh -o ConnectTimeout=1 -t root@172.20.2.42 sudo -n init 0 ssh -o ConnectTimeout=1 -t root@172.20.2.41 sudo -n init 0