DCImanager 6 Knowledge Base
en En
es Es
Your feedback is an opportunity for improvement!
Take part in the survey and contribute to the development of the ISPsystem ecosystem.
Take the survey

10106

Description

Error requesting the graphite service. The error occurs when opening device statistics: PDUs, UPSs, switches, or servers.

Contents

Error  10106, graphite request error

Possible solutions

  • Follow the steps from the How to recover the Clickhouse database? article.
  • If the problem remains, delete hung iso images:
    1. Create a backup of the platform:

      dci backup
    2. Connect to the database:

      docker exec -it mysql bash -c "mysql dci_1 -p\$MYSQL_ROOT_PASSWORD"
    3. Determine the id of the images you have to delete.

      SELECT * FROM dci_iso WHERE status = "downloading"\G
      Examine the response and copy the id of the iso images to be deleted.
    4. Delete the entry:

      DELETE FROM dci_iso WHERE id = <image_id>;
Please, delete the entries from the database one by one and check the result after each deletion.


The article was last updated on 12.23.2024. The article was prepared by technical writers of ISPsystem.