Kbase P108455: How to start more than one admin servers on UNIX?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/10/2009 |
|
Status: Verified
GOAL:
How to start more than one admin servers on UNIX?
GOAL:
How to start more than one admin servers from command line?
GOAL:
What are the command line syntax for staring admin server with different port?
GOAL:
Do I need to make changes to unified broker commands when admin server is started on non-default port?
FIX:
For both more than one admin servers to run side by side, Please use -port and adminport parameters when starting secondary admin server.
For example,
proadsv -start -port 20000 -adminport 8000
-port <port> Port where AdminServer process resides. Default is 20931.
-adminport <port> Communication port between AdminServer and databases. Default is 7835 (in some releases vary, see solution P104080)
Once admin server is started, use -port parameter for any unified broker commands. For example,
asbman -i asbroker1 -start -port 20000