Debugging EC Events – Unknown Status Issue

Skip to main content
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.

Table of Contents