Unsolved
2 Posts
0
258
December 22nd, 2022 01:00
ProcessorSummary and MemorySummary in iDRAC version 6.10.00.00
Hi,
I just updated iDRAC version 6.10.00.00 to R740 server. We have used Powershell and Redfish API to read status of the server. In this latest iDRAC version ProcessorSummary and MemorySummary are marked as deprecated.
"Deprecated Status in ProcessorySummary and MemorySummary in ComputerSystem resource
URI: /redfish/v1/Systems/ "
"Memory": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory"
},
"MemorySummary": {
"MemoryMirroring": "System",
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
},
"Status@Redfish.Deprecated": "Please migrate to use Status in the individual Memory resources",
"TotalSystemMemoryGiB": 384
},
"ProcessorSummary": {
"Count": 2,
"CoreCount": 32,
"LogicalProcessorCount": 64,
"Model": "Intel(R) Xeon(R) Gold 6246R CPU @ 3.40GHz",
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
},
"Status@Redfish.Deprecated": "Please migrate to use Status in the individual Processor resources",
"ThreadingEnabled": true
}
What exactly does this mean? Is the Status not going to be updated for ProcessorSummary and MemorySummary "blocks" anymore, even though they still exist in the /redfish/v1/Systems/ page? Reading the same status information for each processor and memory from individual pages (instead of read just one page) would make the powershell script lot more complicated and inefficient.


Dell-Dheeraj
143 Posts
0
December 23rd, 2022 03:00
Hi @hkulpek,
We as moderators don't support the APIs and as a result, don't have a lot of experience with them.
The community members may be able to add more to this thread.