Description:
When using the silent installer to install numerous agents, it happens that the default agentparm.txt needs to be changed. Manually edit all the agents parameter files manually is tedious and time consuming. This document explains how additional properties can be automatically appended to the agentparm.txt file.
Solution:
Open the installer.properties file, which is available on the product CD or CA Support Online website, and add a RAW_DATA property.
RAW_DATA specifies a text file; this text file contains additional agent parameters that will be appended to the end of the agentparm.txt files whenrunning the silent installer. In UNIX, the property file name is unix_installer.properties when on Windows it is named win_installer.properties.
Example: assuming we want to add oscomponent.lookupcommand=true to all agentparm.txt files when running silent installs :