-
Notifications
You must be signed in to change notification settings - Fork 42
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
Wicket could show basic transceiver status during rack setup #6710
Labels
Comments
Chatted with Ben -- it would be good to get this in before the next customer install, but it's not a blocker for r11. |
bnaecker
added a commit
that referenced
this issue
Feb 19, 2025
- Make the current inventory specific to MGS - Add per-switch transceiver list to the inventory as well - Fetch transceiver state periodically in wicketd - Draw transceiver details in the wicket inventory panel - Fixes #6710
bnaecker
added a commit
that referenced
this issue
Feb 19, 2025
- Make the current inventory specific to MGS - Add per-switch transceiver list to the inventory as well - Fetch transceiver state periodically in wicketd - Draw transceiver details in the wicket inventory panel - Fixes #6710
bnaecker
added a commit
that referenced
this issue
Feb 19, 2025
- Make the current inventory specific to MGS - Add per-switch transceiver list to the inventory as well - Fetch transceiver state periodically in wicketd - Draw transceiver details in the wicket inventory panel - Fixes #6710
bnaecker
added a commit
that referenced
this issue
Feb 19, 2025
- Make the current inventory specific to MGS - Add per-switch transceiver list to the inventory as well - Fetch transceiver state periodically in wicketd - Draw transceiver details in the wicket inventory panel - Fixes #6710
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Most customer installs have spent time handling the low-level physical details around transceivers. Common issues include swapped transmit / receive fiber pairs, dirty fiber, or not-quite-seated transceiver modules. Many of these can be diagnosed by looking at the basic transceiver monitoring information, most notably transmit / receive power. This data is available via Dendrite, but only available through the public API after rack setup has completed and Nexus is running. Before that, it's only accessible from the switch zone with
swadm
orxcvradm
, both of which must be run in the switch zone by an Oxide employee.It would be extremely valuable to show this information during rack setup, in the wicket UI. Wicketd can ask Dendrite (over localhost) for all transceivers that are plugged in, or we could optionally restrict that to the transceivers in the switch ports that the RSS TOML configuration expects to use. Either of these would be really useful when getting the basic networking connectivity off the ground at new customer sites.
The text was updated successfully, but these errors were encountered: