This section list troubleshooting procedures for Axon Agent, a list of Axon Agent error messages with resolutions, and instructions for creating a diagnostic support bundle for Tripwire Support.
If you encounter difficulties with an Axon Agent, complete the following steps:
1. | To confirm that the collection binaries are running, run the appropriate command on the Agent host system: |
Linux: ps -ef
Windows: tasklist
Executable name |
On |
On |
Description |
---|---|---|---|
tw-axon-agent-tlc |
Y |
Y |
Agent service |
twexec |
Y |
Y |
Command collector |
twfim |
Y |
Y |
File and Registry collector |
twrsop |
|
Y |
Windows policy collector |
twsupport |
Y |
Y |
Support bundle collector |
twtail |
Y |
Y |
Advanced file collector |
twwel |
|
Y |
Advanced Windows collector |
Note |
Plugins will not be listed if they are not currently in use. |
---|
2. | To confirm that the Axon Agent has an open connection to the Bridge on the TLC Manager (using port 5670, the default), run the appropriate command on the Agent host system: |
Linux: netstat -an | grep 5670
Windows: netstat -an | findstr 5670
3. | Open the Axon Agent log file (twagent.log): |
Linux: /var/log/tripwire-tlc/twagent.log
Windows: %PROGRAMDATA%\Tripwire\agent-tlc\log\twagent.log
To interpret the messages in the Axon Agent log file, see Axon Agent Error Messages.
4. | To confirm that the Bridge is listening for Axon Agents (using port 5670, the default port), run the appropriate command on the TLC Manager: |
Linux: netstat -an | grep 5670
Windows: netstat -an | findstr 5670
Table 26 lists error messages that you may encounter when configuring and using the Axon Agent. You can find these error messages in the Axon Agent log files:
Linux:
/var/log/tripwire-tlc/twagent.log
Windows:
%PROGRAMDATA%\Tripwire\agent-tlc\log\twagent.log
Error message:
Cause:
Resolution:
2) Check the Bridge system's DNS and DNS SRV record. |
Error messages (Windows):
tw-axon-agent-tlc.bridge BridgeTLSConnector::handleConnect() - Failed, error:[system:121|The semaphore timeout period has expired] Error messages (Linux):
ERROR tw-axon-agent-tlc.bridge BridgeTLSConnector::handleConnect() - Failed, error:[system:111|Connection refused] Cause:
Resolution:
|
Error message:
Cause:
Resolution:
|
Error messages:
ERROR tw-axon-agent-tlc.bridge BridgeTLSConnector::handleHandshake() - Failed Connecting to host.example.com:5670, Error: [asio.ssl: 336134278 | certificate verify failed] Cause:
Resolution:
|
Error message:
Cause:
Resolution:
|
Error message:
Cause:
Resolution:
|
Error messages:
ERROR tw-axon-agent-tlc.bridge BridgeTLSConnector::handleAnonymousHandshake() - Failed Connecting to host.example.com:5670, Error: [asio.ssl: 336081077 | no ciphers available] Cause:
Resolution:
|
To create a support bundle for analysis by Tripwire Support, run the appropriate command on the Axon Agent host system.
Linux:
/opt/tripwire/agent-tlc/plugins/twsupport/twsupport --generate.bundle=<zip_file>
Windows:
“<Program_Files>\Tripwire\Agent-TLC\plugins\twsupport\twsupport”
--generate.bundle=<zip_file>
where <zip_file> is the support bundle zip file to be created.