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
* Release 3.6 introduced cable checks for bonded interfaces.
233
+
* Cabling Checks for Bonded Interfaces
196
234
* Mismatched cabling is reported in the result_log.
197
235
* Cable check validates that that bonded NICs connect to switch ports with same Port ID. In the following example PCI 3/1 and 3/2 connect to "Ethernet1/1" and "Ethernet1/3" respectively on TOR, triggering a failure for HWV.
198
236
@@ -211,12 +249,38 @@ Expanding `result_detail` for a given category shows detailed results.
211
249
}
212
250
],
213
251
"result_log": [
214
-
"Cabling problem detected on PCI Slot 3"
252
+
"Cabling problem detected on PCI Slot 3 - server NIC.Slot.3-1-1 connected to switch Ethernet1/1 - server NIC.Slot.3-2-1 connected to switch Ethernet1/3"
215
253
]
216
254
},
217
255
}
218
256
```
219
257
258
+
* iDRAC (BMC) MAC Address Check Failure
259
+
* The iDRAC MAC address is defined in the cluster for each BMM.
260
+
* A failed `iDRAC_MAC` check indicates a mismatch between the iDRAC/BMC MAC in the cluster and the actual MAC address retrieved from the machine.
261
+
262
+
```json
263
+
{
264
+
"field_name": "iDRAC_MAC",
265
+
"comparison_result": "Fail",
266
+
"expected": "aa:bb:cc:dd:ee:ff",
267
+
"fetched": "aa:bb:cc:dd:ee:gg"
268
+
}
269
+
```
270
+
271
+
* PXE MAC Address Check Failure
272
+
* The PXE MAC address is defined in the cluster for each BMM.
273
+
* A failed `PXE_MAC` check indicates a mismatch between the PXE MAC in the cluster and the actual MAC address retrieved from the machine.
274
+
275
+
```json
276
+
{
277
+
"field_name": "NIC.Embedded.1-1_PXE_MAC",
278
+
"comparison_result": "Fail",
279
+
"expected": "aa:bb:cc:dd:ee:ff",
280
+
"fetched": "aa:bb:cc:dd:ee:gg"
281
+
}
282
+
```
283
+
220
284
### Health info category
221
285
222
286
* Health Check Sensor Failure
@@ -260,9 +324,9 @@ Expanding `result_detail` for a given category shows detailed results.
260
324
```json
261
325
{
262
326
"field_name": "LCLog_Critical_Alarms",
327
+
"comparison_result": "Fail",
263
328
"expected": "No Critical Errors",
264
-
"fetched": "53539 2023-07-22T23:44:06-05:00 The system board BP1 PG voltage is outside of range.",
265
-
"comparison_result": "Fail"
329
+
"fetched": "53539 2023-07-22T23:44:06-05:00 The system board BP1 PG voltage is outside of range."
266
330
}
267
331
```
268
332
@@ -274,9 +338,9 @@ Expanding `result_detail` for a given category shows detailed results.
274
338
```json
275
339
{
276
340
"field_name": "Server Control Actions",
341
+
"comparison_result": "Fail",
277
342
"expected": "Success",
278
-
"fetched": "Failed",
279
-
"comparison_result": "Fail"
343
+
"fetched": "Failed"
280
344
}
281
345
```
282
346
@@ -294,33 +358,45 @@ Expanding `result_detail` for a given category shows detailed results.
294
358
```json
295
359
{
296
360
"field_name": "Power Supply 1",
361
+
"comparison_result": "Warning",
297
362
"expected": "Enabled-OK",
298
-
"fetched": "UnavailableOffline-Critical",
299
-
"comparison_result": "Warning"
363
+
"fetched": "UnavailableOffline-Critical"
300
364
}
301
365
```
302
366
303
367
```json
304
368
{
305
369
"field_name": "System Board PS Redundancy",
370
+
"comparison_result": "Warning",
306
371
"expected": "Enabled-OK",
307
-
"fetched": "Enabled-Critical",
308
-
"comparison_result": "Warning"
372
+
"fetched": "Enabled-Critical"
309
373
}
310
374
```
311
375
312
376
### Boot info category
313
377
314
-
* Boot Device Check Considerations
378
+
* Boot Device Name Check Considerations
315
379
* The `boot_device_name` check is currently informational.
316
380
* Mismatched boot device name shouldn't trigger a device failure.
317
381
318
382
```json
319
383
{
384
+
"field_name": "boot_device_name",
320
385
"comparison_result": "Info",
321
386
"expected": "NIC.PxeDevice.1-1",
322
-
"fetched": "NIC.PxeDevice.1-1",
323
-
"field_name": "boot_device_name"
387
+
"fetched": "NIC.PxeDevice.1-1"
388
+
}
389
+
```
390
+
391
+
* Boot Device State Check Considerations
392
+
* A failed `boot_device_state` check indicates that the boot device is in a disabled state.
393
+
394
+
```json
395
+
{
396
+
"field_name": "boot_device_state",
397
+
"comparison_result": "Fail",
398
+
"expected": "enabled",
399
+
"fetched": "disabled"
324
400
}
325
401
```
326
402
@@ -332,21 +408,35 @@ Expanding `result_detail` for a given category shows detailed results.
332
408
```json
333
409
{
334
410
"field_name": "pxe_device_1_name",
411
+
"comparison_result": "Fail",
335
412
"expected": "NIC.Embedded.1-1-1",
336
-
"fetched": "NIC.Embedded.1-2-1",
337
-
"comparison_result": "Fail"
413
+
"fetched": "NIC.Embedded.1-2-1"
338
414
}
339
415
```
340
416
341
417
```json
342
418
{
343
419
"field_name": "pxe_device_1_state",
420
+
"comparison_result": "Fail",
344
421
"expected": "Enabled",
345
-
"fetched": "Disabled",
346
-
"comparison_result": "Fail"
422
+
"fetched": "Disabled"
347
423
}
348
424
```
349
425
426
+
* To update the PXE device state ane name in BMC webui set the value in the following location below then select `Apply` followed by `Apply And Reboot`:
0 commit comments