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 more information on the Command Line Interface (CLI) for using commands, see “Chapter 1 CLI Basics” in the CLI User’s Manual.
- To reboot via the AI Edge Gateway’s dedicated CLI, please refer to “2.1 Rebooting the Product” in the ” CLI User’s Manual ” of
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.