View Categories

Reboot the sensor connection gateway

The Sensor Connection Gateway 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 ".
⇒For rebooting with the dedicated CLI of the Sensor Connection Gateway, please refer to "2.1 Rebooting the Product" in the " CLI User's Manual ".

NOTE

To reboot the sensor connection 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

NOTE

To reboot the sensor connection 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

NOTE

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

CAUTION

Performing a hardware reboot may result in file system corruption.

Scroll to Top