VirtualBox を コマンドラインで( VirtualBox Control in Command Line)

一覧表示(Listing VMs)

$ VBoxManage list vms
"CentOS" {ee195986-fdbd-4a03-bb39-31417af58e1b}

起動(Startup VMs)

$ VBoxManage startvm "CentOS" --type headless

起動中一覧(Listing Running VMs)

$ VBoxManage list runningvms

シャットダウン開始(Shutdown VMs)

$ VBoxManage controlvm CentOS acpibutton

電源OFF (Power off VMs)

$ VBoxManage controlvm CentOS poweroff 

サスペンド(Suspending VMs)

$ VBoxManage controlvm CentOS savestate
カテゴリーTips