EMC CLARiiON Monitoring Wizard now available

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
rredmond
Posts: 48
Joined: Mon Feb 28, 2011 10:17 am
Location: New Hartford, NY

Re: EMC CLARiiON Monitoring Wizard now available

Post by rredmond »

The Busy Check{and idle check} only produces the same number every check. 44.1 & 55.8 every time. Please see above. I found an EMC Knowledgebase which confirms this with EMC performance engineering. Here it is:

Problem: Navicli getcontrol -busy -idle command does not return accurate values.

Fix: According to EMC Performance Engineering the best real-time indicator available is the "Storage Processor (SP) utilization value" from the "SP Properties" that is updated approximately every 60 seconds. This value is obtained by checking the SP if it is busy every 100 ms. In other words, the utilization indicates what percent of time the SP was busy. Unfortunately, the utilization value is not directly related to the Busy/Idle values obtained by Navisphere CLI commands because those values are derived from the last reboot of the SP whereas the utilization is a real-time calculation performed every minute.

A delta of the Busy/Idle tick values obtained with the navicli getcontrol -cbt command can be used and the calculation performed on them. (The -cbt switch returns the controller idle and busy ticks.) The results might be the same as the utilization values obtained from the Navisphere Manager GUI. Also, the navicli command can be used in a script.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia

Re: EMC CLARiiON Monitoring Wizard now available

Post by Box293 »

Thanks for the info. I'll have a play and get back to you.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia

Re: EMC CLARiiON Monitoring Wizard now available

Post by Box293 »

rredmond,
I did a quick mod of the script to do graphs of the busy and idle tick values using -cbt. As I've watched over time, the busy and idle tick values just keep increasing, they never decrease.

I've read the article you pointed me to and I get confused with this statement:
and the calculation performed on them
I've no idea what sort of calculation they are talking about. If we could work this out then perhaps we would be able to use the busy and idle tick values to generate something meaningful.

So unfortunately there is nothing else I can really do here, I wish I could be of more help.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
rredmond
Posts: 48
Joined: Mon Feb 28, 2011 10:17 am
Location: New Hartford, NY

Re: EMC CLARiiON Monitoring Wizard now available

Post by rredmond »

Yea, thats what I was afraid of. I THINK what they are suggesting when they suggest "delta" and "calculation" is somehow figuring the change during a short period of time and somehow calculating a percentage based on that. Busy ticks increased 1000 in the last 2 minutes vs idle ticks increasing 500 in the last 2 minutes. CPU Busy Percentage 67%. Ill see what I can come up with......sounds like a completely different script however dont it?
rdedon
Posts: 578
Joined: Sat Nov 20, 2010 4:51 pm

Re: EMC CLARiiON Monitoring Wizard now available

Post by rdedon »

Thank you for looking into this Box293 we appreciate it.
Rene deDon
Technical Team
___
Nagios Enterprises, LLC
Web: http://www.nagios.com
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia

Re: EMC CLARiiON Monitoring Wizard now available

Post by Box293 »

No problems :D
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA

Re: EMC CLARiiON Monitoring Wizard now available

Post by tonyyarusso »

*script poke - ignore me*
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
rredmond
Posts: 48
Joined: Mon Feb 28, 2011 10:17 am
Location: New Hartford, NY

Re: EMC CLARiiON Monitoring Wizard now available

Post by rredmond »

Well that works! I used the -cbt command to take 2 minute intervals and then averaged the difference. The resulting average came within a percentage point of what the Navisphere GUI was displaying for utilization. ANY idea how I would script this? Im not sure if it is even possible to incorporate into the emc checks you have now but the numbers are looking good!
rdedon
Posts: 578
Joined: Sat Nov 20, 2010 4:51 pm

Re: EMC CLARiiON Monitoring Wizard now available

Post by rdedon »

I am going to leave this open for Box293 as both of you have gone way over my head :lol:
Rene deDon
Technical Team
___
Nagios Enterprises, LLC
Web: http://www.nagios.com
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia

Re: EMC CLARiiON Monitoring Wizard now available

Post by Box293 »

Give me some time to have a play and see what I can come up with.

Can you do one thing please. Please reply with the exact formula you used along with an example so I am clear as to how you are getting your numbers.

Cheers.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.