Symptom:
I installed Data Collector successfully, but Data Collector does not appear in the Data Collector List menu.
Solution:
Do the following steps:
netstat -a | grep 61616
<networkConnector name="manager" uri="static:(tcp://test:61616)" duplex="true"
suppressDuplicateTopicSubscriptions="false"/>
Ensure that the Data Aggregator hostname that is specified in the "networkConnector" section is correct and resolves through DNS or /etc/hosts entries. Data Collector cannot communicate with Data Aggregator if you entered the Data Aggregator hostname incorrectly during the Data Collector installation.
telnet dahostname 61616
This command confirms that Data Aggregator is listening in on that port.
service dadaemon status
If Data Aggregator is not running, start Data Aggregator. Log on to the Data Aggregator host computer as the root user or a sudo user with access to a limited set of commands. Open a console and type the following command:
service dadaemon start
Copyright © 2015 CA Technologies.
All rights reserved.
|
|