Previous Topic: Generic Executor Startup SequenceNext Topic: MultiController Configuration


Add Another Generic Executor (UNIX)

Add another Generic Executor if you require a component to execute as a different User ID.

Follow these steps:

  1. Add a new user to the LocalController that requires the additional user ID. The new user must be a member of the same group that owns the CAMM_HOME directory.

    Note: Repeat this procedure for any standby LocalControllers.

  2. Log in as the new user.
  3. Execute the following command to add the new Generic Executor:
    shell# /opt/CA/CAMM/tools/camm.ge.install
    

    The additional Generic Executor is added.

    Note: A configuration file in the LocalController directory named ExecutorMap.xml is modified to provide a map between the required User ID and the TCP port.

When the Engine subcomponent is started, the LocalController references the User ID provided in the LCGobalConfig for that component. If the User ID is not the default User ID, the ExecutorMap is referenced and the TCP port for the alternative Generic Executor is used to start the subcomponent.

This reference is useful when the Engine needs to SFTP/SCP the information using user- or host-based RSA key authentication.