PowerScale InsightIQ 5.x는 4.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;


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

 

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