Stop AutoPilot Server and WebUI Server
For a multiple AutoPilot setup, there will be one AutoPilot.sh script for each server.
1. Open a command prompt and sign on to the Servigistics application server as the administrative user.
2. Navigate to the <SERVIGISTICS_APP_SERVER>/bin directory and run one of the following commands:
To start
Command to run
Both the WebUI and the AutoPilot servers
./stopAll.sh
* 
Modify the stopAll.sh script to add an entry for each server if you have multiple AutoPilot servers.
Only the WebUI server
./stopWeb.sh
Only the AutoPilot server
./runAPC.sh -shutdown &
Was this helpful?