PowerScale InsightIQ 5.x affiche l’horodatage de la dernière mise à jour en tant que 2020 ou 2021 après l’importation à partir de la version 4.x

Summary: L’interface utilisateur Web InsightIQ 5.x affiche un horodatage incorrect de la dernière mise à jour en raison d’une table obsolète dans la base de données.

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

Le cluster affiche la dernière mise à jour avec une période de 2020 ou 2021.

Cause

Cela est dû à un system_workload dans la base de données qui n’est plus mise à jour ou utilisée depuis 2020 ou 2021. Ce phénomène n’est visible que sur les anciennes banques de données importées. 

Resolution

Corrigez le problème system_workload 2020 Data Retrieval Delay issue.


Vérifiez l’emplacement de stockage de la base de données : 

# kubectl get pvc -A | grep storage


En fonction du type de stockage, accédez à la section appropriée :

Stockage local :

# 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

Actualisez l’écran après environ 5 à 10 minutes et vérifiez que la date est normale. Si la date n’est pas normale, vérifiez à nouveau les tableaux pour vérifier system_workload N’a pas été recréé :

# 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;


Stockage NFS (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

 

Actualisez l’écran après environ 5 à 10 minutes et vérifiez que la date est normale. Si la date n’est pas normale, vérifiez à nouveau les tableaux pour vérifier system_workload n’a pas été recréé.

# 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 InsightIQ
Article 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.