PowerScale InsightIQ 5.x, 4.x'ten içe aktarmanın ardından son Güncelleştirme Zaman Damgasını 2020 veya 2021 olarak gösteriyor

Summary: InsightIQ 5.x Web Kullanıcı Arayüzü, veritabanındaki eski bir tablo nedeniyle yanlış bir son güncelleştirme zaman damgası gösteriyor.

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

Küme, 2020 veya 2021 zaman dilimine sahip son güncelleştirmeyi gösterir.

Cause

Bunun nedeni bir system_workload 2020 veya 2021'den beri artık güncelleştirilmeyen veya kullanılmayan veritabanındaki tablo. Bu durum yalnızca içe aktarılan eski veri depolarında görülür. 

Resolution

Düzelt system_workload 2020 Veri Alma Gecikmesi sorunu.


Veritabanının nerede depolandığını kontrol edin: 

# kubectl get pvc -A | grep storage


Depolama türüne göre doğru bölüme gidin:

Yerel Depolama:

# 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

Yaklaşık 5-10 dakika sonra ekranı yenileyin ve tarihin normal olduğunu doğrulayın. Tarih normal değilse doğrulamak için tabloları tekrar kontrol edin system_workload yeniden oluşturulmadı:

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


Network File System (NFS) Storage:

# 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

 

Yaklaşık 5-10 dakika sonra ekranı yenileyin ve tarihin normal olduğunu doğrulayın. Tarih normal değilse doğrulamak için tabloları tekrar kontrol edin system_workload yeniden yaratılmadı.

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