The following example shows the property settings for installing an agent using the silent installer.
Example: Configuring the Installer Properties File
The installer properties file in this example installs an agent that is named AGENT2 on a UNIX system in the agent_solaris_aes directory. The agent uses port 34520 for communication with the scheduling manager named manager1 that has an IP address ::FFFF:192.168.00.00 and uses port 8507. Local security for AGENT2 is enabled. The agent uses the AES cipher algorithm. The FILE1.txt file contains the environment variables that the agent and scheduling manager use. More spool-related parameters are appended at the end of the agentparm.txt file as listed in the additional_agentparm.txt file.
Note: The license agreement is not shown during the silent installation. To accept the license agreement, set ACCEPT_EULA to ACCEPT. By default, the installation is aborted. A copy of the license agreement is included at the end of the installer properties file.
ACCEPT_EULA=ACCEPT USER_INSTALL_DIR=/u1/build/CA/agent_solaris_aes AGENT_INFO_1=AGENT2 AGENT_INFO_2=34520 NUM_MANAGER_1=1 MANAGER_1_INFO_1=manager1 MANAGER_1_INFO_2=::FFFF:192.168.00.00 MANAGER_1_INFO_3=8507 STRONG_ENCRYPTION_CIPHER=AES STRONG_ENCRYPTION_KEYGEN=0x01020304050607080102030405060708 LOCAL_SECURITY=on NUM_MANAGER_VARS_2=1 MANAGER_VARS_1_INFO_1=MANAGER1_VAR MANAGER_VARS_1_INFO_2=C:\\MANAGER_1\\FILE1.TXT NUM_USER_VARS_2=1 USER_VARS_1_INFO_1=USER1 USER_VARS_1_INFO_2=C:\\USER1\\FILE1.TXT JOBLOG=true RAW_DATA=/usr/home/joe/additional_agentparm.txt
The additional_agentparm.txt file that is specified in the RAW_DATA property contains the following parameters:
runnerplugin.spool.clean.enable=true runnerplugin.spool.expire=50000 runnerplugin.spool.sleep=20000
|
Copyright © 2014 CA.
All rights reserved.
|
|