You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operator-nexus/troubleshoot-hardware-validation-failure.md
+58-2Lines changed: 58 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,6 +195,34 @@ Expanding `result_detail` for a given category shows detailed results.
195
195
}
196
196
```
197
197
198
+
* Firmware versions are logged as informational. The following component firmware versions are typically logged (depending on hardware model):
199
+
* BIOS
200
+
* iDRAC
201
+
* Complex Programmable Logic Device (CPLD)
202
+
* RAID Controller
203
+
* Backplane
204
+
205
+
* The HWV framework identifies problematic firmware versions and attempts to auto fix. The following example shows a successful iDRAC firmware fix (versions and task ID are illustrational only).
"fetched": "104473 2024-07-26T16:05:19-05:00 The Embedded NIC 1 Port 1 network link is down."
489
+
}
490
+
```
491
+
453
492
* To check LC logs in BMC webui:
454
493
455
494
`BMC`-> `Maintenance` -> `Lifecycle Log`
@@ -492,6 +531,17 @@ Expanding `result_detail` for a given category shows detailed results.
492
531
493
532
* To troubleshoot server power-on failure attempt a flea drain. If problem persists engage vendor.
494
533
534
+
* Virtual Flea Drain
535
+
* HWV attempts a virtual flea drain for most failing checks. Flea drain attempts are logged under `health_info` -> `result_log`.
536
+
537
+
```yaml
538
+
"result_log": [
539
+
"flea drain completed successfully",
540
+
]
541
+
```
542
+
543
+
* If the virtual flea drain fails, perform a physical flea drain as a first troubleshooting step.
544
+
495
545
* RAID cleanup failures
496
546
* As part of RAID cleanup, the RAID controller configuration is reset. Dell server health check fails for RAID controller reset failure. A failed RAID cleanup action indicates an underlying hardware issue. The following example shows a failed RAID controller reset.
497
547
@@ -614,11 +664,17 @@ Expanding `result_detail` for a given category shows detailed results.
614
664
### Device login check
615
665
616
666
* Device Login Check Considerations
617
-
* The `device_login` check fails if the iDRAC isn't accessible or if the hardware validation plugin isn't able to sign-in.
667
+
* The `device_login` check fails if the iDRAC isn't reachable or if the hardware validation plugin isn't able to sign-in.
0 commit comments