Troubleshoot Windows Legacy and NetApp CollectionTroubleshoot Windows Legacy and NetApp Collection
This topic highlights possible problems that you may encounter with Windows Legacy Collection (LWC) and suggested solutions to these problems.
Note: In general, you receive more robust log messages by disabling SSL.
Protocol Restart ProblemsProtocol Restart Problems
Problem | Possible Causes | Solutions |
---|---|---|
You restart the Legacy Windows collection protocol, but NetWitness is not receiving events. |
The logcollector service is stopped. |
Restart the logcollector service.
|
Installation ProblemsInstallation Problems
If you see any of the following messages in the MessageBroker.log, you may have issues.
Log Messages |
Any message that contains "rabbitmq" |
---|---|
Possible Cause |
RabbitMQ service may not be running. Port 5671 may not be opened. |
Solutions |
Make sure that the RabbitMQ service is running. Make sure that port 5671 is open. |
Log Messages |
Error: Adding logcollector user account. Error: Adding administrator tag to logcollector account. |
Possible Cause |
rabbitmq-server was not running when installer tried to create users and vhosts. |
Solutions |
Make sure that the RabbitMQ service is running and run below commands manually. rabbitmqctl -q add_user logcollector netwitness |
Windows Legacy Federation Script IssuesWindows Legacy Federation Script Issues
If you see any of the following messages in the federation script log, you may have issues.
Problem | Possible Symptoms | Solutions |
---|---|---|
Federation script started, but the LWC service went down. |
NetWitness log shows connection failure exceptions with Windows Legacy Collector. |
This issue is fixed automatically after restarting the Windows Legacy service.
|
LWC is running, but RabbitMQ service is down or restarting. |
Federation log file at Windows Legacy side displays an error message about RabbitMQ service being down. The log file to look at is: The following error message is logged in case RabbitMQ is not running: "Unable to connect to node logcollector@localhost: nodedown" The following diagnostics messages are displayed: attempted to contact: [logcollector@localhost]logcollector@localhost: |
Run the federation.bat script manually at LWC.
Note: Make sure the log file does not show any errors while the script is being executed. |
RabbitMQ service is down on the NetWitness side. |
NetWitness User Interface pages do not work. |
Restart RabbitMQ service. |
Customer receives a Health and Wellness notification, or the following Health and Wellness Alarm is displayed: |
Federate.bat script failed to run successfully. |
If the Federate.bat script did not run correctly, run it manually as described previously. |