How can I get my Symphony DE machine to submit workload to a Symphony grid?

Windows:
  1. Modify the %SOAM_HOME%\conf\ego.conf file found in your Symphony DE installation, setting EGO_MASTER_LIST, EGO_KD_PORT, and EGO_SEC_PLUGIN to reflect the configuration for the Symphony cluster.

  2. Set your environment to point to the Symphony cluster by running "symclientenv" on the command line.

  3. Launch your application from the prompt where the Symphony cluster environment was set.

  4. If you are still having problems, modify the C:\WINDOWS\system32\drivers\etc\hosts file on your DE host, SD host, and SSM host so that the hosts' short names are mapped to their IP address. Try again.

Unix
  1. Modify the $SOAM_HOME/conf/ego.conf file found in your Symphony DE installation, setting EGO_MASTER_LIST, EGO_KD_PORT, and EGO_SEC_PLUGIN to reflect the configuration for the Symphony cluster.

  2. Set the environment to point to the Symphony cluster:
    • For csh, enter "source $SOAM_HOME/conf/cshrc.symclient".

    • For bash, enter ". $SOAM_HOME/conf/profile.symclient".

  3. Launch your application from the prompt where the Symphony cluster environment was set.

  4. If you are still having problems, modify the /etc/hosts file on your DE host, SD host and SSM host so that the hosts' short names are mapped to their IP address. Try again.