Start 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
./startAll.sh
* 
Modify the startAll.sh script to add an entry for each server if you have multiple AutoPilot servers.
Only the WebUI server
./startWeb.sh
Only the AutoPilot server
./runAutoPilot.sh
Was this helpful?