Ports that are required for NetWitness hosts are not open and listed on Node X.
An error is displayed as the NetWitness hosts ports are not open and listed on Node X.
Perform any of the following.
• Ensure that the required port is open. For more information, see “Network Architecture and Ports” topic in the Deployment Guide.
• If any of the ports (for example, RabbitMQ, Mongo) are blocked, then you must update the rules for the specific component host ports in the iptables file.
vi /etc/sysconfig/iptables
• You can open the blocked port using iptables rules like ACCEPT.
For example,
-A INPUT -p tcp -m tcp -m multiport --dports 5671 -m comment --comment "rabbitmq-amqp" -m conntrack --ctstate NEW -j ACCEPT
• If the ports are blocked due to network firewall, you must contact network team.