Starting, stopping and rebooting a VM
MCS control panel
To work with a VM in your MCS account, you should:
- Go to the Virtual Machines page of the Cloud Computing section.
- Select instances and click on the action button in the top menu. Stop, start, reboot and delete machines are available.
Actions can also be called from the context menu:
- Select the required action and confirm the operation:
If the instance does not respond for some reason, you can use a forced reboot, you can call the option from the context menu of the virtual machine:
OpenStack CLI
To turn on the VM, you need to run in the OpenStack client:
$ openstack server start <instance ID>
Shutdown:
$ openstack server stop <instance ID>
Reboot:
$ openstack server reboot <instance ID>
Force reboot:
$ openstack server reboot --hard <instance ID>