-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
redfish-lld error #1
Comments
I have seen timeout problems in some servers as well. One thing you could try to do is to increase the timeout from the HTTP connectors: line 57 and line 103, increase the 'timeout' value. If that's the case and he start to work on the console, it might be that Zabbix will not be able to collect data from some servers, because the timeout value of Zabbix executing thing like that is very short (I actually have a patch to fix this). If that doesn't fix the problem, it could be a problem with some versions, from openssl an/or ruby modules behind this. I have it running stable in the following:
|
The timeout trick did it, thanks! But we have two iDRAC 7 Servers with Firmware Version 2.61.60.60 where the redfish-lld SimpleStorage returns always: each' for nil:NilClass (NoMethodError)
Other iDRAC 7 Servers with Firmware 2.52.52.52 are working fine. |
You need to modify line 41 in redfish-lld script |
When I try to execute the lld script directly with username, pw, ipmi SimpleStorage I'll get the following error:
Traceback (most recent call last):
6: from ./redfish-lld:57:in
<main>' 5: from /usr/lib/ruby/2.5.0/net/http.rb:609:in
start'4: from /usr/lib/ruby/2.5.0/net/http.rb:909:in
start' 3: from /usr/lib/ruby/2.5.0/net/http.rb:920:in
do_start'2: from /usr/lib/ruby/2.5.0/net/http.rb:981:in
connect' 1: from /usr/lib/ruby/2.5.0/net/protocol.rb:44:in
ssl_socket_connect'/usr/lib/ruby/2.5.0/net/protocol.rb:44:in `connect_nonblock': SSL_connect SYSCALL returned=5 errno=0 state=SSLv3/TLS write finished (OpenSSL::SSL::SSLError)
and sometimes this error:
Traceback (most recent call last):
./redfish-lld:94:in
<main>': undefined method
each' for nil:NilClass (NoMethodError)The text was updated successfully, but these errors were encountered: