These two settings are handled in a similar way. In both cases, the default port numbers have been carefully chosen to minimize the risk that the default port numbers are already allocated to another service.
default.pingports=56098 57098
If the default.pingports setting is removed from the startup.properties file, CA DLP uses port number 56098. On some machines, this port number may already be used by another service so a CA DLP installation will fail unless you specify a new number.
CA DLP will use the first available UDP port listed in the setting.
default.rmiports=56099 57099
If the default.rmiports setting is removed from the startup.properties file, CA DLP will use port number 56099. On some machines, this port number may already be used by another service so a CA DLP installation will fail unless you specify a fallback number.
CA DLP will use the first available TCP port listed in the setting.
For example, to reallocate port numbers 5000 to the machine identification service and 5001 to the RMI registry, copy these lines to the startup.properties file on each CA DLP machine:
default.pingports=5000
default.rmiports=5001
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |