PowerScale InsightIQ 5.x näyttää viimeisimmän päivityksen aikaleiman muodossa 2020 tai 2021 4.x-versiosta tuonnin jälkeen
Summary: InsightIQ 5.x -verkkokäyttöliittymä näyttää virheellisen viimeisimmän päivityksen aikaleiman tietokannan vanhentuneen taulukon vuoksi.
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
Klusteri näyttää viimeisimmän päivityksen, jonka aikaväli on 2020 tai 2021.
Cause
Tämä johtuu system_workload taulukko tietokannassa, jota ei enää päivitetä tai käytetä vuoden 2020 tai 2021 jälkeen. Tämä näkyy vain vanhemmissa tuoduissa tietosäilöissä.
Resolution
Korjaa system_workload Vuoden 2020 tietojen haun viiveongelma.
Tarkista, mihin tietokantaa tallennetaan:
# kubectl get pvc -A | grep storage
Siirry oikeaan osioon tallennustilan tyypin perusteella:
Paikallinen tallennustila:
# 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
Päivitä näyttö noin 5–10 minuutin kuluttua ja varmista, että päivämäärä on normaali. Jos päivämäärä ei ole normaali, tarkista taulukot uudelleen system_workload ei luotu uudelleen:
# 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;
Verkkotiedostojärjestelmän (NFS) tallennustila:
# 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
Päivitä näyttö noin 5–10 minuutin kuluttua ja varmista, että päivämäärä on normaali. Jos päivämäärä ei ole normaali, tarkista taulukot uudelleen system_workload ei luotu uudelleen.
# 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.