Install the Symphony client using the tar.gz file

  1. Install the Symphony client by using the tar.gz file.

    tar -zxf install_file.tar.gz

  2. Configure SOAM_HOME in cshrc.symclient or profile.symclient.
    1. Go to the conf directory in the directory in which the Symphony client was installed.

      For example, if you installed the Symphony client in /opt/symphonyClient/clientversion_number, go to /opt/symphonyClient/clientversion_number/conf.

    2. Set the SOAM_HOME environment variable to the directory in which you have installed the Symphony client.

      For csh, edit cshrc.symclient and change the following line to the directory in which you installed the Symphony client:

      setenv SOAM_HOME $SOAM_HOME

      For example

      setenv SOAM_HOME /opt/symphonyClient/clientversion_number

      For bash, edit profile.symclient and change the following line to the directory in which you installed the Symphony client:

      SOAM_HOME=$SOAM_HOME

      For example

      SOAM_HOME=/opt/symphonyClient/clientversion_number