Change the repository service port

You must be a cluster administrator to perform this task.

The repository service is the service that handles deployment.

  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 RS

  4. Open the rs.xml configuration file.
  5. Change the port number specified for the REPOSITORY_SERVICE_PORT parameter in the file. For example:
     <ego:EnvironmentVariable name="REPOSITORY_SERVICE_PORT">7875</ego:EnvironmentVariable>
  6. Save the file.
  7. Restart EGO on the master host:

    egosh ego restart