HWMgmt-DeviceMgr-DeviceManager icon indicating copy to clipboard operation
HWMgmt-DeviceMgr-DeviceManager copied to clipboard

Device Manager collects device data and notifications from each device, and make the data available on a predetermined output bus for consumers.

Results 12 HWMgmt-DeviceMgr-DeviceManager issues
Sort by recently updated
recently updated
newest added

Missing Manager's collections - EthernetInterfaces, LogServices, NetworkProtocol and RemoteAccountService. ``` /redfish/v1/Managers/7c6068a1-5152-4510-8e8d-2ebc7592116c.99999999-9999-9999-9999-999999999999/EthernetInterfaces: URI could not be acquired: 404 /redfish/v1/Managers/7c6068a1-5152-4510-8e8d-2ebc7592116c.99999999-9999-9999-9999-999999999999/EthernetInterfaces: This resource is inaccessible and cannot be validated or traversed for links....

After adding DeviceMgr as plugin, the discovered System has Manager resource, that does not exist in db. ``` intel@ubuntu:~$ curl -k -u 'admin:D3v1ceMgr' https://127.0.0.1:45000/redfish/v1/Systems/7c6068a1-5152-4510-8e8d-2ebc7592116c.1 | jq % Total % Received...

After adding DeviceMgr as plugin, the discovered Storage resource has missing endpoints (StorageGroups, StoragePools, Drives, StorageControllers, FileSystems, EndpointGroups).

Added missing endpoints for Storage.

Changes OdataIDs properties for MetricDefinitionCollections, MetricReportDefinitions and MetricReports.

![image](https://github.com/opencomputeproject/HWMgmt-DeviceMgr-DeviceManager/assets/13691077/b48b58d0-ea46-456b-b7a2-62d3829b3a47)

Got the following error ``` mkdir -p ~/app/bin !!Please use this command to take effect environment variable!! source /root/.bashrc /root/.bashrc: line 6: PS1: unbound variable make: *** [Makefile:95: go-install] Error...

sighting

Error message from sourcing .bashrc ``` root@jcleung-mobl:~/work/HWMgmt-DeviceMgr-DeviceManager# source ~/.bashrc -bash: /root/.bashrc: line 102: syntax error near unexpected token `(' -bash: /root/.bashrc: line 102: `export PATH" command.` PATH contains "/mnt/c/Program Files...

sighting

According to these presentations Device Manager is capable of NOS software update. Unfortunately this feature is not present in current version of Device Manager. - https://drive.google.com/file/d/1ZLk9IjGRsFCsC-smoqDY9ohiCxBavEg9 - https://www.youtube.com/watch?v=zGMIcgPa_LM

enhancement

A northbound interface of a rack manager has been prescribed in OpenRMC v1.0 - Usage Guide - https://www.opencompute.org/documents/openrmc-1-0-0-usageguide-final-b-1-pdf - Profile - https://github.com/opencomputeproject/HWMgmt-OCP-Profiles/blob/master/OCPRackManagerController.v1_0_1.json The profile prescribes the additional top level resources...

enhancement
approved