entity-manager
entity-manager copied to clipboard
Run-time JSON driven system configuration manager
CPU: 63% usr 35% sys 0% nic 0% idle 0% io 0% irq 0% sirq Load average: 5.90 5.09 4.25 2/102 2848 PID PPID USER STAT VSZ %VSZ %CPU COMMAND...
If we have two such configurations: superchassis.json ``` { "Exposes": [ { "Name": "Subchassis Upstream Port", "Type": "Subchassis Upstream Port" } ], "Name": "Superchassis", "Probe": "TRUE", "Type": "Board" } ```...
This is a question on the design. Should a sensor threshold change (i.e. Soft Shutdown) be persisted and survive BMC power cycle? It is the case with some vendor's proprietary...
After apply this commit: https://github.com/openbmc/entity-manager/commit/7fc486f5072a492029ac09374f6238bdadce6690 My platform will create duplicated object. ``` .----------. .--------. .--------. | mux- |-----| dev D1 | | root |--+--| locked | '--------' '--------' | |...
I accidentally forgot the `Name` property for one E-M config file but was surprised to find the whole service was crashed and the bmc is accessible because the network service...
How to describe below i2c topology in json file? ``` text i2c-0------- |--------------------| | PCA9548 ch0|----emc1413 | ch1|----ina219 reset_pin----|--------------------| ```
I recently discovered this little bug in the logic that parses the probe statement in Entity Manager, hence documenting it for visibility and can fix this later either by a...
When I had my FRU eprom defined in the dts file I had no issues. When I removed it from the dts and allowed fru-device to discover it on the...
Hi... Our platform met the expiration of FruDevice.service at certain corner case. 1970-01-01T00:00:44.247760+00:00 OpenBMC.0.1.ServiceFailure,xyz.openbmc_project.FruDevice.service We are debugging this issue, meanwhile, found FruDevice.service does not add ""Restart=always", so, if service is...
At the moment system.json is not updated, so users still have problems, which have been fixed in the new BMC firmware with updated entity-manager files