Connectrix: Data Center Network Manager Performance Manager Does Not Display Data Although Data is Collecting
Summary: In DCNM, the performance monitor data is being collected but not displayed in the application.
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
Performance Manager data is being collected but no data, or stops are being displayed.
Cause
Lack of space causes elasticseasrch to go into "read-only" mode, which does not allow the data to be held and displayed.
The results of the host CLI commands relate similarly to the following, in which "read-only" is identified as true
The results of the host CLI commands relate similarly to the following, in which "read-only" is identified as true
[sysadmin@dcnm ~]$ curl -k http://127.0.0.1:9200/*/_settings [127.0.0.1]
{"san_fc_flows_rollup_2022_08_01":{"settings":{"index":{"number_of_shards":"1","blocks":{"read_only_allow_delete":"true"},"provided_name":"san_fc_flows_rollup_2022_08_01","creation_date":"1659333890440","analysis":{"analyzer":{"lowercase_keyword":{"filter":["lowercase"],"type":"custom","tokenizer":"keyword"}}}Resolution
Check on the DCNM host:
Fix on Windows:
Fix on Linux:
Remove files on the drive associated or add to the disk space if a virtual host.
'curl -k http://127.0.0.1:9200/*/_settings [127.0.0.1]’ and then look for the {"read_only_allow_delete":"true"} field.
Fix on Windows:
curl -XPUT -H "Content-Type: application/json" -k https://127.0.0.1:9200/_all/_settings [127.0.0.1] -d “{\“index.blocks.read_only_allow_delete\”: null}”
Fix on Linux:
curl -XPUT -H "Content-Type: application/json" -k https://127.0.0.1:9200/_all/_settings [127.0.0.1] -d '{"index.blocks.read_only_allow_delete": null}'
Remove files on the drive associated or add to the disk space if a virtual host.
Article Properties
Article Number: 000205242
Article Type: Solution
Last Modified: 26 Jun 2023
Version: 3
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.