View Categories

Shutdown

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

ALERT
Notes on the automatic startup function

Because AI edge gateways 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 AI Edge Gateway is shut down in the manner described in this section, but power is still supplied from the power connector, it will restart.
If you wish to put the AI Edge Gateway in a power-off state, shut it down and wait until the LEDs are in a power-off ready state (power LED lit red) before pulling the power plug.

PUSH button to shut down #

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

PUSH button (AI Edge Gateway Indoor version)

PUSH button (AI Edge Gateway Outdoor version)

LED indication during shutdown process

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

Shutdown by command #

The poweroff command can be used to transition the AI Edge Gateway 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 AI Edge Gateway via its dedicated CLI, see “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 password for login account and Enter
Stopping Session 1 of user admin.
Stopping Unpack initramfs on shutdown…
[ OK ] Stopped target Timers.
(Omitted)
[ OK ] Reached target Shutdown.
[ OK ] Reached Final Step.
Starting Power-Off
NOTICE: You can turn off the power.

Scroll to Top