Active IQ Unified Manager Discussions
Active IQ Unified Manager Discussions
Grafana tool isnt showing any of the graphs and data , upon checking my grafana debian server server logs i found the below error. Can some one let me know how to resolve this issue.???
“[2019-07-24 12:53:46] [WARNING] [workload_volume] update of data cache failed with reason: Aggregated instances requested for the workload_volume object exceeds the data capacity of the performance subsystem, because it includes 59088 constituent instances. With the current counter set, use the -node, -vserver, or -filter flags to include at most 40206 constituent instances in order to stay within the data capacity. Alternatively, requesting fewer counters will also reduce the required data and may allow more instances to be requested.
[2019-07-24 12:53:46] [WARNING] [workload_volume] data-list update failed.” Hence, you want to reduce the instances or split the instances to make the balancing workload on Grafana, so that the ONTAP would accept the request makes by the Grafana tool.
Solved! See The Solution
Thanks for the follow-up.
Would you like to set up a call somewhere next week? I really would like to get to the bottom of this case, but it's hard to reproduce in my own environment.
Setting a custom batchsize for workload_volume might help.
- Open the template that your poller is using (you can find this in one of first log messages printed when your poller starts). E.g., if the template is [cdot-9.3.0.conf], open /opt/netapp-harvest/template/default/cdot-9.3.0.conf in a text editor.
- Find the section workload_volume, which would look something like this
'workload_volume' => { counter_list => [ qw(instance_name instance_uuid ops read_ops write_ops total_data read_data write_data latency read_latency write_latency read_io_type sequential_reads sequential_writes ) ], graphite_leaf => 'svm.{vserver}.workload.{\'policy-group\'}.{volume}.{qtree}.{lun}.{file}', plugin => 'cdot-workload', plugin_leaf => [ 'svm.{vserver}.qos_policy.{qos_policy}', 'svm.{vserver}.vol.{volume}.lun.{lun}', 'svm.{vserver}.vol.{volume}.file.{file}', 'svm.{vserver}.vol.{volume}', 'svm.{vserver}' ], plugin_options => {'policy-group' => 1, 'workload' => 1}, enabled => '1' },
- Add the parameter batch_size => 250, on the top, save and restart Harvest.
'workload_volume' => { batch_size => 250, counter_list => [ qw(instance_name instance_uuid .... ....
If this doesn't help, let us know!
@vachagan_gratian Thanks alot for taking your time and replying my query.
As you said I have changed as per the example show below. But still the same problem exits .
cat /opt/netapp-harvest/template/default/cdot-9.3.0.conf
Can you please help here ??
Thanks for the follow-up.
Would you like to set up a call somewhere next week? I really would like to get to the bottom of this case, but it's hard to reproduce in my own environment.
@ vachagan_gratian Thanks alot for that. will be greatful if we can connect during the below time if you are ok ?
Join Metting : http://tinyurl.com/css-storage-team
Time in EST : 14/08/2019 11:00:00 AM to 11:30 AM
or
Time in EST : 15/08/2019 11:00:00 AM to 11:30 AM
Kindly confirm whichever time slot is convenient for you.
Cool, 14 August, 11:00 AM works fine for me. Speak to you then!
@vachagan_gratian I will open a call in next 10 minutes from now to discuss on Grafana issue,Thanks. Look forward to meet you.
meeting url : http://tinyurl.com/css-storage-team
email id : raghuraman.gopalakrishnan@csscorp.com
Thanks,
Raghu
Cool!
Hello,
Good Day !!
Did you able to find the solution on the second graph ? aggregate historical capacity.. We tried to chane some datasources on the json panel. Nothing worked out so far.
Thanks,
Raghu