The IoT router 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 using the IoT Router’s dedicated CLI, please refer to “2.1 Rebooting the Product” in the ” CLI User’s Manual ” of
NOTE

To reboot the IoT router, the sudo command must be used.

Reboot the software #

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」キーに続けてEnterを入力

NOTE

To reboot the IoT router, the sudo command must be used.

Perform a 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」キーに続けてEnterを入力

NOTE

To cancel execution of the command, type the “n” key followed by Enter.

WARNING

Performing a hardware reboot may result in file system corruption.

Scroll to Top