-
Notifications
You must be signed in to change notification settings - Fork 931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HP ArubaOS-CX: power-consumption starting with version FL.10.13.xxxx - permanent power changes logged #3142
Comments
Exclude actual power consumption from output. Command "show environment power-consumption" has been introduced with ArubaOS-CX Long Support Release (LSR) version FL.10.13.xxx. This was not included in the previous LSR FL.10.10.xxx. Related issue is ytti#3142. Based on the work of @danpoltawski
Exclude actual power consumption from output. Command "show environment power-consumption" has been introduced with ArubaOS-CX Long Support Release (LSR) version FL.10.13.xxx. This was not included in the previous LSR FL.10.10.xxx. Related issue is ytti#3142. Based on the work of @danpoltawski
@alextremblay has checked my pull request and informed me, that there is still a change produced with my currently submitted regex, since the number of digits could change. Therefore, I will test the regex again against this example output with a stack consisting of three switches, each with a different power consumption:
Please note that this is not an actual command output, but created by me, since I lack a switch (stack) that consumes more than 1000 Watts. |
I have now further investigated this issue and checked the AOS-CX 10.13 Command-Line Interface Guide documentation about that command in the newest version FL.10.13.xxxx for various switch series. CLI Guides link:
The output differs depending on the following factors:
The different outputs may be the ones I posted previously for a VSF or standalone switch, but also the following (copied copied from the AOS-CX 10.13 Command-Line Interface Guides of multiple switch types): Aruba 6400 switch:
Aruba 8400 switch:
Please note, that I had to manually insert the spaces again, since they could not be copied out of the PDF. I will create Regex expressions for the above outputs and add them to the pull request. |
Hello dear team,
the ArubaOS-CX switches in Version FL.10.13.xxxx introduce a new sub-command
show environment power-consumption
with the following example output:The parameter
power-consumption
was not available in the previous Long Support Release (LSR) Version FL.10.10.xxxx. The Power(W) values always change and produce a new change in odixized every time scanned. I guess this should be easily fixable by doing something like the fix for the fan speed in the current version, see commit ed094ff and/or pull-request #2865. I will try to implement this change and create a pull-request if possible.The text was updated successfully, but these errors were encountered: