Modify the Symphony environment configuration files

  1. Navigate to the installation directory.

    For example:

    cd /opt/ego/

  2. Modify the 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. At the end of the file, add a command to set the environment using the Symphony scripts.

      The Symphony scripts are in the Symphony configuration directory.

      For example:

      • For csh or tcsh, add the following line:

        source /opt/ego/soam/conf/cshrc.soam
      • For sh, ksh, or bash, add the following line:

        . /opt/ego/soam/conf/profile.soam
  3. Navigate to the Symphony configuration directory.

    For example:

    cd /opt/ego/soam/conf

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

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

    2. Replace all instances of $SOAM_HOME with the path to the soam subdirectory of your installation directory.

      For example, replace "$SOAM_HOME" with "/opt/ego/soam".