Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Clone a server config file, that defines on which port this server will run. The port number (defined in the line ooc.orb.oa.endpoint=iiop --port" must be unique on the host (and in fact, in case we change hosts, should at least be unique across all AIDA hosts). So, grep all the * .conf files, adn pick an unused port num. By convention, the DPs are counting down from 58999. The .conf file name must be identical to the server name define by AIDA__NAME, since it's found automagically by the st. startup file (see below).

Code Block
copy DpCaServer.conf DpRdbServer.conf
<edit the file and choose a unique port number, from all the unix DPs>

...