05-11-2022 10:28 AM
Hello,
is anyone using redfish with this server model?
I'm trying to deploy openshift bare metal IPI, it uses redfish to inspect the HW and it is not able to get the Ethernet Interfaces, CIMC replies with a 500 error:
# curl -L -k --user admin:<password> https://<hostname>/redfish/v1/Systems/<serial>/EthernetInterfaces
< HTTP/1.1 500
< Server: webserver
< Date: Wed, 11 May 2022 17:25:05 GMT
< Content-Type: application/json
< Content-Length: 169
< Connection: keep-alive
< X-Content-Type-Options: nosniff
< X-Robots-Tag: noindex, nofollow, nosnippet, noarchive
<
{
"error":{
"code":"InternalError",
"message":"...cal/share/lua/5.1/providers/Cisco_EthernetInterfaces.lua:7: attempt to index local 'str' (a nil value)"
}
05-11-2022 11:08 AM - edited 05-11-2022 11:16 AM
Worked fine on a m5 and failed for me as well on a m4 so did some digging and it doesn't look it may be supported along with a bunch of other commands:
Note | This request is not supported for Cisco UCS C220 M4, C240 M4, C460 M4, and S3X60 servers. VIC 13XX cards are supported from 4.1(3b) release onwards. |
Other thing to check is whether or not a VIC card is installed, that may have a bearing on the results if it is not a VIC
05-11-2022 11:31 AM - edited 05-11-2022 11:32 AM
The section you're referring is for another GET request on chassis, the one I'm asking for is documented here:
It does not mention it is not supported, is there any chance is going to be fixed??
05-11-2022 11:35 AM
Found a m4 with a VIC1227 and it worked fine with that redfish command, went ahead and submitted the following bug which should be available to view in a few days:
05-12-2022 02:30 AM
Hi Brian,
thank you so much for your help, I'm really appreciating it! I'm looking forward to check the bug progression.
Best Regards
/Francesco
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide