PowerScale InsightIQ 5.x viser siste tidsstempel for oppdatering som 2020 eller 2021 etter import fra 4.x
Summary: Webgrensesnittet for InsightIQ 5.x viser feil tidsstempel for siste oppdatering på grunn av en utdatert tabell 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
Klynge viser den siste oppdateringen med en tidsramme på 2020 eller 2021.
Cause
Dette skyldes en system_workload tabell i databasen som ikke lenger er oppdatert eller brukt siden 2020 eller 2021. Dette ses bare på eldre importerte datalagre.
Resolution
Fiks system_workload Problem med forsinkelse av datahenting i 2020.
Kontroller hvor databasen lagres:
# kubectl get pvc -A | grep storage
Gå til riktig del basert på type lagring:
Lokal lagring:
# 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
Oppdater skjermen etter omtrent 5-10 minutter og kontroller at datoen er normal. Hvis datoen ikke er normal, kontrollerer du tabellene på nytt for å bekrefte system_workload Gjenskapte 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;
Lagring for nettverksfilsystem (NFS):
# 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
Oppdater skjermen etter omtrent 5-10 minutter og kontroller at datoen er normal. Hvis datoen ikke er normal, kontrollerer du tabellene på nytt for å bekrefte system_workload ikke gjenskapt.
# 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.