Modify the EGO environment configuration files

  1. Navigate to the EGO installation directory.

    For example:

    cd /opt/ego

  2. Modify the top-level environment script file for your particular shell environment.
    1. Edit the cshrc.platform or profile.platform environment script file.
      • For csh or tcsh, edit the cshrc.platform file.

      • For sh, ksh, or bash, edit the profile.platform file.

    2. Replace all instances of @EGO_TOP@ with the path to your installation directory.

      For example, replace "@EGO_TOP@" with "/opt/ego".

  3. Navigate to the EGO configuration directory.

    For example:

    cd /opt/ego/kernel/conf

  4. Modify the environment script file for your particular shell environment.
    1. Edit the cshrc.ego or profile.ego environment script file.
      • For csh or tcsh, edit the cshrc.ego file.

      • For sh, ksh, or bash, edit the profile.ego file.

    2. Replace all instances of @EGO_TOP@ with the path to your installation directory.

      For example, replace "@EGO_TOP@" with "/opt/ego".

  5. Modify the EGO configuration file (ego.conf).
    1. Edit the ego.conf file.
    2. Replace all instances of @EGO_TOP@ with the path to your installation directory.

      For example, replace "@EGO_TOP@" with "/opt/ego".

    3. Define the master candidate list and EGO daemon port parameters using the same values as defined in the ego.conf file on the master host.

      You need to define the following parameters:

      • EGO_MASTER_LIST

      • EGO_LIM_PORT

      • EGO_KD_PORT

      • EGO_PEM_PORT