<div dir="ltr">Hi,<br><div><br></div><div>I've been testing bmcweb and noticed the response from the URI `redfish/v1/Systems/system/Processors` contains an empty collection.</div><div><br></div><div><font color="#0000ff">{<br>  "@odata.context": "/redfish/v1/$metadata#ProcessorCollection.ProcessorCollection",<br>  "@<a href="http://odata.id">odata.id</a>": "/redfish/v1/Systems/system/Processors/",<br>  "@odata.type": "#ProcessorCollection.ProcessorCollection",<br>  "Members": [],<br>  "Members@odata.count": 0,<br>  "Name": "Processor Collection"<br>}</font><br></div><div><br></div><div>Looking at bmcweb code, it seems to look for dbus interfaces `xyz.openbmc_project.Inventory.Item.Cpu` and `xyz.openbmc_project.Inventory.Item.Accelerator`. However they can't be seen in dbus.</div><div><br></div><div><font color="#0000ff"># busctl tree --no-pager xyz.openbmc_project.Inventory.Item.Cpu<br>Failed to introspect object / of service xyz.openbmc_project.Inventory.Item.Cpu: The name is not activatable</font><br></div><div><br></div><div>Entity-manager and cpu-sensor are running in addition to bmcweb. The entity-manager config is below and I can see the config is picked up in `xyz.openbmc_project.EntityManager`.</div><div><br></div><div><font color="#0000ff">{<br>  "Exposes": [<br>    {<br>        "Address": "0x30",<br>        "Bus": 0,<br>        "CpuID": 1,<br>        "Name": "CPU 1",<br>        "Type": "XeonCPU"<br>    },<br>    {<br>        "Address": "0x31",<br>        "Bus": 0,<br>        "CpuID": 2,<br>        "Name": "CPU 2",<br>        "Type": "XeonCPU"<br>    }<br>  ],<br>  "Name": "internal_code_name",<br>  "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'internal_product_name'})",<br>  "Type": "Board"<br>}</font><br></div><div><font color="#0000ff"><br></font></div><div><font color="#000000">I'm not sure what else is required to have the URI work properly. Could someone familiar with this issue help?</font></div><div><font color="#000000"><br></font></div><div><font color="#000000">Thanks,</font></div><div><font color="#000000">Zhenfei</font></div></div>