Change the session director port

You must be a cluster administrator to perform this task.

  1. Log on to the master host in the cluster.
  2. Linux/UNIX only. Set the environment. For example, if you installed Symphony in /opt/ego:
    • For csh or tcsh, use cshrc.platform:

      source /opt/ego/cshrc.platform

    • For sh, ksh, or bash, use profile.platform:

      . /opt/ego/profile.platform

  3. Stop the service:

    egosh service stop SD

  4. Open the sd.xml configuration file.
  5. Change the port numbers specified for the SD_ADMIN_PORT and SD_SDK_PORT parameters in the file.

    The SD_ADMIN_PORT is used for the command line interface and client requests. The SD_SDK_PORT is used by the client and service APIs in your client application or service program.

    For example:
     <ego:EnvironmentVariable name="SD_ADMIN_PORT">7875</ego:EnvironmentVariable>
     <ego:EnvironmentVariable name="SD_SDK_PORT">7874</ego:EnvironmentVariable>
  6. Save the file.
  7. Restart EGO on the master host:

    egosh ego restart