#NVME A250 Power Metrics
1 messages · Page 1 of 1 (latest)
both actually @cloud oxide
This could be similar to issue https://github.com/NetApp/harvest/issues/1173 where we have added support for AFF900. Could you share the output of below commands and logs for the poller.
bin/zapi -p POLLERNAME show data --api environment-sensors-get-iter --max 10000
bin/zapi -p POLLERNAME show data --api storage-shelf-info-get-iter --max 10000
You can mail these to us at ng-harvest-files@netapp.com
where do I need to execute these commands?
on the appliance via ssh directly? @cloud oxide
on NABox, you can run them like below screenshot. You need to login as root as mentioned here https://nabox.org/documentation/configuration/
log collection can be done through below command in nabox
dc logs nabox-harvest2 > nabox-harvest2.log
NVME A250 Power Metrics
@cloud oxide mail has just been sent 🙂
Thanks Received
@cloud oxide the version is the latest, 3.1.2 NAbox
I have checked the information Erik. Below is the analysis.
1: Shelf data is interesting. If you check the output, It doesn't have any sensor data. Below are the logs
nabox-harvest2 | 9:45AM WRN shelf/shelf.go:393 > no [voltage-sensors] instances on this system Poller= object=Shelf plugin=Zapi:Shelf
nabox-harvest2 | 9:45AM WRN shelf/shelf.go:393 > no [current-sensors] instances on this system Poller= object=Shelf plugin=Zapi:Shelf
nabox-harvest2 | 9:45AM WRN shelf/shelf.go:393 > no [power-supply-units] instances on this system Poller= object=Shelf plugin=Zapi:Shelf
nabox-harvest2 | 9:45AM WRN shelf/shelf.go:393 > no [temperature-sensors] instances on this system Poller= object=Shelf plugin=Zapi:Shelf
nabox-harvest2 | 9:45AM WRN shelf/shelf.go:393 > no [voltage-sensors] instances on this system Poller= object=Shelf plugin=Zapi:Shelf
nabox-harvest2 | 9:45AM WRN shelf/shelf.go:393 > no [cooling-fans] instances on this system Poller= object=Shelf plugin=Zapi:Shelf
What does that mean? All other metrics like fan speed, temperature etc. Appear just fine also for the nvmd systems.
About node power, We could not find any power sensors in the output hence no power was calculated. Logs below
nabox-harvest2 | 9:45AM WRN sensor/sensor.go:258 > current and voltage sensor are ignored Poller= current size=0 object=Sensor plugin=Zapi:Sensor voltage size=0
yes, Ontap did not return any data about these sensors.
You may compare the response from other poller vs this to see the difference
For node power, harvest tries to search for power sensors if not found, it tries to search for voltage,current sensors. If none of them are found then power is returned as 0. Power regex are defined here https://github.com/NetApp/harvest/blob/main/cmd/collectors/zapi/plugins/sensor/sensor.go#L44-L46
It is the same on different systems
Is there any way to fix this? Should I create a case?
For shelf, Sensor Data is not present at all for Harvest to calculate. Yes a case would be way to go.
for example from one of my system, I get current-sensor data for shelf
Could you share the ontap version?
May be check once if shelf sensor data is present through Rest from below URL. It will most probably be same as Zapi.
https://CLUSTER_IP/api/storage/shelves?fields=**
No, there is no shelf sensor date present on A250 systems
But on other models there is @cloud oxide
ok makes sense then that Harvest doesn't report any sensor information about shelf for A250.
So you think a case is worth it? Or is this just expected behaviour.
I am not sure about the behaviour of A250 systems. Ontap support would be able to answer it.
An Ontap case would help answering this.
Ok perfekt I will create a case for this. Thanks for your great help @cloud oxide !
You are welcome. You can share with us the case id so that we can track internally.
Sure, will do once I got it
Just to clarify, Shelf power/sensor are calculated from the data you shared in storage shelf info.txt
and Node power is from environment sensors.txt
For Node power, Harvest algorithm couldn't find any power sensors either. So both are different problems.
@cloud oxide just sent you the case number via mail. Feel free to write in the case your findigs etc.