Two methods of shutdown exist: using the PUSH button and using CLI commands.

Warning
Notes on the automatic startup function

Since IoT routers are intended to operate 24 hours a day, they have the ability to automatically recover from a shutdown in the event of a failure.
Therefore, if the IoT router is shut down in the manner described in this section, but power is still supplied from the power connector, it will reboot.
If you wish to put the IoT router in a power-off state, shut it down and pull the power plug after the LEDs have reached the power-off ready state (power LED lit red).

PUSH button to shut down #

Holding down the PUSH button for more than 3 seconds during startup will cause each service of the IoT router to move to the shutdown state and power off.

PUSH button (IoT router indoor version)

PUSH button (IoT router outdoor version)

LED indication during shutdown process

(data) itemPWRANTMOBSTremarks
shutdown process in progress   500ms interval
power disconnected (state)     

Shutdown by command #

The poweroff command can be used to transition the IoT router to a shutdown state.

  • For more information on the Command Line Interface (CLI) for using commands, see “Chapter 1 CLI Basics” in the CLI User’s Manual.
  • To shut down the IoT Router via the dedicated CLI, please refer to “2.2 Turning Off the Product” in the CLI User’s Manual.
NOTE

To perform a shutdown, the sudo command must be used.

Execution example

Below is an example of running the command in bash.

admin@amnimo:~$ sudo systemctl poweroff
  [sudo] password for admin: ←ログインアカウントのパスワードを入力してEnter
          Stopping Session 1 of user admin.
          Stopping Unpack initramfs on shutdown... 
[  OK  ] Stopped target Timers. (省略) 
[  OK  ] Reached target Shutdown. 
[  OK  ] Reached Final Step.
          Starting Power-Off 
NOTICE: You can turn off the power.
Scroll to Top