Parameter required to set the agent service startup type as auto for Agent installation in 11.4
book
Article ID: 131685
calendar_today
Updated On:
Products
CA Workload Automation AE - Business Agents (AutoSys)CA Workload Automation AE - Scheduler (AutoSys)Workload Automation Agent
Issue/Introduction
On Windows Server, I have tested and installed latest CA WA Agent 11.4 SP1 using the installer.properties file but after the installation the agent service (WIN_SERVICE_1) is set to manual as there is no parameter present in default installer.properties file which i can modify and set the agent service as 'Automatic' after the agent installation on windows server.
Whereas we have below parameter present in R11.3 to set the agent service as Automatic which is not working with R11.4
#Windows Service Option #---------------------- USER_INPUT_RESULTS=\"\",\"Automatic\" USER_INPUT_RESULTS_1= USER_INPUT_RESULTS_2=Automatic USER_INPUT_RESULTS_BOOLEAN_1=0 USER_INPUT_RESULTS_BOOLEAN_2=1
As we need to set the agent service startup type to 'Automatic' after the agent installation so please provide us the parameter in installer.properties for R11.4 SP1 agent for Windows server.
What is the parameter to set the agent service startup type as automatic in installer.properties file for Agent installation.
Environment
OS: Windows Agent Version: CA WA Agent R11.4
Resolution
set below parameter in installer.properties file: "USER_INSTALL_MODE=auto"