The Generic Executor typically requires no configuration after the initial installation. Only one Generic Executor is required per server unless you require the components to run under different user IDs.
The Generic Executor configuration is installed into a directory in CAMM HOME. The configuration is identified using the form GE_<userid> where <userid> is the user name that you specified in the Generic Executor installation.
The Generic Executor directory contains a file named LocalConfig-ge.xml.
When the Generic Executor assumes the role of a component, it executes using the same user ID that is configured in the LocalConfig-ge.xml.
Example of a LocalConfig-ge.xml file for UNIX
<?xml version="1.0" encoding="UTF-8"?>
<AppDaemon>
<Names>
</Names>
<Paths>
<Path name="tim.base">/opt/CA/CAMM</Path>
<Path name="appHome">${tim.base}/GE_camm</Path>
<Path name="configBase">${appHome}/tmp</Path>
</Paths>
<Binding>
CA Portal29560</Port>
<UserId>camm</UserId>
</Binding>
</AppDaemon>
Example of a LocalConfig-ge.xml file for Windows
For a Windows user, the primary Generic Executor configuration file is slightly different:
<?xml version="1.0" encoding="UTF-8"?>
<AppDaemon>
<Names>
</Names>
<Paths>
<Path name="tim.base">/opt/CA/CAMM</Path>
<Path name="appHome">${tim.base}/GE_camm</Path>
<Path name="configBase">${appHome}/tmp</Path>
</Paths>
<Binding>
CA Portal29560</Port>
<UserId>camm</UserId>
</Binding>
<CompanyItems>
<Item>
<Name>MC</Name>
<Config>${tim.base}/MC/LocalConfig-mc.xml</Config>
CA Portal29599</Port>
</Item>
<Item>
<Name>LC</Name>
<Config>${tim.base}/LC/LocalConfig-lc.xml</Config>
CA Portal29598</Port>
</Item>
</CompanyItems>
</AppDaemon>
The <CompanyItems> section added into the Generic Executor configuration file defines the locations and service ports for MultiController and LocalController. With <CompanyItems> defined, the Generic Executor checks these items every one minute and if they are not running, the Generic Executor starts them automatically. This configuration enables the MultiController and the LocalController to start without external intervention.
The <CompanyItems> feature is disabled after installation by default. You can execute the camm.init.install command to enable it.
Note: Only the primary Generic Executor requires the <CompanyItems> section. Other Generic Executors, other than the primary Generic Executor that are on the same server, must not contain this section.
|
Copyright © 2013 CA.
All rights reserved.
|
|