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