We installed the System Agent release 11.3 SP5 on Windows 2012 with below command:
setup.exe -f c:\temp\win_installer.properties
The installation was successful but later on, the System Agent did not start with no error message.
By looking into the agentparm.txt file, the below option was missing:
# Allow agent to start with no managers defined
communication.nomanagers.abort.disable=true
If this option is not set or set to false, the System Agent won't start because there is no defined manager in the agentparm.txt file.
1) For this already installed agent, you can add option communication.nomanagers.abort.disable=true in the agentparm.txt file. During the first connection between the Autosys Scheduler and the System Agent, the manager entries will be automatically added at the end of the agentparm.txt file by the System Agent itself.
2) If you have several agents to install in silent mode, look into the response file and set it with:
#NUM_MANAGER_1=1
#NUM_MANAGER_2=2
#NUM_MANAGER_3=3
NUM_MANAGER_4=No Managers
Then run the installation is Silent mode.