Page 2 of 2

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

Posted: Wed Jun 10, 2015 2:37 pm
by Richard_Lian
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

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

Posted: Wed Jun 10, 2015 3:10 pm
by tgriep
Try going through the man page. It does have some things you can try. Maybe IPMI version 2.0 might work.

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

Posted: Wed Jun 10, 2015 3:15 pm
by Richard_Lian
What do you mean by the "man page" please?

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

Posted: Wed Jun 10, 2015 3:26 pm
by tgriep
A man page (short for manual page) is a form of online software documentation usually found on a Unix or Unix-like operating system.
So to get to the man page for the ipmi-sensors command, login to a shell on the XI system and run

Code: Select all

man ipmi-sensors
In there, you can see all of the comand line options for it.

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

Posted: Thu Jun 11, 2015 3:02 am
by Richard_Lian
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

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

Posted: Thu Jun 11, 2015 9:12 am
by tmcdonald
Are we all set to close this up now?

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

Posted: Thu Jun 11, 2015 9:15 am
by Richard_Lian
Sure - the issue is now resolved.