district09 / check_netapp_ontap

:four_leaf_clover: Check NetApp Ontap :four_leaf_clover:
https://outsideit.net/monitoring-netapp-ontap/
GNU General Public License v3.0
40 stars 28 forks source link

no output for volume_health #11

Closed catchvenki closed 6 years ago

catchvenki commented 8 years ago

hi team, First of all thanks for this wonderful script. i have a 2 netapp storages. one with 170 volumes and another with 500 volumes. For the 170 volumes everything works fine. but for 500 volumes, when i have given command to display volume_health with more than 95% it is running for than more than 1 hour with no output or error. may i know whether script has any issue with the number of volumes.? Please help me on this.

willemdh commented 8 years ago

I haven't seen or heard any issue with lots of volumes. But then again I only have +- 200 I think. Maybe other users can let us know their experiences. Maybe you should try debug the script with Eclipse and EPIC and see where things go wrong. It might be related to some weird name or state.

catchvenki commented 8 years ago

hi

thanks for your reply

i am using the below command

check_netapp_ontap.pl -H 10.0.0.5 -u test_user -p test_password -o volume_health --critical 95%

this is running for than 2 hours with no output.

but for this same storage aggregate_health is working fine. because it is less in number.

only on the volume_health i am facing this issue

i am using check_netapp_ontap-2.5.10

Any new version of this code is released.?

willemdh commented 8 years ago

Yes you could check the dev branch, but it hasn't been properly tested yet and has some issues. (I'm not using it myself for production) Use at own risk.. v2.06.151101

catchvenki commented 8 years ago

As the issue is facing only on volume_health, any permission on the storage side can be the issue?

catchvenki commented 8 years ago

hi willemdh,

could you please tell me the syntax for showing only first ten volumes in netapp storage in your script.

present scipt check_netapp_ontap.pl -H 10.0.0.5 -u test_user -p test_password -o volume_health --critical 95%

just to know whether less number is displaying ouput fast.

willemdh commented 8 years ago

@catchvenki There is no such thing as hte first 10 or so, but you could use the -m exclude or -m include for volume_health

catchvenki commented 8 years ago

hi team, please help me on this

anything related to volume_health it is not listing

i tried to list offline volumes thats also not working

willemdh commented 6 years ago

@catchvenki Closing this, let us know if you are still experiencing issues with the latest release