Consultor Eletrônico



Kbase P4879: How to change the port the AdminServer is running on to allo
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/29/2004
Status: Unverified

GOAL:

How To Change the Port the AdminServer is running on

GOAL:

Need to run the AdminService for more than one version of Progress on the same machine at the same time

FACT(s) (Environment):

Progress 9.x

FIX:

The AdminServer runs on port 20931 as default listening port for online comand utilities (eg: dbman) and adminport 7832 for default communication between the servergroup and the AdminServer on both UNIX and Windows systems by default for all versions of Progress 9.x

You must therefore make sure each AdminServer is running on a unique port, adminport.

1 - To change the port that the AdminServer runs on (on UNIX) you can
add the -port -adminport arguments along with identifying the new port numbers.
You add this information to the end of your startup command.

For example:

proadsv -start -port 20932 -adminport 7833

2 - If you want to change the port that the AdminServer uses on Windows, follow these steps:

a. Go to the Control Panel / Services. Make sure that you have stoped your AdminServer service.

b. Run regedit. You will have to add the -port -adminport arguments
along with the port numbers to the startup and shutdown entries in the Registry.

These registry keys are:

HKEY_LOCAL_MACHINE\SOFTWARE\PSC\AdminService\<version>\StartupCmd

HKEY_LOCAL_MACHINE\SOFTWARE\PSC\AdminService\<version>\ShutdownCmd

c. If using the Progress Explorer, make sure that you have specified the port in the "properties" -> [advanced tab} "port", otherwise the default port will still be specified here.