Why can't I run symping on the command console when I can run it on the Platform Management Console?

If you have more than one Symphony version installed, you may be trying to run a different symping than the one on the Platform Management Console, or you may be trying to submit symping workload to the wrong cluster.

  1. Windows
    1. Open a command console that points to the correct Symphony cluster.

    2. From the Start menu, select Programs > Platform Computing > Symphony version_number > Symphony version_number Command Prompt.

    3. Run symping from the command prompt. By setting the correct environment, you will automatically use the correct version of symping.

  2. Linux/UNIX
    1. Change to the Symphony installation directory.

      For example, if you installed Symphony in /opt/sym:

      cd /opt/sym

    2. Source the correct Symphony environment.

      For csh, enter source cshrc.platform.

      For bash, enter . profile.platform.

    3. Run symping. By setting the correct environment, you will automatically use the correct version of symping.