Change Port Assignments

This configuration is optional.

There are deployment architectures that might require the change of default ports for selected processes, either because the process will be executed multiple times in the same host or because the selected port number is already in use by another application. In these circumstances, you should reassign ports for Solace using the RTView Configuration Application.

Java Process

Description

Default Port(s)

RTView Data Server

Gathers performance metrics.

Default Port= 4178

Default JMX Port = 4168

 

 

 

Receiver

RTView Data Server

Receiver Data Server in a fault tolerant pair.

Default Port= 4172

Default JMX Port= 4168

Collector

RTView Data Server

Sender Data Server in a fault tolerant pair.

Default Port= 4176

Default JMX Port= 4166

 

 

 

RTView Historian

Retrieves data from the RTView Data Server and archives metric history to a database.

Default JMX Port= 4167

 

 

 

To modify port settings or deploy Java processes on different hosts (rather than on a single host):

  1. Open the RTView Configuration Application and go to General>GENERAL tab.

  2. Under Ports (scroll down to the bottom of the page), specify the port prefix that you want to use in the Port Prefix field. Click Show Port Assignments to see the port numbers that are created using the Port Prefix you specify.

  3. Click cui_save_button00011.gif (in the title bar), then click cui_requires_restart00012.gif to apply changes.

  4. Edit the update_wars (.bat or .sh) file and change the port prefix for all ports to the prefix you just specified.

  5. Rebuild the war files and install them to the application server by executing the following script, located in the SolacePubSubMonitor/bin directory:

Windows:

make_all.bat

UNIX:

./make_all.sh