Closed log1-c closed 6 months ago
Hi,
From quickly looking over the debug output,
Your controller cache reports a Warning and both your SSDs report their Health as Critical, not sure why.
Also looking at the deive description or that SKU and Serial are considered the same tells me that Lenovo did a sloppy/bad job at implementing redfish here.
The plugin just reports what it gets from the board.
Hi all, we had the same issue with our Lenovo ThinkSystem SR635 V3. Turns out the XCC firmware had a bug and Lenovo fixed it in version 2.30 (https://download.lenovo.com/servers/mig/2024/02/21/59394/lnvgy_fw_xcc_kax322z-2.31_anyos_comp.chg) -> Fix a problem that redfish interface can't read M.2 drive firmware info and update.
Hope that helps :)
Cheers Scruffy
Wow, thank you for this fast response/fix suggestion. 😬
Thank you both for your quick replies. If forwarded the firmware issue to the responsible person to check if the updated needs to be installed.
Closing, because it is not a bug with the check. Simply forgot.
Hello,
I just implemented the check for a Lenovo ThinkSystem SR645 V3. While the XClarity Console does not report any issue with the storage devices the check reports them as CRITICAL
Following is part of the debug output of the
--storage
check.Debug output for /Storage api
``` 2024-03-22 13:07:32,685 - DEBUG: HTTP REQUEST (GET) for /redfish/v1/Systems/1/Storage?$expand=*: Headers: X-Auth-Token: 0AA673FD71C0EB9612418E12443CFD4DBD05B69B Accept: */* OData-Version: 4.0 Body: No request body 2024-03-22 13:07:32,685 - INFO: Attempt 1 of /redfish/v1/Systems/1/Storage?$expand=* 2024-03-22 13:07:33,307 - DEBUG: https://10.172.250.150:443 "GET /redfish/v1/Systems/1/Storage?$expand=* HTTP/1.1" 200 None 2024-03-22 13:07:33,307 - INFO: Response Time for GET to /redfish/v1/Systems/1/Storage?$expand=*: 0.6223519549821503 seconds. 2024-03-22 13:07:33,308 - DEBUG: HTTP RESPONSE for /redfish/v1/Systems/1/Storage?$expand=*: Code: 200 OK Headers: Date: Fri, 22 Mar 2024 12:07:31 GMT Content-Type: application/json Transfer-Encoding: chunked Connection: keep-alive Link: ; rel="describedby",I also tried to create a MockUp, but it sadly failed. Even with a user with Administrator rights.
Best regards :)