Verifying the status of ports
This content applies only to On-premises and Client-managed cloud environments
In Pega Platform 7.2.1 and later, check if ports 7000 and 9042 listen to an IP address which is accessible from the other nodes.
For the embedded Cassandra configuration, the Pega Platform-spawned Cassandra JVM needs to have 7000 and 9042 ports open.
For the external Cassandra configuration, Pega Platform only needs the Cassandra machines to have 9042 open. However, the external Cassandra machines also need port 7000 open between them so that they can communicate between themselves.
For more information, see Cassandra overview.
- Enter the following command: netstat -an | grep <port_number>
Previous topic Verifying the keyspace replication factor Next topic Configuring data sources