Best Practices for Port Management in Retail Pro Prism

Understanding and managing ports correctly will allow Retail Pro Prism to work as intended. Specific ports must be open to servers outside of the local store installation of Retail Pro Prism. Use this guide to check for correct port management and for troubleshooting.

 

1. Apache 80 and 443

Use port 80 for non-SSL connection and port 443 for SSL connections. The Apache ports can be accessed by Prism Proxy and Prism customizations. Also, it can be accessed by Prism TTK when you select REST connection type. If EVERYTHING that connects to Apache runs on a local network you do not have to open it to the world (unless you plan to connect to Prism from the outside while bypassing Proxy, or through Prism TTK).

 

2. Oracle 1521

Port 1521 is the main port used when the client application connects to Oracle. It could be used by RIL's PrismMgmt.exe, RIL tools (license server included), RIL TTK, reports, etc. It is also used by all Prism services and RIL/Prism customizations. Just as with Apache, if everything runs on a local network you do not need to keep this port open.

 

3. Prism License Server 6470

Usually, you do not need to open this port. It is accessed by the POSV1 service only, which typically runs on the same box as license server itself. There is no need to connect to it from outside.

 

5. RIL License Service 6469

The RIL License Server is accessed in two ways. First is via RIL's PrismMgmt.exe when trying to seat a workstation. If you do not expect to run RIL outside the store's network, you do not have to open the port. This port number is also used to establish connection between primary and secondary license servers in RIL to synchronize license data. If you have secondary license servers, keep this port open.

 

6. RPro ECM 20000

The ECM port number is configurable in ECM. This port is used by EcmExchange when it needs to connect to another EcmExchange. If you do not use EcmExchange for transferring files between locations and only use ECM to run EcmProc locally, this port can remained closed. Otherwise, keep it open.

 

7. Centrals (v1.14.7 and earlier) 50025

  • In Prism 1.14.7 and earlier, there is a dedicated Centrals service that uses port 50025 and requires it be open.  The Centrals server should be at the root installation, not at the store, so in Prism 1.14.7, port 50025 should be open at the ROOT level. There is no need to keep port 50025 open on the Prism 1.14.7 store network. 
  • In Prism 2.x, the dedicated Centrals service is removed and instead Centrals is handled by the POSv1 and Common services. Prism 2.x doesn't require a specific port to be open EXCEPT port 80 on the store web server. If port 80 on the store web server is not open or is being used by something else, Prism and the Centrals Server will be unable to establish connectivity through a REST connection.

 

8. Prism Proxy 443 (outgoing connection to Apache) and 8080-8089 (configurable, depends on number of Proxies)

For an outgoing connection to Apache there is no need to open the corresponding port. Apache does not open connection to Proxy; it only RECEIVES connection FROM Proxy. In other words, ports 80/443 need to be open if you plan to run Proxy OUTSIDE of a store's network, but this is because Apache will need to have it open (see the comments about Apache above), not because Proxy needs it. The incoming port numbers need to be open only if you plan to have browsers connect to the Proxy that runs in the store's network from outside. If all browsers are running on local computers at the store, you do not need to keep 8080-80XX ports open. The ports may be kept open for use in troubleshooting from outside.

 

9. AMQ 5671, 5672

5671 is for SSL connections and 5672 is for non-SSL. These are RabbitMQ's ports. These ports are used for federated connections between two RabbitMQs. They are used to transfer data replicated by one PrismMQ to another through two RabbitMQs that are connected. You MUST keep it open if you use Prism replication.

 

10. RabbitMQ (erl.exe) 4369,5671-5672,25672, 35672-35682, 61613, 61614

These ports are used by RabbitMQ for various tasks. We recommend keeping these ports open because they can be used for communication between stores and the POA (for example, to run remote actions or access remote resources, and, of course, for replication, connection dashboard, etc.).

  • 5671 and 5672 For federated connections
  • 4369 and 25672 For communicating between multiple RMQ nodes when they work in parallel
  • 35672-35682 For RMQ's configuration tools
  • 61613 and 61614 For STOMP connections where Prism services connect to RabbitMQ (61614 for SSL connection, 61613 for non-SSL)

 

11. RabbitMQ Console 15672

This port is used by the RMQ console UI and PrismServices (PrismMQ and others) when they configure queues in RMQ. If you plan to use the RMQ console from outside of the store's network or run Prism services from outside, keep this port open.

 

12. Krunch 8090

Users will access Krunch Reports using this port by default.

 

 

 

Published on Apr 30, 2021 in Best Practices, Configuration & Settings

 

Find Another Article