Checking CBR port numbers
If you are experiencing problems running CBR, it might be that one of your applications is using a port number that CBR normally uses.
Be aware that CBR uses the following port numbers:
- 11099 to receive commands from cbrcontrol
- 10004 to send metric queries to Metric Server
If another application is using one of the port numbers for CBR, you can either change the CBR port numbers or change the application port number.
Change the CBR port numbers, as follows:
- Change the port that receives the commands by modifying the LB_RMIPORT variable at the top of the cbrserver file to the port that you want CBR to receive commands.
- Change the port that receives the metric reports from the Metric Server by modifying the RMI_PORT variable in the metric server file to the port that you want CBR to communicate with Metric Server. Provide the metric_port argument when the manager starts. Read the description of the manager start command syntax for more information.
Note: You can find cbrserver in the <install_root>Edge/ULB/cbr/servers/bin directory.