How Can We Help?
You are here:
Print

Debugging EC Events – Unknown Status Issue

Follow these steps to debug EC event issues on your AmZetta zWAN device:

Step 1: Enable Debugging

Create a debug file by running the following command:

touch /var/register/debug_mgmt_sendevent

Step 2: Check Logs for Event Messages

Monitor system logs for sendEvent messages using these commands:

cat /var/log/syslog | grep -a sendEvent
cat /var/log/mgmttunnel.log | grep -a sendEvent

Step 3: Disable Debugging

Once debugging is complete, remove the debug file created in Step 1:

rm -f /var/register/debug_mgmt_sendevent

This will disable further debugging for EC events.

Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents
Top