PowerScale InsightIQ 5.x viser sidste tidsstempel for opdatering som 2020 eller 2021 efter import fra 4.x
Summary: InsightIQ 5.x WebUI viser et forkert tidsstempel for seneste opdatering på grund af en forældet tabel i databasen.
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
Klyngen viser den seneste opdatering med tidsrammen 2020 eller 2021.
Cause
Dette skyldes en system_workload tabel i databasen, der ikke længere opdateres eller bruges siden 2020 eller 2021. Dette ses kun på ældre importerede datalagre.
Resolution
Løs problemet system_workload 2020 Problemer med forsinkelse af datahentning.
Kontroller, hvor databasen gemmes:
# kubectl get pvc -A | grep storage
Gå til det korrekte afsnit baseret på lagertypen:
Lokal storage:
# kubectl get pods -A | grep ha-cmo
# kubectl exec -it postgres-ha-cmo1-xxxx-x -n atlantic -- psql
# \l
# \c clustername_guid <<<< get the clustername_guid from \l above for the cluster in question >>>>>>
# SELECT api, time FROM data_time WHERE resolution = 5 AND api NOT LIKE 'cluster_%%%%' order by time;
# delete from data_time where api='system_workload';
# SELECT api, time FROM data_time WHERE resolution = 5 AND api NOT LIKE 'cluster_%%%%' order by time;
# \q
Opdater skærmen efter ca. 5-10 minutter, og kontrollér, at datoen er normal. Hvis datoen ikke er normal, skal du kontrollere tabellerne igen for at bekræfte system_workload genskabte ikke:
# kubectl exec -it postgres-ha-cmo1-xxxx-x -n atlantic -- psql
# \l
# \c clustername_guid <<<< get the clustername_guid from \l above for the cluster in question >>>>>>
# SELECT api, time FROM data_time WHERE resolution = 5 AND api NOT LIKE 'cluster_%%%%' order by time;
NFS-storage (Network File System):
# kubectl get pods -A | grep iiqsm
# kubectl exec -it iiqsm-psql-XXXX-xxxx -n atlantic -- psql -U iiqsm -h localhost -d postgres
# \l
# \c clustername_guid <<<< get the clustername_guid from \l above for the cluster in question >>>>>>
# SELECT api, time FROM data_time WHERE resolution = 5 AND api NOT LIKE 'cluster_%%%%' order by time;
# delete from data_time where api='system_workload';
# SELECT api, time FROM data_time WHERE resolution = 5 AND api NOT LIKE 'cluster_%%%%' order by time;
# \q
Opdater skærmen efter ca. 5-10 minutter, og kontrollér, at datoen er normal. Hvis datoen ikke er normal, skal du kontrollere tabellerne igen for at bekræfte system_workload genskabte ikke.
# kubectl exec -it iiqsm-psql-XXXX-xxxxx -n atlantic -- psql -U iiqsm -h localhost -d postgres
# \l
# \c clustername_guid <<<< clustername_guid from \l above >>>>>>
# SELECT api, time FROM data_time WHERE resolution = 5 AND api NOT LIKE 'cluster_%%%%' order by time;Affected Products
PowerScale InsightIQArticle Properties
Article Number: 000230681
Article Type: Solution
Last Modified: 16 ديسمبر 2025
Version: 5
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.