AI Edge Gateways can be rebooted by command operation.
There are two types of reboots: software reboot, which stops the system, and hardware reboot, which does not stop the system.
⇒For details on the CLI (Command Line Interface) for using commands, please refer to “Chapter 1 CLI Basics” in the ” CLI User’s Manual “.
⇒Refer to “2.1 Rebooting the Product” in the ” CLI User’s Manual ” for details on rebooting the AI Edge Gateway with the dedicated CLI.
To reboot the AI Edge Gateway, the sudo command must be used.
Software reboot #
Software reboot after system shutdown.
Execution example
Below is an example of running the command in bash.
admin@amnimo:~$ sudo amctrl reboot -t soft
Are you sure you want to restart? (y/n): ← “y” key followed by Enter
To reboot the AI Edge Gateway, the sudo command must be used.
Hardware reboot #
Without shutting down the system, power off the hardware and reboot.
Execution example
Below is an example of running the command in bash.
admin@amnimo:~$ sudo amctrl reboot -t hard
Are you sure you want to restart? (y/n): ← “y” key followed by Enter
To cancel execution of the command, type the “n” key followed by Enter.
Performing a hardware reboot may result in file system corruption.