How do I reboot via command line?
There are multiple ways to properly shutdown or reboot the unit.To power off the unit via Command Prompt (without quotes):
"shutdown -h now" ( -h is for halt)
To power off the unit via HTTPS communication:
Go to the Administration>System Tools menu and click on the Shutdown button.
To reboot (restart) the unit via Command Prompt (without quotes):
"reboot"
or
"shutdown -r now" ( -r is for restart)
or
The cntrl>alt>del sequence will also properly shutdown and restart the unit.
To reboot the unit via HTTPS communication:
Go to the Administration>System Tools menu and click on the Restart button.