Search found 17 matches

by Richard_Lian
Thu Jun 11, 2015 3:02 am
Forum: Open Source Nagios Projects
Topic: check_dell IPMI (Return code of 255 is out of bounds)
Replies: 16
Views: 8844

Re: check_dell IPMI (Return code of 255 is out of bounds)

Hi all,

Thanks for all the help. I have cracked it. It was indeed to do with the IPMI versions.

I have forced the command to use version 2 and all the checks are now being returned.

Code: Select all

ipmi-sensors -h $ip -u $username -p $password -C -Q --driver-type=LAN_2_0
Regards,
Richard
by Richard_Lian
Wed Jun 10, 2015 3:15 pm
Forum: Open Source Nagios Projects
Topic: check_dell IPMI (Return code of 255 is out of bounds)
Replies: 16
Views: 8844

Re: check_dell IPMI (Return code of 255 is out of bounds)

What do you mean by the "man page" please?
by Richard_Lian
Wed Jun 10, 2015 2:37 pm
Forum: Open Source Nagios Projects
Topic: check_dell IPMI (Return code of 255 is out of bounds)
Replies: 16
Views: 8844

Re: check_dell IPMI (Return code of 255 is out of bounds)

Hi,

I tried extending the the time out to 60000 and re-transmit to 10000. Unfortunately it made no difference.

Thanks for all the help.

Can't think what else it might be.

Regards,
Richard
by Richard_Lian
Wed Jun 10, 2015 11:59 am
Forum: Open Source Nagios Projects
Topic: check_dell IPMI (Return code of 255 is out of bounds)
Replies: 16
Views: 8844

Re: check_dell IPMI (Return code of 255 is out of bounds)

The text file attached contains the output using --verbose and --debug together.
by Richard_Lian
Wed Jun 10, 2015 11:12 am
Forum: Open Source Nagios Projects
Topic: check_dell IPMI (Return code of 255 is out of bounds)
Replies: 16
Views: 8844

Re: check_dell IPMI (Return code of 255 is out of bounds)

Yes - as far as I can tell.

They are using iDRAC enterprise 8 and I have enabled IPMI the same as my older servers running version 6/7.
by Richard_Lian
Wed Jun 10, 2015 10:52 am
Forum: Open Source Nagios Projects
Topic: check_dell IPMI (Return code of 255 is out of bounds)
Replies: 16
Views: 8844

Re: check_dell IPMI (Return code of 255 is out of bounds)

When I run that I get: ipmi_ctx_open_outofband: session timeout

If I run the same command against one of my R610 servers for example I get a full list.
by Richard_Lian
Wed Jun 10, 2015 2:05 am
Forum: Open Source Nagios Projects
Topic: check_dell IPMI (Return code of 255 is out of bounds)
Replies: 16
Views: 8844

Re: check_dell IPMI (Return code of 255 is out of bounds)

Hi,

Yeah I tired accessing the devs website and contacting them first but no joy.

I have attached the check_dell script none the less in the hope that you might be able to help.

I will also try to get a verbose output if at all possible.

Thanks in advance.
by Richard_Lian
Tue Jun 09, 2015 3:33 am
Forum: Open Source Nagios Projects
Topic: check_dell IPMI (Return code of 255 is out of bounds)
Replies: 16
Views: 8844

check_dell IPMI (Return code of 255 is out of bounds)

Hi all, I am currently using the check_dell script written by sircharlo. https://exchange.nagios.org/directory/Plugins/Hardware/Server-Hardware/Dell/Dell-Server-Check/details I am having an issue with my new Poweredge R630's and NX3230. The checks return the error (Return code of 255 is out of bound...
by Richard_Lian
Sun Nov 02, 2014 7:03 am
Forum: Open Source Nagios Projects
Topic: Check HP P2000 API
Replies: 16
Views: 10465

Re: Check HP P2000 API

Hi, Not gotten a reply from the author yet but I asked a coder to take a look for me. Basically he found that the FRU is returning some absent values which are being interpreted as "Critical". The hack or workaround is to bypass/ignore the absent values. The actual code used for the FRU ch...