Applications Set up the Connect IT 4 to automatically run your applications
Digi Connect IT® 4 User Guide
637
3. Type exit to exit the Admin CLI.
Depending on your device configuration, you may be presented with an Access selection
menu. Type quit to disconnect from the device.
Stop a script that is currently running
You can stop a script that is currently running.
Web
1. Log into the Connect IT 4 WebUI as a user with Admin access.
2. At the Status page, click Scripts.
The Scripts page displays:
3. For scripts that are currently running, click Stop Script to stop the script.
Command line
1. Select the device in Remote Manager and click Actions > Open Console, or log into the
Connect IT 4 local command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an Access selection
menu. Type admin to access the Admin CLI.
2. Determine the name of scripts that are currently running:
> show scripts
Index Label Enabled Status Run time
----- ----------- ------- ------ --------
0 script1 true active
1 script2 true idle 01:00
>
Scripts that are currently running have the status of active.
3. Stop the appropriate script:
)> system script stop script1
>