...
Clone a server config file, that defines on which port this server will run. The config filename must be the same as the servername (see the java command line in the START<dpname>.COM file (see below))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.
Code Block |
---|
copy DpCaServer.conf DpRdbServer.conf <edit the file and choose a unique port number, from all the unix DPs> |
...