My MCC cache server lost 7GB or 10Gb cached data every 4 or 5 hour

Mohammad Sinan 0 Reputation points
2024-05-12T06:46:47.9366667+00:00

I am work in a ISP, i configure Microsoft Connected cached in my ISP on UBANTU, but i lost my cached data every 4 or 5 hour or for one o two days i lost 70% my cached data, how to fix this issue???

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
548 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde 29,771 Reputation points MVP
    2024-05-12T14:45:48.22+00:00

    Hello @Mohammad Sinan,

    welcome to this moderated Azure community forum.

    The issue you describe could be related to many misconfigurations, both on the edge and in the cloud.

    I expect you are following this documentation.

    Have you read through all the documentation and checked the common issues:

    User's image Because you use Azure IoT Edge and you share the 'check' information, I assume your edge solution is running as expected... you are able to deploy modules/containers and both the edge agent and edge hub modules are running seem to run as expected (check the logging).

    if this is not the case, please read the specific Azure IoT Edge documentation first, and especially the EFlow documentation.

    Also check the logging of the MCC module via

    sudo iotedge logs [modulename] -f

    where sudo is used to run it with elevated rights and -f are used to have a continuous logging.

    Replace [modulename] with the name of your MCC module.

    You need to investigate these steps first before a more specific reason can be found.

    If this does not lead to a recognizable answer, please submit an issue at the Azure IoT Edge repo because this is the documented deployment mechanism. The team behind the repo should be able to give you more information.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.