RebootingΒΆ
To reboot the machine, run the following command in operational mode:
vsr> cmd reboot
System will reboot on Tue 2020-03-17 14:07:15
vsr>
Unless you specified otherwise, you have 60 seconds to cancel the reboot with the following command:
vsr> cmd reboot cancel
Broadcast message from root@vsr (Tue 2020-03-17 14:06:18 CET):
The system shutdown has been cancelled
Reboot cancelled.
vsr>
A reboot is not possible if the startup configuration is not the same as the running configuration:
vsr> cmd reboot
ERROR: Reboot cancelled: startup and running configurations are different.
Copy running to startup or use the "force" argument to bypass this check.
vsr>
In this case, the startup configuration can be updated using copy
running startup
, or the use the force
argument:.
vsr> cmd reboot
System will reboot on Tue 2020-03-17 14:07:15
vsr>
See also
The command reference for details.