You must be a cluster administrator to perform this task.
Log on to the master host in the cluster.
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
Stop the service:
egosh service stop SD
Open the sd.xml configuration file.
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.