We recommend that you disable the iptables firewall and stop the iptables service on each Linux server that has a Harvester installed. Disabling iptables ensures that all the required ports are open and that the iptables firewall does not impact performance adversely.
Note: If your enterprise requires the use of iptables, make sure that you open all of the applicable firewall ports in the firewall configuration list. In addition make sure that you have full localhost-to-localhost access. This step is required because CA Network Flow Analysis uses RMI (Remote Method Invocation) access.
Complete the following steps to disable all levels of iptables and allow communication among CA Network Flow Analysis components.
Follow these steps:
service iptables stop
chkconfig iptables off
chkconfig --list |grep iptables
iptables 0:off 1:off 2:off 3:off 4:off 5:off 6:off
Copyright © 2013 CA.
All rights reserved.
|
|