Power calculations show Allocated=0 with power rails and modules #8725
Replies: 3 comments
-
One observation is that the Power Feed only reports one utilization value. Maybe it is assumed that a three-phase feed is only used for cases where all three phases are utilized equally (like three-phase motors I'd assume; if you run large motors in your datacenter 😄). In my example though the three phases are utilized independently, so even if the values were inherited correctly to the Power Feed level, that wouldn't give me any meaningful value. So, maybe I need to create six separate (single-phase) feeds ("Rack1 Feed1A", "Rack1 Feed1B", "Rack1 Feed1C", ...) for one rack to report total usage correctly. (But this is irrelevant to the original calculation problem AFAIK). |
Beta Was this translation helpful? Give feedback.
-
As someone already tried, if "Rack1 Slot3" power port is manually configured to an Allocated draw value (like 1000W), then "Rack1 Feed1" shows the utilization value (1000). So it looks like there is a limit how far the configured Allocated draw values will traverse upstream. For generic cases I could leave out the power modules and just configure the power rail directly with all the Power Outlets, then the utilization should be correct in the feed. But, it falls apart again when I need to model an extra power strip (a device that consumes 1U in the rack so it's very much interesting device) connected to the power rail. |
Beta Was this translation helpful? Give feedback.
-
As a reference, #9148 has been opened in relation to this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to document the power connections and usage in the rack. This is the physical world:
(I believe the system is Rittal Power System Module PSM)
One detail to note that there are no circuit breakers in the power rails or in the modules (other than maybe some temperature-activated ones), so the "max = 16A" is determined by the circuit breaker in the power feeds.
Now to exact NetBox modeling. I have:
Now, if I look at the power module "Rack1 Slot3", it says in the Power Utilization: Allocated = 120VA, which is correct.
Then I go to the upstream device "Rack1 Rail", but in Power Utilization there is Allocated = 0VA, and thus when I go to the feed "Rack1 Feed1", it says Utilization (Allocated) = 0VA/8868VA, which is incorrect.
Now the question is: Am I doing something incorrectly? I'm expecting to see the Allocated power figures in the upper levels as well, to get the actual calculations up to the circuit breakers.
Bonus: This is currently configured in demo.netbox.dev (start for example from https://demo.netbox.dev/dcim/power-feeds/49/) before it gets purged in the night or so. (Disclaimer: someone is already testing something else with these configs so it's not my original setup anymore.)
Beta Was this translation helpful? Give feedback.
All reactions