How can I restart the Automic Automation Intelligence Service remotely on a Windows server?
search cancel

How can I restart the Automic Automation Intelligence Service remotely on a Windows server?

book

Article ID: 221647

calendar_today

Updated On:

Products

Automic Automation Intelligence

Issue/Introduction

How can I restart the Automic Automation Intelligence Service remotely on a Windows server?

Environment

Release : 6.3.0-1

Component : Automation Analytics & Intelligence

Resolution

If AAI is installed on Windows, it installs a Windows service, "Automic Automation Intelligence", so you could use Services.msc on your local computer, and try right clicking on "Services" on top and select "Connect to another computer", then restart the "Automic Automation Intelligence" service.

Or you can use the command line using the command:
      sc \\machine stop <service>
 
Like 
      sc\\aai_server_name stop "Automic Automation Intelligence"
      sc\\aai_server_name start "Automic Automation Intelligence"
 
 
You will need to be logged into a Windows computer with a domain account that has admin rights on the AAI server.