- Community Home
- >
- Software
- >
- HPE OneView
- >
- How to pull uplink port digital diagnostic rx/tx d...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 03:47 AM - last edited on 02-20-2025 12:53 AM by support_s
02-07-2025 03:47 AM - last edited on 02-20-2025 12:53 AM by support_s
How to pull uplink port digital diagnostic rx/tx dbm values
We had an issue recently where we had to replace a couple of SPF modules within our Virtual Connect SE 16Gb FC Module for Synergy modules
This can be discovered within OneView Rx Power (dBm) and Tx Power (dBm) values are below or over a certain threshold
I am trying to pull these values from OneView using the OneView PowerShell module
I can get as far as listing the relevant 16 or 32 Gb IC modules and relevant data within but am unable to obtain the additional Digital Diagnostic data
We have several Synergy FrameSets and would like to be able to pull these values accross our estate
Any assistance would be greatly appreciated as I am stumped
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 11:50 PM
02-10-2025 11:50 PM
Re: How to pull uplink port digital diagnostic rx/tx dbm values
Hello @MartC ,
The Rx Power (dBm) and Tx Power (dBm) values can be obtained from your switch.
Run the command "sfpshow -all" to get detailed information about the SFPs.
Please refer to this link for more information on the command.
I believe, my post will help you in resolving your issue. If yes, please give Kudos and mark my post as 'Accepted solutions'.
Thanks,
Sahana S
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 08:33 AM
02-11-2025 08:33 AM
Re: How to pull uplink port digital diagnostic rx/tx dbm values
Hi Sahana_S,
Many thanks for your reply, it is much appreciated
Correct me if I am wrong but I believe the document you provided would help me for our uplink switch but not the Synergy Interconnect Modules
My intention is to put together a script using the OneView PowerShell module to pull the Rx Power (dBm) and Tx Power (dBm) values from the Synergy appliance per Interconnect per Synergy FrameSet
We have many Synergy FrameSets and pulling all values per IC per FrameSet into a table would ease locating any SPF which may require replacement as was the case with issues experienced recently where a faulty SPF needed replacing
The OneView appliance holds the detail for each specific Interconnect and uplink ports where the SPF detail can be found as in the image below:
I have been using the below HPEOneView module CMDLETS below without much success…
$TargetIC = Get-OVInterconnect -Name "<Target Interconnect name>"
Show-OVPortStatistics -Interconnect $TargetIC | ?{$_.portname -eq "Q1:1"} | select *
If you or anyone else knows where I am going wrong then please met me know
Also if its possible to enable some sort of alerting within the appliance for the same would be even better!
Many thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 09:00 AM
02-11-2025 09:00 AM
Re: How to pull uplink port digital diagnostic rx/tx dbm values
Hello @MartC ,
Please refer to the HPE OneView PowerShell library and its cmdlets guide for more information.
I hope this helps!
Regards,
Sahana
If you feel this was helpful please click the KUDOS! thumb below!
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 12:52 AM
02-20-2025 12:52 AM
Query: How to pull uplink port digital diagnostic rx/tx dbm values
Hello,
Let us know if you were able to resolve the issue.
If you are satisfied with the answers then kindly click the "Accept As Solution" button for the most helpful response so that it is beneficial to all community members.
Please click on "Thumbs Up/Kudo" icon to give a "Kudo".