Reboot the cloud server
There are two ways available to reboot the cloud server:
- software reboot without powering down;
- hardware reset with the power off.
Perform a program reset
The server will reboot without powering down. Execute graceful shutdown
— the operating system will shut down correctly and restart.
If the server does not respond within the recorded time, a hardware reboot will automatically be performed — unsaved data may be lost in this case.
Control panel
OpenStack CLI
-
В control panels from the top menu, press Products and select Cloud servers.
-
On the menu of the server select Software reboot.
-
Make sure to save the changed data.
-
Perform a program reset:
openstack server reboot <server>
Specify
<server>
— ID or server name. The list of servers can be viewed using the commandopenstack server list
Perform a hardware reboot
We recommend performing a hardware reboot only if the server is not responding. In other cases turn the server off and on.ы
In the case of a hardware reboot, the server is turned off and then immediately turned on — unsaved data may be lost in this case. The configuration is not recreated.
Control panel
OpenStack CLI
-
В control panels from the top menu, press Products and select Cloud servers.
-
On the menu. of the server select Hardware reboot.
-
Make sure to save the changed data.
-
Perform a hardware reboot:
openstack server reboot --hard <server>
Specify
<server>
— ID or server name. The list of servers can be viewed using the commandopenstack server list