4.xからインポートした後、PowerScale InsightIQ 5.xで最終更新タイムスタンプが2020または2021と表示される

Summary: データベース内のテーブルが古いため、InsightIQ 5.x WebUIに誤った最終更新タイムスタンプが表示されます。

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

クラスターには、2020年または2021年のタイムフレームでの最後のアップデートが表示されます。

Cause

これは、 system_workload 2020 年または 2021 年以降に更新または使用されなくなったデータベース内のテーブル。これは、古いインポート済みデータストアでのみ表示されます。 

Resolution

修正 system_workload 2020年データ取得遅延の問題。


データベースが保存されている場所を確認します。 

# kubectl get pvc -A | grep 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

約5〜10分後に画面を更新し、日付が正常であることを確認します。日付が正常でない場合は、表を再確認して確認します system_workload 再作成しませんでした:

# 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)ストレージ:

# 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

 

約5〜10分後に画面を更新し、日付が正常であることを確認します。日付が正常でない場合は、表を再確認して確認します system_workload 再作成しませんでした。

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