Reboot the cloud server
There are two ways available to reboot the cloud server:
- software reboot without turning off the power;
- hardware reboot with power off.
Perform a program reset
The server will reboot without powering down. A graceful shutdown
will be performed — 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
-
In the Control panel, on the top menu, click Products and select Cloud Servers.
-
From the server's menu, select Program Restart.
-
Make sure to save the changed data.
-
Perform a program reset:
openstack server reboot <server>
Specify
<server>
— server ID or name. The list of servers can be viewed using theopenstack server list
command
Perform a hardware reboot
We recommend performing a hardware reboot only if the server is not responding. In other cases, turn off and turn on the server.s
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
-
In the Control panel, on the top menu, click Products and select Cloud Servers.
-
From the server's menu, select Hardware Reboot.
-
Make sure to save the changed data.
-
Perform a hardware reset:
openstack server reboot --hard <server>
Specify
<server>
— server ID or name. The list of servers can be viewed using theopenstack server list
command